aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/iplist.c
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-1/+2
* o Fix remaining sizeof problems for 64 bit machines.Brian Somers1998-06-271-5/+7
* o De-staticise things that don't need to be static.Brian Somers1998-06-151-2/+2
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-5/+3
|\
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-3/+3
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-2/+1
| * Remove unused includes.Brian Somers1998-04-061-2/+1
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+224
* Cosmetic (style):Brian Somers1997-12-241-5/+5
* strncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1)Brian Somers1997-12-231-2/+2
* Add (BSD) copyright headers.Brian Somers1997-12-211-2/+26
* Allow random IP number allocation to peer.Brian Somers1997-12-131-0/+200