Age | Commit message (Expand) | Author |
2010-01-11 | KNF | Bob Beck |
2010-01-11 | KNF | Bob Beck |
2010-01-11 | It's '-D dontmerge' now. | Bernd Ahlers |
2010-01-11 | Bring mutex protections to ststart, cdstart and ssstart, as already | Kenneth 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-11 | Pull in fix from kif via FreeBSD r1.114 to properly initialize | Kenneth R Westerback |
2010-01-11 | add "log brief" and "log verbose" to change logging verbosity | Jonathan Gray |
2010-01-11 | use calloc() instead of multiplying for malloc(); ok reyk | Theo de Raadt |
2010-01-11 | Do not crash when starting up with a bad config file. Check that | Claudio Jeker |
2010-01-11 | Negative offset or negative size in a buf is invalid. Treat just like other | Kenneth R Westerback |
2010-01-11 | Do not prompt for a passphrase if we fail to open a keyfile, and log the | Darren Tucker |
2010-01-11 | When mapping CarBus memory BARs, enforce a minimum alignment of 0x1000. This | Mark Kettenis |
2010-01-11 | Initial import npppd(8). npppd is a new PPP daemon that handles many | YASUOKA Masahiko |
2010-01-11 | "final" leak in state creation: in pf_state_key_setup, if we actually | Henning Brauer |
2010-01-11 | lex <=, >=, !=, and -> into a single token for correctness and to reduce the | Theo de Raadt |
2010-01-11 | fix a bug in pf_create_state that was a major source of amusement for me | Henning Brauer |
2010-01-11 | rework the polling code to use the semantic krw@ proposed. | David Gwynne |
2010-01-11 | Initial import PIPEX. PIPEX(Pppac IP EXtension) is a IP forwarding | YASUOKA Masahiko |
2010-01-11 | lex <=, >=, !=, and >< into a single token for correctness and to reduce the | Theo de Raadt |
2010-01-11 | regress test for stdio forwarding | Darren Tucker |
2010-01-11 | Enable IP checksum offloading in ix(4). | Reyk Floeter |
2010-01-11 | sync | Theo de Raadt |
2010-01-11 | Add a 'netcat mode' (ssh -W). This connects stdio on the client to a single | Darren Tucker |
2010-01-11 | Make sure we do not add trailing garbage while parsing a prefix that has a | Claudio Jeker |
2010-01-11 | Be as careful with sd/cd buf queue manipulations as was found necessary for | Kenneth R Westerback |
2010-01-11 | remove some debug code that snuck in somehow. | David Gwynne |
2010-01-11 | Add mutex around work consuming loop in sdstart - this ensures that only | Bob Beck |
2010-01-11 | Don't check ITSDONE since we know it is set in scsi_done(). Eliminates | Kenneth R Westerback |
2010-01-10 | replace a pad in the pfsync subheader with a length field. it stores the | David Gwynne |
2010-01-10 | lex <=, >=, and != into a single token for correctness and to reduce the | Theo de Raadt |
2010-01-10 | Restore delay on XS_BUSY result, just in case it is needed somewhere. Polish | Kenneth R Westerback |
2010-01-10 | fix some mdoc tidbits. Thanks to jmc@ for advice. | Marc Espie |
2010-01-10 | Add traces to help tracking subtle timing bugs often causing | Alexandre Ratchov |
2010-01-10 | unify options a bit: use -Dname=value for defines uniformously (e.g., deprecate | Marc Espie |
2010-01-10 | - teach runner how to remove a message from queue given a message id/uid | Gilles Chehade |
2010-01-10 | nits | Marc Espie |
2010-01-10 | use full signatures to avoid downgrades. | Marc Espie |
2010-01-10 | Add /var/db/sysmerge, needed for upcoming change in xenocara. | Antoine Jacoutot |
2010-01-10 | remove and move some chatty byte during upgrade startup; ok krw, idea from mc... | Theo de Raadt |
2010-01-10 | Make hotplugd to not complain if any of attach or detach script | Alexander Yurchenko |
2010-01-10 | ATI AHCI seems not to put slot number into the command register | Alexander Yurchenko |
2010-01-10 | Make sure END() matches the *{LEAF,ENTRY}() function names. | Miod Vallat |
2010-01-10 | Fix two bugs in IPsec/HMAC-SHA2: | Markus Friedl |
2010-01-10 | more signatures checks | Marc Espie |
2010-01-10 | only substract ISAKMP_ID_DATA_OFF once. otherwise 'buf' might overflow | Markus Friedl |
2010-01-10 | follow logic: if same packagename, but different signature elements, | Marc Espie |
2010-01-10 | Fix use of `enumeral_type' in template type unification error as seen | Federico G. Schwindt |
2010-01-10 | trick: I can actually recognize specs easily, so why not allow them without | Marc Espie |
2010-01-10 | add REGRESSION_TESTING markers so tests still run. | Marc Espie |