aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/ncp.c
Commit message (Expand)AuthorAgeFilesLines
* Add the possibility to mark packets urgent based on their length.Nick Hibma2018-08-171-0/+15
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Handle a malloc() failure when allocating urgent portsBrian Somers2004-10-111-3/+8
* Build with -DNOINET6...Brian Somers2004-09-061-2/+14
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-20/+13
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_Brian Somers2002-08-271-0/+1
* o Clean up some #includesBrian Somers2002-05-141-14/+0
* Back out the previous fix to deal with kernels that don't support IPv6,Brian Somers2001-08-181-33/+20
* Run correctly on a machine built without AF_INET6 supportBrian Somers2001-08-181-20/+33
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-0/+550