summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2001-07-04Make preprocessor happier, don't give it untasty tokens at end of input.Marc Espie
Ok millert@
2001-07-04match time definition with include file, volatile included.Marc Espie
Okay millert@
2001-07-04Embedding newlines in strings is a bad idea, and prints out badly.Marc Espie
Okay millert@, like previous commit.
2001-07-04case labels without statements are not permitted by ANSI C... and gcc 3.0Marc Espie
warns about them.
2001-07-04missed EOL at EOFMarc Espie
2001-07-04ktrace.h looks better with an EOL at EOF...Marc Espie
2001-07-04syncjasoni
2001-07-04call ip_output() correctly, use ICMP_MINLEN, only m_copyback() where needed. ↵Daniel Hartmeier
ok deraadt@
2001-07-04add new system calls as dummies, except for those which we already havejasoni
an equivalent for; from netbsd ok niklas@
2001-07-04handle m->m_pkthdr.rcvif == NULL; temporarily ok deraadt@; pending itojun@Daniel Hartmeier
2001-07-04Kill this for real hopefullyNiklas Hallqvist
2001-07-04Kill this for real hopefullyNiklas Hallqvist
2001-07-04Kill these for real hopefullyNiklas Hallqvist
2001-07-04$OpenBSD$Niklas Hallqvist
2001-07-04$OpenBSD$Niklas Hallqvist
2001-07-04$OpenBSD$Niklas Hallqvist
2001-07-04missed this $OpenBSD$ in former commitNiklas 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-04This was hardly meant to be hereNiklas Hallqvist
2001-07-04Use the right target when checking for out of bounds.Niklas Hallqvist
2001-07-04Use the right target when checking for out of bounds.Niklas Hallqvist
2001-07-04Move the declaration of inode_vtbl to after the inode declarationAngelos D. Keromytis
itself -- gets rid of some compilation warnings in userland. ok csapuntz@
2001-07-04Add tests for segment lengths and total lengths bigger than the chip can handle.Jason Wright
Also, add a missing test for *2pages failure on destination buffers.
2001-07-04clarify/neatenJason Wright
2001-07-04Explicitly list the new ICMP codes.Angelos D. Keromytis
2001-07-04Update with codes, URL, RFCs, from jason@Ackley.NET, closes PR 1919Angelos D. Keromytis
2001-07-04Fix off-by-one error in unit checkingConstantine Sapuntzakis
2001-07-04Off-by-one error in out-of-range test in bktr_openConstantine Sapuntzakis
2001-07-04needs-flag properMichael Shalayeff
2001-07-03iop needs-flagNiklas Hallqvist
2001-07-03Add the I2O deviceNiklas Hallqvist
2001-07-03syncjasoni
2001-07-03rename 2 more syscalls to syscallname16 (missed last time)jasoni
2001-07-03syncjasoni
2001-07-03rename some syscalls to <syscall>16 to make room for new ones.jasoni
2001-07-03Make the audio device play nice with revoke(2) by having it resetHugh Graham
both directions if neither read nor write flags are set on close. Cleared by niklas and with some analysis by bjc.
2001-07-03Use PADUP() instead of hand-crafted weirdness; also, it's supposed toAngelos D. Keromytis
be "strlen(c) + 1", not just "strlen(c)".
2001-07-03Pointer arithmetic fixes work better when you get the casting right.Angelos D. Keromytis
2001-07-03grr, you guys keep not obeying KNFTheo de Raadt
2001-07-03add DIOCNATLOOK ioctl and pf_natlook structure, this enables a userlandBob Beck
process recieving rdr'ed connections to look up the original destination of the connection before it was redirected - this enables the writing of transparent proxies.
2001-07-03enable rx ip checksum offloadJason Wright