summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-11-05Remove useless #ifdef *BSD cruft from sppp(4). No binary change.Stefan Sperling
2013-11-05Sigh. How many typos can be made in one diff. Fix DL_SETPSOFFSET() toKenneth R Westerback
2013-11-05DL_SETDSIZE() and DL_SETPSIZE() are not the same thing. Use the latterKenneth R Westerback
2013-11-05Instead of comparing the lower and higher addresses of all the multicastMartin Pieuchot
2013-11-05Add a stub for the new MD hook needed to handle ACPI Power Resources.Martin Pieuchot
2013-11-05Fix RAID levels 0, 4, 5, and 6 with partitions larger than 2TB.Reyk Floeter
2013-11-05Change an #if 0 surrounding a debug printf into a DPRINTF instead.Mike Larkin
2013-11-05new function uvm_hibswap() finds a the largest free zone in swap, whichTheo de Raadt
2013-11-05remove pool constructors and destructors. theyre called for everyDavid Gwynne
2013-11-05Replace direct references to p_size, p_offset and d_secperunit withKenneth R Westerback
2013-11-04Enable locking of fields using the acpi global lock if required. Seems to fixMark Kettenis
2013-11-04substantial namespace cleanup. Might go a little bit too far, but weTheo de Raadt
2013-11-04Rename beagle_machdep.c to omap_machdep.cSylvestre Gallon
2013-11-04If compiled for hibernate, reserve the last page of the primary swapTheo de Raadt
2013-11-04improve a panic messageTheo de Raadt
2013-11-04A few too many tabs snuck in there.Brian Callahan
2013-11-04Add RCS ID.Brian Callahan
2013-11-04more iop.h left; Mark PatruckTheo de Raadt
2013-11-04remove iop(4) driver. it is entirely unmaintained and supports somethingTheo de Raadt
2013-11-04remove iop(4) driver. it is entirely unmaintained and supports somethingTheo de Raadt
2013-11-04The radeondrm code that sets the DPMS mode may sleep, so it should not be runMark Kettenis
2013-11-04Convert wskbd_set_mixervolume() to use a task internally instead ofMartin Pieuchot
2013-11-04Use the async version of uhidev_set_report(), there's no need to sleepMartin Pieuchot
2013-11-04regenJasper Lievisse Adriaanse
2013-11-04add vmware vendor idJasper Lievisse Adriaanse
2013-11-04Better defaults for the screen burner settings: all unblank actions enabled,Miod Vallat
2013-11-04dlg missed the header change in the sensor task commitJonathan Gray
2013-11-04move the arm pmaps away from pool ctors to just initting memory after itsDavid Gwynne
2013-11-04move kernel sensor tasks from using workqs to tasks. while hereDavid Gwynne
2013-11-03Simplify jme_miibus_readreg() / jme_miibus_writereg() a bit by using theBrad Smith
2013-11-03size no longer has a.out knowledge, so .. skip itTheo de Raadt
2013-11-03Remove a bunch of a.out related macros.Paul Irofti
2013-11-03spelling; frantisek holopTheo de Raadt
2013-11-03Include "gpio.h"Raphael Graf
2013-11-03Regenerate.Paul Irofti
2013-11-03Remove a.out support from compat_linux(8).Paul Irofti
2013-11-03Fix bogus kthread_create() usage leading to wrong struct proc * pointerMiod Vallat
2013-11-03Even saner kernel layout, so that .rodata can be batc mapped by a read-onlyMiod Vallat
2013-11-03Enable TX checksum offload.Brad Smith
2013-11-03Add missing (long long) cast of variable, (long long) castsKenneth R Westerback
2013-11-02Use a linker script to align .data to a BATC boundary as well, so that noMiod Vallat
2013-11-02Create the initial page tables in the area between the end of the firmwareMiod Vallat
2013-11-02Link m88k kernels on a BATC boundary.Miod Vallat
2013-11-02replace bare use of disksort with a bufq, modelled on the sys/dev/isa/fd.cDavid Gwynne
2013-11-02Replace drm_handle_create/delete with drm_gem_handle_create/delete and makeMark Kettenis
2013-11-02replace rc4 with ChaCha20 here, too; ok djm, tedu, deraadtMarkus Friedl
2013-11-02Reserve a page at the beginning of the kernel text to use for the trap vectors,Miod Vallat
2013-11-02oops, do install man pages on macppc...Theo de Raadt
2013-11-02Cleanup bios_oconsdev_t. Make sure you have a halfway recent bootloaderMark Kettenis
2013-11-02Fix reference leak in i915_gem_mmap_ioctl().Mark Kettenis