summaryrefslogtreecommitdiff
path: root/usr.sbin/pppoe
AgeCommit message (Expand)Author
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
2002-01-10Use IFNAMSIZ for strlcpy() and also pretty the man pageJason Wright
2001-11-29Replace strncpy() calls with adequate strlcpy() ones, and fix a cosmeto.Miod Vallat
2001-11-17volatile sig_atomic_tTheo de Raadt
2001-09-12s/set (mtu|mru)/set \1 max/brian
2001-08-22must quote set device line; mcbride@countersiege.com (pr2020... I can patch c...Jason Wright
2001-08-20Powered by @mantoya.Mike Pechkin
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-04-24remove unecessary code and dataJason Wright
2001-04-24Remove unnecessary code; Russell T Hunt <alaric@MIT.EDU>.Jason Wright
2001-04-24PPPOE_MTU should be (ETHERMTU - sizeof(struct pppoe_header)) not two bytesJason Wright
2001-04-15Fix several errors in the bpf program; bugs reported byJason Wright
2001-03-09exit(-#) is wrongTheo de Raadt
2001-02-18Try every bpf device, not only the even-numbered ones; jason@ okMiod Vallat
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-17point out a few non-obvious and helpful ppp(8) optionsJason Wright
2001-01-16do not trash errno in signal handlerTheo 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-18alot of fleshing out... more to comeJason Wright
2000-08-03fd == 0 is perfectly valid (and likely); spotted by Steve Williams <steve@gen...Jason Wright
2000-06-20prettyJason Wright
2000-06-20include configuration for exec from pppJason Wright
2000-06-20reorder sections as per mdoc.templateJason 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-20hushJason Wright
2000-06-18OpenBSD tagJason Wright
2000-06-18import my pppoe codeJason Wright