summaryrefslogtreecommitdiffstats
path: root/release/picobsd/tinyware/ns
Commit message (Collapse)AuthorAgeFilesLines
* fix various build errors (missing or wrong return types forluigi2009-04-271-16/+22
| | | | | | various functions returning void, missing headers, and so on). MFC after: 4 weeks (not before 7.3 is out, anyways)
* This main goals of this project are:qingli2008-12-151-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-09-271-56/+0
| | | | | | | | replacement and has additional features which make it superior. Discussed on: -arch Reviewed by: thompsa X-MFC-after: never (RELENG_6 as transition period)
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Function declared void shouldn't return any value...abial2002-03-271-2/+2
|
* Add a '-l' flag to show CPU load for the various states, similar to whatluigi2001-12-141-2/+46
| | | | | | | | | | | "top" does (thinking of it, i could have as well used the same format line!) This only makes sense when "-w" option is also specified, because the load is computed as the difference between subsequent samples. I think this (and the "-d" feature which shows differences in the network statistics counts) would also make sense in the standard vmstat and netstat.
* Add a -d flag to show deltas as opposed to cumulative countersluigi2001-10-101-6/+32
| | | | | | in interface statistics. Most useful when used with the -w flag e.g. ns -i -w 1 -d
* s/adress/address/kris2001-07-231-1/+1
| | | | | Inspired by: OpenBSD MFC After: 1 week
* Apply style guidelines (using gident to help).joe2001-04-232-424/+471
|
* Fix a syntax error.joe2001-04-231-2/+2
|
* Add dummy -n option, for compatibility with the standard netstatluigi2001-01-271-2/+4
|
* Fix so that the netmask is displayed correctly when it does notabial2001-01-101-4/+9
| | | | | | | | | | consist of contiguous bits in little endian format. Before the fix the netmask of 0xfffffff0 (0xf0ffffff in little endian format) was displayed /24 instead of /28. Also, add a missing include. Submitted by: Maxime Soule <Maxime.Soule@IPricot.com>
* Fix bogus reporting of interface names, the field returnedluigi2000-03-211-4/+4
| | | | in sdl_data is not 0-terminated
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
|
* Major PicoBSD update by luigi with some debugging help from myself.dwhite1999-08-221-12/+8
| | | | | | | | | | | | | | . Now builds on -STABLE (-CURRENT is broken due to bugs) . etc directory contents centralized instead of in each type directory (can exclude & override as desired) . Removed extraneous language files (lang files for rc really necessary?) . dialog-based build tool with support for custom floppy builds . MFS image loads as a mfs_root module instead of compiled into kernel THIS IS BROKEN ON CURRENT. I'll MFC to -STABLE immediately following. luigi tells me I have an OK from jkh on the MFC. Submitted by: luigi
* Enable printing of bridging statistics.luigi1999-08-171-2/+2
|
* Fix a problem in printing interface names.luigi1999-08-121-9/+13
|
* Changed my e-mail address.abial1998-11-011-2/+2
|
* Fix for bad calculation of netmask bits. I'm amazed it worked thus far...abial1998-10-091-2/+5
|
* Once again turn off the BRIDGING - it's not yet ready to be the default...abial1998-09-291-2/+2
| | | | Submitted by: Randal S. Masutani <randal@comtest.com>
* Turn on support for bridging statistics.abial1998-09-231-3/+2
|
* * Add code to display statistics continuously, every some seconds.abial1998-09-072-24/+45
| | | | | | | * Fix a number of mem leaks. * Update README. Submitted by: Luigi Rizzo <luigi@iet.unipi.it>
* Ugh... Small correction to the previous commit.abial1998-09-021-4/+5
| | | | _Now_ it compiles on 2.2.7...
* Added code to display interface table and link layer info, as wellabial1998-09-022-14/+125
| | | | | | | | as bridging statistics when using Luigi's bridging code. Also added some ifdef's to (hopefully) get it to compile under 2.2.x Submitted by: Luigi Rizzo <luigi@iet.unipi.it>
* Initial import of PicoBSD v0.4 tree.abial1998-08-273-0/+678
OpenPOWER on IntegriCloud