![]()
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.13 / (download) - annotate - [select for diffs], Tue Mar 10 07:01:12 2009 UTC (3 years, 2 months ago) by chris
Branch: MAIN
CVS Tags: HEAD
Diff to previous 1.12 (colored)
new CARP preempt and esp udpencap buttons, also see IFQ drops in show version
Revision 1.12 / (download) - annotate - [select for diffs], Wed Feb 6 22:48:53 2008 UTC (4 years, 3 months ago) by chris
Branch: MAIN
Diff to previous 1.11 (colored)
convert my copyrights to simpler ISC-style copyright statement
Revision 1.11 / (download) - annotate - [select for diffs], Tue Jan 29 06:17:35 2008 UTC (4 years, 3 months ago) by chris
Branch: MAIN
Diff to previous 1.10 (colored)
use (int argc, char **argv) for all show commands, and start introducing show bgp commands
Revision 1.10 / (download) - annotate - [select for diffs], Wed Dec 26 06:10:47 2007 UTC (4 years, 4 months ago) by chris
Branch: MAIN
Diff to previous 1.9 (colored)
Remove 'compiledon' superstition Now that we don't read KVM, this is totally useless information
Revision 1.9 / (download) - annotate - [select for diffs], Sat Apr 8 19:58:18 2006 UTC (6 years, 1 month ago) by chris
Branch: MAIN
Diff to previous 1.8 (colored)
errno.h cleanup from Manuel Pata <pata@alface.de>
Revision 1.8 / (download) - annotate - [select for diffs], Thu Feb 10 05:54:13 2005 UTC (7 years, 3 months ago) by chris
Branch: MAIN
Diff to previous 1.7 (colored)
Ummmm...yeah....
Revision 1.7 / (download) - annotate - [select for diffs], Thu Feb 10 05:41:35 2005 UTC (7 years, 3 months ago) by chris
Branch: MAIN
Diff to previous 1.6 (colored)
Silly shell hack to account for gcc 3's lack of multi-line constant support.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Feb 18 09:29:46 2003 UTC (9 years, 2 months ago) by chris
Branch: MAIN
Diff to previous 1.5 (colored)
add rcs tags to everything
Revision 1.5 / (download) - annotate - [select for diffs], Tue Feb 11 01:48:17 2003 UTC (9 years, 3 months ago) by chris
Branch: MAIN
Diff to previous 1.4 (colored)
Get rid of output to stderr. It is unnecessary, and useless to try and output to stderr from what is supposed to be a shell. When stderr is taken out of the equation, useful error logging can be obtained like this: nsh -vi /etc/nshrc | logger -t nsh -p daemon.info Interactive users won't notice this.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Feb 10 08:20:42 2003 UTC (9 years, 3 months ago) by chris
Branch: MAIN
Diff to previous 1.3 (colored)
import of nsh-20030208 -make static work as static <mac> <member> not the other way around -that way you can do no static <mac> without specifying a member -use void where we don't need anything else -add pfctl handling so that you can edit pf rules, flush pf, save pf.conf in nshrc (this helps with the goal of keeping all the configuration in one file, although calling pfctl to begin with is a compromise since pfctl is too much of a moving target to try and integrate) -add a manual -exit if fork fails -add commands to reboot and shutdown (jose) -add command to save config (jose) -add tunnel to conf() output -add pf to conf() output -make default mtu table nicer -same for interface types -make rtdump easier to handle correctly -fix botched strlcat conversion in ieee80211 stuff -improve method to get hardware address for an interface -/dev/altq/altq becomes /dev/pf
Revision 1.3 / (download) - annotate - [select for diffs], Mon Feb 10 07:31:58 2003 UTC (9 years, 3 months ago) by chris
Branch: MAIN
Diff to previous 1.2 (colored)
import of nsh-20020415 -allow cmdrc() to feed interface mode commands -add -v verbose flag -add compile notes to show version
Revision 1.2 / (download) - annotate - [select for diffs], Mon Feb 10 07:26:15 2003 UTC (9 years, 3 months ago) by chris
Branch: MAIN
Diff to previous 1.1 (colored)
import of nsh-20020412 -add some -W gems -get rid of \r\n crap -add interface mode handler -vlan stats for show interface -make rate() work with interface mode handler -route.c moves to routepr.c -add route.c as a way to add routes with netmask or bitmask
Revision 1.1 / (download) - annotate - [select for diffs], Mon Feb 10 07:16:16 2003 UTC (9 years, 3 months ago) by chris
Branch: MAIN
import of nsh-20020304 -add README and TODO -add routing statistics from netstat -initialize nlist correctly