summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-12-24Make the boot programs support booting from softraid on 4K byte sectorYASUOKA Masahiko
2016-12-24Add support for the 2nd sxipio(4) device on the Allwinner H3.Mark Kettenis
2016-12-24Remove some unused variables that have been removed upstream as well.Mark Kettenis
2016-12-24Put a bit more unused code under #ifdef notyet to prevent a clang warning.Mark Kettenis
2016-12-24Grab the NET_LOCK() before calling ipsp_process_done() as it ends upMartin Pieuchot
2016-12-24The unit of the parition offset in disklabel is number of sectors in theYASUOKA Masahiko
2016-12-24Match on "arm,gic-400" another GICv2 compat string.Jonathan Gray
2016-12-23Define HAL_OPCODE using enum ieee80211_opmode to prevent clang from warningMark Kettenis
2016-12-23Replace function names with __func__ in debug prints to make grepAlexander Bluhm
2016-12-23Add missing sentinel.Mark Kettenis
2016-12-23Fix white spaces. No binary change.Alexander Bluhm
2016-12-23Hide static inline functions that are only used in debug code behind the sameMark Kettenis
2016-12-23Do not call timeout_set(9) multiple times for nd6_slowtimo(), especiallyMartin Pieuchot
2016-12-23Implement disk detachingMike Belopuhov
2016-12-23Tweaks suggested by miod@Visa Hankala
2016-12-23Update and add wide character support types.Patrick Wildt
2016-12-23The code to retrieve the interrupt ID only works if the amount of IRQsPatrick Wildt
2016-12-23Convert the sector number in the patition table to the sector numberYASUOKA Masahiko
2016-12-23The efi disk i/o to read sectors properly when the sector size is notYASUOKA Masahiko
2016-12-22Extend the size of user virtual address space from 2GB to 1TB on mips64Visa Hankala
2016-12-22Release the NET_LOCK() before namei(9) as a workaround to let NFS bootMartin Pieuchot
2016-12-22Validate the OFP header to make sure it always have a sane size, alsoRafael Zalamena
2016-12-22Grab the netlock when device is opened; ok mpi, rzalamenaMike Belopuhov
2016-12-22Remove all splsoftnet() from ND6 converting the non-recrusive ones toMartin Pieuchot
2016-12-22Revert workaround for NFS boot, it triggers the following assert:Martin Pieuchot
2016-12-22Remove PIM support from the multicast stack.Rafael Zalamena
2016-12-22Work around a NET_LOCK() recursion seen during NFS netboot:Visa Hankala
2016-12-21Add a driver for OCTEON MMC host controller.Visa Hankala
2016-12-21Grab the netlock when opened and closed; ok mpi, rzalamenaMike Belopuhov
2016-12-21Use __func__ in debug log to reduce noise when grepping.Martin Pieuchot
2016-12-21Remove the netlock workaround since if_detach is doing it for us now.Mike Belopuhov
2016-12-21Remove the rwlock paranoia since we're under KERNEL_LOCK anywayMike Belopuhov
2016-12-21Remove recursive splsoftnet().Martin Pieuchot
2016-12-21Remove recursive splsoftnet() from the ioctl(2) path.Martin Pieuchot
2016-12-21Fix build without PIM defined.Martin Pieuchot
2016-12-21Generate an IFINFO message when changing the MTU of an interface.Jeremie Courreges-Anglas
2016-12-21Fix PIM compilation even though it is disabled.Rafael Zalamena
2016-12-20Grab the NET_LOCK() in so{s,g}etopt(), pffasttimo() and pfslowtimo().Martin Pieuchot
2016-12-20Fix compiler warnings generated by clang. This matches upstream commitMark Kettenis
2016-12-20Grab the netlock during interface attach and detach.Mike Belopuhov
2016-12-20A NET_LOCK() was is missing in tcp_sysctl() which shows up as splAlexander Bluhm
2016-12-20In midiread() and midiwrite(), add a second goto label toAlexandre Ratchov
2016-12-20Fix many typos. From Michael W. Bombardieri <mb at ii.net>. ThanksAlexandre Ratchov
2016-12-20Simplify the activate() functions of auglx(4), autri(4), andAlexandre Ratchov
2016-12-20Group identical close_in_jack() and close_out_jack() into a singleAlexandre Ratchov
2016-12-20Set free(9) size argument. From Michael W. Bombardieri <mb at ii.net>.Alexandre Ratchov
2016-12-20Release the NET_LOCK() before calling any socket function since it isMartin Pieuchot
2016-12-20Prevent grabing the NET_LOCK() twice in the ioctl(2) and input path.Martin Pieuchot
2016-12-20Kill recursive splsoftnet()/splx() in tcp_ctloutput().Martin Pieuchot
2016-12-20fix use of uninitialised variablesJonathan Gray