aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/physical.c
Commit message (Expand)AuthorAgeFilesLines
* o Move the accept/deny/disable/enable globals either to theBrian Somers1998-04-161-5/+2
* o Fix chats expect-send-expect - it shouldn't beBrian Somers1998-04-101-5/+12
* o Remove the `mode' global - it's now per physical device.Brian Somers1998-04-101-39/+2
* o Move alias function pointers into loadalias.cBrian Somers1998-04-071-6/+2
* Remove unused includes.Brian Somers1998-04-061-16/+1
* o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-22/+8
* Make struct bundle into a sort of `struct descriptor'.Brian Somers1998-03-201-2/+2
* Move VJ compression state and stats into struct ipcp.Brian Somers1998-03-161-1/+6
* Move filter sets into struct bundle.Brian Somers1998-03-161-1/+2
* Move the IPCP into struct bundle.Brian Somers1998-03-131-1/+3
* De-staticise LQR informationBrian Somers1998-03-131-1/+2
* Move `Utmp' into struct physical. We can be logged inBrian Somers1998-03-101-1/+32
* o Move all device names into struct physical.Brian Somers1998-03-061-7/+7
* o Remove the global CcpInfo. It's now part of the datalink.Brian Somers1998-02-231-3/+4
* o Create `struct hdlc' - a part of struct physical.Brian Somers1998-02-181-2/+2
* Cosmetic: Group configuration items in struct physical.Brian Somers1998-02-171-10/+10
* Create struct datalink.Brian Somers1998-02-161-2/+2
* Update to version 2.0-betaBrian Somers1998-02-131-12/+17
* Pass the fdset to descriptor_Read & descriptor_WriteBrian Somers1998-02-101-2/+2
* o Introduce struct descriptor.Brian Somers1998-02-091-1/+46
* Move pppVars.physical into the bundle (for the moment).Brian Somers1998-02-061-2/+3
* Shuffle names and args in modem.hBrian Somers1998-02-061-1/+8
* Create `struct async' and make it part of `struct physical'.Brian Somers1998-02-021-3/+4
* Create `struct link' - the logical link from whichBrian Somers1998-01-301-6/+2
* Create a new MP branch for `multilink protocol'.Brian Somers1998-01-291-0/+171