#
57920690 |
| 29-Sep-2020 |
msaitoh <msaitoh@NetBSD.org> |
s/occurence/occurrence/
|
#
312d89f0 |
| 20-Dec-2012 |
hannken <hannken@NetBSD.org> |
Change bread() and breadn() to never return a buffer on error and modify all callers to not brelse() on error.
Welcome to 6.99.16
PR kern/46282 (6.0_BETA crash: msdosfs_bmap -> pcbmap -> bread -> b
Change bread() and breadn() to never return a buffer on error and modify all callers to not brelse() on error.
Welcome to 6.99.16
PR kern/46282 (6.0_BETA crash: msdosfs_bmap -> pcbmap -> bread -> bio_doread)
show more ...
|
#
454af1c0 |
| 14-Mar-2009 |
dsl <dsl@NetBSD.org> |
Change about 4500 of the K&R function definitions to ANSI ones. There are still about 1600 left, but they have ',' or /* ... */ in the actual variable definitions - which my awk script doesn't handle
Change about 4500 of the K&R function definitions to ANSI ones. There are still about 1600 left, but they have ',' or /* ... */ in the actual variable definitions - which my awk script doesn't handle. There are also many that need () -> (void). (The script does handle misordered arguments.)
show more ...
|
#
1498ad22 |
| 30-Apr-2008 |
ad <ad@NetBSD.org> |
Make various bits of debug code compile again.
|
#
9f56dfa5 |
| 08-Oct-2007 |
ad <ad@NetBSD.org> |
Merge brelse() changes from the vmlocking branch.
|
#
641b7ad8 |
| 15-May-2006 |
christos <christos@NetBSD.org> |
More kauth fallout.
|
#
95e1ffb1 |
| 11-Dec-2005 |
christos <christos@NetBSD.org> |
merge ktrace-lwp.
|
#
2ebf2b2f |
| 19-Aug-2005 |
christos <christos@NetBSD.org> |
namlen is u_int16_t now.
|
#
362a4a0b |
| 17-May-2005 |
christos <christos@NetBSD.org> |
Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] to implement, xtoa(), but I think defining the samestring 50 times is a bit too much. Defined HEXDIGITS and hexdigits in subr_prf.c
Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] to implement, xtoa(), but I think defining the samestring 50 times is a bit too much. Defined HEXDIGITS and hexdigits in subr_prf.c and use it...
show more ...
|
#
477853c3 |
| 26-Feb-2005 |
perry <perry@NetBSD.org> |
nuke trailing whitespace
|
#
aad01611 |
| 07-Aug-2003 |
agc <agc@NetBSD.org> |
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
#
5356de15 |
| 23-Dec-2002 |
jdolecek <jdolecek@NetBSD.org> |
move filecorefs code from sys/filecorefs to sys/fs/filecorefs
|