Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |