Go to file
tron 726769ad02 Improve kqueue(2) utilization:
- Don't invoke kevent(2) for every single event change. Instead collect
  event changes and try to do them in the event loop.
- Handle signals via kevent(2) to avoid race conditions for SIGHUP (which
  probably exist in the select(2) based implementation, too).
2003-02-13 11:47:27 +00:00
bin New sentence, new line. I'm having a slight deja-vu... 2003-02-12 19:48:18 +00:00
crypto "Utilize" has exactly the same meaning as "use," but it is more 2003-02-04 23:07:28 +00:00
dist use correct group id if group was specified for -u; previously, it would 2003-02-08 11:45:54 +00:00
distrib Add pthread_atfork() man page. 2003-02-13 03:00:51 +00:00
doc texinfo-4.5 update. 2003-02-13 09:03:07 +00:00
etc Under check_mtree, invoke mtree with -L if check_mtree_follow_symlinks is set. 2003-02-13 02:42:06 +00:00
games Use pipe ("|") as a sed command field separator and allow slash ("/") 2003-02-06 15:17:01 +00:00
gnu Update for 4.5. 2003-02-13 09:01:13 +00:00
include Sprinkle some restrict. 2003-02-05 23:13:07 +00:00
lib Add pthread_atfork() man page. 2003-02-13 03:00:51 +00:00
libexec Use int32_t for block adresses in segment summary structures. 2003-02-10 21:17:53 +00:00
regress Don't build these unless this can also pass the build tests that 2003-02-12 22:30:19 +00:00
rescue Enable MIPS now that crunchgen works again for this arch. 2003-01-29 11:32:45 +00:00
sbin If no other name is specified, and machdep.booted_kernel is present 2003-02-09 23:29:32 +00:00
share Document check_mtree_follow_symlinks. 2003-02-13 02:42:37 +00:00
sys Move the PV list header into the VM page vm_page_md structure. 2003-02-13 09:53:20 +00:00
tools replace DIST with GNUHOSTDIST, and don't unconditionally define it 2003-02-07 01:52:51 +00:00
usr.bin Avoid displaying "intr" for all interrupt counter titles 2003-02-13 08:09:33 +00:00
usr.sbin Improve kqueue(2) utilization: 2003-02-13 11:47:27 +00:00
build.sh Consistently, don't expand ${MACHINE} in help message. 2003-02-06 22:19:06 +00:00
BUILDING Fix example 3; the build.sh target is "install" not "installworld". 2003-02-08 10:00:33 +00:00
Makefile - Add "sets" top-level Makefile target and build.sh operation. 2003-01-26 06:19:12 +00:00
Makefile.inc don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it 2002-04-10 14:53:43 +00:00
UPDATING add entry for smmsp user/group. 2003-02-06 04:37:59 +00:00