Go to file
ad d68cf1be1a - When signalling waiters, try not to awaken them immediatley. If we hold
the mutex that the waiters are using to synchronise, then transfer them
  to the mutex's waiters list so that the wakeup is deferred until release
  of the mutex. Improves the timings for CV sleep/wakeup by between 30-100%
  in tests conducted locally on a UP system. There can be a penalty for MP
  systems when only one thread is being awoken, but in practice I think it
  won't be be an issue.
- pthread_signal: search for a thread that does not have a pending wakeup.
  Threads can have a pending wakeup and still be on the waiters list if we
  clash with an earlier pthread_cond_broadcast().
2007-03-20 23:49:58 +00:00
bin s/intialized/initialized/ 2007-03-17 13:51:46 +00:00
common Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
crypto From Yves-Alexis Perez: enable monitoring of ipv6 address changes on Linux. 2007-03-15 14:12:12 +00:00
dist unbork openssl import borkage. 2007-03-07 03:18:53 +00:00
distrib Use crunched binary on sun2 miniroot so that miniroot is 2007-03-20 16:20:20 +00:00
doc Note addition of the x86/iclockmod driver. 2007-03-20 21:25:53 +00:00
etc For sdpd(8), change default user/group from nobody/nobody to _sdpd/_sdpd 2007-03-18 15:53:54 +00:00
games Xref shuffle(1) from random(6), and vice versa 2007-03-20 16:12:40 +00:00
gnu Steal code from tc-sparc.[ch] to implement a vax specific "cons" routine. 2007-03-16 22:16:12 +00:00
include -get cabs() and cabsf() out of public view - these are historical and 2007-02-22 22:08:17 +00:00
lib - When signalling waiters, try not to awaken them immediatley. If we hold 2007-03-20 23:49:58 +00:00
libexec Deal with MKPICLIB != no. 2007-03-15 17:27:15 +00:00
regress - Make -DINTREE works again. 2007-03-16 01:29:40 +00:00
rescue add libprop to LIBS, as veriexecctl now needs it. 2006-11-29 08:41:49 +00:00
sbin Change mismatch of bytes 11 to 90 to be a warning, not an error, and 2007-03-19 18:30:40 +00:00
share add support for permissions and file ownership 2007-03-20 18:30:30 +00:00
sys Changes to LWP wakeup: 2007-03-20 23:25:17 +00:00
tools G/C some HAVE_GCC == 3 stuff 2007-03-16 08:01:05 +00:00
usr.bin Xref shuffle(1) from random(6), and vice versa 2007-03-20 16:12:40 +00:00
usr.sbin For sdpd(8), change default user/group from nobody/nobody to _sdpd/_sdpd 2007-03-18 15:53:54 +00:00
x11 build XFree86 on shark 2006-12-21 01:45:32 +00:00
BUILDING Try to clarify the description of build.sh -m mach. 2007-01-27 11:47:36 +00:00
Makefile Add an iso_image target (iso-image as a target name doesn't play well with 2007-03-06 21:56:47 +00:00
Makefile.inc
UPDATING note src/sys/sys/{sa.h,savar.h} removal and workaround 2007-03-10 00:10:15 +00:00
build.sh Don't treat -m evbarm like the other arm-based platforms. Set 2007-02-19 14:20:11 +00:00