freebsd-skq/contrib
Qing Li 6e6b3f7cbc This main goals of this project are:
1. separating L2 tables (ARP, NDP) from the L3 routing tables
2. removing as much locking dependencies among these layers as
   possible to allow for some parallelism in the search operations
3. simplify the logic in the routing code,

The most notable end result is the obsolescent of the route
cloning (RTF_CLONING) concept, which translated into code reduction
in both IPv4 ARP and IPv6 NDP related modules, and size reduction in
struct rtentry{}. The change in design obsoletes the semantics of
RTF_CLONING, RTF_WASCLONE and RTF_LLINFO routing flags. The userland
applications such as "arp" and "ndp" have been modified to reflect
those changes. The output from "netstat -r" shows only the routing
entries.

Quite a few developers have contributed to this project in the
past: Glebius Smirnoff, Luigi Rizzo, Alessandro Cerri, and
Andre Oppermann. And most recently:

- Kip Macy revised the locking code completely, thus completing
  the last piece of the puzzle, Kip has also been conducting
  active functional testing
- Sam Leffler has helped me improving/refactoring the code, and
  provided valuable reviews
- Julian Elischer setup the perforce tree for me and has helped
  me maintaining that branch before the svn conversion
2008-12-15 06:10:57 +00:00
..
amd
bc
bind9 Merge from vendor/bind9/dist as of the 9.4.2-P2 import 2008-09-01 22:54:49 +00:00
binutils Push mips support into the tree. 2008-12-11 08:22:20 +00:00
bsnmp This main goals of this project are: 2008-12-15 06:10:57 +00:00
bzip2
com_err
cpio Merge gnu cpio 2.6 -> 2.8 changes. Unfortunately, we have massive 2008-07-10 02:08:00 +00:00
csup
cvs Add $FreeBSD$ since we now have local changes. 2008-06-16 17:06:17 +00:00
diff
expat
file
gcc If arm.h is going to define WCHAR_TYPE, don't assume WCHAR_TYPE_SIZE 2008-09-10 15:47:31 +00:00
gcclibs
gdb gdb: Remove arm_pc_is_thumb_dummy() and related code. 2008-11-17 16:37:04 +00:00
gdtoa Make strtof() respect the current rounding mode. 2008-09-03 07:32:06 +00:00
gnu-sort
gperf
groff
hostapd
ipfilter This main goals of this project are: 2008-12-15 06:10:57 +00:00
less
libbegemot
libf2c
libobjc
libpcap Implement zero-copy bpf(4) buffer or "zbuf" support for libpcap. A slightly 2008-09-16 20:32:29 +00:00
libreadline
libstdc++
lukemftp
lukemftpd
ncurses - Update instructions for Subversion import 2008-11-15 09:30:09 +00:00
netcat
ngatm
ntp Merge from vendor/ntp/dist: r182856: 2008-09-07 22:15:41 +00:00
nvi
one-true-awk
openbsm Merge OpenBSM 1.1 alpha 2 from the OpenBSM vendor branch to head, both 2008-12-02 23:26:43 +00:00
openpam
opie
pam_modules/pam_passwdqc
pf
pnpinfo
sendmail Merge from vendor dist: Bring in a change already in the sendmail 2008-11-15 04:43:54 +00:00
smbfs When encoding an smb name, truncate one byte earlier in order than we did 2008-11-02 19:48:15 +00:00
tcp_wrappers
tcpdump
tcsh Actually fix pty detection for autologout setting. 2008-10-20 08:44:14 +00:00
telnet Use strlcpy() instead of strcpy(). 2008-11-13 20:40:38 +00:00
texinfo
top Removed the no-op -p; documented -P. 2008-06-21 15:48:16 +00:00
traceroute
wpa_supplicant