Age | Commit message (Expand) | Author |
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 | add curve25519-sha256@libssh.org | Markus Friedl |
2013-11-02 | the default kex is now curve25519-sha256@libssh.org | Markus Friedl |
2013-11-02 | remove unnecessary spinlock that slowed down pthread_getspecific. | Ted Unangst |
2013-11-02 | no need to include monitor_wrap.h and ssh-gss.h | Markus Friedl |
2013-11-02 | no need to include ssh-gss.h | Markus Friedl |
2013-11-02 | no need to include monitor_wrap.h | Markus Friedl |
2013-11-02 | add missing $OpenBSD$ tags | Markus Friedl |
2013-11-02 | use curve25519 for default key exchange (curve25519-sha256@libssh.org); | Markus Friedl |
2013-11-02 | Oops, utime() is section 3, not 2 | Philip Guenther |
2013-11-02 | While answering a question asked by espie@, i noticed that .Fd is not | Ingo Schwarze |
2013-11-02 | sync | Theo de Raadt |
2013-11-02 | Fix lie that predated NetBSD: the struct stat time padding affected | Philip Guenther |
2013-11-02 | support pkcs#11 tokes that only provide x509 zerts instead of raw pubkeys; | Markus Friedl |
2013-11-02 | replace rc4 with ChaCha20 here, too; ok djm, tedu, deraadt | Markus Friedl |
2013-11-02 | out of place word; discussed with jmc and guenther | Theo de Raadt |
2013-11-02 | Reserve a page at the beginning of the kernel text to use for the trap vectors, | Miod Vallat |
2013-11-02 | .Xr clock_gettime | Marc Espie |
2013-11-02 | sync | Theo de Raadt |
2013-11-02 | sync | Theo de Raadt |
2013-11-02 | oops, do install man pages on macppc... | Theo de Raadt |
2013-11-02 | do not log passwords, even if they are wrong. | Sebastian Benoit |
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 | Bring back spnego support into gssapi as we used to have it before | Antoine Jacoutot |
2013-11-02 | Use sigexit() instead of rolling our own version. | Miod Vallat |
2013-11-02 | bunch of format string cleanups, removing %i, signed vs unsigned, and even | Theo de Raadt |
2013-11-02 | Remove a layer of abstraction for fetching a configuration descriptor. | Martin Pieuchot |
2013-11-02 | move the global description of --export-symbols up to dlopen, | Marc Espie |
2013-11-02 | Update the fuse_opt to have option like -h working. | Sylvestre Gallon |
2013-11-02 | fix some comments | Theo de Raadt |
2013-11-02 | finish xref linking clock_gettime and getitimer | Ted Unangst |
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 | Document the stupid behaviour of older PROM which fail to load binaries | Miod Vallat |
2013-11-01 | Provide -I's to reach the gdtoa directory for .h files | Theo de Raadt |
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 | sync | Jasper Lievisse Adriaanse |
2013-11-01 | missing regen after gpio(4) got added | Jasper Lievisse Adriaanse |
2013-11-01 | hookup sunxi bits for miniroot and ramdisk, tested on pcduino. | Jasper Lievisse Adriaanse |
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 |