| Age | Commit message (Expand) | Author |
| 2018-04-14 | Remove dead code. It is the same as the non-obsolete one, since | maxv |
| 2018-04-14 | redo the previous -- compat/sys/siginfo.h is already included | mrg |
| 2018-04-14 | Change the default precision of timestamps from 9 digits (nanosecs) | kre |
| 2018-04-14 | Allow the precision of the sub-second field of timestamps to | kre |
| 2018-04-14 | Make timestamp reading code adapt to whatever precision (up to | kre |
| 2018-04-14 | Minor wording change (no date bump needed.) | kre |
| 2018-04-13 | track bus-range for every bus and restrict config space accesses to that | macallan |
| 2018-04-13 | Re-enable wchar_t support. mandoc(1) can now fall back to ascii | nakayama |
| 2018-04-13 | Add a new example kernel module | kamil |
| 2018-04-13 | Document "debug" in usage(). | maxv |
| 2018-04-13 | [bsd-family-tree] announce OpenBSD 6.3 & DragonFly 5.2.0 | eadler |
| 2018-04-13 | Localify global variables, style, and add two XXXs. | maxv |
| 2018-04-13 | x86: Increase BOOTINFO_MAXSIZE to 8Kib. | nonaka |
| 2018-04-13 | Add XXX, using a pool would be better than kmem. | maxv |
| 2018-04-13 | Release the lock a little earlier. | maxv |
| 2018-04-13 | style | maxv |
| 2018-04-13 | I354 uses an external PHY, so don't use wm_set_eee_i350(). | msaitoh |
| 2018-04-13 | Remove duplicate, to better show that this place doesn't make a lot of | maxv |
| 2018-04-13 | Improve the check, we want to have len >= udphdr all the time, and not | maxv |
| 2018-04-13 | make this narrower by popular request. | christos |
| 2018-04-13 | Remove useless comment and style. | maxv |
| 2018-04-13 | Add XXX. In fact, it would be better, if all the fragments were offloaded, | maxv |
| 2018-04-13 | Reduce the diff between similar blocks. | maxv |
| 2018-04-13 | Add a KASSERT, we want M_PKTHDR. | maxv |
| 2018-04-13 | Reorder a few instructions to clarify. Replace two bcopy by memcpy. | maxv |
| 2018-04-13 | - ichsmb(4), puc(4): add new devices. | msaitoh |
| 2018-04-13 | Add 300 series chipset support. | msaitoh |
| 2018-04-13 | No, fix previous. | maxv |
| 2018-04-13 | Improve comment. | maxv |
| 2018-04-13 | GCC build exceeds the macOS clang default bracket nesting level of 256. | snj |
| 2018-04-13 | Enable I219 by default. | msaitoh |
| 2018-04-13 | Enable I219. | msaitoh |
| 2018-04-13 | Correct discrepancy with the Multiboot specification | khorben |
| 2018-04-13 | Add new example kernel module: sysctl | kamil |
| 2018-04-13 | fix some more missing depends issues. remove various wrong/old depends. | mrg |
| 2018-04-12 | remove now unused crap. | christos |
| 2018-04-12 | PR/53177: David Binderman: Better error handling | christos |
| 2018-04-12 | ignore the ancient NetBSD emulation tag. | christos |
| 2018-04-12 | There have never been binaries with a checksum tag for NetBSD. | christos |
| 2018-04-12 | fix the hard coded depends list for insn-*. i pulled these out | mrg |
| 2018-04-12 | let the modular code load the sysv modules. | christos |
| 2018-04-12 | If we are modular, allow us to use modules for compat; don't load all the | christos |
| 2018-04-12 | fix year for the tls-maxphys resync | jdolecek |
| 2018-04-12 | update tls-maxphys | jdolecek |
| 2018-04-12 | update the NVMe entry; perhaps time to consider good enough and remove from | jdolecek |
| 2018-04-12 | provide vectors for the ifconf compat code and ifdatareq compat code. | christos |
| 2018-04-12 | Fix bug causing DMA to/from user space fail. Fixes PR#49517. | ragge |
| 2018-04-12 | disentangle a bit more the compat ioctl code. | christos |
| 2018-04-12 | Handle compatdir first whether making obsolete lists or not, to | nakayama |
| 2018-04-12 | Add cpu_ucode_intel_verify() to verify microcode image. Currently, we don't | msaitoh |