Go to file
thorpej a17a076fd9 There's no need to use wakeup_one(), here:
- On a uniprocessor, wakeup()'s thundering herd is ordered by priority
  implicitly.
- The locking protocol here needs to be shot in the head and redone
  anyhow, and when that is done, this can be converted to use
  condition variables.
2000-06-02 03:26:35 +00:00
bin decouple us from stdio's BUFSIZ and boost BUFSIZE to 4K 2000-05-31 22:48:44 +00:00
dist Resolve conflicts. 2000-05-23 06:07:42 +00:00
distrib need bsd.own.mk 2000-06-01 06:56:55 +00:00
etc Make the two installation directories mentioned in INSTALL.* 2000-05-31 21:09:48 +00:00
games Fix core dump. 2000-05-24 14:43:00 +00:00
gnu There's no need to use wakeup_one(), here: 2000-06-02 03:26:35 +00:00
include Add _PATH_EMUL_AOUT. 2000-05-27 06:08:28 +00:00
lib size arg doesn't exist anymore, so don't DIAGASSERT it 2000-06-01 07:54:00 +00:00
libexec Make this build again with crypto-us, after recent changes to k{,5}login.c. 2000-06-02 00:19:04 +00:00
regress Explain why we can expect to have some resident pages even after an 2000-05-19 04:56:48 +00:00
sbin make ldconfig.c not always fail. 2000-06-01 18:17:06 +00:00
share pcmplay -> audioplay 2000-06-01 21:54:54 +00:00
sys another mod of opportunity: const poison. (cfprint_t should take 2000-06-02 01:48:50 +00:00
usr.bin Backout login_get_kconf function, because it breaks crypto-intl builds. 2000-06-02 03:01:22 +00:00
usr.sbin Just remove the first word so that rcmd.c compiles even if the command line 2000-05-31 07:34:45 +00:00
Makefile remove two of the previous ${_M}; they were invoked before $DESTDIR/share/mk may have existed. add one more. 2000-05-21 07:33:05 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00