NetBSD/sys
pooka ceca66166d * Add adapted version of the userspace atomic_cas ops for platforms
lacking special instructions.  We always use the spinlocked version
  (could use RAS on UP NetBSD host, but it's not portable).
* Add platform-based symbol quirk tables for selectively not renaming
  toolchain symbols for some platforms.  Although, this should really
  depend on the (toolchain,platform)-tuple and not just the platform.

This allows arm, hppa, mips and sh3 to build succesfully with an
isolated rump kernel namespace.  ... now, one arch remains: vax.
you must compile vax.  then, only then will you MI be.
2009-01-12 02:22:55 +00:00
..
altq add braces for symmetry 2009-01-04 18:41:36 +00:00
arch use PRI format macros to printf major and minor values 2009-01-11 23:27:47 +00:00
coda merge christos-time_t 2009-01-11 02:45:45 +00:00
compat Compat a.out stat structures also need to use u_int32_t dev_t. 2009-01-11 22:54:16 +00:00
conf fix COMPAT dependency. 2009-01-11 15:55:55 +00:00
crypto
ddb Fix my bug introduced in rev 1.98 of db_command.c where command prefix 2009-01-05 22:19:40 +00:00
dev s/set/get/ 2009-01-11 23:55:25 +00:00
dist make this compile 2009-01-11 10:25:29 +00:00
external initialise some variables whined about by gcc -O3. 2009-01-06 06:03:57 +00:00
fs make this compile 2009-01-11 10:25:29 +00:00
gdbscripts Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
ipkdb
kern remove !NTP stub. 2009-01-11 21:00:11 +00:00
lib These copy of gcc millicode routines is now included in librump (that 2009-01-07 22:15:18 +00:00
miscfs this change was somehow missed. 2009-01-11 03:16:33 +00:00
modules merge christos-time_t 2009-01-11 02:45:45 +00:00
net we need route_enqueue not to be static 2009-01-11 04:34:16 +00:00
net80211 Introduce ieee80211_setbasicrates(). 2009-01-10 12:53:45 +00:00
netatalk kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
netbt Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h 2008-09-08 23:36:53 +00:00
netinet merge christos-time_t 2009-01-11 02:45:45 +00:00
netinet6 merge christos-time_t 2009-01-11 02:45:45 +00:00
netipsec kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
netisdn KNF is nice, but not if it causes a warning that breaks compilation :-) 2008-11-09 15:48:13 +00:00
netiso use M_ZERO on malloc() and remove subsequent bzero(). 2008-12-19 18:49:37 +00:00
netkey Change how 'while (0)' is commented out to avoid /* within a comment. 2008-07-27 20:12:47 +00:00
netnatm kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
netsmb use M_ZERO on malloc() and remove subsequent bzero(). 2008-12-19 18:49:37 +00:00
nfs merge christos-time_t 2009-01-11 02:45:45 +00:00
opencrypto kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
rump * Add adapted version of the userspace atomic_cas ops for platforms 2009-01-12 02:22:55 +00:00
secmodel merge christos-time_t 2009-01-11 02:45:45 +00:00
stand
sys ... except we mostly need _HARD/SOFTKERNEL in assembly and we can't 2009-01-11 22:29:02 +00:00
ufs merge christos-time_t 2009-01-11 02:45:45 +00:00
uvm Move a couple of calls to pmap_update(). 2008-12-20 11:33:38 +00:00
Makefile Build kernel modules the same time as the rest of the system libraries. 2008-12-30 22:18:11 +00:00