| 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-13 | track bus-range for every bus and restrict config space accesses to that | macallan |
| 2018-04-13 | Add a new example kernel module | kamil |
| 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 | Add 300 series chipset support. | msaitoh |
| 2018-04-13 | No, fix previous. | maxv |
| 2018-04-13 | Improve comment. | maxv |
| 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-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 | 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 | 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 | Add cpu_ucode_intel_verify() to verify microcode image. Currently, we don't | msaitoh |
| 2018-04-12 | Read sc_if_flags after taking core lock. Same as if_wm.c rev. 1.418. | msaitoh |
| 2018-04-12 | Make 'opts' local to rip_sbappendaddr(). | maxv |
| 2018-04-12 | Synchronize the code between raw_ip6.c<->icmp6.c<->raw_ip.c, so that it is | maxv |
| 2018-04-12 | Remove misleading comment; we're just checking the SP, not verifying the | maxv |
| 2018-04-12 | Resolve tangled lock dependencies in route.c | ozaki-r |
| 2018-04-12 | Add PCH_CNP support (I219 with Intel 300 series chipset). | msaitoh |
| 2018-04-12 | If the extended configration size in the EXTCNFSIZE register is 0, don't | msaitoh |
| 2018-04-12 | Our PCH_SPT part of wm_nvm_valid_bank_detect_ich8lan() was based on | msaitoh |
| 2018-04-12 | On PCH_SPT (and newer), FLASH access should be done by 32bit. | msaitoh |
| 2018-04-12 | No binary change: | msaitoh |
| 2018-04-11 | fix type confusion on 32 bits | christos |
| 2018-04-11 | sun4v: Update TODO file with current state of sun4v support | palle |
| 2018-04-11 | sun4v: handle MMU-related traps properly when they occur at trap level 1. Thi... | palle |
| 2018-04-11 | Fix typo in comment | palle |