Age | Commit message (Expand) | Author |
2017-08-04 | regen | SASANO Takayoshi |
2017-08-04 | add ASIX AX99100 device ID | SASANO Takayoshi |
2017-08-04 | Since we have TAILQ_FOREACH_SAFE in nd6_purge() it is not necessary | Alexander Bluhm |
2017-08-04 | When we disable INET6 on an interface that also removes the autoconf6 | Florian Obser |
2017-08-04 | The in_pcbhashlookup() in in_pcbconnect() enforces that the 4 tupel | Alexander Bluhm |
2017-08-04 | Compile a debug printf in ieee80211_match_bss() by default, previously | Stefan Sperling |
2017-08-04 | Remove ieee80211_input_print() which printed information about received | Stefan Sperling |
2017-08-04 | Show net80211 state transitions in desmg if 'ifconfig debug' was used. | Stefan Sperling |
2017-08-04 | We do have SO_TIMESTAMP since some time and there is other code in the | Florian Obser |
2017-08-04 | Fix defenition of reset bits. | Mark Kettenis |
2017-08-03 | Since nearly 20 years the correct spelling of | Florian Obser |
2017-08-03 | RFC 1885 was obsoleted nearly 20 years ago by RFC 2463 which was obsoleted | Florian Obser |
2017-08-03 | Remove duplicated commented out "dev/rasops/files.rasops" include. | Frederic Cambus |
2017-08-02 | Match D-Link DWA-130 rev F1 devices. These work with run(4). | Stefan Sperling |
2017-08-02 | regen | Stefan Sperling |
2017-08-02 | Add device ID for D-Link DWA-130 rev F. | Stefan Sperling |
2017-08-02 | Fix rtable regression tests. | Martin Pieuchot |
2017-08-02 | Move a sanity check that only makes sense for userland where it belongs. | Martin Pieuchot |
2017-08-01 | rt_if_track() is needed even on ramdisk kernels, because of MPATH | Theo de Raadt |
2017-08-01 | Add missing splx(). | Martin Pieuchot |
2017-08-01 | Remove some debug printfs. | Mark Kettenis |
2017-08-01 | Add a driver for the OCTEON USB3 controller bridge. | Visa Hankala |
2017-08-01 | defer init of the myxmcl pool to mountroot, and enable pool cpu caches. | David Gwynne |
2017-07-31 | Give back some space to the ramdisk by compiling net/radix.c only | Florian Obser |
2017-07-31 | Replace OCTEON_MAXCPUS with MAXCPUS to avoid redundancy. | Visa Hankala |
2017-07-31 | Assume edge triggering by default for robustness, as is done | Visa Hankala |
2017-07-31 | Back out previous commit but handle the case where the device path consists | Mark Kettenis |
2017-07-31 | Back out previous commit but handle the case where the device path consists | Mark Kettenis |
2017-07-31 | Comment out non-crucial device drivers (xhci(4), wdc@pcmcia, and cd(4) | Theo de Raadt |
2017-07-31 | Use unsigned long instead of uint32_t, which is the appropriate integer | Mark Kettenis |
2017-07-30 | clang (and newer gcc at high -O) are unaware that objects placed in strange | Theo de Raadt |
2017-07-30 | mark __inline functions which are not neccessarily used, with __unused. | Theo de Raadt |
2017-07-30 | Use memcpy instead of casts to copy 8 bytes of data to avoid unaligned | Mark Kettenis |
2017-07-30 | Enable mpath support in the Allotment Routing Table (ART) on the ramdisk. | Florian Obser |
2017-07-30 | Switch installer to Allotment Routing Table (ART). | Florian Obser |
2017-07-30 | Bump VM_PHYSSEG_MAX. | Visa Hankala |
2017-07-30 | Bump MAXCPUS on octeon. | Visa Hankala |
2017-07-30 | Define MAXCPUS per mips64 port. | Visa Hankala |
2017-07-30 | Add a driver for CIU3. Not quite finished yet, but good enough for now. | Visa Hankala |
2017-07-29 | Fix off-by-one in return value of efi_device_path_depth(). | Mark Kettenis |
2017-07-29 | Fix off-by-one in return value of efi_device_path_depth(). | Mark Kettenis |
2017-07-29 | Remove useless conditional before free(). | ians |
2017-07-29 | Add a bcmaux(4) driver that handles clocks and interrupts for the | Mark Kettenis |
2017-07-29 | Device trees for the Rasperry Pi are still in flux. Catch up with the | Mark Kettenis |
2017-07-29 | Goodbye, sys/dkbad.h, you lost your last friend when sparc was removed. | Vadim Zhukov |
2017-07-29 | There is no RTC on the E300 boards. | Visa Hankala |
2017-07-29 | Replace a complex `if' condition with a list. | Visa Hankala |
2017-07-28 | Add some sanity length checks in VFS directory scan. This protects | Alexander Bluhm |
2017-07-28 | Add a driver for the OCTEON SATA controller bridge. | Visa Hankala |
2017-07-28 | Add a workaround that allows the use of sys/dev/fdt code on octeon. | Visa Hankala |