summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-07-27Initialize pools with correct sizes.Martin Pieuchot
2017-07-27Export RTAX_IFP, RTAX_IFA and RTAX_LABEL to userland in rtdeletemsg().Martin Pieuchot
2017-07-27For pf the anchor is a C string so ensure that the value passed in via ioctlClaudio Jeker
2017-07-27Stop doing an splsoftnet()/splx() dance inside the NET_LOCK().Martin Pieuchot
2017-07-27Assert that the KERNEL_LOCK() is held prior to call csignal() andMartin Pieuchot
2017-07-27Grab the KERNEL_LOCK() before calling sorwakeup().Martin Pieuchot
2017-07-27SEQ16_* macros weren't able to compare properly if one of the sequences isYASUOKA Masahiko
2017-07-26Consistantly use kp as the var name for struct keycb.Claudio Jeker
2017-07-26Fix typo in comment, ok deraadt@anton
2017-07-26Do not add plain edge areas as default.Ulf Brosziewski
2017-07-26we_readmem() and ec_readmem() are inlined, but they can also be static.Theo de Raadt
2017-07-26uha_init_mscp() is unused.Theo de Raadt
2017-07-25fallback on _BIF properly when _BIX exists and returns a packageJoshua Stein
2017-07-25The LINK_STATE_IS_UP() macro considers LINK_STATE_UNKNOWN as up.Alexander Bluhm
2017-07-25Enable dwdog(4) such that Rockchip RK3288 devices can reboot.Mark Kettenis
2017-07-25Add dwdog(4), a driver for the Synopsys Designware watchdog timer integratedMark Kettenis
2017-07-25Add rkclock(4), rkgrf(4), rkpinctrl(4) and rkgpio(4). This makes OpenBSDMark Kettenis
2017-07-25The Cortex-A17 TRM explicitly says that there is an intermediate tableMark Kettenis
2017-07-25change -Os to -Oz all around the treeRobert Nagy
2017-07-25remove -Wa,-n from CMACHFLAGS as clang's internal assembler does not support itRobert Nagy
2017-07-25rework octuctl and its children to attach via fdtJonathan Matthew
2017-07-25Print CPU type as we do on arm64. This is how ARM prints revisions in itsMark Kettenis
2017-07-25Remove leftovers of a past softintr mechanism.Visa Hankala
2017-07-24Add support for the AXP152 which has a shutdown control register that isMark Kettenis
2017-07-24Enable pcxrtc(4).Mark Kettenis
2017-07-24pcxrtc(4), a driver for the NXP PCF8563 RTC.Mark Kettenis
2017-07-24add some missing MULTIPROCESSOR ifdefs to not compile in code onRobert Nagy
2017-07-24Don't attempt to deactivate a class that doesn't have any packets in itMike Belopuhov
2017-07-24add MULTIPROCESSOR guards around otherwise unused pieces to satisfy clangChristian Weisgerber
2017-07-24Extend the scope of the socket lock to protect `so_state' in connect(2).Martin Pieuchot
2017-07-24tweak malloc(9) flags: since that M_NOWAIT might return NULL hence itGleydson Soares
2017-07-24Port amd64's updates to the device path comparison to arm64 as well.Patrick Wildt
2017-07-24Port amd64's updates to the device path comparison to armv7. FixesPatrick Wildt
2017-07-24Reduce NET_LOCK() contention by moving the linktstate and watchdogMartin Pieuchot
2017-07-24Grab the socket lock in soo_ioctl() where `so_state', `so_rcv'Martin Pieuchot
2017-07-24rt_getifa() is only needed for routing commands submited by userland.Martin Pieuchot
2017-07-24Fixup free list handling in fqcodel_deq_beginMike Belopuhov
2017-07-23this is imt, not imsJoshua Stein
2017-07-23permit kernel building with clang as the base compiler; ok kettenis@Christian Weisgerber
2017-07-23Add sxitwi(4), a driver for the (i2c compatible) two-wire bus found onMark Kettenis
2017-07-23RK3288 support.Mark Kettenis
2017-07-23RK3288 support.Mark Kettenis
2017-07-23Add a few more RK3288 clocks.Mark Kettenis
2017-07-23Tweak timeouts a bit such that this works on the RK3288.Mark Kettenis
2017-07-23Prevent a possible "MAC context already removed" panic in iwm_auth().Stefan Sperling
2017-07-23Add RK3288 support.Mark Kettenis
2017-07-23Replace CPWAIT with an isb instruction, which is the proper way to make sureMark Kettenis
2017-07-23Splitting early startup code out of locore.S into locore0.S, like otherKenji Aoyama
2017-07-22acpibat: look for _BIX first before falling back on _BIFJoshua Stein
2017-07-22Rename variables for clarity.Visa Hankala