summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-02-17try harder to match the mntonname with the name we are trying to unmountArtur Grabowski
1999-02-17Always check that the start of our candidate region is within theFederico G. Schwindt
bounds of "substart" and "subend".
1999-02-17GrammarMarc Espie
1999-02-17Fix checksum logic: in a manual sequence ofMarc 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-17Future fix: help egcs avoid #pragma weak, which we don't support.Marc Espie
1999-02-17Update to more recent work: remove DEFAULT_VTABLE_THUNKS, as thereMarc Espie
is a big and subtle bug with it.
1999-02-17General clean-up, closer match to egcs.Marc Espie
1999-02-17print 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.comTheo de Raadt
1999-02-17more errno values are possible; jon@oaktree.co.ukTheo de Raadt
1999-02-17regenMichael Shalayeff
1999-02-17oops, cut&paste errorMichael Shalayeff
1999-02-17better cpu capabilities printing.Michael Shalayeff
print cpu PA level move cpu_gethpa() to mainbus.c
1999-02-17regenMichael Shalayeff
1999-02-17some more devices, cpu pa-risc levelsMichael Shalayeff
1999-02-17Nuke any remaining auth timers when datalinks come back downbrian
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-17re-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-17make quoted strings work; erh@netbsdTheo de Raadt
1999-02-17inet6 indentTheo de Raadt
1999-02-16Fix a padding check bug in the experimental-padding. iliya@ericom.comAngelos D. Keromytis
1999-02-16mandoc versionTheo de Raadt
1999-02-16IP is not a transport layer protocolNiklas Hallqvist
1999-02-16real dbm_rdonlyTodd C. Miller
1999-02-16merge from netbsd 990213 + make compile with our includesNiklas Hallqvist
1999-02-16Start using new pipe codeArtur Grabowski
1999-02-16Move 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-16kludge to get rid of dbm_rdonly not being definedimp
1999-02-16syncTheo de Raadt
1999-02-16AEON is an encryption cardTheo de Raadt
1999-02-16sendto(2) takes socklen_t for length paramTodd C. Miller
1999-02-16daemon returns intTheo de Raadt
1999-02-16update prototypes now that socket functions take socklen_t as a length parameterTodd C. Miller
1999-02-16deal with socklen_tTodd C. Miller
1999-02-16deal with socklen_tTheo de Raadt
1999-02-16handle sa_len being 0 in SIOCGIFCONFTheo de Raadt
1999-02-16localtime is in /etcTheo de Raadt
1999-02-16hp300 syncTheo de Raadt
1999-02-16syncTheo de Raadt
1999-02-16Invertex productsTheo de Raadt
1999-02-16indentTheo de Raadt
1999-02-16mention that SIOCGIFCONF with ifc_len = 0 is an extensionTodd C. Miller
1999-02-16Wait by default for one second after the login scriptbrian
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-16Merge from NetBSD, mostly indentationNiklas Hallqvist
1999-02-15Add a RaidFrame bucket typeNiklas Hallqvist
1999-02-15must include <sys/types.h> before <sys.socket.h>Todd C. Miller
1999-02-15regenTodd C. Miller
1999-02-15sendto(2) takes a socklen_t as wellTodd C. Miller
1999-02-15socklen_t is used in struct msghdr and struct cmsghdrTodd C. Miller
1999-02-15Update 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