Go to file
tsutsui df320777c1 Call re_reset() after re_stop() in re_init().
Without this, re(4) on my macppc sometimes falls into mangled state
and generates many errors after ifconfig(8) or tcpdump(8) etc.
2006-11-10 21:49:02 +00:00
bin Add support for printing the emulation of the process. 2006-10-29 22:32:53 +00:00
common Add include of <sys/param.h>, to allow vax kernels to build again. 2006-11-01 11:29:08 +00:00
crypto eliminate the only variable stack array allocation. 2006-11-09 20:22:18 +00:00
dist don't use a variable array on the stack for a stupid reason. 2006-11-09 20:12:29 +00:00
distrib add more ssp library files. 2006-11-10 19:43:02 +00:00
doc paxctl changes. 2006-11-10 17:16:30 +00:00
etc Add CP3100 and CP3100_INSTALL to kernel/build sets. 2006-11-09 00:34:49 +00:00
games don't discard const. GCC 4.1-20061021 doesn't like that... 2006-10-22 08:09:24 +00:00
gnu Sprinkle -Wno-stack-protector. Gnu programs use too much alloca :-) 2006-11-10 17:36:08 +00:00
include add comments. 2006-11-09 10:04:40 +00:00
lib fix lint. 2006-11-10 17:37:39 +00:00
libexec eliminate alloca for ssp. 2006-11-09 19:45:57 +00:00
regress use malloc instead of alloca. 2006-11-10 17:38:33 +00:00
rescue Revert the recent addition of /rescue/gkermit. There's some concern 2006-11-01 17:36:13 +00:00
sbin replace varstack alloc with malloc. 2006-11-09 19:41:59 +00:00
share add the non tool version of paxctl 2006-11-10 17:22:19 +00:00
sys Call re_reset() after re_stop() in re_init(). 2006-11-10 21:49:02 +00:00
tools Add paxctl as a tool. 2006-11-10 16:50:10 +00:00
usr.bin fix flags assignment. 2006-11-10 21:39:57 +00:00
usr.sbin compile a file with -Wno-stack-protector since it is using __cmsg_alignbytes() 2006-11-09 20:33:25 +00:00
x11
build.sh Use ${HOST_SH} instead of the host system's /bin/sh wherever possible: 2006-09-29 19:53:54 +00:00
BUILDING Clarify that DESTDIR/OBJDIR/etc are absolute paths, but build.sh 2006-10-08 17:54:30 +00:00
Makefile
Makefile.inc
UPDATING mention needing gcc rebuild for ssp. 2006-11-09 18:20:59 +00:00