Age | Commit message (Expand) | Author |
2018-08-21 | Rework kcov kernel config. Instead of treating kcov as both an option and a | anton |
2018-08-10 | crank to 6.4-beta | Theo de Raadt |
2018-07-13 | Unveiling unveil(2). | Bob Beck |
2018-07-10 | Remove raw_usrreq and raw_cb, nothing is using them anymore. | Claudio Jeker |
2018-07-02 | Allow pluart(4) to attach to acpi(4). | Mark Kettenis |
2018-04-20 | add a small driver for AMDs cryptographic co processor. | David Gwynne |
2018-03-27 | take us to 6.3-current | Theo de Raadt |
2018-03-14 | disable POOL_DEBUG for release | Sebastian Benoit |
2018-03-14 | we head to release soon | Theo de Raadt |
2018-02-28 | oops, skipped a step cranking to 6.3-beta | Theo de Raadt |
2018-02-28 | move to 6.3-beta | Theo de Raadt |
2018-02-14 | prune files.* entries that refer to files not in tree | Jonathan Gray |
2018-02-14 | kern_mutex.c is gone. | Martin Pieuchot |
2018-02-07 | dcoppa@ and bluhm@ noted that i accidentally removed POOL_DEBUG | David Gwynne |
2018-02-07 | split mobileip(4) out from the gre(4) driver. | David Gwynne |
2018-02-06 | syncookies for pf. | Henning Brauer |
2018-02-06 | Run newvers.sh with umask 007 to work around permission issues that | Theo Buehler |
2018-02-05 | Remove tcp_acounts, some tcp_usrreq() counting from 1981. Also | Alexander Bluhm |
2018-01-25 | Use a new LDFLAGS variable to pass "-melf_i386_obsd" on amd64. | Martin Pieuchot |
2017-11-16 | Add PCI attachment for dwiic(4) needed by Intel 100 Series machines | Joshua Stein |
2017-11-14 | remove MALLOC_DEBUG | David Gwynne |
2017-11-03 | Inline trivial functions from raw_cb.c and tedu it. | Florian Obser |
2017-10-25 | Remove the TCP_FACK option and associated #if{,n}def code. | job |
2017-10-22 | Unconditionally enable TCP selective acknowledgements (SACK) | Mike Belopuhov |
2017-10-11 | Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. The | Patrick Wildt |
2017-10-04 | re-enable POOL_DEBUG after the release | Christian Weisgerber |
2017-10-04 | reminder to create <version>.html and roll errata pages for release. | Sebastian Benoit |
2017-10-04 | 6.2-current, back to work | Theo de Raadt |
2017-10-03 | work around config(8) modifying bss, using __attribute__ ((section(".data"))). | Theo de Raadt |
2017-09-26 | disable POOL_DEBUG for release | Jonathan Gray |
2017-09-25 | take us out of -beta | Theo de Raadt |
2017-09-12 | Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar | Martin Pieuchot |
2017-08-20 | crank to 6.2-beta | Theo de Raadt |
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 |