aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/sig.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add some missing #includes that weren't required due to namespace polutionBrian Somers2002-05-221-0/+2
* o Clean up some #includesBrian Somers2002-05-141-2/+0
* Add some comments to explain what's going on hereBrian Somers2001-08-201-9/+21
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Maintain a `necessary' marker to indicate that we *probably*Brian Somers1999-03-301-11/+23
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-6/+4
|\
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-4/+4
| * o Use __attribute__ (#ifdef __GNUC__) to type-checkBrian Somers1998-04-191-2/+2
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-2/+1
| * Remove unused includes.Brian Somers1998-04-061-2/+1
| * MFC: Explicitly call `caused' an `int'.Brian Somers1998-03-081-2/+2
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+97
* Explicitly call `caused' an `int'.Brian Somers1998-03-081-2/+2
* Add (BSD) copyright headers.Brian Somers1997-12-211-2/+26
* Fix prototypes.Brian Somers1997-11-221-2/+3
* Cosmetic (no functional changes):Brian Somers1997-10-261-33/+5
* Make the code format more in line with style(9).Brian Somers1997-08-251-36/+41
* Overhaul ppp:Brian Somers1997-06-091-3/+3
* Reviewed by: ache@freebsd.orgBrian Somers1997-03-131-0/+95
* I remove pending signals completely, they are not useless, they areAndrey A. Chernov1997-03-091-91/+0
* osreldate.h stuff suggested by: Eivind EklundBrian Somers1997-02-251-1/+3
* Requested by: Elvind EklundBrian Somers1997-02-231-5/+5
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Tidy up signal handling.Brian Somers1997-02-191-0/+89