summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure our recvmsg() is a SCM_RIGHTS message whenbrian1998-06-181-11/+11
* Don't assume that all ttys support carrier detect. If we'rebrian1998-06-181-3/+3
* Mention the ``allow users'' command when describingbrian1998-06-182-4/+18
* Don't generate declarations for isa device structs in "ioconf.h".bde1998-06-172-20/+7
* o Allow ``set mrru'' or ``set mrru 0'' to disablebrian1998-06-163-19/+13
* Change some log levels. ALERTs are only logged whenbrian1998-06-1618-69/+72
* Don't bring the modem offline or hangup when ``down lcp''brian1998-06-166-27/+45
* Zero mbuf::pnext when Dequeue()ing.brian1998-06-161-1/+2
* Only set the datalink::stayonline flag if webrian1998-06-161-4/+5
* o Don't dump core with ~m in term mode.brian1998-06-162-16/+40
* o De-staticise things that don't need to be static.brian1998-06-1516-36/+45
* 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
OpenPOWER on IntegriCloud