Age | Commit message (Expand) | Author |
2013-11-04 | The radeondrm code that sets the DPMS mode may sleep, so it should not be run | Mark Kettenis |
2013-11-04 | Convert wskbd_set_mixervolume() to use a task internally instead of | Martin Pieuchot |
2013-11-04 | Use the async version of uhidev_set_report(), there's no need to sleep | Martin Pieuchot |
2013-11-04 | regen | Jasper Lievisse Adriaanse |
2013-11-04 | add vmware vendor id | Jasper Lievisse Adriaanse |
2013-11-04 | Better defaults for the screen burner settings: all unblank actions enabled, | Miod Vallat |
2013-11-04 | dlg missed the header change in the sensor task commit | Jonathan Gray |
2013-11-04 | move the arm pmaps away from pool ctors to just initting memory after its | David Gwynne |
2013-11-04 | move kernel sensor tasks from using workqs to tasks. while here | David Gwynne |
2013-11-03 | Simplify jme_miibus_readreg() / jme_miibus_writereg() a bit by using the | Brad Smith |
2013-11-03 | size no longer has a.out knowledge, so .. skip it | Theo de Raadt |
2013-11-03 | Remove a bunch of a.out related macros. | Paul Irofti |
2013-11-03 | spelling; frantisek holop | Theo de Raadt |
2013-11-03 | Include "gpio.h" | Raphael Graf |
2013-11-03 | Regenerate. | Paul Irofti |
2013-11-03 | Remove a.out support from compat_linux(8). | Paul Irofti |
2013-11-03 | Fix bogus kthread_create() usage leading to wrong struct proc * pointer | Miod Vallat |
2013-11-03 | Even saner kernel layout, so that .rodata can be batc mapped by a read-only | Miod Vallat |
2013-11-03 | Enable TX checksum offload. | Brad Smith |
2013-11-03 | Add missing (long long) cast of variable, (long long) casts | Kenneth R Westerback |
2013-11-02 | Use a linker script to align .data to a BATC boundary as well, so that no | Miod Vallat |
2013-11-02 | Create the initial page tables in the area between the end of the firmware | Miod Vallat |
2013-11-02 | Link m88k kernels on a BATC boundary. | Miod Vallat |
2013-11-02 | replace bare use of disksort with a bufq, modelled on the sys/dev/isa/fd.c | David Gwynne |
2013-11-02 | Replace drm_handle_create/delete with drm_gem_handle_create/delete and make | Mark Kettenis |
2013-11-02 | replace rc4 with ChaCha20 here, too; ok djm, tedu, deraadt | Markus Friedl |
2013-11-02 | Reserve a page at the beginning of the kernel text to use for the trap vectors, | Miod Vallat |
2013-11-02 | oops, do install man pages on macppc... | Theo de Raadt |
2013-11-02 | Cleanup bios_oconsdev_t. Make sure you have a halfway recent bootloader | Mark Kettenis |
2013-11-02 | Fix reference leak in i915_gem_mmap_ioctl(). | Mark Kettenis |
2013-11-02 | Make calltrap global such that gdb can always find it. | Mark Kettenis |
2013-11-02 | Use sigexit() instead of rolling our own version. | Miod Vallat |
2013-11-02 | Remove a layer of abstraction for fetching a configuration descriptor. | Martin Pieuchot |
2013-11-02 | fix some comments | Theo de Raadt |
2013-11-02 | Begin conversion of USB stack to return int instead of usbd_status, | Jeremy Evans |
2013-11-02 | Some more aggressive CR3 whacking is needed on some machines to completely | Mike Larkin |
2013-11-02 | do not export speclisth to userland | Theo de Raadt |
2013-11-02 | No need to cast constants or simple variables to (daddr_t). Use | Kenneth R Westerback |
2013-11-01 | push the queues every 1/HZ using timeout(9) | pelikan |
2013-11-01 | keep net/hfsc.h away from userspace, except in pfctl | pelikan |
2013-11-01 | Drop zsaddr[NZS] and the need for zs to be needs-count. zsaddr[] is no longer | Miod Vallat |
2013-11-01 | adds a few modules used by upcoming drivers, and support for disabling | aalm |
2013-11-01 | Use %lu to print u_long, not %lld. | Kenneth R Westerback |
2013-11-01 | crank MINIROOTSIZE needed so the ramdisks will fit again | Jasper Lievisse Adriaanse |
2013-11-01 | when we fail to power up the AHCI phy don't bother trying to make | Jasper Lievisse Adriaanse |
2013-11-01 | The old routing messages compatibility code did not work on strict | Alexander Bluhm |
2013-11-01 | Spacing. | Martin Pieuchot |
2013-11-01 | Sprinkle (long long) casts where %lld is being used to print daddr_t | Kenneth R Westerback |
2013-11-01 | Reduce the differences with ehci(4)'s transfer decriptors. This is a | Martin Pieuchot |
2013-11-01 | there is no need to expose "struct vops" to userland | Theo de Raadt |