Age | Commit message (Expand) | Author |
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 |
2013-11-01 | Send pflow(4) packets in the correct rdomain. | Florian Obser |
2013-11-01 | enable fuse. | Sylvestre Gallon |
2013-11-01 | rewrite omdog somewhat and hook it into the watchdog framework. | Federico G. Schwindt |
2013-11-01 | Do not abuse the stack of the current process to prepend a report ID | Martin Pieuchot |
2013-11-01 | Move the abort_task storage to the generic USB xfer structure instead | Martin Pieuchot |
2013-11-01 | move fd(4) from directly using disksort to using bufqs. | David Gwynne |
2013-11-01 | Better report of the system type, to match the OMRON spelling; aoyama@ | Miod Vallat |
2013-11-01 | get rid of pmap_pdp_cache_generation. it cannt change between where it is | David Gwynne |
2013-11-01 | replace bare use of disksort with bufqs. | David Gwynne |
2013-10-31 | Pipe don't have states. Kill an useless & commented out chunk of code. | Martin Pieuchot |
2013-10-31 | Convert the route expire timestamp in kernel and routing message | Alexander Bluhm |
2013-10-31 | remove commented gpio(4) entry which makes no sense to have on the ramdisk | Jasper Lievisse Adriaanse |
2013-10-31 | add proper guard around gpiobus_print() to allow RAMDISK-SUNXI to compile | Jasper Lievisse Adriaanse |
2013-10-31 | revert previous, net/if.h exports bad things to userspace. | pelikan |
2013-10-31 | convert crypto work queue to the task_add(9) api; ok dlg | Mike Belopuhov |
2013-10-31 | usbd_pipe2device_handle() is not used, should not be used and die. | Martin Pieuchot |
2013-10-31 | Reenable compat_linux. | Paul Irofti |
2013-10-31 | Fix readdir_with_callback() after cookies removal. | Paul Irofti |
2013-10-31 | push the queues every 1/HZ using timeout(9) | pelikan |
2013-10-31 | Add a header for various hardware implementation dependent register | Martin Pieuchot |
2013-10-31 | hide kernel protytypes | Theo de Raadt |
2013-10-31 | oops | Theo de Raadt |
2013-10-31 | init memory from pool_get after its allocated rather than using a pool | David Gwynne |
2013-10-31 | replace workqs with tasks. makes the code a bit simpler cos adding an added | David Gwynne |
2013-10-30 | Remove redundant base adrress printing during attach. | Paul Irofti |