summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-06-17Fix format string under MP_LOCKDEBUGTobias Ulmer
2014-06-16Enable PCI power management on Lemote.Paul Irofti
2014-06-16Revert "Always create a local route for every configured IPv4 address",Martin Pieuchot
2014-06-15Use sizeof(struct file *) consistently for memcpy()'ing fd_ofiles.Matthew Dempsky
2014-06-15Fix vnode leak in systrace(4).Matthew Dempsky
2014-06-15Fix a few format string bugs with -DDEBUGStefan Fritsch
2014-06-15Fix hang with virtio event_idx featureStefan Fritsch
2014-06-15Decode ModR/M for 32-bit MOVSX instruction.Paul Irofti
2014-06-15Fix 0x67 prefixed LEA instruction.Paul Irofti
2014-06-15Fix 0x67 prefixed near CALL decoding.Paul Irofti
2014-06-14Preallocate sgmap extent regions for tsp, cia and mcpcia dma maps, which fallJonathan Matthew
2014-06-14Rather than truncating KERN_ARND requests silently, return EINVALTheo de Raadt
2014-06-14temporarily (maybe 3 weeks?) crank KERN_ARND maximum buffer from 256Theo de Raadt
2014-06-14syncTheo de Raadt
2014-06-14Change return value of getentropy() to int 0 for success. MaximumTheo de Raadt
2014-06-13Remove support for "union wait" and WSTOPPED.Matthew Dempsky
2014-06-13Make run(4) attach to RT5572.Stefan Sperling
2014-06-13regenStefan Sperling
2014-06-13Add USB device ID of Ralink RT5572. Found in a TP-LINK TL-WDN3200 device.Stefan Sperling
2014-06-13Fix broken logic in sgec_rxintr() poorly duplicating some of ether_input()Miod Vallat
2014-06-13Remove deprecated RFC2292 ancillary data convenience functions.Christopher Zimmermann
2014-06-13syncTheo de Raadt
2014-06-13Add new getentropy() system call. Code and pressure from matthew.Theo de Raadt
2014-06-13Instead of updating all the cluster allocation water marks of all theMartin Pieuchot
2014-06-13KASSERT in pipex_ppp_input() fails if a compressed PPP frame is receivedYASUOKA Masahiko
2014-06-13Fix KASSERT on pipex_ppp_input(). Must not reached there even if theYASUOKA Masahiko
2014-06-13Fix tcp-mss-adjust of pipex and npppd to update the pointer ofYASUOKA Masahiko
2014-06-13Add support for MAP_INHERIT_ZERO.Matthew Dempsky
2014-06-13Fix ptrace() hanging hppa MP systemsTobias Ulmer
2014-06-12Grab the kernel lock before cleaning up single-step breakpoints. ShouldMark Kettenis
2014-06-11Fix wait4 to not modify status or rusage if we return 0 because ofMatthew Dempsky
2014-06-11Reject negative file offsets in /dev/ksyms.Matthew Dempsky
2014-06-11Add bounds checks for CTL_DEBUG sysctl variable.Matthew Dempsky
2014-06-11Always create a local route for every configured IPv4 address on theMartin Pieuchot
2014-06-11Flag local routes as such and make them use the highest possibleMartin Pieuchot
2014-06-11Create system taskq ("systqmp") which runs without the kernel lock;Bret Lambert
2014-06-11em(4) receives jumbos by chaining its MCLBYTES sized descriptorsDavid Gwynne
2014-06-11Don't map phys pages < 64KB in the resume page table. We stopped doing thisMike Larkin
2014-06-10KNFMark Kettenis
2014-06-10add ppb to the configs as suggested by kettenis@Jasper Lievisse Adriaanse
2014-06-10Rearrange the inequality.Brad Smith
2014-06-10mop up #ifdef _KERNEL goo; ok miodTheo de Raadt
2014-06-09Replace the unmaintainable assembler code responsible for 88100 precise FPUMiod Vallat
2014-06-09Remove redundant regdump() output.Miod Vallat
2014-06-09Remove {amd64,i386}/stand/installboot - we now use usr.sbin/installbootJoel Sing
2014-06-09Doh, traps 128 and 129 need to point to sigsys, not unknown_vector.Miod Vallat
2014-06-09More format string fixes (in 88110 code)Miod Vallat
2014-06-09Split the 88100 floating point support code in two files, one for the preciseMiod Vallat
2014-06-08check both rsdp checksums in the case of rsdp revision >= 2.Daniel Dickman
2014-06-08Remove an incorrect bzero() that was zeroing theJonathan Gray