summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Removed most unused includes of <net/if_var.h> outside the kernel.bde1998-01-164-8/+4
* Adapt to new mount(2) argument syntax.jkh1998-01-166-15/+15
* Benign changes to support Justin's CAM code.jkh1998-01-162-2/+6
* Add rcsid. Change exit(-1). Use err() instead of warn()/exit().charnier1998-01-1613-46/+54
* update hub.mc to match what we are currently using:jmb1998-01-151-17/+25
* Free our input mbuf when the FCS is good (oops, memory leak).brian1998-01-141-1/+2
* Lose __libalias_version.brian1998-01-141-10/+59
* Fix the output of `kbdcontrol -L _keymap_file_' which I broke in the lastyokota1998-01-121-11/+16
* Remove optind (getopt() already knows about it).charnier1998-01-121-3/+2
* Remove optind (getopt() already knows about it). Move -d flag to -c accordingcharnier1998-01-121-6/+4
* Lose <net/if_var.h> !brian1998-01-115-20/+5
* Make things work when sizeof(long) != 32 (hopefully)brian1998-01-1110-86/+89
* change s_port to ntohs(s_port) for printf in DEBUG.darrenr1998-01-111-2/+2
* Remember any number of interface names.brian1998-01-111-13/+28
* Remove includes of if_var.h and in_var.hbrian1998-01-111-5/+1
* Allow 6 byte interface names (for >tun99)brian1998-01-111-2/+2
* Pause according to the redial setting when dialing manually.brian1998-01-101-1/+6
* Rename the pwd_mkdb(8) option '-c' to '-C' for better compatiblitywosch1998-01-103-11/+11
* Minor brace gymnastics so that /etc/wall_cmos_clock is reallysteve1998-01-101-3/+4
* Implement Reset{Req,Ack} properly, as per rfc 1962.brian1998-01-109-42/+84
* MF22: Additional paranoia in cleanup.jkh1998-01-091-2/+2
* Zap any addresses on the network side of the `tun' as soonbrian1998-01-083-3/+40
* Don't assume install script is directly runnable - use sh -c.jkh1998-01-081-4/+4
* Added accent (dead) key support to syscons and kbdcontrol.yokota1998-01-073-39/+363
* Typo.charnier1998-01-071-2/+2
* Make pstat.c compile, since in the new kernel code, VVMIO doesn'tdyson1998-01-061-2/+2
* Correct the return value of ReportProtStatus() ("show proto").brian1998-01-061-2/+2
* Added some notes on cut&paste functions and button assignment.yokota1998-01-051-1/+17
* Use err(3). Change Synopsis to SYNOPSIS (needed for macro expansion) andcharnier1998-01-052-29/+29
* o Allow the use of HISADDR as the first arg to "add".brian1998-01-056-120/+311
* Make it clear that using "add ...." in ppp.conf whenbrian1998-01-042-26/+112
* Don't scribble on the stack if our input packet isbrian1998-01-041-1/+7
* Initialize CcpInfo protocols to -1 (none, not OUI).brian1998-01-042-13/+18
* Restored xref to diskless(8). diskless(8) existed but was not installed.bde1998-01-011-2/+3
* Handle frame relay, decode ATM VP/VC info, and handle ISO over FR.pst1998-01-011-2/+2
* Allow "set device" to close the open modem if we're inbrian1997-12-303-35/+39
* Typo in error message.brian1997-12-301-2/+2
* Use inet_aton() before gethostbyname()brian1997-12-301-6/+8
* Allow "add! dst mask gw" (note the ``!'') to do anbrian1997-12-305-32/+80
* Added copyright (taken from natd.c).alex1997-12-301-1/+9
* Don't complain that someone's changed the clock unless the timebrian1997-12-291-4/+5
* Show how much time is left before timing out in thebrian1997-12-295-13/+31
* gateway -> gateway_enablejkh1997-12-292-4/+4
* Don't expect select() to adjust the passed time when it'sbrian1997-12-283-53/+46
* Fix a couple of stray apostrophes.jraynard1997-12-281-3/+3
* Initialize mbuf::pnext.brian1997-12-282-3/+4
* If a packet causes a dial, continue to test whether it'sbrian1997-12-282-17/+7
* Allow initial sequence numbers less than what we're expecting.brian1997-12-281-6/+21
* Fix top-of-form bogon.wollman1997-12-271-2/+2
* Another sysconfig -> rc.conf fix.steve1997-12-271-1/+1
OpenPOWER on IntegriCloud