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