summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-11Make the detach function handle the case of a partial attach, and make sureMark Kettenis
2010-01-11Increase/decrease the per-CPU interrupt depth variable around APIC interruptsMark Kettenis
2010-01-11encourage use of setreseuid(), and warn there are other privs; ok henningTheo de Raadt
2010-01-11Fix wrong logic in error checking of buf_dynamic, found by pcc.Jacek Masiulaniec
2010-01-11sometimes, I manage to finish some stuffMarc Espie
2010-01-11quirks is special here too, oops.Marc Espie
2010-01-11When resuming from suspend, prime play buffers with silence,Alexandre Ratchov
2010-01-11allow installation to proceed even without -r if it's an actual updateMarc Espie
2010-01-11works much better if I actually add the option...Marc Espie
2010-01-11move the oldlibs code into its separate file, prior to fixing it.Marc Espie
2010-01-11protect gzip against weird file namesMarc Espie
2010-01-11dlg@ lost the SCSI_IGNORE_ILLEGAL_REQUEST flag on all SYNCHRONIZE_CACHEKenneth R Westerback
2010-01-11Do not use after free kif->if_index; discovered with claudioTheo de Raadt
2010-01-11when converting keys, truncate key comments at 72 chars as per RFC4716;Damien Miller
2010-01-11Add PIPEX option, disabled by default for now.Ryan Thomas McBride
2010-01-11various cleanup, including a fix from Daniel Dickman;Jason McIntyre
2010-01-11KNFBob Beck
2010-01-11KNFBob Beck
2010-01-11It's '-D dontmerge' now.Bernd Ahlers
2010-01-11Bring mutex protections to ststart, cdstart and ssstart, as alreadyKenneth R Westerback
2010-01-11"default" routes need a mask of 0 too.David Gwynne
2010-01-11"default" routes need a mask of 0 too.David Gwynne
2010-01-11Pull in fix from kif via FreeBSD r1.114 to properly initializeKenneth R Westerback
2010-01-11add "log brief" and "log verbose" to change logging verbosityJonathan Gray
2010-01-11use calloc() instead of multiplying for malloc(); ok reykTheo de Raadt
2010-01-11Do not crash when starting up with a bad config file. Check thatClaudio Jeker
2010-01-11Negative offset or negative size in a buf is invalid. Treat just like otherKenneth R Westerback
2010-01-11Do not prompt for a passphrase if we fail to open a keyfile, and log theDarren Tucker
2010-01-11When mapping CarBus memory BARs, enforce a minimum alignment of 0x1000. ThisMark Kettenis
2010-01-11Initial import npppd(8). npppd is a new PPP daemon that handles manyYASUOKA Masahiko
2010-01-11"final" leak in state creation: in pf_state_key_setup, if we actuallyHenning Brauer
2010-01-11lex <=, >=, !=, and -> into a single token for correctness and to reduce theTheo de Raadt
2010-01-11fix a bug in pf_create_state that was a major source of amusement for meHenning Brauer
2010-01-11rework the polling code to use the semantic krw@ proposed.David Gwynne
2010-01-11Initial import PIPEX. PIPEX(Pppac IP EXtension) is a IP forwardingYASUOKA Masahiko
2010-01-11lex <=, >=, !=, and >< into a single token for correctness and to reduce theTheo de Raadt
2010-01-11regress test for stdio forwardingDarren Tucker
2010-01-11Enable IP checksum offloading in ix(4).Reyk Floeter
2010-01-11syncTheo de Raadt
2010-01-11Add a 'netcat mode' (ssh -W). This connects stdio on the client to a singleDarren Tucker
2010-01-11Make sure we do not add trailing garbage while parsing a prefix that has aClaudio Jeker
2010-01-11Be as careful with sd/cd buf queue manipulations as was found necessary forKenneth R Westerback
2010-01-11remove some debug code that snuck in somehow.David Gwynne
2010-01-11Add mutex around work consuming loop in sdstart - this ensures that onlyBob Beck
2010-01-11Don't check ITSDONE since we know it is set in scsi_done(). EliminatesKenneth R Westerback
2010-01-10replace a pad in the pfsync subheader with a length field. it stores theDavid Gwynne
2010-01-10lex <=, >=, and != into a single token for correctness and to reduce theTheo de Raadt
2010-01-10Restore delay on XS_BUSY result, just in case it is needed somewhere. PolishKenneth R Westerback
2010-01-10fix some mdoc tidbits. Thanks to jmc@ for advice.Marc Espie
2010-01-10Add traces to help tracking subtle timing bugs often causingAlexandre Ratchov