summaryrefslogtreecommitdiff
path: root/sys/conf
AgeCommit message (Expand)Author
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
2016-09-06zap bha, hiding outside dev/ treeTed Unangst
2016-09-05enable the subr_tree version of red-black treesDavid Gwynne
2016-09-04Introduce Dynamic Profiling, a ddb(4) based & gprof compatible kernelMartin Pieuchot
2016-09-03Add in the (disabled) kernel glue for BFDPeter Hessler
2016-09-01make the version symbol a fixed size (512) to reduce the potential forTed Unangst
2016-09-01Import switch(4), an in-kernel OpenFlow switch which can work alone.Kazuya Goda
2016-08-13Add the core of the code for dwge(4), a driver for the Synopsis DesignwareMark Kettenis
2016-08-11fuse requires ufs_ihash.cMartin Natano
2016-08-05Switch the sunxi platform over to the new interrupt establish API. ThisMark Kettenis
2016-08-05imxahci(4) needs ahci.cMark Kettenis
2016-07-26pool debug dance, part deuxTed Unangst
2016-07-26Welcome to 6.0-current.Mark Kettenis
2016-07-25disable tmpfs because it receives zero maintainance.Theo de Raadt
2016-07-23do the pool debug release dance. ok deraadtTed Unangst
2016-07-15take us out of -betaTheo de Raadt
2016-06-17urtwn device now needs rtwn.c, even if rtwn device isn't builtPhilip Guenther
2016-05-11crank to 6.0-betaTheo de Raadt
2016-05-06Revert the previous commit. There still are bad interactions between theMark Kettenis
2016-05-03Stop using a soft-interrupt context to process incoming network packets.Martin Pieuchot
2016-04-25remove systraceTed Unangst
2016-04-25unlink systrace from the build. pledge is the glorious future that awaits.Ted Unangst