summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-06-30switch ss over to using xshandlers for queuing io. this brings it into lineDavid Gwynne
2010-06-29Use new ACPI PCI mapping to get _PRT busJordan Hargrave
2010-06-29Fix ramdisks (new code was placed inside a SMALL_KERNEL chunk)Theo de Raadt
2010-06-29make the xcrypt match the jsg code in opensslTheo de Raadt
2010-06-29Add some missing UHCI and EHCI register restores on resume. Fixes at leastMike Larkin
2010-06-29Add support for mapping ACPI to PCI devicesJordan Hargrave
2010-06-29keeping a TODO file here implies somebody caresTed Unangst
2010-06-29Add missing include.Joel Sing
2010-06-29Don't use SUBDIR to traverse tags builds, but punt them straight toTheo de Raadt
2010-06-29aesni, a driver for the crypto framework, similar to theThordur I. Bjornsson
2010-06-29In the boot blocks, stop assuming we have a 1:1 mapping of low physicalMiod Vallat
2010-06-29Replace enc(4) with a new implementation as a cloner device. We stillReyk Floeter
2010-06-29During kernel bootstrap, stop assuming the kernel image has been loaded inMiod Vallat
2010-06-29There is absolutely no need to double map DVMA addresses into the kernel addressMiod Vallat
2010-06-29Add PADDR_IS_DMA_REACHABLE macro so art stops whiningThordur I. Bjornsson
2010-06-29Rework cypress cpu cache setup, and enable writeback mode. Adapted fromMiod Vallat
2010-06-29fpu_kernel_{enter,exit}; Functions to allow the use ofThordur I. Bjornsson
2010-06-29Shrink struct scsi_sense_data and thus the sense member of scsi_xfer,Kenneth R Westerback
2010-06-29Shave off some instructions:Jasper Lievisse Adriaanse
2010-06-29skip empty ranges in uvm_pmr_assertvalid;Thordur I. Bjornsson
2010-06-29Strip out ancient bits in struct user that were still used only byPhilip Guenthe
2010-06-29Add a no_constraint uvm_constraint_range; use it in the pool code.Thordur I. Bjornsson
2010-06-29Remove COMPAT_HPUX. No one wanted to support it and its fewmets werePhilip Guenthe
2010-06-29We always copy struct pcred when creating a new process, so the referencePhilip Guenthe
2010-06-29Eliminate struct plimit's PL_SHAREMOD flag: it was for COMPAT_IRIXPhilip Guenthe
2010-06-29More workarounds adapted from FreeBSD to make the 82577/82578 happy,Jonathan Gray
2010-06-29remove the compat43 ifdef around some code. in effect, it's always beenTed Unangst
2010-06-29Add code to make ahci(4) suspend/resume properly. Probably not perfect yet,Mark Kettenis
2010-06-29Call bufq_quiesce() on suspend to stop all I/O and bufq_restart on resume.Mark Kettenis
2010-06-29Introduce bufq_quiesce(), which will block I/O ifrom getting on the queues,Mark Kettenis
2010-06-29and the ultrix files go into the attic. ok deraadt miodTed Unangst
2010-06-29COMPAT_ULTRIX is not used, time to retire it. ok deraadt miodTed Unangst
2010-06-29move a little code around, eventually it will be betterTed Unangst
2010-06-29Remove the "if the string address faulted, see if it looks like an int"Ted Unangst
2010-06-29Fail instead of lying if a process asks sysctl()'s KERN_PROC2 orPhilip Guenthe
2010-06-29remove lies. the arguments are actually used.Thordur I. Bjornsson
2010-06-29fix a logic error found by lintJonathan Gray
2010-06-29Interface drivers should use DV_IFNET, not DV_DULL.Matthew Dempsky
2010-06-29Change st(4) to use the FIFO buf sorting discipline rather than theMatthew Dempsky
2010-06-29Ansify function declarations.Joel Sing
2010-06-29makefstype was only used in ported from freebsd filesystems. fix themTed Unangst
2010-06-29eliminate some very redundant SCARG usage. ok artTed Unangst
2010-06-2960 is a more reasonable guess for number of minutes in an hour than 100.Ted Unangst
2010-06-29Factor out code used to save and flushe process FPU context.Joel Sing
2010-06-29correct some minor style violationsTed Unangst
2010-06-29less SCARG, more pretty. ok guentherTed Unangst
2010-06-29Store pointer to process FPU state in struct cpu_info.Joel Sing
2010-06-29some late breaking style comments from guentherTed Unangst
2010-06-29regenTed Unangst
2010-06-29Eliminate RTHREADS kernel option in favor of a sysctl. The actual statusTed Unangst