| Commit message (Expand) | Author | Age | Files | Lines |
* | Oops, netgraph.o -> ether.o for the RELEASE build. | brian | 1999-11-11 | 1 | -2/+2 |
* | If dev->connected is already set to CARRIER_OK in ether_AwaitCarrier, | brian | 1999-11-09 | 1 | -1/+1 |
* | Don't recurse into datalink_UpdateSet() after | brian | 1999-11-09 | 2 | -4/+6 |
* | Correct the ``-unix X'' parsing (last time I only corrected | brian | 1999-11-09 | 1 | -1/+2 |
* | Add devices from the ATA driver (ad, acd, afd, ast). | sos | 1999-11-09 | 2 | -2/+12 |
* | Be a bit smarter when identifying a netgraph node | brian | 1999-11-09 | 1 | -55/+9 |
* | Re-support "tape" as an alias for device and clean up a bit more cruft | peter | 1999-11-09 | 3 | -4/+13 |
* | Don't treat -unit as a mode flag when counting mode flags. | brian | 1999-11-09 | 1 | -0/+1 |
* | Add an empty netgraph.o when building a release to keep the | brian | 1999-11-09 | 1 | -2/+2 |
* | Add the latest categories. | jkh | 1999-11-08 | 1 | -2/+5 |
* | Defensive coding to prevent a potential segfault. | jkh | 1999-11-08 | 1 | -1/+1 |
* | Allow distributions to be excluded more easily in scripts. | jkh | 1999-11-08 | 5 | -0/+52 |
* | Don't zero-pad netgraph node ids | brian | 1999-11-07 | 1 | -4/+4 |
* | Fix spelling errors. | chris | 1999-11-07 | 2 | -2/+2 |
* | Support PPPoE | brian | 1999-11-06 | 22 | -133/+1087 |
* | Flag empty UID entries as errors (to stop typos from turning into | eivind | 1999-11-06 | 1 | -1/+6 |
* | Update for 6.0.3s1 changes. | obrien | 1999-11-05 | 1 | -27/+30 |
* | Make sure modes on new skeleton files are correct. | jkh | 1999-11-05 | 2 | -0/+2 |
* | Description | julian | 1999-11-01 | 1 | -3/+14 |
* | ``mergemaster'' was repo-copied to ``mergemaster.sh'' as it's a shell script. | chris | 1999-11-01 | 2 | -686/+1 |
* | Some spelling/grammar fixes. | mpp | 1999-10-30 | 1 | -3/+3 |
* | Spelling fix. | mpp | 1999-10-30 | 1 | -6/+2 |
* | Spelling fix. | mpp | 1999-10-30 | 1 | -1/+1 |
* | $FreeBSD$ tags moved to bottom of license aggmt. | phantom | 1999-10-30 | 1 | -1/+1 |
* | Remove comments left since mdoc.template time or just useless comments | phantom | 1999-10-30 | 3 | -22/+3 |
* | mdoc(7)'fy | phantom | 1999-10-30 | 1 | -1/+1 |
* | ``tty'' is not required parameter | phantom | 1999-10-30 | 1 | -1/+1 |
* | Fix broken cross reference : kldload(1) -> kldload(8) | phantom | 1999-10-30 | 1 | -1/+1 |
* | Add option "-d destdir" which instructs config to use another output | marcel | 1999-10-30 | 6 | -19/+79 |
* | Limit COPTS added by Makefile to just '-Wall'. | archie | 1999-10-28 | 2 | -5/+3 |
* | If we get an EPROTONOSUPP error when trying to create the netgraph socket | archie | 1999-10-27 | 3 | -1/+18 |
* | Remove extraneous -I compile flag that was used during testing. | archie | 1999-10-27 | 1 | -1/+0 |
* | Add IGNORE_MOTD to allow the sysadmin to ignore (likely) differences in | billf | 1999-10-26 | 3 | -0/+18 |
* | Use $FreeBSD$ (instead of the author's $Revision$) to report the | billf | 1999-10-26 | 2 | -6/+2 |
* | freebsd -> FreeBSD | billf | 1999-10-26 | 1 | -1/+1 |
* | Add $FreeBSD$ | billf | 1999-10-26 | 1 | -2/+1 |
* | Co-MAINTAINER this module. | billf | 1999-10-26 | 1 | -0/+1 |
* | Don't try updating the passwd file if no data has changed. This allows things | davidn | 1999-10-26 | 1 | -39/+102 |
* | Add new functionality "lock" and "unlock" to provide a simple password | davidn | 1999-10-26 | 4 | -8/+47 |
* | Missed statement in password update relating to the previous change | davidn | 1999-10-26 | 1 | -1/+1 |
* | Clean up error handling in fileupdate(), which now returns 0 on success | davidn | 1999-10-26 | 5 | -62/+117 |
* | Add $FreeBSD$ | billf | 1999-10-25 | 2 | -0/+2 |
* | Introduce ``set logout''; another chat script. This is in preparation | brian | 1999-10-25 | 7 | -32/+73 |
* | Don't (unnecessarily) parse wtmp, force ID0logout() to DTRT instead. | brian | 1999-10-25 | 3 | -42/+8 |
* | Do not rely on malloc() to zero-fill allocated memory, since it is | sheldonh | 1999-10-25 | 1 | -2/+3 |
* | Put include <netgraph.h> back in - problem was due to a cvsup mess on | dillon | 1999-10-24 | 2 | -1/+2 |
* | Cleanup missing includes, stale includes, and a few printf format | dillon | 1999-10-23 | 2 | -2/+2 |
* | Manually create a correct(*) entry in wtmp when logging out a PPPoTCP or | brian | 1999-10-21 | 2 | -4/+45 |
* | Whistle's Netgraph link-layer (sometimes more) networking infrastructure. | julian | 1999-10-21 | 18 | -0/+1820 |
* | If we're running ppp -direct over a tcp or udp connection, | brian | 1999-10-21 | 1 | -1/+10 |