aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/descriptor.h
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* To avoid namespace polution in NetBSD:Brian Somers2000-03-141-5/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* When resending chap challenges, resend the same challengeBrian Somers1999-02-111-1/+2
* Decouple pap & chap output routines from the correspondingBrian Somers1999-02-061-1/+2
* o If we come out of select() with only write descriptors thatBrian Somers1998-06-241-2/+2
* o Move our prompt descriptor list outside of the bundle.Brian Somers1998-05-231-2/+1
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-1/+1
* o Add the link name to modem diagnostics.Brian Somers1998-04-281-1/+2
* o Move alias function pointers into loadalias.cBrian Somers1998-04-071-1/+3
* Make struct bundle into a sort of `struct descriptor'.Brian Somers1998-03-201-2/+3
* o Remove the global CcpInfo. It's now part of the datalink.Brian Somers1998-02-231-3/+3
* Create struct datalink.Brian Somers1998-02-161-1/+2
* Update to version 2.0-betaBrian Somers1998-02-131-1/+2
* Move the terminal/diagnostic socket stuff out of main.cBrian Somers1998-02-101-2/+3
* Pass the fdset to descriptor_Read & descriptor_WriteBrian Somers1998-02-101-5/+5
* Make the server descriptor into a `sort' of struct descriptor.Brian Somers1998-02-091-1/+2
* o Introduce struct descriptor.Brian Somers1998-02-091-0/+44