freebsd-dev/release/picobsd/tinyware
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
..
aps Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
help Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
login Fix picobsd builds. Changes include: 2007-11-14 05:42:54 +00:00
msg silence compiler complaints 2007-11-26 05:03:55 +00:00
msh Usage style sweep: spell "usage" with a small 'u'. 2002-04-22 13:44:47 +00:00
ns This main goals of this project are: 2008-12-15 06:10:57 +00:00
oinit Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
passwd NOPAM -> NO_PAM 2004-12-21 12:49:24 +00:00
simple_httpd Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
sps Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
view Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
vm - Revert signedness type changes to "struct vmtotal"; by making 2006-11-28 12:46:02 +00:00