Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Better IPv6/IPv4 integration | Niklas Hallqvist | |
2001-07-04 | IPv6 | Niklas Hallqvist | |
2001-07-04 | no you are wrong | Michael Shalayeff | |
2001-07-04 | no you are wrong aain, get the hell off the this crusade! | Michael Shalayeff | |
2001-07-04 | Use the right target when checking for out of bounds. | Niklas Hallqvist | |
2001-07-04 | cleanup; itojun & jasoni | Theo de Raadt | |
2001-07-04 | Use the right target when checking for out of bounds. | Niklas Hallqvist | |
2001-07-04 | wsconsctl.conf support, wsconsctl accepts saner var names now; raadtified | Michael Shalayeff | |
2001-07-04 | link to portal.conf.5; dead karls@inet.no | Theo de Raadt | |
2001-07-04 | cleanup; santana@openbsd.org.mx | Theo de Raadt | |
2001-07-04 | ugly bug that lived; santana@openbsd.org.mx | Theo de Raadt | |
2001-07-04 | Soekris support | Theo de Raadt | |
2001-07-04 | Move the declaration of inode_vtbl to after the inode declaration | Angelos D. Keromytis | |
itself -- gets rid of some compilation warnings in userland. ok csapuntz@ | |||
2001-07-04 | Add 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-04 | fix history | jasoni | |
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 | cvs history shows this appeared first in OpenBSD 2.0, not 1.2. | jasoni | |
2001-07-04 | couple of typo's; netbsd | Jason Wright | |
2001-07-04 | removed unused variable (-Wall cleanup) | jasoni | |
2001-07-04 | needs-flag proper | Michael Shalayeff | |
2001-07-04 | however, this is how we do the history section, dude | Michael Shalayeff | |
2001-07-04 | apm appeared in NetBSD 1.3, not OpenBSD 1.2. | jasoni | |
2001-07-04 | Handle any of descriptors 0, 1 or 2 being closed when we're | brian | |
envoked -- don't use them (as return values from open()), then (say) close(STDIN_FILENO) when daemonising. This is done by grabbing 3 descriptors to /dev/null at startup and releasing them after we've daemonised. | |||
2001-07-03 | It was not a bug, just an old disklabel on my test disk. | Niklas Hallqvist | |
2001-07-03 | -Wall cleanup | jasoni | |
strncpy -> strlcpy - with input from millert@, ok millert@. | |||
2001-07-03 | Fix policy information for IPv6 subnet/range cases. This is ugly, I'll | Angelos D. Keromytis | |
have to find another way of dealing with IPv6 addresses. | |||
2001-07-03 | Mention ioprbs(4) | Niklas Hallqvist | |
2001-07-03 | Add ioprbs(4) man page | Niklas Hallqvist | |
2001-07-03 | Add two I2O devices as iop[01] | Niklas Hallqvist | |
2001-07-03 | iop needs-flag | Niklas Hallqvist | |
2001-07-03 | Add the I2O device | Niklas Hallqvist | |
2001-07-03 | Reduce the interface MTU by 2 when MPPE has been successfully negotiated. | brian | |
This is necessary because MPPE will combine the protocol id with the payload received on the tun interface, encrypt it, then prepend its own protocol id, effectively increasing the payload by two bytes. | |||
2001-07-03 | Don't accept chap80lm by default - it doesn't work. | brian | |
2001-07-03 | Silence some gcc warnings | brian | |
2001-07-03 | make "man -k wireless" produce useful results; idea from bk@rt.fm | Todd C. Miller | |
2001-07-03 | sync | jasoni | |
2001-07-03 | rename 2 more syscalls to syscallname16 (missed last time) | jasoni | |
2001-07-03 | Merge in pdksh-5.2.14-patches.2 to fix some problems with propagated | Todd C. Miller | |
return values in multi-command lines. | |||
2001-07-03 | Use the 'welcome' variable from login.conf instead of hard-coding | Todd C. Miller | |
/etc/motd. | |||
2001-07-03 | mention iop(4) | Michael Shalayeff | |