![]()
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.13 / (download) - annotate - [select for diffs], Mon Mar 2 20:50:50 2009 UTC (3 years, 2 months ago) by chris
Branch: MAIN
CVS Tags: HEAD
Diff to previous 1.12 (colored)
Remove clause 3,4 from NetBSD copyrights
Revision 1.12 / (download) - annotate - [select for diffs], Fri Mar 28 16:20:38 2008 UTC (4 years, 1 month ago) by chris
Branch: MAIN
Diff to previous 1.11 (colored)
SIOCGIFMEDIA returns ENOTTY if not supported
Revision 1.11 / (download) - annotate - [select for diffs], Thu Sep 1 04:31:36 2005 UTC (6 years, 8 months ago) by chris
Branch: MAIN
Diff to previous 1.10 (colored)
Make the most common error (this device doesn't support media commands) more human-readable
Revision 1.10 / (download) - annotate - [select for diffs], Sun Jun 12 07:47:58 2005 UTC (6 years, 11 months ago) by chris
Branch: MAIN
Diff to previous 1.9 (colored)
Simplify life with strtonum() and other little cleanups
Revision 1.9 / (download) - annotate - [select for diffs], Thu Sep 18 20:09:51 2003 UTC (8 years, 8 months ago) by chris
Branch: MAIN
Diff to previous 1.8 (colored)
pfsync returns ENOTTY not EINVAL...argh....I already compensated for this in conf_media_status(), but forgot media_status()...
Revision 1.8 / (download) - annotate - [select for diffs], Sun Apr 20 02:02:38 2003 UTC (9 years, 1 month ago) by chris
Branch: MAIN
Diff to previous 1.7 (colored)
Fix two problems in conf_media_status: -printing status of ifm_active won't print a mediaopt if the media type itself was not set (like if you just typed mediaopt hostap)...fix this by printing ifm_current instead -for now, compare with ifm_current >= ifm_active, although it may be necessary to remove this check entirely. another one found with mediaopt set, but media left as default
Revision 1.7 / (download) - annotate - [select for diffs], Thu Apr 3 23:41:40 2003 UTC (9 years, 1 month ago) by chris
Branch: MAIN
Diff to previous 1.6 (colored)
Fix a silly bug; how did media_supported() ever work ?
Revision 1.6 / (download) - annotate - [select for diffs], Thu Apr 3 22:45:16 2003 UTC (9 years, 1 month ago) by chris
Branch: MAIN
Diff to previous 1.5 (colored)
ENOTTY is returned by if_wi for media status, so bail out on that also
Revision 1.5 / (download) - annotate - [select for diffs], Thu Apr 3 22:39:56 2003 UTC (9 years, 1 month ago) by chris
Branch: MAIN
Diff to previous 1.4 (colored)
print \n even if a media type has no status (such as unconfigured if_wi)
Revision 1.4 / (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.3 (colored)
add rcs tags to everything
Revision 1.3 / (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.2 (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.2 / (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.1 (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.1 / (download) - annotate - [select for diffs], Mon Feb 10 08:10:27 2003 UTC (9 years, 3 months ago) by chris
Branch: MAIN
import of nsh-20020619 -use a more macros for better enjoyment -fix up the toilet flusher to handle arps and routes -make show route display a specific destination like 'route get' if you specify an additional argument -add media types in conf() output -add powersave to conf() output -add routes/arps to conf() output -add media type and hardware address to show interface -same for network key/powersaving time -add function that "suprisingly actually works" to get hardware address -merge ip/netmask/bitmask parser to parse_ip() instead of duplicating code -strtoul vs atoi becomes an issue -add capability to setup vlans from interface mode -get rid of mrtd code from routesys.c and go back to berkeley rtmsg() -whoops, i forgot to 'cvs add' bridge.c in the last commit!!