Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-17 | try harder to match the mntonname with the name we are trying to unmount | Artur Grabowski | |
1999-02-17 | Always check that the start of our candidate region is within the | Federico G. Schwindt | |
bounds of "substart" and "subend". | |||
1999-02-17 | Grammar | Marc Espie | |
1999-02-17 | Fix checksum logic: in a manual sequence of | Marc Espie | |
make extract; make patch; make configure; make; the checksum will only be checked ONCE (before extract), and not every step of the way... | |||
1999-02-17 | Future fix: help egcs avoid #pragma weak, which we don't support. | Marc Espie | |
1999-02-17 | Update to more recent work: remove DEFAULT_VTABLE_THUNKS, as there | Marc Espie | |
is a big and subtle bug with it. | |||
1999-02-17 | General clean-up, closer match to egcs. | Marc Espie | |
1999-02-17 | print pa-risc here as well, since, finally, cpu will have to print processor ↵ | Michael Shalayeff | |
type | |||
1999-02-17 | -f option for case folding; twofsonet@graffiti.com | Theo de Raadt | |
1999-02-17 | more errno values are possible; jon@oaktree.co.uk | Theo de Raadt | |
1999-02-17 | regen | Michael Shalayeff | |
1999-02-17 | oops, cut&paste error | Michael Shalayeff | |
1999-02-17 | better cpu capabilities printing. | Michael Shalayeff | |
print cpu PA level move cpu_gethpa() to mainbus.c | |||
1999-02-17 | regen | Michael Shalayeff | |
1999-02-17 | some more devices, cpu pa-risc levels | Michael Shalayeff | |
1999-02-17 | Nuke any remaining auth timers when datalinks come back down | brian | |
to DATALINK_LCP. | |||
1999-02-17 | #undef _POSIX_SOURCE after inclusion of machine/endian.h (if it was not ↵ | Todd C. Miller | |
already defined). | |||
1999-02-17 | re-enable the bind() for non-superusers so normal users cannot set the ↵ | Todd C. Miller | |
source address to be a non-local address | |||
1999-02-17 | make quoted strings work; erh@netbsd | Theo de Raadt | |
1999-02-17 | inet6 indent | Theo de Raadt | |
1999-02-16 | Fix a padding check bug in the experimental-padding. iliya@ericom.com | Angelos D. Keromytis | |
1999-02-16 | mandoc version | Theo de Raadt | |
1999-02-16 | IP is not a transport layer protocol | Niklas Hallqvist | |
1999-02-16 | real dbm_rdonly | Todd C. Miller | |
1999-02-16 | merge from netbsd 990213 + make compile with our includes | Niklas Hallqvist | |
1999-02-16 | Start using new pipe code | Artur Grabowski | |
1999-02-16 | Move defining of PIPE_NODIRECT to pipe.h and conditionalize more code with it. | Artur Grabowski | |
This allows this code to compile on sparc. | |||
1999-02-16 | kludge to get rid of dbm_rdonly not being defined | imp | |
1999-02-16 | sync | Theo de Raadt | |
1999-02-16 | AEON is an encryption card | Theo de Raadt | |
1999-02-16 | sendto(2) takes socklen_t for length param | Todd C. Miller | |
1999-02-16 | daemon returns int | Theo de Raadt | |
1999-02-16 | update prototypes now that socket functions take socklen_t as a length parameter | Todd C. Miller | |
1999-02-16 | deal with socklen_t | Todd C. Miller | |
1999-02-16 | deal with socklen_t | Theo de Raadt | |
1999-02-16 | handle sa_len being 0 in SIOCGIFCONF | Theo de Raadt | |
1999-02-16 | localtime is in /etc | Theo de Raadt | |
1999-02-16 | hp300 sync | Theo de Raadt | |
1999-02-16 | sync | Theo de Raadt | |
1999-02-16 | Invertex products | Theo de Raadt | |
1999-02-16 | indent | Theo de Raadt | |
1999-02-16 | mention that SIOCGIFCONF with ifc_len = 0 is an extension | Todd C. Miller | |
1999-02-16 | Wait by default for one second after the login script | brian | |
is complete before checking carrier. If it's there, the device supports carrier. If it's not it doesn't. Add the ``set cd'' command for deciding how soon to check for carrier, and for deciding if carrier is REQUIRED. The default has changed: Pre 2.0 versions of ppp waited for 1 second. Version 2 didn't wait, but this causes problems with some (few?) modems that don't assert carrier immediately on reporting CONNECT. The one second delay is back now and can be removed with ``set cd 0''. Bump the ppp version number in case this needs to be changed again.... | |||
1999-02-16 | Merge from NetBSD, mostly indentation | Niklas Hallqvist | |
1999-02-15 | Add a RaidFrame bucket type | Niklas Hallqvist | |
1999-02-15 | must include <sys/types.h> before <sys.socket.h> | Todd C. Miller | |
1999-02-15 | regen | Todd C. Miller | |
1999-02-15 | sendto(2) takes a socklen_t as well | Todd C. Miller | |
1999-02-15 | socklen_t is used in struct msghdr and struct cmsghdr | Todd C. Miller | |
1999-02-15 | Update HASHKEY macro from db 1.8.6. I didn't update that initially as I ↵ | Todd C. Miller | |
thought it related to the new hash code--it does not |