Age | Commit message (Expand) | Author |
2017-05-11 | Fix white spaces and wrap long line. No binary change. | Alexander Bluhm |
2017-05-11 | Increment drop counter on the enqueue failure | Mike Belopuhov |
2017-05-11 | panic doesn't need \n. | Mike Larkin |
2017-05-11 | unbreak PMAP_DIRECT archs. | David Gwynne |
2017-05-11 | Casting int is required for passing uint64 value to "%u" since we don't | YASUOKA Masahiko |
2017-05-11 | reorder uvm init to avoid use before initialisation. | David Gwynne |
2017-05-10 | Remove pmep_pa_is_mem(). Instead create write-back cachable mappings by | Mark Kettenis |
2017-05-10 | Declare struct m_hdr as __aligned(8). This forces the compiler to pad out to | Mark Kettenis |
2017-05-10 | Adapt the filter parameters to the X/Y ratio. | Ulf Brosziewski |
2017-05-10 | It is unsafe to dereference ``xfer'' after calling the callback as it | Martin Pieuchot |
2017-05-10 | Hook up HPET as a timecounter. | Visa Hankala |
2017-05-10 | Revert r1.61 and partially 1.60. The resulting logic is currently a | Martin Pieuchot |
2017-05-10 | Add a PCI attach hook mechanism for htb(4), similar to the one | Visa Hankala |
2017-05-10 | The setting of the cpu feature flags for PCLMUL and AES-NI was guarded with | Theo Buehler |
2017-05-10 | Make this compile with HIDKBD_DEBUG defined. | Martin Pieuchot |
2017-05-09 | Enable dwge(4). If the network hardware is initialized by U-Boot, the | Mark Kettenis |
2017-05-09 | Whitelist SMBus IO addresses to let the driver, piixpm(4), work again. | Visa Hankala |
2017-05-09 | Fix range check. | Visa Hankala |
2017-05-09 | Mix bits from the built-in RNG with the randomdata section at boot time. | Visa Hankala |
2017-05-09 | Remove rip_output() and rip6_output() from inetsw and inet6sw. The | Alexander Bluhm |
2017-05-09 | Use C99 types. | Martin Pieuchot |
2017-05-09 | Convert diagnostic panic to compile time assert in tcp6_ctlinput(). | Alexander Bluhm |
2017-05-09 | Convert a splsoftnet()/splx() dance to NET_ASSERT_LOCKED(). | Martin Pieuchot |
2017-05-09 | Stop considering some sleeping threads are running. | Martin Pieuchot |
2017-05-09 | Kill commented out code referencing pfctlinput2() and a wrong comment | Martin Pieuchot |
2017-05-09 | pfctlinput(PRC_IFDOWN, ...) has no effect on OpenBSD so remove it. | Martin Pieuchot |
2017-05-08 | After a break point at the beginning of a function, printing its | Alexander Bluhm |
2017-05-08 | Fix a compilation error on arm64 that was caught by clang. | Rafael Zalamena |
2017-05-08 | improved coordinate filters | Ulf Brosziewski |
2017-05-08 | Replace the global variables pfr_{sin,sin6} with stack local variables | Patrick Wildt |
2017-05-08 | Guard debug printf with NFS_DEBUG ifdef like the other debug prints. | Patrick Wildt |
2017-05-08 | Guard debug printf with NETIF_DEBUG ifdef like the other debug prints. | Patrick Wildt |
2017-05-08 | 8192C is the only MIMO chip supported by this driver, all others are 1T1R. | Ricardo Mestre |
2017-05-08 | Fix a possible NULL pointer deference on icmp6 echo reply caught by | Rafael Zalamena |
2017-05-08 | add a compile time assertion MSIZE == sizeof(struct mbuf) | Ted Unangst |
2017-05-08 | In iwm_send_cmd(), look at the generation counter instead of the STOPPED flag | Stefan Sperling |
2017-05-08 | Remove icmp6_reflect() micro optimization to simplify code and avoid a | Rafael Zalamena |
2017-05-08 | Unbreak the tree. I missed a header file change in my last iwm(4) commit. | Stefan Sperling |
2017-05-08 | In iwm(4) avoid locking the NIC redundantly and perform accounting of | Stefan Sperling |
2017-05-08 | For 8188EU chips, read the R92C_HSSI_PARAM2(0) register to detect whether | Stefan Sperling |
2017-05-08 | Fix R92C_TXDW4_RTSRATE_M and R92C_TDECTRL_BLK_DESC_NUM_M definitions. | Stefan Sperling |
2017-05-08 | Add a compatibility shim for older pfctl binaries | Mike Belopuhov |
2017-05-08 | Use C99 types and add a couple of missing macros needed for ctfconvert(1). | Martin Pieuchot |
2017-05-08 | Unifed PMAP_UAREA, unused since we stopped supporting ARM < v7. | Martin Pieuchot |
2017-05-08 | Sync nfs_connect() w/ sys_connect(). | Martin Pieuchot |
2017-05-08 | Fix issues with iwm(4) firmware's retry rate table: | Stefan Sperling |
2017-05-08 | Added initial IPv6 multicast routing support for multiple rdomains: | Rafael Zalamena |
2017-05-08 | add a BUS_DMA_64BIT flag to bus_dma on all our archs. | David Gwynne |
2017-05-08 | add printing of arguments in stack traces. | David Gwynne |
2017-05-07 | further improvement to vmm fpu handling (support avx and avx2, block | Mike Larkin |