Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-17 | to the great bit bucket in the sky... | Theo de Raadt | |
2013-11-19 | include queue.h directly instead of relying on if.h to provide it; | Mike Belopuhov | |
ok deraadt | |||
2011-11-05 | Remove unnecessary #include's. From Michael W. Bombardieri. | YASUOKA Masahiko | |
No binary change. | |||
2011-10-11 | We don't need to break after calling err(3) because this function will | YASUOKA 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-03 | malloc(n * m) -> calloc(n, m); ok espie | Theo de Raadt | |
2004-05-06 | knf and other cleanups | Theo de Raadt | |
2003-06-28 | () to (void) | Theo de Raadt | |
2003-06-04 | kill terms 3 & 4 | Jason Wright | |
2002-09-08 | Fix a bunch of -pedantic errors | Jason Wright | |
2002-09-06 | default: needs statement after it | Theo de Raadt | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part 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-29 | Replace strncpy() calls with adequate strlcpy() ones, and fix a cosmeto. | Miod Vallat | |
jason@ ok | |||
2001-01-16 | bzero the sets before FD_SET'n them | Jason Wright | |
2001-01-16 | fix fd_set overflows | Jason Wright | |
2000-06-20 | hush | Jason Wright | |
2000-06-18 | import my pppoe code | Jason Wright | |