summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/timer.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a race that can stall the timer when we remove a timer that has anotherbrian2009-05-261-14/+23
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_brian2002-08-271-0/+1
* Remove whitespace at the end of lines.brian2002-06-151-4/+4
* Add some missing #includes that weren't required due to namespace polutionbrian2002-05-221-2/+0
* Fix an include for NetBSDbrian2002-05-141-0/+3
* o Clean up some #includesbrian2002-05-141-1/+0
* sigpause() -> sigsuspend()brian2001-09-131-7/+11
* Convert IIJ copyrights to BSD copyrights.brian2001-06-131-18/+24
* When adjusting timer::rest, round to the closest TICKUNIT usecsbrian2000-03-141-6/+8
* When we stop a timer that's the first in the timer list, ensurebrian2000-03-141-4/+14
* Add a bunch of `const's and fix a typo.brian1999-12-271-1/+1
* Update the time delta of the first item in TimerList beforebrian1999-11-191-1/+8
* When more than one timer is expired at once, allow for the possibilitybrian1999-10-151-10/+22
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Adjust our first timer delta according to the returnbrian1999-05-121-5/+12
* Deal with the fact that as we now mbuf_Read the fsmbrian1999-05-091-4/+4
* Rather than interrupting 10 times per second then checkingbrian1998-12-141-45/+42
* Remove redundant includesbrian1998-06-271-3/+1
* Re-initialise our timer service after fork()ingbrian1998-06-201-5/+4
* o De-staticise things that don't need to be static.brian1998-06-151-3/+3
* MFMP: Make ppp multilink capable.brian1998-05-211-109/+70
* Remove unused #includes.brian1998-01-211-5/+3
* Don't complain that someone's changed the clock unless the timebrian1997-12-291-4/+5
* Don't expect select() to adjust the passed time when it'sbrian1997-12-281-44/+38
* Fix prototypes.brian1997-11-221-1/+2
* Introduce ID0 logging.brian1997-11-091-1/+2
* Cosmetic (no functional changes):brian1997-10-261-8/+16
* sleep => nointr_sleepbrian1997-10-241-3/+3
* Restore back non-interruptable sleep/usleep just redefine them to notache1997-10-231-1/+63
* Remove private sleep/usleep hacksache1997-10-231-63/+1
* Make the code format more in line with style(9).brian1997-08-251-73/+79
* Overhaul ppp:brian1997-06-091-35/+23
* Tidy up the code - bounds checking, returnbrian1997-05-101-3/+7
* Set setitimer() arg correctly.brian1997-05-091-1/+2
* Reviewed by: ache@freebsd.orgbrian1997-03-131-8/+5
* cdefs cleanupache1997-03-091-2/+1
* I remove pending signals completely, they are not useless, they areache1997-03-091-2/+1
* Don't pend SIGALRM (Timer Service) due toache1997-03-081-3/+3
* osreldate.h stuff suggested by: Eivind Eklundbrian1997-02-251-1/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Tidy up signal handling.brian1997-02-191-26/+3
* Move the call to TimerService() into main.c - just after the select()brian1997-01-291-1/+25
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* A random bunch of cleanup changes.phk1996-01-101-3/+6
* Remove trailing whitespace.rgrimes1995-05-301-8/+8
* 1.Reducing cpu usage at off connection.amurai1995-03-111-9/+33
* New user Process PPP based on iij-ppp0.94beta2.amurai1995-02-261-14/+126
* (no commit message)amurai1995-01-311-0/+151
OpenPOWER on IntegriCloud