Age | Commit message (Expand) | Author |
2010-01-11 | Make the detach function handle the case of a partial attach, and make sure | Mark Kettenis |
2010-01-11 | Increase/decrease the per-CPU interrupt depth variable around APIC interrupts | Mark Kettenis |
2010-01-11 | encourage use of setreseuid(), and warn there are other privs; ok henning | Theo de Raadt |
2010-01-11 | Fix wrong logic in error checking of buf_dynamic, found by pcc. | Jacek Masiulaniec |
2010-01-11 | sometimes, I manage to finish some stuff | Marc Espie |
2010-01-11 | quirks is special here too, oops. | Marc Espie |
2010-01-11 | When resuming from suspend, prime play buffers with silence, | Alexandre Ratchov |
2010-01-11 | allow installation to proceed even without -r if it's an actual update | Marc Espie |
2010-01-11 | works much better if I actually add the option... | Marc Espie |
2010-01-11 | move the oldlibs code into its separate file, prior to fixing it. | Marc Espie |
2010-01-11 | protect gzip against weird file names | Marc Espie |
2010-01-11 | dlg@ lost the SCSI_IGNORE_ILLEGAL_REQUEST flag on all SYNCHRONIZE_CACHE | Kenneth R Westerback |
2010-01-11 | Do not use after free kif->if_index; discovered with claudio | Theo de Raadt |
2010-01-11 | when converting keys, truncate key comments at 72 chars as per RFC4716; | Damien Miller |
2010-01-11 | Add PIPEX option, disabled by default for now. | Ryan Thomas McBride |
2010-01-11 | various cleanup, including a fix from Daniel Dickman; | Jason McIntyre |
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 |