Go to file
thorpej feff2fbbe6 Add support for the %j format length modifier (intmax_t). We have to
add intmax_type_node and uintmax_type_node globals to support this.
2003-03-14 21:24:44 +00:00
bin Fix typo in mkpath()'s test before chmod(). 2003-03-10 23:33:10 +00:00
crypto .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
dist be specific about what we are matching against. 2003-03-10 00:03:21 +00:00
distrib add multiple-include protection. 2003-03-11 07:18:38 +00:00
doc Note support for the NCD Explora451 ThinClient. 2003-03-12 12:22:12 +00:00
etc Make it start before "SERVERS" and remove redundant dependency on 2003-03-14 09:18:50 +00:00
games Make this work on sparc64 (don't use long and assume sizeof(long) = 4). 2003-02-26 07:14:44 +00:00
gnu Add support for the %j format length modifier (intmax_t). We have to 2003-03-14 21:24:44 +00:00
include add wcstoll, wcstoimax, wcstoull and wcstoumax. (lib/20656) 2003-03-11 09:21:22 +00:00
lib Include <sys/types> before <sys/lock.h>, shuffle <ucontext.h>. 2003-03-13 19:51:33 +00:00
libexec Dont call gettimeofday on a rpc timeval. 2003-03-09 10:33:04 +00:00
regress Also test the libc atexit routine in the presence of libpthread. 2003-03-04 18:00:48 +00:00
rescue Build mount_* individually, since mount and most of mount_* no longer 2003-03-03 02:09:18 +00:00
sbin Correct program name in comments. 2003-03-10 09:23:50 +00:00
share Add wscons to MAKEDEV. Add wsfont major number. 2003-03-13 14:56:56 +00:00
sys pmap_kremove the pages before uvm_km_free'ing them. Thanks jason! 2003-03-14 18:47:53 +00:00
tools Put -X into MAKEFLAGS on FreeBSD and Mac OS X; they have a small ARG_MAX. 2003-03-14 05:22:50 +00:00
usr.bin Add a -X option, which prevents make(1) from putting variables 2003-03-14 05:19:43 +00:00
usr.sbin correct use of sizeof 2003-03-14 18:43:52 +00:00
build.sh Put -X into MAKEFLAGS on FreeBSD and Mac OS X; they have a small ARG_MAX. 2003-03-14 05:22:50 +00:00
BUILDING
Makefile
Makefile.inc
UPDATING