summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-10-27Allocate IPv6 reassembly structs using pools instead of malloc(),Visa Hankala
2017-10-27Remove 80211WMMPARMS ioctls. Last used in ifconfig in 2009.Jonathan Gray
2017-10-27Remove duplicated function prototypes.Kevin Lo
2017-10-27This file only includes <arm/elf_abi.h> which was removed in 2008, so kill it.Martin Pieuchot
2017-10-27Use <elf.h> in !_KERNEL code path.Martin Pieuchot
2017-10-27Dump IPsec flows by iterating over the rafdix-tree.Martin Pieuchot
2017-10-27Call i8254_startclock() earlier to make delay() usable. Actually HPYASUOKA Masahiko
2017-10-26Discard exception handling information as we do on other architectures.Mark Kettenis
2017-10-26Replace macro `IP6_REASS_MBUF' with direct use of field `ip6af_m'.Visa Hankala
2017-10-26Add aliases for __aeabi_idivmod and __aeabi_uidivmod calls clang emits.Jonathan Gray
2017-10-26Stop grabbing the KERNEL_LOCK() in network tasks when `ipsec_in_use'Martin Pieuchot
2017-10-26Kill deprecated IPv6 ioctl(2)s.Martin Pieuchot
2017-10-26Move common code to add/remove multicast filters to ieee80211_ioctl(9).Martin Pieuchot
2017-10-26adjust Makefile.armv7 for clangJonathan Gray
2017-10-26Use .arch_extension sec and virt to use smc and hvc instructions whenJonathan Gray
2017-10-26Revert 2006-4-29Z23:09:45 commit that switched from rwlocks to mutexes.Philip Guenther
2017-10-25Initialize processor extended state in fpu_kernel_enterMike Belopuhov
2017-10-25Storing the address of a stack variable in a global variable is a bad idea.Mark Kettenis
2017-10-25Remove the TCP_FACK option and associated #if{,n}def code.job
2017-10-25Remove Multicast and Broadcast flags from the encapsulated packet inMartin Pieuchot
2017-10-24R_AARCH64_NONE should be zero, not 256. The latter was a deprecatedPhilip Guenther
2017-10-24In ld scripts, an output section with no input sections is always markedPhilip Guenther
2017-10-24Use "static inline" instead of "extern inline" for compatibility withMark Kettenis
2017-10-24Attach syscon(4) early. Also attach psci(4) early such that cpuresetfnMark Kettenis
2017-10-24Refactor handling of partial TCP acknowledgementsMike Belopuhov
2017-10-24remove defines for ioctls the kernel doesn't recogniseJonathan Gray
2017-10-24Remove some more tests checking for a non-NULL `ifp->if_ioctl'.Martin Pieuchot
2017-10-24Remove support for never used ioctls originating from KAME.Martin Pieuchot
2017-10-24Use membar_enter_after_atomic(9) amd membar_exit_before_atomic(9).Martin Pieuchot
2017-10-23Avoid clang format warning.Mark Kettenis
2017-10-23Replace imxocotp(4) with a regmap-based approach.Mark Kettenis
2017-10-23Expose TSC properties via sysctl nodesMike Belopuhov
2017-10-23Even if a USB transfer fails, call umb_start() so that processingGerhard Roth
2017-10-23Remove bcmmuart since it has already replaced with com(4).Kevin Lo
2017-10-23remove mention of unused MACOBIOVERBOSE and NBUF optionsJonathan Gray
2017-10-22Unconditionally enable TCP selective acknowledgements (SACK)Mike Belopuhov
2017-10-22It's time I claimed proper copyright on this.Stefan Sperling
2017-10-22In iwm(4), allocate command response buffers dynamically in a ringStefan Sperling
2017-10-21Even though letting the firmware handle the handshake is nice fromPatrick Wildt
2017-10-21Initialize all fields in the BCDC protocol, otherwise the controllerPatrick Wildt
2017-10-21Make ieee80211_classify() available in a header so we can make thePatrick Wildt
2017-10-21Use MI mplock on mips64.Visa Hankala
2017-10-20Make sure the logic deciding whether to use BWX operations in cia(4)Martin Pieuchot
2017-10-20Do not test if if_ioctl is NULL, it isn't.Martin Pieuchot
2017-10-20Kill dead ioctl handlers.Martin Pieuchot
2017-10-19Don't forget to set the timecounter frequencyMike Belopuhov
2017-10-19Don't just return but setup and resubmit the transfer if we're notPatrick Wildt
2017-10-19spelling fix; from miodJason McIntyre
2017-10-19ddb "show all mounts" showed everything except the address of theAlexander Bluhm
2017-10-19Don't forget to free the firmware in the error path, and make sure toPatrick Wildt