aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/physical.h
Commit message (Expand)AuthorAgeFilesLines
* Port ppp(8) to utmpx.Ed Schouten2010-01-131-1/+1
* Use uintptr_t to cast a pointer to an integer to avoid compiler warningsJohn Birrell2007-11-171-1/+1
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-6/+6
* Add configuration option "set pppoe [standard|3Com]" which allowsGleb Smirnoff2004-07-291-0/+3
* o Clean up some #includesBrian Somers2002-05-141-0/+2
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's lineBrian Somers2002-03-301-0/+3
* Handle hardware-imposed MTU/MRU limitations. PPPoE will no longerBrian Somers2001-06-181-0/+2
* Support PPPoATM, disabled for now as /usr/include/netnatm doesn't existBrian Somers2000-09-141-0/+1
* Correct some typos introduced in the descriptor -> fdescriptor change.Brian Somers2000-03-141-1/+1
* To avoid namespace polution in NetBSD:Brian Somers2000-03-141-5/+5
* Change ``set cd'' so that its default value is device specific. TheBrian Somers1999-11-261-7/+11
* Rewrite the link descriptor transfer code in MP mode.Brian Somers1999-11-251-4/+4
* Support PPPoEBrian Somers1999-11-061-7/+15
* Manually create a correct(*) entry in wtmp when logging out a PPPoTCP orBrian Somers1999-10-211-1/+1
* Support ``set cd off'' to tell ppp not to even look for carrier on theBrian Somers1999-09-261-1/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add ISDN support via isdnd & i4b. This requires versionBrian Somers1999-08-061-5/+14
* Correct the way ppp transfers links on the server side in MPBrian Somers1999-06-051-2/+3
* Increase the length of an individual device name to LINE_LEN.Brian Somers1999-06-011-2/+2
* Correct the ``ignoring sync/async'' warnings so that they showBrian Somers1999-05-241-2/+2
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asBrian Somers1999-05-121-13/+17
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-26/+52
* Change ``set device'' so that it parses its arguments as oneBrian Somers1999-04-271-2/+3
* Handle the detection of frames even if we read themBrian Somers1999-04-031-1/+6
* Wait by default for one second after the login scriptBrian Somers1999-02-161-1/+5
* Only call isatty() when we open our descriptor, and rememberBrian Somers1999-01-101-7/+2
* If we've got a full output buffer queue and cannot sendBrian Somers1998-08-251-1/+2
* o If there's a session leader left running for a descriptorBrian Somers1998-05-291-1/+2
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-1/+1
* o Add the `set mode' command for change a links current mode. ItBrian Somers1998-05-151-1/+2
* o Call bundle_LinkClosed() when transferring a datalink so thatBrian Somers1998-05-151-1/+3
* Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-30/+26
* o Explicitly set the close-on-exec flag of descriptor 3 beforeBrian Somers1998-05-011-2/+1
* Do away with the static struct timeoutArg. Move theBrian Somers1998-04-201-1/+3
* o Fix chats expect-send-expect - it shouldn't beBrian Somers1998-04-101-2/+2
* o Remove the `mode' global - it's now per physical device.Brian Somers1998-04-101-11/+2
* o Move alias function pointers into loadalias.cBrian Somers1998-04-071-12/+14
* o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-2/+1
* Make struct bundle into a sort of `struct descriptor'.Brian Somers1998-03-201-2/+2
* Remove struct physical::abort.Brian Somers1998-03-201-2/+1
* "dial" now may optionally have context.Brian Somers1998-03-131-1/+2
* Move `Utmp' into struct physical. We can be logged inBrian Somers1998-03-101-2/+7
* o Move all device names into struct physical.Brian Somers1998-03-061-2/+8
* o Remove the global CcpInfo. It's now part of the datalink.Brian Somers1998-02-231-2/+3
* Shuffle around our FSMs a bit. This'll make itBrian Somers1998-02-211-3/+3
* o Create `struct hdlc' - a part of struct physical.Brian Somers1998-02-181-1/+2
* Cosmetic: Group configuration items in struct physical.Brian Somers1998-02-171-6/+10
* Update to version 2.0-betaBrian Somers1998-02-131-2/+3
* Pass the fdset to descriptor_Read & descriptor_WriteBrian Somers1998-02-101-2/+2
* o Introduce struct descriptor.Brian Somers1998-02-091-3/+15