Go to file
2011-06-27 13:50:31 +00:00
bin add a missing part from rev 1.10 and s/newline/newlinex/. found by GCC 4.5.3. 2011-06-22 03:56:17 +00:00
common various build fixes for gcc 4.5. from chuq. XXX i'm not sure all of 2011-06-20 09:11:16 +00:00
compat avoid adding -m32 to various variables multiple times aka, multiple inclusions. 2011-06-18 01:22:34 +00:00
crypto only attempt to load the secret key if we need to (for signing or for 2011-06-27 07:05:31 +00:00
dist initialise from_cs[1] instead of from_cs[0] twice. from GCC 4.5.3. 2011-06-22 03:57:46 +00:00
distrib 7th Edition(V7) File System support. and NetBSD symbolic-link, socket, FIFO extension. see newfs_v7fs(8). 2011-06-27 11:52:22 +00:00
doc mention recent changes. 2011-06-26 16:49:39 +00:00
etc PR/45015: ld.elf_so: support ELF symbol versioning 2011-06-25 05:45:10 +00:00
external delint 2011-06-25 20:27:01 +00:00
extsrc
games apply some -Wno-error and/or -fno-strict-aliasing. 2011-06-22 02:49:41 +00:00
gnu prepare to build native gcc 4.5, don't build native gcc 4.1, for HAVE_GCC=45 2011-06-21 04:52:49 +00:00
include * Arrange for interfaces that create new file descriptors to be able to 2011-06-26 16:42:39 +00:00
lib From Evgeniy Ivanov: puffs_node_readdir() should set eofflag to one, when 2011-06-27 12:06:19 +00:00
libexec PR/45015: ld.elf_so: support ELF symbol versioning 2011-06-25 05:45:10 +00:00
regress apply some -Wno-error and/or -fno-strict-aliasing. 2011-06-22 02:49:41 +00:00
rescue add the lzma library now that is used by gzip 2011-06-19 01:53:36 +00:00
sbin Various improvements. 2011-06-27 13:50:31 +00:00
share Add missing El macro. 2011-06-26 10:20:41 +00:00
sys 7th Edition(V7) File System support. and NetBSD symbolic-link, socket, FIFO extension. see newfs_v7fs(8). 2011-06-27 11:52:22 +00:00
tests fix fallout from including signal.h in rump_syscallargs.h 2011-06-26 13:17:36 +00:00
tools output stuff to the right libiberty dir for gcc 4.5. 2011-06-23 12:06:32 +00:00
usr.bin use size_t to satisfy lint 2011-06-25 09:16:52 +00:00
usr.sbin use appropriate types for uid/gid 2011-06-25 09:28:45 +00:00
x11
build.sh
BUILDING
Makefile fix the parts that build libgcc/crtstuff, etc., for GCC 4.5. 2011-06-22 05:13:20 +00:00
Makefile.inc
UPDATING