#
524ed76f |
| 24-Jan-2023 |
mlelstv <mlelstv@NetBSD.org> |
whitespace, no code change.
|
#
2a84159a |
| 06-Jan-2023 |
tsutsui <tsutsui@NetBSD.org> |
TAB/spaces/indents cleanup.
|
#
c5804c8d |
| 02-Jul-2022 |
tsutsui <tsutsui@NetBSD.org> |
Misc KNF. No binary change.
|
#
27c79ee4 |
| 31-May-2022 |
tsutsui <tsutsui@NetBSD.org> |
Restore NULL pointer checks lost in rev 1.16.
Fixes PR port-atari/56859, ok'ed mlelstv@, and confirmed on TT030. Should be pulled up to netbsd-9 and netbsd-8.
|
#
aafa26ee |
| 03-Jan-2014 |
mlelstv <mlelstv@NetBSD.org> |
Fix allocator routines. Instead of abusing CIRCLEQ pointers, add an explicit type field to tag memory nodes that are or are not on the free list.
|
#
9d605174 |
| 27-Nov-2013 |
christos <christos@NetBSD.org> |
Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQ anymore, all the macros expand to NULL anyway, so this improves readability. Requested by rmind@
|
#
0ecbcb36 |
| 23-Nov-2013 |
christos <christos@NetBSD.org> |
convert from CIRCLEQ to TAILQ; remove open coding.
|
#
eb9963a8 |
| 13-Apr-2010 |
tsutsui <tsutsui@NetBSD.org> |
Misc KNF.
|
#
df7f595e |
| 18-Mar-2009 |
cegger <cegger@NetBSD.org> |
Ansify function definitions w/o arguments. Generated with sed.
|
#
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 ...
|
#
95e1ffb1 |
| 11-Dec-2005 |
christos <christos@NetBSD.org> |
merge ktrace-lwp.
|
#
e803bea7 |
| 15-Jul-2003 |
lukem <lukem@NetBSD.org> |
__KERNEL_RCSID()
|
#
17f5b2a1 |
| 13-Oct-1996 |
christos <christos@NetBSD.org> |
backout previous kprintf changes
|
#
60dd5cee |
| 11-Oct-1996 |
christos <christos@NetBSD.org> |
printf -> kprintf, sprintf -> ksprintf
|
#
65838563 |
| 12-Apr-1996 |
leo <leo@NetBSD.org> |
Prototyping.
|
#
7a18bb95 |
| 12-Apr-1996 |
leo <leo@NetBSD.org> |
Just give them more descriptive names.
|
#
c9dfd5cb |
| 22-Feb-1996 |
leo <leo@NetBSD.org> |
First bunch of changes due to stricter prototype checking.
|
#
de6e84e9 |
| 21-May-1995 |
leo <leo@NetBSD.org> |
Fixup free_stmem().
|
#
03df025c |
| 22-Apr-1995 |
leo <leo@NetBSD.org> |
Change allocation algorithm to best-fit, fix bug in free_stmem.
|
#
8b0113cf |
| 26-Mar-1995 |
leo <leo@NetBSD.org> |
NetBSD/Atari, port by Leo Weppelman.
|