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