christos
fb11ba2dc5
PR/33124: Murray Armfield: readdir_r is missing a restrict qualifier.
...
http://www.opengroup.org/onlinepubs/000095399/basedefs/dirent.h.html
2006-03-26 18:22:40 +00:00
christos
3b6811d33b
PR/33123: Murray Armfield: standards compliance & glob.h
...
Certain fields in glob.h need to be size_t; fix this and version glob(3).
http://www.opengroup.org/onlinepubs/000095399/basedefs/glob.h.html
2006-03-26 18:11:22 +00:00
christos
229fa64dde
regen
2006-03-26 17:58:42 +00:00
christos
4db902eee0
PR/33154: DHOYASHIKI Shinichi: umidi quirks for Roland UM-3EX
2006-03-26 17:58:19 +00:00
hubertf
517eb6559a
Remove unused variable 'salt'
...
Found by code inspection in one of my classes, not via Coverity :)
OK'd by christos
2006-03-26 16:45:33 +00:00
jmmv
0eee8b4ede
Decrement the size value passed to test-mount by one unit so that it fits
...
in a 64-bit signed integer (thus ensuring that mount_tmpfs handles these
correctly).
Also check that the previous (big) value fails.
This makes this test behave correctly on all platforms (not only 64-bit
ones) after the fix commited to mount_tmpfs.
2006-03-26 16:19:04 +00:00
shige
205ee851c8
Make cpu_setmcontext() fix up the passed-in MSR value.
2006-03-26 16:15:57 +00:00
jmmv
862d1d4e18
There is no need to check for the resulting value of a strto*l call after
...
ERANGE has been raised. Just remove the extra checks, which were incorrect
anyway in almost all calls because they did not match their corresponding
strto*l function.
This caused mount_tmpfs to not catch some error cases in, e.g., i386, as
strtoll was returning LLONG_MAX instead of LONG_MAX, which are different
in this platform (but not on 64-bit ones).
Problem found by martin@; thanks!
2006-03-26 16:15:15 +00:00
wiz
dbbf45d92e
Bump date for previous.
2006-03-26 15:49:24 +00:00
bouyer
ff4b8c4e53
As we are going to sleep here, we need to use
...
config_pending_incr()/config_pending_decr() so that disks are probed
before trying to mount root, if the card is plugged in at boot time.
Should fix kern/33137 by KIYOHARA Takashi.
2006-03-26 15:34:19 +00:00
tron
a367fe98c8
List me as the maintainer of UUCP.
2006-03-26 15:11:57 +00:00
peter
1e8f0f2099
Report the SA1100 control register state.
...
From Arnaud Lacombe on port-hpcarm.
2006-03-26 14:34:30 +00:00
wiz
b749e8c41b
Fix typo, improve English; new sentence, new line.
2006-03-26 14:32:07 +00:00
wiz
e622fc0753
Fix problem solved in 1.25 in a better way.
2006-03-26 14:29:12 +00:00
wiz
d57d73b3ba
Sort SEE ALSO.
2006-03-26 14:27:54 +00:00
wiz
75c0f53dfe
Add devices that were added in 1.25 to SEE ALSO.
2006-03-26 14:27:19 +00:00
peter
e51f18a055
Use TAILQ_FOREACH.
2006-03-26 13:50:13 +00:00
rpaulo
d82f900b88
Add information about the Conexant LANfinity and mention Frank Wille as the
...
responsible.
2006-03-26 12:38:21 +00:00
thorpej
bf53a8ce6f
Use device_unit().
2006-03-26 04:39:40 +00:00
thorpej
5a75140fb8
Use device_unit() (and remove a couple of places where it is not
...
needed).
2006-03-26 04:38:52 +00:00
thorpej
21374641a5
Use device_unit().
2006-03-26 04:32:33 +00:00
thorpej
376a595f60
Use device_unit().CVS: ----------------------------------------------------------------------
2006-03-26 04:31:00 +00:00
thorpej
3328b5dfae
Use device_parent().
2006-03-26 04:27:57 +00:00
tsutsui
273acb6640
Reduce diff against hp300/trap.c.
2006-03-26 02:36:49 +00:00
tsutsui
14b642c7d7
Hmm, apply a missed fix for hp300 in the folloing commit:
...
http://mail-index.netbsd.org/source-changes/2002/02/14/0023.html
> allow writing to write-only mappings. fixes PR 3493.
2006-03-26 02:33:31 +00:00
tsutsui
17b38bf99c
Remove/sort some #include headers.
2006-03-26 02:28:37 +00:00
rtr
b3c940abb1
set close-on-exec flag for fd to database like type DB_HASH does
...
approved by christos@
2006-03-26 02:03:40 +00:00
xtraeme
500730a394
Mention trunc(3), reminded by kjk.
2006-03-26 02:02:38 +00:00
tsutsui
9bb95b5330
Fix a typo in previous.
2006-03-26 02:02:01 +00:00
rtr
8c8b6ee256
make __hash_open obey TMPDIR
...
resolves pr32565 and pr32454
2006-03-26 02:00:37 +00:00
tsutsui
b8b61c2254
- fix botch in comment on register prefix removal
...
- use m68k_page_offset() macro
- some KNF
2006-03-26 01:59:31 +00:00
tsutsui
e627d48e89
Make this compile with options DEBUG.
2006-03-26 01:58:28 +00:00
tsutsui
2bc47497e2
Include header files rather than local declaration.
2006-03-26 01:50:07 +00:00
tsutsui
e46696d02a
Make this compile with options PANICBUTTON.
2006-03-26 01:49:09 +00:00
itojun
294eae05ea
enable all address families (= IPv4 and v6), since NetBSD is IPv6-ready
...
with the default install.
2006-03-26 01:43:19 +00:00
tsutsui
9326d751db
Wrap a debug printf with #ifdef DEBUG/#endif.
2006-03-26 00:57:52 +00:00
chs
b2aaae062f
mention the nfe driver.
2006-03-26 00:35:05 +00:00
chs
c5e2153c1e
work around another mbuf leak, the hardware doesn't seem
...
to work quite the way that the driver expects.
2006-03-26 00:34:14 +00:00
thorpej
dbf31290b3
Use device_parent().
2006-03-25 23:25:24 +00:00
thorpej
6e53f1366a
Use device_parent().
2006-03-25 23:14:58 +00:00
rpaulo
4ed37fa0d7
Add support for the Conexant RS7112. From Frank Wille <frank@phoenix.owl.de>.
2006-03-25 23:10:50 +00:00
thorpej
246504f91c
Use device_parent().
2006-03-25 22:55:55 +00:00
thorpej
04da529aa3
Use device_parent().CVS: ----------------------------------------------------------------------
2006-03-25 22:55:05 +00:00
rpaulo
843592e4df
regen
2006-03-25 22:32:55 +00:00
rpaulo
6deeed92fe
Add Conexant LANfinity. From Frank Wille <frank@phoenix.owl.de> on
...
port-i386.
2006-03-25 22:31:13 +00:00
dogcow
7c781162f5
Add -Wno-packed, in preparation for gcc4.1.x; unlike most of the other
...
warnings, it (at best) flags possible underoptimization, and not any
code defects.
2006-03-25 22:23:04 +00:00
kleink
f4003bf348
Add LIBRARY.
2006-03-25 22:18:40 +00:00
kleink
5325543dbf
Add truncf(3), too.
2006-03-25 22:16:09 +00:00
he
ce943c094b
Fix previous correctly. The "quiet" variable was not local.
...
Instead, the problem was declarations which followed a non-declaration
statement, which gcc 2.95 doesn't like, so reshuffle the order.
2006-03-25 21:56:29 +00:00
kleink
afd482bb6b
libm.so.0.5 in /usr/lib, too.
2006-03-25 21:56:28 +00:00