aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Don't depend on sizeof(u_long) == 4.Brian Somers1998-06-261-4/+4
* DISTRIBUTION=desBrian Somers1998-06-261-1/+2
* Document environment variables used by pkg_{add,create,info}. TheseJoseph Koshy1998-06-263-2/+108
* Add ``ipcp'' as an optional argument to ``open'', and makeBrian Somers1998-06-259-57/+143
* A long time ago I hacked mountd so that it would deal intelligentlyBill Paul1998-06-251-3/+5
* Implement new argument -l (OpenBSD has -a but we already use that).Guido van Rooij1998-06-252-59/+98
* Reviewed by: guido@mouse.gvr.orgJulian Elischer1998-06-241-25/+18
* Oops - forgot these with the last commit.Brian Somers1998-06-242-0/+91
* o If we come out of select() with only write descriptors thatBrian Somers1998-06-2410-31/+71
* MF22: more explanatory message from config on version mismatch detection.Jordan K. Hubbard1998-06-241-2/+5
* Forgot to resync the RELNOTES to 2.3.5Peter Wemm1998-06-231-3/+56
* Suggest the use of ``accept dns'', not ``enable dns'' inBrian Somers1998-06-212-4/+4
* remove old hack that's no longer needed and now breaks the compilePeter Wemm1998-06-211-5/+2
* Correct punctuation.Matthew Hunt1998-06-211-4/+4
* Merge ppp 2.3.3 -> 2.3.5 changes onto mainline.Peter Wemm1998-06-2014-355/+488
* Do an InitRestartCounter when we get a TerminateReqBrian Somers1998-06-201-1/+2
* Re-initialise our timer service after fork()ingBrian Somers1998-06-203-7/+8
* Create & use fsm2initial(), a function to bring aBrian Somers1998-06-206-49/+35
* Make sure our recvmsg() is a SCM_RIGHTS message whenBrian Somers1998-06-181-11/+11
* Don't assume that all ttys support carrier detect. If we'reBrian Somers1998-06-181-3/+3
* Mention the ``allow users'' command when describingBrian Somers1998-06-182-4/+18
* Don't generate declarations for isa device structs in "ioconf.h".Bruce Evans1998-06-172-20/+7
* o Allow ``set mrru'' or ``set mrru 0'' to disableBrian Somers1998-06-163-19/+13
* Change some log levels. ALERTs are only logged whenBrian Somers1998-06-1618-69/+72
* Don't bring the modem offline or hangup when ``down lcp''Brian Somers1998-06-166-27/+45
* Zero mbuf::pnext when Dequeue()ing.Brian Somers1998-06-161-1/+2
* Only set the datalink::stayonline flag if weBrian Somers1998-06-161-4/+5
* o Don't dump core with ~m in term mode.Brian Somers1998-06-162-16/+40
* o De-staticise things that don't need to be static.Brian Somers1998-06-1516-36/+45
* Fix a rather nasty use of `static'. This caused a SEGVBrian Somers1998-06-1517-44/+45
* Give ``load'' optional context. It's now possible toBrian Somers1998-06-156-32/+34
* Make `close lcp' just close the LCP layer and not hangup. This isBrian Somers1998-06-159-61/+107
* Oops, the previous commit missed one line of code.Joerg Wunsch1998-06-151-1/+2
* Watch out for null hostnames in netgroup entries, to avoid dumping core.Joerg Wunsch1998-06-151-2/+4
* Make it compatible with long usernamesAndrey A. Chernov1998-06-141-4/+9
* Reviewed by: AmancioAmancio Hasty1998-06-142-2/+125
* Deal with PROTO_IGMP and PROTO_IPIP packets correctly.Brian Somers1998-06-141-2/+28
* o Pass our negotiated number of VJ slots intoBrian Somers1998-06-143-10/+15
* Mention all the environment variables that can be usedSteve Price1998-06-131-3/+7
* Minor tweaks in the AUTHORS section.Steve Price1998-06-131-5/+4
* Add the ``clear'' function.Brian Somers1998-06-125-6/+121
* Remove '\n' from `show throughput'. ctime() already doesBrian Somers1998-06-121-3/+3
* Correct arg hackBrian Somers1998-06-122-6/+6
* o Maintain a link-type mask for open datalinks as well asBrian Somers1998-06-125-65/+92
* Always support an elf kernel when given one.Peter Wemm1998-06-121-2/+0
* #include <arpa/inet.h>Peter Wemm1998-06-121-1/+2
* Use the elf libalias name when compiled under elf.Peter Wemm1998-06-121-1/+5
* #include <arpa/inet.h> instead of rolling own prototype.Peter Wemm1998-06-121-3/+1
* #include <arpa/inet.h> for inet_* definitions.Peter Wemm1998-06-122-4/+8
* bsd.dep.mk doesn't know about -idirafter, and doesn't parse -I thePeter Wemm1998-06-111-3/+4