Age | Commit message (Expand) | Author |
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 |
2016-09-06 | zap bha, hiding outside dev/ tree | Ted Unangst |
2016-09-05 | enable the subr_tree version of red-black trees | David Gwynne |
2016-09-04 | Introduce Dynamic Profiling, a ddb(4) based & gprof compatible kernel | Martin Pieuchot |
2016-09-03 | Add in the (disabled) kernel glue for BFD | Peter Hessler |
2016-09-01 | make the version symbol a fixed size (512) to reduce the potential for | Ted Unangst |
2016-09-01 | Import switch(4), an in-kernel OpenFlow switch which can work alone. | Kazuya Goda |
2016-08-13 | Add the core of the code for dwge(4), a driver for the Synopsis Designware | Mark Kettenis |
2016-08-11 | fuse requires ufs_ihash.c | Martin Natano |
2016-08-05 | Switch the sunxi platform over to the new interrupt establish API. This | Mark Kettenis |
2016-08-05 | imxahci(4) needs ahci.c | Mark Kettenis |
2016-07-26 | pool debug dance, part deux | Ted Unangst |
2016-07-26 | Welcome to 6.0-current. | Mark Kettenis |
2016-07-25 | disable tmpfs because it receives zero maintainance. | Theo de Raadt |
2016-07-23 | do the pool debug release dance. ok deraadt | Ted Unangst |
2016-07-15 | take us out of -beta | Theo de Raadt |
2016-06-17 | urtwn device now needs rtwn.c, even if rtwn device isn't built | Philip Guenther |
2016-05-11 | crank to 6.0-beta | Theo de Raadt |
2016-05-06 | Revert the previous commit. There still are bad interactions between the | Mark Kettenis |
2016-05-03 | Stop using a soft-interrupt context to process incoming network packets. | Martin Pieuchot |
2016-04-25 | remove systrace | Ted Unangst |
2016-04-25 | unlink systrace from the build. pledge is the glorious future that awaits. | Ted Unangst |
2016-04-19 | Keep db_write_cmd() in the only place where it is used, just like we did | Martin Pieuchot |
2016-04-18 | Bump the default of cachepercent to 90 to see if we can find problems before | Bob Beck |
2016-03-25 | Free some more space in kernel - for network code, of course - by removal | Vadim Zhukov |
2016-03-24 | Enable ART. | Martin Pieuchot |
2016-03-09 | Hook up dev/ic/rtwn.c -- should have been part of rtwn(4) split commit. | Stefan Sperling |
2016-03-09 | delete dangling vax reference | Theo de Raadt |
2016-03-09 | Move db_show_regs() in the only file where it is used and turn it private. | Martin Pieuchot |
2016-03-01 | Copy the stackgap_init() and stackgap_alloc() functions from | Christian Weisgerber |
2016-02-28 | Support for running Linux binaries under emulation is going away. | Christian Weisgerber |
2016-02-25 | activate POOL_DEBUG during -current; miod | Theo de Raadt |
2016-02-25 | we are now hacking on 5.9-current | Theo de Raadt |
2016-02-18 | Die, trailing whitespace, die! | Kenneth R Westerback |
2016-02-01 | move to -release mode | Jonathan Gray |
2016-01-06 | document the signify command for the next release, so that users can | Sebastian Benoit |
2016-01-06 | deactivate POOL_DEBUG for release | Sebastian Benoit |
2015-12-19 | move to 5.9-beta | Theo de Raadt |
2015-12-08 | split the interface send queue (struct ifqueue) implementation out. | David Gwynne |
2015-12-03 | Implement etherip(4) driver | Kazuya Goda |
2015-12-01 | Split functions in if_bridge.c into if_bridge.c bridgectl.c . | Kazuya Goda |
2015-11-06 | Do not compile net/radix_mpath.c in ART-enabled kernels. | Martin Pieuchot |
2015-11-03 | Hook up Chacha20-Poly1305 to the OpenBSD Cryptographic Framework | Mike Belopuhov |
2015-10-24 | Add pair(4), a vether-based virtual Ethernet driver to interconnect | Reyk Floeter |
2015-10-23 | Allocate a new major for tap(4) also note that pseudo-device tun is for tap | Claudio Jeker |
2015-10-09 | Rename tame() to pledge(). This fairly interface has evolved to be more | Theo de Raadt |
2015-09-28 | Merge gif(4)'s tentacles in a single file. | Martin Pieuchot |