summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-24wrap previous onto a second lineStuart Henderson
2011-06-24nat-to rules require a directionStuart Henderson
2011-06-24swapctl -s was showing 1k blocks, regardless of -k. so fix this by showingJasper Lievisse Adriaanse
2011-06-24machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 andChristian Weisgerber
2011-06-24We should only ack a shared interrupt once, after we've run all the handlers.Mark Kettenis
2011-06-24seven main sections here, not six; from Nils AnspachJason McIntyre
2011-06-24speed up dependency checking:Marc Espie
2011-06-24Replace the .PHONY manlint target by an empty timestamp file, so man pagesChristian Weisgerber
2011-06-24When reading the value from a simple lock, we do not need to ldcws into aJoel Sing
2011-06-24Avoid a possible null dereference.Joel Sing
2011-06-24Handle \*(Na in .Nd, needed by nan(3).Ingo Schwarze
2011-06-24- add PLIST_DB to the list of variables that need to be adjusted when usingJasper Lievisse Adriaanse
2011-06-24Should always include ukphy(4) in the kernel configs if using any devicesYASUOKA Masahiko
2011-06-24Remove SET/CLR/ISSET macros from Octeon code. The kernel already providesYASUOKA Masahiko
2011-06-23ignore EINTR errors from poll()Damien Miller
2011-06-23Back out inadvertently commited change.Owain Ainsworth
2011-06-23ansiTheo de Raadt
2011-06-23bye bye /usr/X11R6/man/cat*Ingo Schwarze
2011-06-23switch to installing source manuals (base part)Ingo Schwarze
2011-06-23s/ands/and/, from Tobias UlmerStuart Henderson
2011-06-23Don't leak the ctrl_data in uvideo_queryctrl, uvideo_s_ctrl and uvideo_g_ctrl.Owain Ainsworth
2011-06-23make malloc calls in isp_pci_mbxdma NOWAIT to match the bus_dma calls that areOwain Ainsworth
2011-06-23free(null) ist verboten in the kernel.Owain Ainsworth
2011-06-23Check for the correct flag when checking to see if the page is part of an aobj.Owain Ainsworth
2011-06-23Don't bother checking for an empty queue before calling uvm_pglistfree.Owain Ainsworth
2011-06-23Replace handrolled version of uvmfault_unlockmaps with uvmfault_unlockmaps.Owain Ainsworth
2011-06-23Move uvm_pglistalloc and uvm_pglistfree to uvm_page.c and garbageOwain Ainsworth
2011-06-23Make mbufs and dma_alloc be contig allocations.Ariane van der Steldt
2011-06-23Don't check dev/ramdisk.h for ioctl(2) commands as it doesn't existMatthew Dempsky
2011-06-23Fix the error path in bus_dmamem_map.Ariane van der Steldt
2011-06-23Use a common text explaining how the various configuration parsers usingStuart Henderson
2011-06-23Set pd->af very early in pf_setup_pdesc() since the AF is used inClaudio Jeker
2011-06-23syncTheo de Raadt
2011-06-23Simplify softraid(4) to behave like other HBAs by using a singleMatthew Dempsky
2011-06-23Eliminate ramdisk.c and ramdisk.h now that they're unused.Matthew Dempsky
2011-06-23Complete rewrite for rd(4) to eliminate unnecessary functionality andMatthew Dempsky
2011-06-23a bit more ansi; ok teduTheo de Raadt
2011-06-23ansify a few files. ok deraadt dlg krw matthewTed Unangst
2011-06-23regression tests for the sed substitute commandIngo Schwarze
2011-06-23set set*id bits only if the target did not exist and -p was not used;Otto Moerbeek
2011-06-23Add a couple of extra xterm-style keys that gnome terminal provides,Nicholas Marriott
2011-06-23rename sandbox.h => ssh-sandbox.h to make things easier for portableDamien Miller
2011-06-23cope with empty rx rings by scheduling a timeout to keep trying until itDavid Gwynne
2011-06-23this chip has an annoying "feature" where it cannot report the linkDavid Gwynne
2011-06-23delete unused stupid code; Daniel DickmanTheo de Raadt
2011-06-22$OpenBSD$ makersDamien Miller
2011-06-22hook up a channel confirm callback to warn the user then requested X11Damien Miller
2011-06-22introduce sandboxing of the pre-auth privsep child using systrace(4).Damien Miller
2011-06-22reuse the multistate option arrays to pretty-print options for "sshd -T"Damien Miller
2011-06-22reset the tx_count on UP, since it may have been advanced from non-zeroTheo de Raadt