Go to file
sommerfeld 39db0e9c7e Three MULTIPROCESSOR + LOCKDEBUG fixes:
1) fix typo preventing compilation (missing comma).
2) in SLOCK_WHERE, display cpu number in the MP case.
3) the folowing race condition was observed in _simple_lock:
	cpu 1 releases lock,
	cpu 0 grabs lock
 	cpu 1 sees it's already locked.
	cpu 1 sees that lock_holder== "cpu 1"
	cpu 1 assumes that it already holds it and barfs.
	cpu 0 sets lock_holder == "cpu 0"
Fix: set lock_holder to LK_NOCPU in _simple_unlock().
2000-02-09 16:46:09 +00:00
bin Sync wi/ what mdoc.samples(7) says: 2000-02-05 11:39:16 +00:00
dist Resolve conflicts. 2000-02-01 20:31:10 +00:00
distrib added ti(4) 2000-02-09 14:22:14 +00:00
etc ip6forwarding -> ip6mode change (somehow i forgot to commit...) 2000-02-09 16:24:03 +00:00
games Add NetBSD slogans for fortune database. 2000-02-06 11:59:29 +00:00
gnu We need to redistribute the license terms. 2000-02-08 16:53:37 +00:00
include revise extended scoped address format support. delimiter and the order 2000-02-09 12:25:06 +00:00
lib revise extended scoped address format support. delimiter and the order 2000-02-09 12:25:06 +00:00
libexec change first argument of dladdr to const. 2000-02-08 16:22:59 +00:00
regress Make this work properly with the X/Open spec of semctl(2). 2000-01-31 15:10:34 +00:00
sbin Add reference to the include file with TCP sysctl constants. Fixes bin/9378. 2000-02-09 09:14:52 +00:00
share add manpage for the if_ti Gigabit Ethernet driver, from FreeBSD, 2000-02-09 14:21:06 +00:00
sys Three MULTIPROCESSOR + LOCKDEBUG fixes: 2000-02-09 16:46:09 +00:00
usr.bin use NI_WITHSCOPEID when printing multicast group with -inav. 2000-02-09 13:57:06 +00:00
usr.sbin Fix rmt for use with Solaris 2.7 and others. The deal here is that for 2000-02-08 18:00:05 +00:00
Makefile make sure include and include/sys are populated before starting to 2000-02-01 01:22:05 +00:00