summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2010-06-28Clean up iterface stats handling:Ryan Thomas McBride
2010-06-28<sys/time.b> is for ftime(), which is just in libcompat and not the kernel,Philip Guenthe
2010-06-28Ah, this will not help the netboot caseTheo de Raadt
2010-06-28clock_gettime(CLOCK_PROF) didn't account for the time between the lastArtur Grabowski
2010-06-28Initial 82578 support from Mike Belopuhov.Jonathan Gray
2010-06-28Add the rtable id as an argument to rn_walktree(). Functions likeClaudio Jeker
2010-06-28Use an SLIST instead of a TAILQ for the ccb free list. Order doesn'tMichael Knudsen
2010-06-28Remove all adapter-specific 'struct scsi_device's. They are never used. FirstKenneth R Westerback
2010-06-28fix typo; from BradChristian Weisgerber
2010-06-28Allow neighbor discovery for prefixes on interfaces without matchingAlexander Bluhm
2010-06-28Add initial support for RTL8168E, brokenness reported by Joe Gidi.Stuart Henderson
2010-06-28Change MAXDSIZ and MAXSSIZ to more reasonable values for a 64-bit architecture.Mark Kettenis
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