summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Don't disable ^D in interactive mode.brian1998-07-041-2/+4
* Don't require context when there's only one linkbrian1998-07-041-6/+8
* Version 2.0-beta becomes 2.0 :-)brian1998-07-041-3/+3
* Only start checking carrier when the datalink state machinebrian1998-07-032-12/+12
* The CCP layer now behaves as follows:brian1998-06-305-15/+41
* o Fix remaining sizeof problems for 64 bit machines.brian1998-06-2722-209/+261
* More u_long -> u_int32_tbrian1998-06-271-3/+3
* I find it *really* irritating that you can't ``cvs rm''brian1998-06-272-224/+0
* Remove redundant includesbrian1998-06-2717-63/+26
* Don't dlopen()/dlsym() libalias, use it in the same waybrian1998-06-279-56/+110
* Don't assume ``sizeof(u_long) == 4''brian1998-06-274-13/+13
* Cast void * to char * for log_Printf().brian1998-06-271-2/+2
* ``struct tunnel_header'' -> u_int32_t in OpenBSD.brian1998-06-274-10/+7
* Don't depend on sizeof(u_long) == 4.brian1998-06-261-4/+4
* DISTRIBUTION=desbrian1998-06-261-1/+2
* Add ``ipcp'' as an optional argument to ``open'', and makebrian1998-06-259-57/+143
* Oops - forgot these with the last commit.brian1998-06-242-0/+91
* o If we come out of select() with only write descriptors thatbrian1998-06-2410-31/+71
* Suggest the use of ``accept dns'', not ``enable dns'' inbrian1998-06-212-4/+4
* Do an InitRestartCounter when we get a TerminateReqbrian1998-06-201-1/+2
* Re-initialise our timer service after fork()ingbrian1998-06-203-7/+8
* Create & use fsm2initial(), a function to bring abrian1998-06-206-49/+35
* 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
* 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
* 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
* 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
* Use the elf libalias name when compiled under elf.peter1998-06-121-1/+5
* Fix a couple of warnings noted with -Wall on FreeBSD-2.1.5.brian1998-06-102-8/+4
* Show the time that we reached maximum throughput.brian1998-06-092-7/+12
* $@ is deprecated, use longer forms of single char macrosimp1998-06-091-3/+3
* Correct ``set server'' usage and add mention that ``set ns'' changedbrian1998-06-082-4/+5
* Fix previous commit. bit 1 is the execute bit, not the read bit *blush*brian1998-06-071-2/+2
* 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
OpenPOWER on IntegriCloud