Go to file
he 4613532253 There's apparently a circular dependency between -lrump and -lrumpuser.
This poses problems when linking statically, as for sun2.  Add -lrump
also after -lrumpuser, so that this links statically as well.
2010-10-31 13:54:31 +00:00
bin Make sh build in debug mode 2010-10-29 17:06:53 +00:00
common Rename rb.h to rbtree.h, as it is more appropriate (c.f. ptree.h). Also 2010-09-25 01:42:38 +00:00
compat
crypto Change Linux Netlink address monitoring to monitor local route changes. 2010-10-22 06:26:26 +00:00
dist PR/44006: Ralph G: vi: CTRL-A does not handle end-of-word correctly 2010-10-28 18:12:47 +00:00
distrib Link Lua to the build and add the resulting files to the distribution sets. 2010-10-31 11:52:50 +00:00
doc Note the Lua import. Thanks jmmv for the reminder 2010-10-31 12:09:10 +00:00
etc Link Lua to the build and add the resulting files to the distribution sets. 2010-10-31 11:52:50 +00:00
external Link Lua to the build and add the resulting files to the distribution sets. 2010-10-31 11:52:50 +00:00
extsrc
games Avoid undefined behavior, from Chris Spiegel in PR 43860. 2010-09-26 21:12:23 +00:00
gnu Fix -o behavior with patterns that match the empty string, as per PR 43896. 2010-09-28 00:54:04 +00:00
include Implement dl_iterate_phdr. 2010-10-16 10:27:06 +00:00
lib Link Lua to the build and add the resulting files to the distribution sets. 2010-10-31 11:52:50 +00:00
libexec PR/44010: YAMAMOTO Takashi: sbrk: grow 0xb3ba2000 failed, error = 12" 2010-10-29 15:08:17 +00:00
regress Don't overrun the buffer, when writing some payload. 2010-10-03 19:41:25 +00:00
rescue Implement dl_iterate_phdr. 2010-10-16 10:27:06 +00:00
sbin Various improvements. 2010-10-31 11:39:46 +00:00
share Link Lua to the build and add the resulting files to the distribution sets. 2010-10-31 11:52:50 +00:00
sys Update copyright notice. This code was completely replaced with 2010-10-31 11:08:06 +00:00
tests There's apparently a circular dependency between -lrump and -lrumpuser. 2010-10-31 13:54:31 +00:00
tools Replace the current usage of Elf64_Half with Elf64_Word and rename 2010-08-28 21:30:02 +00:00
usr.bin simplify and modernize: 2010-10-18 19:39:32 +00:00
usr.sbin Make error message more userfriendly in cases where server does 2010-10-29 16:13:51 +00:00
x11 Disable USE_PAM on ports which have legacy non-XFree86 servers. 2010-10-10 07:03:28 +00:00
build.sh Replace a couple uses of '$@' with '$*' 2010-08-24 20:52:31 +00:00
BUILDING
Makefile
Makefile.inc
UPDATING