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