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