summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-07-01Create a struct to store FP state and include a pointer to the CPU thatJoel Sing
2010-07-01Die struct scsi_device! Die! Instead, save a pointer to the routineKenneth R Westerback
2010-07-01Provide uvm constraints.Joel Sing
2010-07-01Provide safepri.Joel Sing
2010-07-01Fix incorrect function prototype.Joel Sing
2010-07-01Add missing function prototypes.Joel Sing
2010-07-01Provide mtsp() via cpufunc.h.Joel Sing
2010-07-01Pull in atomic.h and intr.h.Joel Sing
2010-07-01Add missing function prototypes and fix order of includes.Joel Sing
2010-07-01Shuffle function prototypes, add missing include and add missingJoel Sing
2010-07-01Add stubs for soft interrupts.Joel Sing
2010-07-01Include atomic.h via lock.h like other architectures do.Joel Sing
2010-07-01Partially sync atomic.h with hppa so that we get real atomic ops and someJoel Sing
2010-07-01regenJonathan Gray
2010-07-01Add the Intel Rate Matching Hub, which is builtin to 3400/PCH chipsetsJonathan Gray
2010-07-01mark acpi_savecpu with the gcc returns_twice attribute as suggestedJonathan Gray
2010-07-01Change scsibus(4)'s scsi_link array to an SLIST to save memory onMatthew Dempsky
2010-07-01Call malloc(9) with M_ZERO to prevent code paths from exposingMatthew Dempsky
2010-07-01Restore setting xs->bp; fixes ncr(4) on VAX.Matthew Dempsky
2010-07-01Always identify threads with THREAD_PID_OFFSET, so that there's noPhilip Guenthe
2010-07-01Make it possible to get the screen types and emulations for a wsdisplay.Mats O Jansson
2010-07-01Put SO_PEERCRED into the non-flag areaTheo de Raadt
2010-07-01Allow to specify an alternative enc(4) interface for an SA. AllReyk Floeter
2010-07-01syncTheo de Raadt
2010-07-01compat_o43 and compat_23 are no longer optionsTheo de Raadt
2010-07-01We have to add enc0 to the "enc" interface group manually on boot.Reyk Floeter
2010-07-01compat_o43 and compat_23 can dieTheo de Raadt
2010-07-01turn off COMPAT_O43Theo de Raadt
2010-07-01Simplified aml_parse_resource call, cleanup codeJordan Hargrave
2010-07-01Fix subordinate bus # for multi-root PCI busesJordan Hargrave
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