Age | Commit message (Expand) | Author |
2001-07-04 | Make preprocessor happier, don't give it untasty tokens at end of input. | Marc Espie |
2001-07-04 | match time definition with include file, volatile included. | Marc Espie |
2001-07-04 | Embedding newlines in strings is a bad idea, and prints out badly. | Marc Espie |
2001-07-04 | case labels without statements are not permitted by ANSI C... and gcc 3.0 | Marc Espie |
2001-07-04 | missed EOL at EOF | Marc Espie |
2001-07-04 | ktrace.h looks better with an EOL at EOF... | Marc Espie |
2001-07-04 | sync | jasoni |
2001-07-04 | call ip_output() correctly, use ICMP_MINLEN, only m_copyback() where needed. ... | Daniel Hartmeier |
2001-07-04 | add new system calls as dummies, except for those which we already have | jasoni |
2001-07-04 | handle m->m_pkthdr.rcvif == NULL; temporarily ok deraadt@; pending itojun@ | Daniel Hartmeier |
2001-07-04 | Kill this for real hopefully | Niklas Hallqvist |
2001-07-04 | Kill this for real hopefully | Niklas Hallqvist |
2001-07-04 | Kill these for real hopefully | Niklas Hallqvist |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist |
2001-07-04 | missed this $OpenBSD$ in former commit | Niklas Hallqvist |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist |
2001-07-04 | This was hardly meant to be here | Niklas Hallqvist |
2001-07-04 | Use the right target when checking for out of bounds. | Niklas Hallqvist |
2001-07-04 | Use the right target when checking for out of bounds. | Niklas Hallqvist |
2001-07-04 | Move the declaration of inode_vtbl to after the inode declaration | Angelos D. Keromytis |
2001-07-04 | Add tests for segment lengths and total lengths bigger than the chip can handle. | Jason Wright |
2001-07-04 | clarify/neaten | Jason Wright |
2001-07-04 | Explicitly list the new ICMP codes. | Angelos D. Keromytis |
2001-07-04 | Update with codes, URL, RFCs, from jason@Ackley.NET, closes PR 1919 | Angelos D. Keromytis |
2001-07-04 | Fix off-by-one error in unit checking | Constantine Sapuntzakis |
2001-07-04 | Off-by-one error in out-of-range test in bktr_open | Constantine Sapuntzakis |
2001-07-04 | needs-flag proper | Michael Shalayeff |
2001-07-03 | iop needs-flag | Niklas Hallqvist |
2001-07-03 | Add the I2O device | Niklas Hallqvist |
2001-07-03 | sync | jasoni |
2001-07-03 | rename 2 more syscalls to syscallname16 (missed last time) | jasoni |
2001-07-03 | sync | jasoni |
2001-07-03 | rename some syscalls to <syscall>16 to make room for new ones. | jasoni |
2001-07-03 | Make the audio device play nice with revoke(2) by having it reset | Hugh Graham |
2001-07-03 | Use PADUP() instead of hand-crafted weirdness; also, it's supposed to | Angelos D. Keromytis |
2001-07-03 | Pointer arithmetic fixes work better when you get the casting right. | Angelos D. Keromytis |
2001-07-03 | grr, you guys keep not obeying KNF | Theo de Raadt |
2001-07-03 | add DIOCNATLOOK ioctl and pf_natlook structure, this enables a userland | Bob Beck |
2001-07-03 | enable rx ip checksum offload | Jason Wright |