summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-07-01Add a look-up table for machines that have special vga cards. This table willPaul Irofti
2010-07-01More accurate comment as to what happens with acpi_savecpuMike Larkin
2010-07-01remove crappy old README filesTed Unangst
2010-07-01any TODO containing the item "Use lock manager locks." is provably wrong.Ted Unangst
2010-07-01Add things to enable aesni either ifdef'ed or commented out to easeThordur I. Bjornsson
2010-07-01I'm not sure where this TODO comes from, but it contains such exciting liesTed Unangst
2010-07-01the only thing left on the raidframe TODO list is to go awayTed Unangst
2010-06-30Disable/partially backout the bufq quiesce changes as thisThordur I. Bjornsson
2010-06-30This comment is unnecessarily confusing.Artur Grabowski
2010-06-30syncPeter Hessler
2010-06-30add Realtek RTL8171Peter Hessler
2010-06-30Silence the activation debug reporting. We are starting to get worriedTheo de Raadt
2010-06-30Merge from NetBSD: "Linux's getsid(2) does in fact return a pid,Philip Guenthe
2010-06-30style nitThordur I. Bjornsson
2010-06-30remove a compat_osf1 fileTed Unangst
2010-06-30delete osf1 compat filesTed Unangst
2010-06-30timeout_add -> timeout_add_msecBret Lambert
2010-06-30remove compat_osf1 support from the kernelTed Unangst
2010-06-30This needs sys/sysctl.h to compile.Claudio Jeker
2010-06-30Remove the ``never cache virtual addresses in the DVMA range'' inMiod Vallat
2010-06-30knf function decleration nit.Thordur I. Bjornsson
2010-06-30Add getsockopt SOL_SOCKET SO_PEERCRED support. This behaves similar toTheo de Raadt
2010-06-30timeout_add -> timeout_add_msecBret Lambert
2010-06-30for scsibus, silence the activate function when unknown events are given.Theo de Raadt
2010-06-30amd64_pa_used is weird.Owain Ainsworth
2010-06-30Cleaned up aml name parser, delete unused codeJordan Hargrave
2010-06-30Use SLIST for the ccb free list.Michael Knudsen
2010-06-30Use a SLIST for the ccb free list.Michael Knudsen
2010-06-30Flush cache before suspend.Mark Kettenis
2010-06-30Use SLIST instead of TAILQ for the ccb free list.Michael Knudsen
2010-06-30fix route label awesomeness, issue also known as PR6416Henning Brauer
2010-06-30Make this compile after TTYHOG definition change (but the logic should be fixedMiod Vallat
2010-06-30Bring cd(4) into line with sd(4) and st(4) by implementing CDF_DYINGKenneth R Westerback
2010-06-30Remove #ifdef CRYPTO. config will do this for us.Thordur I. Bjornsson
2010-06-30get rid of a few c++ comments and a few spacing nitsThordur I. Bjornsson
2010-06-30remove two useless defines.Thordur I. Bjornsson
2010-06-30regenYojiro Uo
2010-06-30add MOSCHIP MCS7715Yojiro Uo
2010-06-30change a pair of timeout_add calls to timeout_add_{,m}secBret Lambert
2010-06-30* use audio(9)'s DMA trigger methods instead of the init/startJacob Meuser
2010-06-30Instead of failing immediately , check for ENOTTY from the parent (umodem)Nicholas Marriott
2010-06-30Add mostly working support for ironlake (integrated graphics on core i5 and i3Owain Ainsworth
2010-06-30add support for ironlake (clarkdale and arrandale, i.e. core i3 and coreOwain Ainsworth
2010-06-30tweak previous;Jason McIntyre
2010-06-30If the device has the PCI Express capability, save the slot control and statusMark Kettenis
2010-06-30Preserve and restore BARs on suspend/resume for all devices, not justMike Larkin
2010-06-30Call msleep(9) with PNORELOCK rather than calling mtx_leave()Matthew Dempsky
2010-06-30Switch bufq FIFO disclipline from using TAILQs to SIMPLEQs.Matthew Dempsky
2010-06-30Prune some dead assignments in st_interpret_sense(); st(4) alreadyMatthew Dempsky
2010-06-30Add support for naming images and setting the type, including boot scripts.Dale Rahn