Go to file
dyoung 060522dec8 Hide the radix-trie implementation of the forwarding table so that we
will have an easier time replacing it with something different, even if
it is a second radix-trie implementation.

sys/net/route.c and sys/net/rtsock.c no longer operate directly on
radix_nodes or radix_node_heads.

Hopefully this will reduce the temptation to implement multipath or
source-based routing using grotty hacks to the grotty old radix-trie
code, too. :-)
2011-03-31 19:40:51 +00:00
bin Fix bogus paranthesis, From Henning Peternse in PR bin/44773. 2011-03-26 12:01:06 +00:00
common Fix a typo and a punctuation nit. 2011-03-27 22:44:47 +00:00
compat if using MAKEOBJDIRPREFIX, make sure to unset it since it would override 2011-01-31 10:58:14 +00:00
crypto fix a repeated typo 2011-03-29 21:43:17 +00:00
dist 1. fix PR/44455, nonprintable character doesn't show hex-visual 2011-03-21 14:53:02 +00:00
distrib Add couple of simple tests for dup(2). 2011-03-31 15:47:56 +00:00
doc Note import of atf-0.13. 2011-03-31 17:00:57 +00:00
etc Add a new libquota library, which contains some blocks to build and/or 2011-03-24 17:05:39 +00:00
external Adjust reachover build files with the import of atf-0.13. 2011-03-31 16:45:44 +00:00
extsrc
games Bug fix: in a game with 26 planes, the last one to be allocated wouldn't 2011-02-15 08:25:25 +00:00
gnu Don't install stddef.h and friends, they don't work as intended without 2011-03-24 13:31:30 +00:00
include finish the ieeefp.h vs fp_prec_t hack from the previous change and 2011-03-27 05:13:15 +00:00
lib Offset indent. 2011-03-31 07:52:34 +00:00
libexec Enable TLS for alpha - a 2nd class^Wtier system in pookaBSD^WNetBSD 2011-03-31 15:30:31 +00:00
regress Kill a redundant lvalue cast in assembler constrained. 2011-03-18 03:06:21 +00:00
rescue Add basic locking to ld.elf_so. 2011-03-25 18:07:04 +00:00
sbin Document biosboot. Xref boot(8) and installboot(8). 2011-03-27 01:01:07 +00:00
share Remove a duplicate word, .Fn for functions, .Vt. 2011-03-30 21:40:01 +00:00
sys Hide the radix-trie implementation of the forwarding table so that we 2011-03-31 19:40:51 +00:00
tests Add couple of simple tests for dup(2). 2011-03-31 15:47:56 +00:00
tools Enable support for --sysroot in binutils and gcc. 2011-03-24 13:33:42 +00:00
usr.bin Call meta_job_finish() from meta_job_error(), so that if 2011-03-31 06:50:43 +00:00
usr.sbin Don't cast return value of malloc 2011-03-30 05:24:05 +00:00
x11
BUILDING Pass down INSTALLSETS variable to installsets target. Use :Q to escape 2011-01-29 16:56:26 +00:00
Makefile Pass down INSTALLSETS variable to installsets target. Use :Q to escape 2011-01-29 16:56:26 +00:00
Makefile.inc
UPDATING fix typo in "-traditional-cpp" 2011-01-23 23:40:37 +00:00
build.sh Add support for the Extensible MIPS ("eMIPS") platform. The 2011-01-26 01:18:43 +00:00