Age | Commit message (Expand) | Author |
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 |
2017-07-28 | The read buffer size reported by the hardware can be up to 4095 | Alexander Bluhm |
2017-07-28 | Add an error argument to rtm_send() instead of rerolling it inside | Martin Pieuchot |
2017-07-28 | Allow SIOCGIFDESCR with "route" promise in preparation for pledging snmpd. | rob |
2017-07-27 | Use variable edge masks (again). | Ulf Brosziewski |
2017-07-27 | Initialize pools with correct sizes. | Martin Pieuchot |
2017-07-27 | Export RTAX_IFP, RTAX_IFA and RTAX_LABEL to userland in rtdeletemsg(). | Martin Pieuchot |
2017-07-27 | For pf the anchor is a C string so ensure that the value passed in via ioctl | Claudio Jeker |
2017-07-27 | Stop doing an splsoftnet()/splx() dance inside the NET_LOCK(). | Martin Pieuchot |
2017-07-27 | Assert that the KERNEL_LOCK() is held prior to call csignal() and | Martin Pieuchot |
2017-07-27 | Grab the KERNEL_LOCK() before calling sorwakeup(). | Martin Pieuchot |
2017-07-27 | SEQ16_* macros weren't able to compare properly if one of the sequences is | YASUOKA Masahiko |
2017-07-26 | Consistantly use kp as the var name for struct keycb. | Claudio Jeker |
2017-07-26 | Fix typo in comment, ok deraadt@ | anton |
2017-07-26 | Do not add plain edge areas as default. | Ulf Brosziewski |
2017-07-26 | we_readmem() and ec_readmem() are inlined, but they can also be static. | Theo de Raadt |
2017-07-26 | uha_init_mscp() is unused. | Theo de Raadt |
2017-07-25 | fallback on _BIF properly when _BIX exists and returns a package | Joshua Stein |
2017-07-25 | The LINK_STATE_IS_UP() macro considers LINK_STATE_UNKNOWN as up. | Alexander Bluhm |
2017-07-25 | Enable dwdog(4) such that Rockchip RK3288 devices can reboot. | Mark Kettenis |
2017-07-25 | Add dwdog(4), a driver for the Synopsys Designware watchdog timer integrated | Mark Kettenis |
2017-07-25 | Add rkclock(4), rkgrf(4), rkpinctrl(4) and rkgpio(4). This makes OpenBSD | Mark Kettenis |
2017-07-25 | The Cortex-A17 TRM explicitly says that there is an intermediate table | Mark Kettenis |
2017-07-25 | change -Os to -Oz all around the tree | Robert Nagy |
2017-07-25 | remove -Wa,-n from CMACHFLAGS as clang's internal assembler does not support it | Robert Nagy |
2017-07-25 | rework octuctl and its children to attach via fdt | Jonathan Matthew |
2017-07-25 | Print CPU type as we do on arm64. This is how ARM prints revisions in its | Mark Kettenis |
2017-07-25 | Remove leftovers of a past softintr mechanism. | Visa Hankala |
2017-07-24 | Add support for the AXP152 which has a shutdown control register that is | Mark Kettenis |
2017-07-24 | Enable pcxrtc(4). | Mark Kettenis |
2017-07-24 | pcxrtc(4), a driver for the NXP PCF8563 RTC. | Mark Kettenis |
2017-07-24 | add some missing MULTIPROCESSOR ifdefs to not compile in code on | Robert Nagy |
2017-07-24 | Don't attempt to deactivate a class that doesn't have any packets in it | Mike Belopuhov |
2017-07-24 | add MULTIPROCESSOR guards around otherwise unused pieces to satisfy clang | Christian Weisgerber |
2017-07-24 | Extend the scope of the socket lock to protect `so_state' in connect(2). | Martin Pieuchot |
2017-07-24 | tweak malloc(9) flags: since that M_NOWAIT might return NULL hence it | Gleydson Soares |