Age | Commit message (Expand) | Author |
2017-08-11 | Merge DDBCTF into DDB. | Martin Pieuchot |
2017-07-31 | Give back some space to the ramdisk by compiling net/radix.c only | Florian Obser |
2017-07-30 | Switch installer to Allotment Routing Table (ART). | Florian Obser |
2017-07-16 | Pass the linker from make environment to makegap.sh. This is (only) | Visa Hankala |
2017-06-28 | hfsc.c should depend on pf instead of inet | Mike Belopuhov |
2017-06-26 | RANDOM1 was subject to rather bad modulus bias. Improve the situation a bit | Theo Buehler |
2017-06-26 | note.ABI-tag and .MIPS.options are not needed anymore when | Theo de Raadt |
2017-06-25 | lld's linker-script parser has to be fixed to accept ; after LONG() | Theo de Raadt |
2017-06-25 | ldd is more strict wrt semicolons, they can only appear after an | Otto Moerbeek |
2017-06-22 | Generate a gap.link script, and use that to generate gap.o. On multi-ABI | Theo de Raadt |
2017-06-05 | include machine/param.h before machine.asm.h because uhm alpha. | Theo de Raadt |
2017-06-05 | Avoid use of _C_LABEL, since it is not portable to all our architectures. | Theo de Raadt |
2017-06-04 | Don't need to provide a padbyte value for .bss, it will always be 0 | Theo de Raadt |
2017-06-03 | ".section .bss" is portable to more platforms than plain ".bss" | Theo de Raadt |
2017-06-03 | use .balign instead of .align, it is portable to more architectures | Theo de Raadt |
2017-06-02 | typo; meant to say locore0.S | Theo de Raadt |
2017-05-31 | Split early startup code out of locore.S into locore0.S. Adjust link | Theo de Raadt |
2017-05-29 | Add hibernate support for nvme(4). This creates a separate IO queue that is | Jonathan Matthew |
2017-05-29 | PFKEY version 2 is the only pfkey version supported. No need for extra | Claudio Jeker |
2017-05-27 | Kill option KEY, it is a useless knob, nobody uses pfkeyv2 without IPSEC or | Claudio Jeker |
2017-05-15 | Hook up FQ-CoDel to the tree and enable configuration in the pfctl(8) | Mike Belopuhov |
2017-04-30 | Constant time AES implementation | Mike Belopuhov |
2017-04-30 | Unifdef KGDB. | Martin Pieuchot |
2017-04-28 | Add futex(2) syscall based on a sane subset of its Linux equivalent. | Martin Pieuchot |
2017-04-20 | Add option to compile witness(4). | Visa Hankala |
2017-04-20 | Hook up mutex(9) to witness(4). | Visa Hankala |
2017-04-20 | Add a port of witness(4) lock validation tool from FreeBSD. | Visa Hankala |
2017-04-08 | re-enable POOL_DEBUG after the release; ok deraadt@ | Christian Weisgerber |
2017-04-02 | unlock tree, we are now hacking on 6.1-current | Theo de Raadt |
2017-03-29 | POOL_DEBUG off for release | Theo de Raadt |
2017-03-29 | move to 6.1 release, drop -beta tag | Theo de Raadt |
2017-03-04 | crank to 6.1-beta | Theo de Raadt |
2017-02-21 | temporarily disable BFD, to not block work on unlocking the socket layer. | Peter Hessler |
2017-02-08 | In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() except | Philip Guenther |
2017-01-25 | enable BFD | Peter Hessler |
2017-01-24 | logname(1) uses getlogin(2) to determine the user associated with the | Theo Buehler |
2017-01-22 | define virtio in conf/files | Reyk Floeter |
2017-01-17 | Enable switch(4). | Rafael Zalamena |
2017-01-13 | Always compile the mira code if net80211 is included. | Stefan Sperling |
2016-12-22 | Remove PIM support from the multicast stack. | Rafael Zalamena |
2016-12-15 | Remove rasops2 (2-bit color depth) functions, they are unused. | Frederic Cambus |
2016-11-30 | Enable mira in kernel builds. | Stefan Sperling |
2016-11-29 | Build kernel with DEBUG=-g by default. | Martin Pieuchot |
2016-11-14 | Remove radix_mpath dragons. | Martin Pieuchot |
2016-10-21 | add generalised access to per cpu data structures and counters. | David Gwynne |
2016-10-16 | Strip trailing obj/ from kernel build directories, so kernels | Theo Buehler |
2016-09-18 | option INSECURE is obsolete | Theo de Raadt |
2016-09-16 | teach ddb(4) about CTF. currently it only loads the CTF and uses it on amd64 | Jasper Lievisse Adriaanse |
2016-09-15 | enable the subr_tree version of red-black trees again. | David Gwynne |
2016-09-09 | disable subr_tree code for now | David Gwynne |