summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-01-10unify options a bit: use -Dname=value for defines uniformously (e.g., deprecateMarc Espie
2010-01-10- teach runner how to remove a message from queue given a message id/uidGilles Chehade
2010-01-10nitsMarc Espie
2010-01-10use full signatures to avoid downgrades.Marc Espie
2010-01-10Add /var/db/sysmerge, needed for upcoming change in xenocara.Antoine Jacoutot
2010-01-10remove and move some chatty byte during upgrade startup; ok krw, idea from mc...Theo de Raadt
2010-01-10Make hotplugd to not complain if any of attach or detach scriptAlexander Yurchenko
2010-01-10ATI AHCI seems not to put slot number into the command registerAlexander Yurchenko
2010-01-10Make sure END() matches the *{LEAF,ENTRY}() function names.Miod Vallat
2010-01-10Fix two bugs in IPsec/HMAC-SHA2:Markus Friedl
2010-01-10more signatures checksMarc Espie
2010-01-10only substract ISAKMP_ID_DATA_OFF once. otherwise 'buf' might overflowMarkus Friedl
2010-01-10follow logic: if same packagename, but different signature elements,Marc Espie
2010-01-10Fix use of `enumeral_type' in template type unification error as seenFederico G. Schwindt
2010-01-10trick: I can actually recognize specs easily, so why not allow them withoutMarc Espie
2010-01-10add REGRESSION_TESTING markers so tests still run.Marc Espie
2010-01-10if we make pkg_create more stringent, then we cannot create bogusMarc Espie
2010-01-10bump copyrightMarc Espie
2010-01-10pull the signature comparison code into its own file.Marc Espie
2010-01-10fold in content from the usd docs; diff from Daniel DickmanJason McIntyre
2010-01-10remove references to docs we no longer install;Jason McIntyre
2010-01-10have smtpd errx() at startup if no hostname could be detected either fromGilles Chehade
2010-01-10Generate a EoR marker in the update list instead of sending it independentClaudio Jeker
2010-01-10In the non-optimized case, an address list containing "any" (ie. { any 10.0.0...Theo de Raadt
2010-01-10Output a debug if we can't open an existing keyfile. bz#1694, ok djm@Darren Tucker
2010-01-10GCC doesn't respect the aligned attribute for automatic variables. SoMark Kettenis
2010-01-10Set XL_FLAG_FUNCREG for "cyclone" variants. This makes them see interruptsMark Kettenis
2010-01-10s/setpriority/setifpriority/ to eliminate a conflict with setpriority()Philip Guenthe
2010-01-10Add ChrootDirectory to sshd.c test-mode outputDarren Tucker