Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2001-07-03 | use ${SUDO} for make includes | Matthieu Herrb | |
2001-07-03 | sync | jasoni | |
2001-07-03 | rename some syscalls to <syscall>16 to make room for new ones. | jasoni | |
2001-07-03 | sync set_spi with netbsd (fixes typo). | Markus Friedl | |
2001-07-03 | Put missing \n's in som error messages; consolidate redundant "if" (OK theo@). | Ian Darwin | |
2001-07-03 | strlcpy->strncpy for now | Markus Friedl | |
2001-07-03 | Missed a few style fixes... | Hakan Olsson | |
2001-07-03 | Fix negative flavor fragments description (Nikolay Sturm). | Marc Espie | |
2001-07-03 | Document -q option. Some style fixes. dhartmei@ ok. | Hakan Olsson | |
2001-07-03 | Add a -q (quiet) option. dhartmei@ ok. | Hakan Olsson | |
2001-07-03 | Wait with strlcpy a while, change to strncpy. | Hakan Olsson | |
2001-07-03 | use strlcpy instead of memcpy to copy strings | Hakan Olsson | |
2001-07-03 | Slightly more verbose error messages. | Hakan Olsson | |
2001-07-03 | Make the audio device play nice with revoke(2) by having it reset | Hugh Graham | |
both directions if neither read nor write flags are set on close. Cleared by niklas and with some analysis by bjc. | |||
2001-07-03 | fix the history section | Michael Shalayeff | |
2001-07-03 | fix the history section | Michael Shalayeff | |
2001-07-03 | Use PADUP() instead of hand-crafted weirdness; also, it's supposed to | Angelos D. Keromytis | |
be "strlen(c) + 1", not just "strlen(c)". | |||
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 | sync | Theo de Raadt | |
2001-07-03 | add DIOCNATLOOK ioctl and pf_natlook structure, this enables a userland | Bob 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-03 | enable rx ip checksum offload | Jason Wright | |
2001-07-03 | pull in rc.conf early so that pf(1) startup is right; tested by jasoni, ↵ | Theo de Raadt | |
comments from millert | |||
2001-07-03 | ENODEV -> EOPNOTSUPP to make this work. beck@ ok. | Tobias Weingartner | |
2001-07-03 | From FreeBSD: | Jason Wright | |
mask off high order part of vlan tag (the non-tag parts) |