summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-02-19now that qids are managed entirely in the kernel, the qid related codeKenjiro Cho
2004-02-19the 2nd round of the qid assignment change.Kenjiro Cho
2004-02-18Do aspath loop detecion for outgoing messages too, but this time with theClaudio Jeker
2004-02-18Correctly handle parse errors in aspath and prefixes. Also do input aspathClaudio Jeker
2004-02-18clean up openssl req;Jason McIntyre
2004-02-18Make sure interface cleanup and setup are only run once, and clean up if weRyan Thomas McBride
2004-02-18sort options and SYNOPSIS;Jason McIntyre
2004-02-18document rot13;Jason McIntyre
2004-02-18errno is int, not long; tracked down by otto@Miod Vallat
2004-02-18Stealth typo. ok deraadt@, millert@Thierry Deval
2004-02-18Bring the path attribute parsing on big step closer to the RFC.Claudio Jeker
2004-02-18Fix a nasty memory leak. OK henning@Claudio Jeker
2004-02-18sync the list of variables held in SUBST_VARS;Xavier Santolaria
2004-02-18Check for optional path attributes error. This kills some XXX in the code.Claudio Jeker
2004-02-18Yet another wonna-be-raid device.Alexander Yurchenko
2004-02-18syncTheo de Raadt
2004-02-18Rewrite argv processing to not alter argv[] and optind while in theOtto Moerbeek
2004-02-18Be sure to pass a third argument to open() when used with O_CREAT.Miod Vallat
2004-02-18strtoul for getting pid. ok and numerous hints from deraadt@Ted Unangst
2004-02-18revoke privs asap; tedu okTheo de Raadt
2004-02-18a pinch of knfTheo de Raadt
2004-02-18little cleanup. strlcat. usage. don't call atoi on non-numbers.Ted Unangst
2004-02-18strlcpy is nicer. ok deraadt@ millert@Ted Unangst
2004-02-18printing (null) is not so useful. instead print names of missing symbolsTed Unangst
2004-02-18fix thinko in the revents & (POLLIN|POLLOUT) caseHenning Brauer
2004-02-17improve logging on connection open failHenning Brauer
2004-02-17bzero scsi_xfer's as they come out of the pool to ensure there is noKenneth R Westerback
2004-02-17init wbuf.sock too in init_peer()Henning Brauer
2004-02-17little easierHenning Brauer
2004-02-17bit better err msgs after buf_close (which can't fail anyway actually)Henning Brauer
2004-02-17couple more bits from wiz@netbsd;Jason McIntyre
2004-02-17check for EAGAIN after readHenning Brauer
2004-02-17tidy this page up a bit;Jason McIntyre
2004-02-17malloc checks, strlcpy. based on patch from Vink Joris <nimadeus@pandora.be>Ted Unangst
2004-02-17syncTed Unangst
2004-02-17kqueue works using native callsTed Unangst
2004-02-17remove cruft left over from RhostsAuthentication removal;Jason McIntyre
2004-02-17tweak;Jason McIntyre
2004-02-17typos;Jason McIntyre
2004-02-17tweak;Jason McIntyre
2004-02-17Change the maketemp() description into what it really does.Miod Vallat
2004-02-17Somehow size needs some time to settle. The direct inline call of attr_errorClaudio Jeker
2004-02-17ptm ref. Okay millert@Marc Espie
2004-02-17syncTheo de Raadt
2004-02-17missing bzero() of the iovecHenning Brauer
2004-02-17Unbreak numeric flag parsing. Based on a fix from Jared Yanovich; thisOtto Moerbeek
2004-02-17two more returns; open msg counter might have gotten increased too muchHenning Brauer
2004-02-17On write error return and do not try to make a read. OK henning@Claudio Jeker
2004-02-17Make gcc on sparc happy. OK henning@Claudio Jeker
2004-02-17init len for getsockname and getpeername, found and ok claudioHenning Brauer