Age | Commit message (Expand) | Author |
2009-04-21 | sync | Theo de Raadt |
2009-04-21 | Switch aps(4) to use timeout_add_msec() instead of timeout_add() with a | Michael Knudsen |
2009-04-21 | Document timeout_add_msec(). | Michael Knudsen |
2009-04-21 | Simplify PCI config space access code. There is no way we're ever going to | Mark Kettenis |
2009-04-21 | no need to install includes from here anymore | Theo de Raadt |
2009-04-21 | move src/lib/libsndio/sndio.h into src/include where other include | Alexandre Ratchov |
2009-04-21 | small corrections to log_warns and fatals | Jacek Masiulaniec |
2009-04-21 | Make /usr/sbin/sendmail not fail due to smtpd being down. | Jacek Masiulaniec |
2009-04-21 | add a sg_dma backend for amd64 bus_dma. This is a lot more clever about | Owain Ainsworth |
2009-04-21 | final sort; | Jason McIntyre |
2009-04-21 | tweak NORMALIZATION; | Jason McIntyre |
2009-04-21 | instead of calling getpid() all over the place do it once, claudio ok | Henning Brauer |
2009-04-21 | clarify we cd to user's home after chroot; ok markus@ on | Kevin Steves |
2009-04-21 | correct some fatal(x) calls and error strings | Eric Faurot |
2009-04-21 | simplify "log (user)"; help/ok henning | Jason McIntyre |
2009-04-21 | ignore pfkey replies not for us and discard them | Henning Brauer |
2009-04-21 | Increase default thread stack size to 256K on 32bit archs and 512K on | Kurt Miller |
2009-04-21 | tweak PARAMETERS; | Jason McIntyre |
2009-04-21 | sort PARAMETERS; also split the list in two, to make it more manageable; | Jason McIntyre |
2009-04-21 | add Emobile D12HW to checked device list. | Yojiro Uo |
2009-04-21 | remove from gen so that lint doesn't check gen if assembly versions | Martynas Venckus |
2009-04-21 | move bsd and bsd.rd and all such other MD "sets" into the MD files, | Theo de Raadt |
2009-04-21 | tweak the whitespace in the softc a bit to make it easier to read. | David Gwynne |
2009-04-21 | sync | Theo de Raadt |
2009-04-21 | new ftdi; 8U232AM4; Takanori Watanabe spotted it | Theo de Raadt |
2009-04-20 | tweak previous; | Jason McIntyre |
2009-04-20 | When receiving a new connection, log the remote IP number | Ingo Schwarze |
2009-04-20 | Don't talk about a "scrub reassemble tcp" rule, talk about "reassemble | Stuart Henderson |
2009-04-20 | Some recent IOC3 do not have Dallas timekeepers, so perform a few more tests | Miod Vallat |
2009-04-20 | remove unneeded argument to warnx() | Charles Longeau |
2009-04-20 | fixed style, no binary change | Ariane van der Steldt |
2009-04-20 | do NOT set defaults to their default here | Theo de Raadt |
2009-04-20 | Allow MAIL FROM only in the S_HELO state, which results in behaviour | Jacek Masiulaniec |
2009-04-20 | sync | Theo de Raadt |
2009-04-20 | PR 6090 - from Olli Hauer <ohauer@gmx.de> | Bob Beck |
2009-04-20 | No this change is wrong, because now 'w' followed by 'q' asks if you | Theo de Raadt |
2009-04-20 | fix previous, evtimer_set should be called only once, in session_init. | Jacek Masiulaniec |
2009-04-20 | Rewrite smtp session timeouts; use evtimer_* from event(3) instead | Jacek Masiulaniec |
2009-04-20 | - add missing header for strcmp() . | Jasper Lievisse Adriaanse |
2009-04-20 | bigmem is not tweakable by config(8), it never was. | Reyk Floeter |
2009-04-20 | unbreak EHCI_DEBUG - usbd_dump_pipe() is only defined if USB_DEBUG is | Reyk Floeter |
2009-04-20 | Fix renicing a negative pid in historic mode. From Bryan Linton | Todd C. Miller |
2009-04-20 | amas device for amd64, describes the physical memory layout on AMD64 CPU. | Ariane van der Steldt |
2009-04-20 | when transmitting packets, put the dmamap we used for the packet into the | David Gwynne |
2009-04-20 | fix dma map unmapping and unloading in the tx cleanup path. | Reyk Floeter |
2009-04-20 | Make pegging a proc work when there are idle cpus that are looking for | Artur Grabowski |
2009-04-20 | restore tagged user packages to functionality (for now) | Marc Espie |
2009-04-20 | sync | Theo de Raadt |
2009-04-20 | Don't map all agp memory we allocate. | Owain Ainsworth |
2009-04-20 | Document BUS_DMA_ZERO. | Owain Ainsworth |