summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-10-04more typos; PR3507, From: tom.cosgrove@arches-consulting.comHenning Brauer
2003-10-03missing -h support; jeffi@rcn.comTheo de Raadt
2003-10-03Initialize environ before calling constructors or atexit.Dale Rahn
2003-10-03exit if no config file; jeffi@rcn.comTheo de Raadt
2003-10-03Make msp bind to 127.0.0.1 instead of localhost since "localhost" mayTodd C. Miller
2003-10-03Use the commen DMT constants, and try to provide at least as many informationMiod Vallat
2003-10-03deal with KAME embedded scope-id for PF_KEY (Encap) route dump. deraadt okJun-ichiro itojun Hagino
2003-10-03syncTheo de Raadt
2003-10-03Fix off-by-one, patch from Patrick Latifi; closes PR 3492Todd C. Miller
2003-10-03updated URL for zlib from wiz@netbsd;Jason McIntyre
2003-10-031) Don't loop on invalid commandsBob Beck
2003-10-03remove error code that can't be returned;Jason McIntyre
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-10-03Bring several fixes from FreeBSD to our current pipe implementation:Miod Vallat
2003-10-03correct hash for EXAMPLES, plus some typos;Jason McIntyre
2003-10-02Cardbus -> CardBus to match the rest.Federico G. Schwindt
2003-10-02typo; from tom.cosgrove at arches-consulting dot com. PR/3504.Federico G. Schwindt
2003-10-02clean up p = realloc(pRyan Thomas McBride
2003-10-02chroot handling for SSLCertificateChainFile, problem found and fix tested byHenning Brauer
2003-10-02Upon invoking the freshly loaded binary, populate registers via embedded asmMiod Vallat
2003-10-02print openssl version, too, several requests; ok henning/djm.Markus Friedl
2003-10-02Fix some DAE processing logic - the kernel would incorrectly end up retryingMiod Vallat
2003-10-02Ack external interrupts before reenabling them on 187.Miod Vallat
2003-10-02Round VM_MAX_KERNEL_ADDRESS to a page boundary.Miod Vallat
2003-10-02missing $OpenBSD:; dtuckerMarkus Friedl
2003-10-02do not try to send incomplete fragments on ENOBUFS caseJun-ichiro itojun Hagino
2003-10-02correct endian handling of ip->ip_off.Jun-ichiro itojun Hagino
2003-10-02use err/warn instead of fprintf/exitMichael Shalayeff
2003-10-02style sync w/ kameJun-ichiro itojun Hagino
2003-10-02Sync with pfvar.hRyan Thomas McBride
2003-10-02two minor fixes. set errno on recursive calls. ENOMEM suggested by marc@.Ted Unangst
2003-10-01it turned that only adding the cardbus part was not enough to haveFederico G. Schwindt
2003-10-01Unused bits.Miod Vallat
2003-10-01There is no point in chown/chmod outside the install target.Miod Vallat
2003-10-01Do not include mount_nfs on sparc bsd.rd and floppies, as they are missingMiod Vallat
2003-10-01Really enable upgrades on hppa install media.Miod Vallat
2003-10-01use random number generator to generate IPv6 fragment ID/flowlabel.Jun-ichiro itojun Hagino
2003-10-01correct m_cat misuse. i remember it was ok'ed by someone but don't remember ...Jun-ichiro itojun Hagino
2003-10-01Fix stack leak into pfloghdr (the pad field is not initialized),Can Erkin Acar
2003-10-01Compile kernel and bootblocks with -mmemcpy, to get rid of libgcc dependancy.Miod Vallat
2003-10-01Introduce a new target switch, -mmemcpy (and -mno-memcpy).Miod Vallat
2003-10-01Directly invoke the sysctl system call, rather than going through the sysctl(3)Miod Vallat
2003-10-01Don't use the contents of ~/.signature for the Organization field.Todd C. Miller
2003-10-01Document new transaction IOCTLs, remove old ones.Cedric Berger
2003-10-01typo; ok jmc@Alexander Yurchenko
2003-10-01There were a couple of mistakes in the "installing from solaris" sectionMiod Vallat
2003-10-01poll fixes from Niels; ok deraadtMarkus Friedl
2003-10-01oops, didn't change the Makefile.Jason McIntyre
2003-10-01.Xr compress 3 and a typo;Jason McIntyre
2003-10-01- rename zlib(3) -> compress(3) so the name describes a function which exists;Jason McIntyre