aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* If dev->connected is already set to CARRIER_OK in ether_AwaitCarrier,Brian Somers1999-11-091-1/+1
* Don't recurse into datalink_UpdateSet() afterBrian Somers1999-11-092-4/+6
* Correct the ``-unix X'' parsing (last time I only correctedBrian Somers1999-11-091-1/+2
* Add devices from the ATA driver (ad, acd, afd, ast).Søren Schmidt1999-11-092-2/+12
* Be a bit smarter when identifying a netgraph nodeBrian Somers1999-11-091-55/+9
* Re-support "tape" as an alias for device and clean up a bit more cruftPeter Wemm1999-11-093-4/+13
* Don't treat -unit as a mode flag when counting mode flags.Brian Somers1999-11-091-0/+1
* Add an empty netgraph.o when building a release to keep theBrian Somers1999-11-091-2/+2
* Add the latest categories.Jordan K. Hubbard1999-11-081-2/+5
* Defensive coding to prevent a potential segfault.Jordan K. Hubbard1999-11-081-1/+1
* Allow distributions to be excluded more easily in scripts.Jordan K. Hubbard1999-11-085-0/+52
* Don't zero-pad netgraph node idsBrian Somers1999-11-071-4/+4
* Fix spelling errors.Chris Costello1999-11-072-2/+2
* Support PPPoEBrian Somers1999-11-0622-133/+1087
* Flag empty UID entries as errors (to stop typos from turning intoEivind Eklund1999-11-061-1/+6
* Update for 6.0.3s1 changes.David E. O'Brien1999-11-051-27/+30
* Make sure modes on new skeleton files are correct.Jordan K. Hubbard1999-11-052-0/+2
* DescriptionJulian Elischer1999-11-011-3/+14
* ``mergemaster'' was repo-copied to ``mergemaster.sh'' as it's a shell script.Chris Costello1999-11-012-686/+1
* Some spelling/grammar fixes.Mike Pritchard1999-10-301-3/+3
* Spelling fix.Mike Pritchard1999-10-301-6/+2
* Spelling fix.Mike Pritchard1999-10-301-1/+1
* $FreeBSD$ tags moved to bottom of license aggmt.Alexey Zelkin1999-10-301-1/+1
* Remove comments left since mdoc.template time or just useless commentsAlexey Zelkin1999-10-303-22/+3
* mdoc(7)'fyAlexey Zelkin1999-10-301-1/+1
* ``tty'' is not required parameterAlexey Zelkin1999-10-301-1/+1
* Fix broken cross reference : kldload(1) -> kldload(8)Alexey Zelkin1999-10-301-1/+1
* Add option "-d destdir" which instructs config to use another outputMarcel Moolenaar1999-10-306-19/+79
* Limit COPTS added by Makefile to just '-Wall'.Archie Cobbs1999-10-282-5/+3
* If we get an EPROTONOSUPP error when trying to create the netgraph socketArchie Cobbs1999-10-273-1/+18
* Remove extraneous -I compile flag that was used during testing.Archie Cobbs1999-10-271-1/+0
* Add IGNORE_MOTD to allow the sysadmin to ignore (likely) differences inBill Fumerola1999-10-263-0/+18
* Use $FreeBSD$ (instead of the author's $Revision$) to report theBill Fumerola1999-10-262-6/+2
* freebsd -> FreeBSDBill Fumerola1999-10-261-1/+1
* Add $FreeBSD$Bill Fumerola1999-10-261-2/+1
* Co-MAINTAINER this module.Bill Fumerola1999-10-261-0/+1
* Don't try updating the passwd file if no data has changed. This allows thingsDavid Nugent1999-10-261-39/+102
* Add new functionality "lock" and "unlock" to provide a simple passwordDavid Nugent1999-10-264-8/+47
* Missed statement in password update relating to the previous changeDavid Nugent1999-10-261-1/+1
* Clean up error handling in fileupdate(), which now returns 0 on successDavid Nugent1999-10-265-62/+117
* Add $FreeBSD$Bill Fumerola1999-10-252-0/+2
* Introduce ``set logout''; another chat script. This is in preparationBrian Somers1999-10-257-32/+73
* Don't (unnecessarily) parse wtmp, force ID0logout() to DTRT instead.Brian Somers1999-10-253-42/+8
* Do not rely on malloc() to zero-fill allocated memory, since it isSheldon Hearn1999-10-251-2/+3
* Put include <netgraph.h> back in - problem was due to a cvsup mess onMatthew Dillon1999-10-242-1/+2
* Cleanup missing includes, stale includes, and a few printf formatMatthew Dillon1999-10-232-2/+2
* Manually create a correct(*) entry in wtmp when logging out a PPPoTCP orBrian Somers1999-10-212-4/+45
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-2118-0/+1820
* If we're running ppp -direct over a tcp or udp connection,Brian Somers1999-10-211-1/+10
* Don't go from PHASE_NETWORK to PHASE_ESTABLISH when we want toBrian Somers1999-10-211-2/+4