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
|
puffs manual pages
|
2006-11-09 01:35:02 +00:00 |
doc
|
Note changes to vnd to make it work in file systems without bmap nor
|
2006-11-09 15:28:46 +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
|
compile some files with -Wno-stack-protector since they are heavy alloca
|
2006-11-09 20:07:14 +00:00 |
include
|
add comments.
|
2006-11-09 10:04:40 +00:00 |
lib
|
compile alloca using code -Wno-stack-protector
|
2006-11-09 20:45:01 +00:00 |
libexec
|
eliminate alloca for ssp.
|
2006-11-09 19:45:57 +00:00 |
regress
|
add LDADD + DPADD for libssp. Pointed out by Geoff Wing.
|
2006-11-09 17:08:04 +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 ssp glue.
|
2006-11-09 17:06:54 +00:00 |
sys
|
Yet another broken seagate drive.
|
2006-11-09 19:43:05 +00:00 |
tools
|
...and one more for xcompilation (due to lib/libc/hash/sha1/sha1hl.c, sigh.)
|
2006-10-29 06:56:01 +00:00 |
usr.bin
|
eliminate the only alloca use and simplify the code.
|
2006-11-09 20:42:45 +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
|
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
|
Clarify that DESTDIR/OBJDIR/etc are absolute paths, but build.sh
|
2006-10-08 17:54:30 +00:00 |
Makefile
|
don't filter out .WAIT when converting from _SUBDIR to SUBDIR
|
2006-09-07 03:51:44 +00:00 |
Makefile.inc
|
|
|
UPDATING
|
mention needing gcc rebuild for ssp.
|
2006-11-09 18:20:59 +00:00 |