Age | Commit message (Expand) | Author |
2018-02-07 | split mobileip(4) out from the gre(4) driver. | David Gwynne |
2018-02-06 | syncookies for pf. | Henning Brauer |
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-11 | Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. The | Patrick Wildt |
2017-09-12 | Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar | Martin Pieuchot |
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-06-28 | hfsc.c should depend on pf instead of inet | Mike Belopuhov |
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-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 | 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-02-08 | In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() except | Philip Guenther |
2017-01-22 | define virtio in conf/files | Reyk Floeter |
2017-01-13 | Always compile the mira code if net80211 is included. | Stefan Sperling |
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-14 | Remove radix_mpath dragons. | Martin Pieuchot |
2016-10-21 | add generalised access to per cpu data structures and counters. | David Gwynne |
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 | 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-06-17 | urtwn device now needs rtwn.c, even if rtwn device isn't built | Philip Guenther |
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-19 | Keep db_write_cmd() in the only place where it is used, just like we did | Martin Pieuchot |
2016-03-25 | Free some more space in kernel - for network code, of course - by removal | Vadim Zhukov |
2016-03-09 | Hook up dev/ic/rtwn.c -- should have been part of rtwn(4) split commit. | Stefan Sperling |
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-18 | Die, trailing whitespace, die! | Kenneth R Westerback |
2015-12-08 | split the interface send queue (struct ifqueue) implementation out. | David Gwynne |
2015-12-03 | Implement etherip(4) driver | Kazuya Goda |