#
32cef18b |
| 12-Mar-2016 |
dholland <dholland@NetBSD.org> |
Remove unused variable, found by gcc.
|
#
a9e4e986 |
| 12-Mar-2016 |
dholland <dholland@NetBSD.org> |
Fix syntax error in previous. Hi christos :-) (PR 50944)
|
#
c5bd2351 |
| 11-Mar-2016 |
christos <christos@NetBSD.org> |
PR/50944: David Binderman: sprinkle parens
|
#
df7f595e |
| 18-Mar-2009 |
cegger <cegger@NetBSD.org> |
Ansify function definitions w/o arguments. Generated with sed.
|
#
82357f6d |
| 14-Mar-2009 |
dsl <dsl@NetBSD.org> |
ANSIfy another 1261 function definitions. The only ones left in sys are beyond by sed script! (or in sys/dist or sys/external) Mostly they have function pointer parameters.
|
#
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 ...
|
#
ce099b40 |
| 28-Apr-2008 |
martin <martin@NetBSD.org> |
Remove clause 3 and 4 from TNF licenses
|
#
7c8d16d6 |
| 22-Mar-2002 |
leo <leo@NetBSD.org> |
Also find swap partitions in a (possibly embedded in AHDI) NetBSD label on the disk.
|
#
927df399 |
| 27-Feb-2002 |
leo <leo@NetBSD.org> |
copy a file to a 'SWP' partition
|