summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-06-28Allow tty drivers to request larger buffers at attach time using aTheo de Raadt
2010-06-28remove a lonely remnant from some debug code that snuck in.David Gwynne
2010-06-28Move disk_attach() to the end of the attach functions, at which point theJoel Sing
2010-06-28KNFJordan Hargrave
2010-06-28Add definitions for Intel/AMD IOMMU ACPI tablesJordan Hargrave
2010-06-28add back the initialisation of a loop condition thatJonathan Gray
2010-06-28implement iopools in osiop to get rid of another use of XS_NO_CCB.David Gwynne
2010-06-28Use a more moderate fifo trigger level (4) for moderately quickChris Kuethe
2010-06-28Move uvm_km_pages struct declaration and watermark bounds to uvm_km.h, soMiod Vallat
2010-06-27garbage collect the debugging gooThordur I. Bjornsson
2010-06-27More include necessary after <sys/user.h> inclusion removalMiod Vallat
2010-06-27fix a comment and add a new one to make clear what the mbuf ptr save danceHenning Brauer
2010-06-27don't probe "volume knobs" on resume. probably not needed andJacob Meuser
2010-06-27vscsi(4) doesn't use vscsi_ioc_t2i's senselen field anymore, soMatthew Dempsky
2010-06-27Change ACPI namespace to use SIMPLEQ macrosJordan Hargrave
2010-06-27Disable uguru(4). Its probe touches an address used by something else on theMark Kettenis
2010-06-27Kill another #ifdef UBC chunk that was annoying me while doing somethingOwain Ainsworth
2010-06-27dont have duplicate xxx @ scsibus lines (even if commented).Dale Rahn
2010-06-27More PCH/82577 bits from FreeBSD, this does not includeJonathan Gray
2010-06-27Add _acpi_matchhids routine, precursor to pci device matchJordan Hargrave
2010-06-27Mark the PXE boot device as "netboot" even if we do not containTheo de Raadt
2010-06-27doh! Use pmap_kenter/pmap_kremove in the backend page allocator to preventThordur I. Bjornsson
2010-06-27check if the jacks that will mute the speaker can generate unsolicitedJacob Meuser
2010-06-27Clear ACPI fixed event status on resume (power buttons/etc) so that someMike Larkin
2010-06-27If you include <uvm/uvm.h>, you do not need to include any other <uvm/uvm_foo.h>Miod Vallat
2010-06-27one more include shuffleMiod Vallat
2010-06-27Bunch of include adjustements to restore compilability.Miod Vallat
2010-06-27Add support for 800x480. Tested on Lilliput UM-70, MIMO UM-710 and UM-740.Mats O Jansson
2010-06-27Cleanup aml_find_node callsJordan Hargrave
2010-06-27regenMike Larkin
2010-06-27Remove redundant 'Intel' from Clarkdale and Arrandale video names.Mike Larkin
2010-06-27back out for duplicate declarations sprinkled by viking raidersDale Rahn
2010-06-27Cleaned up acpi_maptable, adds to table list directlyJordan Hargrave
2010-06-27make zaurus kernel link again after viking raiders sprinkled duplicate declar...Bob Beck
2010-06-27make sparc compile again after tag team viking/guenther breakage.Bob Beck
2010-06-27unbreak alpha kernel build after recent viking pillaging.Bob Beck
2010-06-27Add missing $OpenBSD$.Mark Kettenis
2010-06-27"Believe it or not," nothing uses scsi_xfer's req_sense_length fieldMatthew Dempsky
2010-06-27A process on the zombie list can have a NULL p_pgrp if it sleeps whenPhilip Guenthe
2010-06-27Add the TPOFF* and DTP{MOD,OFF}* definitions that ld.so will need forPhilip Guenthe
2010-06-27uvm constraints. Add two mandatory MD symbols, uvm_md_constraintsThordur I. Bjornsson
2010-06-27mpii was modelled very heavily on mpi which means that it inherited a splitDavid Gwynne
2010-06-27stuff nsaddr/ndaddr/nsport/ndport (addrs/ports after NAT, used a lot whileHenning Brauer
2010-06-27Fix DIOCCHANGERULE ioctl broken in the remove of the address pools.Ryan Thomas McBride
2010-06-27Add another one. -mojMats O Jansson
2010-06-27GPIO quirk for IDT 92HD71B7 in HP laptops (such as HP HDX 18)Jacob Meuser
2010-06-27Regen. -mojMats O Jansson
2010-06-27Another DisplayLink device. -mojMats O Jansson
2010-06-27Factor out code used to read a disklabel. We'll be making use of this soon.Joel Sing
2010-06-27Use a mutex to make atomic operations atomic on multiprocessor kernels.Joel Sing