summaryrefslogtreecommitdiff
path: root/usr.sbin/pppoe/client.c
AgeCommit message (Expand)Author
2011-11-05Remove unnecessary #include's. From Michael W. Bombardieri.YASUOKA Masahiko
2011-07-04Bring back byte-order conversion that was inadvertently removed in previousStuart Henderson
2011-03-31remove dead code from pppoe(8).Igor Sobrado
2007-09-03malloc(n * m) -> calloc(n, m); ok espieTheo de Raadt
2004-09-03sleep instead of busy waiting on ENOBUFS. reduces cpu time.Ted Unangst
2004-06-14Set relay session id in outgoing packets properly. Report with patchCan Erkin Acar
2004-05-06knf and other cleanupsTheo de Raadt
2003-06-04kill terms 3 & 4Jason Wright
2002-09-08more cleaningJason Wright
2002-09-08Fix a bunch of -pedantic errorsJason Wright
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-17volatile sig_atomic_tTheo de Raadt
2001-04-24remove unecessary code and dataJason Wright
2001-02-04setting of maximum fd was wrong; patch from pr 1670: "Evgeni Belin" <ebelin@s...Jason Wright
2001-01-19mark remaining signal races which are difficult to fixTheo de Raadt
2001-01-16bzero the sets before FD_SET'n themJason Wright
2001-01-16fix fd_set overflowsJason Wright
2001-01-12use setitimer instead of alarmJason Wright
2000-10-09Don't exit when we get ENOBUFS from writev(), drop the packet instead.brian
2000-08-03fd == 0 is perfectly valid (and likely); spotted by Steve Williams <steve@gen...Jason Wright
2000-06-20use stdin instead of exec'n ppp(8). It's expected that ppp will give usJason Wright
2000-06-20Remove some debugging code, and prepare to become an 'exec' client of ppp(8)Jason Wright
2000-06-18import my pppoe codeJason Wright