Age | Commit message (Expand) | Author |
2013-11-05 | Remove useless #ifdef *BSD cruft from sppp(4). No binary change. | Stefan Sperling |
2013-11-05 | Sigh. How many typos can be made in one diff. Fix DL_SETPSOFFSET() to | Kenneth R Westerback |
2013-11-05 | DL_SETDSIZE() and DL_SETPSIZE() are not the same thing. Use the latter | Kenneth R Westerback |
2013-11-05 | Instead of comparing the lower and higher addresses of all the multicast | Martin Pieuchot |
2013-11-05 | Add a stub for the new MD hook needed to handle ACPI Power Resources. | Martin Pieuchot |
2013-11-05 | Fix RAID levels 0, 4, 5, and 6 with partitions larger than 2TB. | Reyk Floeter |
2013-11-05 | Change an #if 0 surrounding a debug printf into a DPRINTF instead. | Mike Larkin |
2013-11-05 | new function uvm_hibswap() finds a the largest free zone in swap, which | Theo de Raadt |
2013-11-05 | remove pool constructors and destructors. theyre called for every | David Gwynne |
2013-11-05 | Replace direct references to p_size, p_offset and d_secperunit with | Kenneth R Westerback |
2013-11-04 | Enable locking of fields using the acpi global lock if required. Seems to fix | Mark Kettenis |
2013-11-04 | substantial namespace cleanup. Might go a little bit too far, but we | Theo de Raadt |
2013-11-04 | Rename beagle_machdep.c to omap_machdep.c | Sylvestre Gallon |
2013-11-04 | If compiled for hibernate, reserve the last page of the primary swap | Theo de Raadt |
2013-11-04 | improve a panic message | Theo de Raadt |
2013-11-04 | A few too many tabs snuck in there. | Brian Callahan |
2013-11-04 | Add RCS ID. | Brian Callahan |
2013-11-04 | more iop.h left; Mark Patruck | Theo de Raadt |
2013-11-04 | remove iop(4) driver. it is entirely unmaintained and supports something | Theo de Raadt |
2013-11-04 | remove iop(4) driver. it is entirely unmaintained and supports something | Theo de Raadt |
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 |