| #
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 ...
|
| #
02cdf4d2 |
| 14-Mar-2009 |
dsl <dsl@NetBSD.org> |
Remove all the __P() from sys (excluding sys/dist) Diff checked with grep and MK1 eyeball. i386 and amd64 GENERIC and sys still build.
|
| #
53524e44 |
| 04-Mar-2007 |
christos <christos@NetBSD.org> |
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
| #
95e1ffb1 |
| 11-Dec-2005 |
christos <christos@NetBSD.org> |
merge ktrace-lwp.
|
| #
6b2d8b66 |
| 01-Apr-2005 |
yamt <yamt@NetBSD.org> |
merge yamt-km branch. - don't use managed mappings/backing objects for wired memory allocations. save some resources like pv_entry. also fix (most of) PR/27030. - simplify kernel memory management
merge yamt-km branch. - don't use managed mappings/backing objects for wired memory allocations. save some resources like pv_entry. also fix (most of) PR/27030. - simplify kernel memory management API. - simplify pmap bootstrap of some ports. - some related cleanups.
show more ...
|
| #
1b7326b5 |
| 14-Jul-2003 |
lukem <lukem@NetBSD.org> |
use __KERNEL_RCSID() in a consistent manner
|
| #
05d0665f |
| 06-May-2002 |
jdolecek <jdolecek@NetBSD.org> |
rename memory_disc_size to md_root_size, so that kernels without MEMORY_DISK_ROOT_SIZE option link also make local md_root_size size_t
XXX is the load_memory_disc_from_floppy() stuff actually still
rename memory_disc_size to md_root_size, so that kernels without MEMORY_DISK_ROOT_SIZE option link also make local md_root_size size_t
XXX is the load_memory_disc_from_floppy() stuff actually still being used?
show more ...
|
| #
d213d804 |
| 02-Apr-2002 |
lukem <lukem@NetBSD.org> |
Rename MEMORY_DISK_SIZE (formerly MINIROOTSIZE) to MEMORY_DISK_ROOT_SIZE, which was suggested by Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> as being more consistent with what it's controlling...
|
| #
710f40a8 |
| 10-Mar-2002 |
lukem <lukem@NetBSD.org> |
* rename MEMORY_DISK_SIZE to OLD_MEMORY_DISK_SIZE; as far as I can tell nothing in the acorn32 port was using this version of MEMORY_DISK_SIZE but I've left the code here incase the portmaster
* rename MEMORY_DISK_SIZE to OLD_MEMORY_DISK_SIZE; as far as I can tell nothing in the acorn32 port was using this version of MEMORY_DISK_SIZE but I've left the code here incase the portmaster wants it. * rename MINIROOTSIZE to MEMORY_DISK_SIZE, so that all md(4) options are consistently named * fold opt_mdsize.h into opt_md.h
show more ...
|
| #
7d4a1add |
| 05-Oct-2001 |
reinoud <reinoud@NetBSD.org> |
Initial commit of the splitting off of arch/acorn32 from arch/arm32.
The IOMD/VIDC combination is now moved to arch/arm/iomd together. These files still need a lot of cleaning up :( .... esp. the RC
Initial commit of the splitting off of arch/acorn32 from arch/arm32.
The IOMD/VIDC combination is now moved to arch/arm/iomd together. These files still need a lot of cleaning up :( .... esp. the RC7500 support that is still dormant in it; this needs either to be removed or split out for RC7500's ``VIDC'' video/audio variant.
Apart from the RC7500 support wich is still in arch/arm32 the iomd,vidc,riscpc and podulebus subdirectories of arch/arm32 can be removed.
This split still uses some small parts of arch/arm32 .... those are the MI parts that haven't been moved yet.
RiscPC/A7000 have been tested and confirmed to build as should NC.
show more ...
|