summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix a rather nasty use of `static'. This caused a SEGVbrian1998-06-1517-44/+45
* Give ``load'' optional context. It's now possible tobrian1998-06-156-32/+34
* Make `close lcp' just close the LCP layer and not hangup. This isbrian1998-06-159-61/+107
* Oops, the previous commit missed one line of code.joerg1998-06-151-1/+2
* Watch out for null hostnames in netgroup entries, to avoid dumping core.joerg1998-06-151-2/+4
* Make it compatible with long usernamesache1998-06-141-4/+9
* Reviewed by: Amancioahasty1998-06-142-2/+125
* Deal with PROTO_IGMP and PROTO_IPIP packets correctly.brian1998-06-141-2/+28
* o Pass our negotiated number of VJ slots intobrian1998-06-143-10/+15
* Mention all the environment variables that can be usedsteve1998-06-131-3/+7
* Minor tweaks in the AUTHORS section.steve1998-06-131-5/+4
* Add the ``clear'' function.brian1998-06-125-6/+121
* Remove '\n' from `show throughput'. ctime() already doesbrian1998-06-121-3/+3
* Correct arg hackbrian1998-06-122-6/+6
* o Maintain a link-type mask for open datalinks as well asbrian1998-06-125-65/+92
* Always support an elf kernel when given one.peter1998-06-121-2/+0
* #include <arpa/inet.h>peter1998-06-121-1/+2
* Use the elf libalias name when compiled under elf.peter1998-06-121-1/+5
* #include <arpa/inet.h> instead of rolling own prototype.peter1998-06-121-3/+1
* #include <arpa/inet.h> for inet_* definitions.peter1998-06-122-4/+8
* bsd.dep.mk doesn't know about -idirafter, and doesn't parse -I thepeter1998-06-111-3/+4
* Activate libbindpeter1998-06-111-1/+2
* libbind.a and associated makefile goo is only used for named and named-xferpeter1998-06-111-4/+10
* Remove -Werror from CFLAGS on i386 because with -nostdinc gcc spitsjb1998-06-113-14/+3
* Spelling fixes.phk1998-06-102-4/+4
* Spellint fixes.phk1998-06-101-3/+3
* There is no need to make nochange imply ignore as well.peter1998-06-102-6/+5
* Allow syslogd to separate out kernel log messages with a knownjulian1998-06-102-6/+22
* Stop including COMPAT_21 unconditionally for X now; that kludge hasn'tjkh1998-06-101-5/+3
* Fix a couple of warnings noted with -Wall on FreeBSD-2.1.5.brian1998-06-102-8/+4
* Fix usage stringache1998-06-091-2/+2
* Show the time that we reached maximum throughput.brian1998-06-092-7/+12
* Add optional config file field: signal number to send (defaulted to HUP)ache1998-06-092-10/+43
* Add (mostly stub) alpha support. Incidentally, it doesn't build on stabledfr1998-06-096-4/+125
* $@ is deprecated, use longer forms of single char macrosimp1998-06-093-10/+9
* $@ deprecated, use long form.imp1998-06-091-34/+34
* If we get back too much data to fit in result, return NULL. This avoidsimp1998-06-091-1/+5
* Use correct size for readlink buffer. This is the size of theimp1998-06-091-2/+2
* use strncpy correctlyimp1998-06-097-24/+42
* o be careful about buffer overflowsimp1998-06-091-5/+7
* Correct ``set server'' usage and add mention that ``set ns'' changedbrian1998-06-082-4/+5
* Always ask for homedir.wosch1998-06-071-11/+38
* Fix previous commit. bit 1 is the execute bit, not the read bit *blush*brian1998-06-071-2/+2
* PR: docs/3636thepish1998-06-071-1/+1
* Use a relative libalias.so name (hardcoded at 2.5 - yeuch!).brian1998-06-071-1/+5
* Make ppp world-readable so that root can get at it overbrian1998-06-071-2/+2
* Update the write descriptor selection set for our data linksbrian1998-06-071-3/+5
* Make ``set ? log'' more verbose.brian1998-06-061-4/+5
* Put the correct pid in /var/run/tunX.pidbrian1998-06-063-4/+7
* PR: docs/5986thepish1998-06-061-14/+14
OpenPOWER on IntegriCloud