Age | Commit message (Expand) | Author |
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 |
2017-05-07 | Fix stage transition from the initial one to DROPPING | Mike Belopuhov |
2017-05-07 | Backout previous as it's causing problems on architectures that align | Mike Belopuhov |
2017-05-07 | Program hardware address in dwc_gmac_init() instead of dwc_gmac_attach() | Mark Kettenis |
2017-05-07 | Refactor this code to support the GMAC found on the Rockchip RK3399 alongside | Mark Kettenis |
2017-05-07 | Sync FDT code with arm64. | Mark Kettenis |
2017-05-07 | Pass the address of the EFI system table and the EFI memory map through | Mark Kettenis |
2017-05-06 | Add rkgpio(4), a driver to handle GPIOs on Rockchip SoCs. | Mark Kettenis |
2017-05-06 | Do not export the protocol PCB pointer from kernel to non-root users | Alexander Bluhm |
2017-05-06 | Remove unused local variable such that this actually compiles. | Mark Kettenis |
2017-05-06 | Checking for IPv4 mapped addreses and dropping the packet is done | Alexander Bluhm |
2017-05-06 | Add a few GMAC related clocks and implement reset logic. | Mark Kettenis |
2017-05-06 | Configure pins and deassert resets, just in case some other board needs it. | Mark Kettenis |
2017-05-06 | Convert the xformsw definition to C99 style initializer. Also fix | Alexander Bluhm |
2017-05-06 | Print full MIDR for CPUs that can't be identified. | Mark Kettenis |
2017-05-06 | Now that we have a table of Cavium part numbers add the part number for | Jonathan Gray |
2017-05-06 | add Moxa CP-104EL | Jonathan Matthew |
2017-05-05 | Move dwge(4) glue into dev/fdt. | Mark Kettenis |
2017-05-05 | Add rkpinctrl(4), a driver to configure pins on Rockchip SoCs. For now, | Mark Kettenis |
2017-05-05 | Include <dev/ofw/ofw_misc.h> instead of <dev/ofw/ofw_pinctrl.h>. | Mark Kettenis |
2017-05-05 | Put back the call to pf_remove_src_node lost in the netlock backout | Mike Belopuhov |
2017-05-05 | Add glue to attach SDHC compliant controllers using the FDT. This makes | Mark Kettenis |
2017-05-05 | Implement two quirks to support the Arasan eMMC 5.1 controller found on | Mark Kettenis |
2017-05-05 | Add the missing cache flush operations for non-coherent mappings. | Mark Kettenis |