summaryrefslogtreecommitdiff
path: root/usr.sbin/pppoe/server.c
AgeCommit message (Collapse)Author
2014-03-17to the great bit bucket in the sky...Theo de Raadt
2013-11-19include queue.h directly instead of relying on if.h to provide it;Mike Belopuhov
ok deraadt
2011-11-05Remove unnecessary #include's. From Michael W. Bombardieri.YASUOKA Masahiko
No binary change.
2011-10-11We don't need to break after calling err(3) because this function willYASUOKA Masahiko
not return. This diff produces no binary change. diff from Michael W. Bombardieri. ok dlg@, claudio@ CV: Enter eog. Lines beginning with `CVS:' are removed automatically
2007-09-03malloc(n * m) -> calloc(n, m); ok espieTheo de Raadt
2004-05-06knf and other cleanupsTheo de Raadt
2003-06-28() to (void)Theo de Raadt
2003-06-04kill terms 3 & 4Jason Wright
2002-09-08Fix a bunch of -pedantic errorsJason Wright
2002-09-06default: needs statement after itTheo de Raadt
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-11-29Replace strncpy() calls with adequate strlcpy() ones, and fix a cosmeto.Miod Vallat
jason@ ok
2001-01-16bzero the sets before FD_SET'n themJason Wright
2001-01-16fix fd_set overflowsJason Wright
2000-06-20hushJason Wright
2000-06-18import my pppoe codeJason Wright