Go to file
rillig 30991c10e3 Fixed the wording of the <ctype.h> character classification functions by
always using "function" instead of "macro".

Changed "undefined result" into "undefined behavior" for argument values
outside the valid range. Since the character table is allocated via
malloc(), it _may_ happen that it starts at a page boundary, so that
negative values for the argument result in a segmentation fault. In that
case, there is no result at all.
2006-10-05 22:34:52 +00:00
bin Prefix "Syntax Error" with the program name, if the command name is not 2006-10-04 15:00:38 +00:00
common fix build issue for !_KERNEL 2006-10-04 09:43:45 +00:00
crypto unbreak gcc-3 builds. 2006-10-04 14:31:55 +00:00
dist Coverity CID 3692: Prevent use after free (from Arnaud Lacombe) 2006-10-03 19:06:05 +00:00
distrib add disklabel_gpt.h 2006-10-05 18:17:04 +00:00
doc Note sun3 MI softintr(9). 2006-10-05 14:58:41 +00:00
etc Tidy output so it matches other rc scripts. 2006-10-01 15:17:51 +00:00
games PR# 4305: [dM] boggle uses very incomplete wordlist. 2006-09-24 01:38:57 +00:00
gnu Override the lex rules after <bsd.prog.mk> to prevent the reachover build 2006-10-05 20:40:12 +00:00
include Add run level messages. 2006-09-22 21:31:55 +00:00
lib Fixed the wording of the <ctype.h> character classification functions by 2006-10-05 22:34:52 +00:00
libexec Avoid buffer overflow. 2006-09-29 17:02:04 +00:00
regress A field with a null custom heading retains a minimum width derived 2006-10-02 19:18:30 +00:00
rescue Add mount_tmpfs(8) to /rescue. Ok with christos. 2006-08-16 16:50:59 +00:00
sbin If Veriexec enforces access type, don't allow mmap() to use PROT_EXEC on 2006-09-30 10:56:31 +00:00
share add support for O_DIRECT (I/O directly to application memory, 2006-10-05 14:48:32 +00:00
sys Install disklabel_gpt.h needed by the gpt partitioning tool (which is coming 2006-10-05 18:14:11 +00:00
tools Use ${HOST_SH} instead of the host system's /bin/sh wherever possible: 2006-09-29 20:00:15 +00:00
usr.bin Instead of trying to check the return value of every fprintf() and fputs() 2006-10-04 20:34:48 +00:00
usr.sbin Ensure alignment of the structure used for RPC requests. This stop 2006-10-05 09:18:11 +00:00
x11 PR misc/26923 sent by Kouichirou Hiratsuka "xterm does not support luit". 2006-09-24 07:59:59 +00:00
build.sh Use ${HOST_SH} instead of the host system's /bin/sh wherever possible: 2006-09-29 19:53:54 +00:00
BUILDING Use ${HOST_SH} instead of the host system's /bin/sh wherever possible: 2006-09-29 19:57:04 +00:00
Makefile don't filter out .WAIT when converting from _SUBDIR to SUBDIR 2006-09-07 03:51:44 +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 Mention acorn32 console changes, since they'll break builds with custom 2006-08-15 20:48:01 +00:00