summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-09-27Protect sbappendaddr() and sorwakeup() with splsoftnet inAlexander Bluhm
2016-09-27Wait until the BSSID is known before adding the MAC context to iwm firmware.Stefan Sperling
2016-09-27Remove empty #ifdef and #ifndef blocksFrederic Cambus
2016-09-27Print the type of operation space that failed as there seem to be more ofMike Larkin
2016-09-27clarify a comment whose text became out of date with the previous commitMike Larkin
2016-09-27read and cache VMFUNC capability during boot. for use in an upcoming diffMike Larkin
2016-09-27typoTheo de Raadt
2016-09-27roll back turning RB into RBT until i get better at this process.David Gwynne
2016-09-27move from RB macros to RBT functionsDavid Gwynne
2016-09-27move pf from the RB macros to the RBT functions.David Gwynne
2016-09-27replace the use of RB macros with the RBT functions.David Gwynne
2016-09-26Avoid calculating offset several times. This was done for a few functions alr...Frederic Cambus
2016-09-26typo in commentStuart Henderson
2016-09-26RegenJeremie Courreges-Anglas
2016-09-26unbalenced->unbalancedJeremie Courreges-Anglas
2016-09-26Remove xscale support. Properly distinguish between ARMv7 and ARMv8.Mark Kettenis
2016-09-26Mark the static inline functions defined by RBT_PROTOTYPE as __unused. TheMark Kettenis
2016-09-26Move the net/bpf.h include within the #if NBPFILTER directiveFrederic Cambus
2016-09-26Check cpuid_level before using CPUID().Philip Guenther
2016-09-25Make a move towards ending 4 decades of kernel snooping.Theo de Raadt
2016-09-25Remove more duplicated includesFrederic Cambus
2016-09-25refactor vmcs flush and reload into one function, and remove anotherMike Larkin
2016-09-25remove an extraneous vmcs flushMike Larkin
2016-09-24Stick the thread control block pointer into a CPU register on ARMv7.Patrick Wildt
2016-09-24a route message for BFD, so we can notify userland about the status.Peter Hessler
2016-09-24a route message for BFD, so we can notify userland about the status.Peter Hessler
2016-09-24Add -Wno-pointer-sign to all our gcc4 architectures.Mark Kettenis
2016-09-24use hashfree for aobj hashes. from Mathieu -Ted Unangst
2016-09-24use hashfree. from Mathieu -Ted Unangst
2016-09-24move knhash size to event.h, use it for hashfree. from Mathieu -Ted Unangst
2016-09-24use hashfree in fs code. from Mathieu -Ted Unangst
2016-09-24introduce hashfree() function to free hash tables, with sizes.Ted Unangst
2016-09-24Don't compare array against null pointer; found by clang.Mark Kettenis
2016-09-24Assert that bus->force_bit >= 0 instead of force_bit. Found by clang.Mark Kettenis
2016-09-24ANSIfy netinet/; from David HillChristian Weisgerber
2016-09-24If the value of r0 upon entering the kernel is zero, interpret this as theMark Kettenis
2016-09-24Pass esym to the kernel in r0. Since u-boot passes 0 in this register, weMark Kettenis
2016-09-24Remove a couple of unsused static inline functions. Also remove a comparisMark Kettenis
2016-09-24Remove unused functions.Mark Kettenis
2016-09-24Add an implementation of __aeabi_ldivmode() and __aeabi_uldivmod(); clangMark Kettenis
2016-09-23Attach imxocotp(4) using the fdt. Since this means that imxtemp(4) attachesMark Kettenis
2016-09-23Rework Per Packet Info handlingMike Belopuhov
2016-09-23since the kernel ticks are every 10ms, bump our minimum up a little bit.Peter Hessler
2016-09-23Setup checksum offloading instead of relying on the default configuraitonMike Belopuhov
2016-09-23Configure NDIS VLAN and MTU parameters for NVSP 2 and newer backendsMike Belopuhov
2016-09-23based on a more careful reading of the spec, we're not allowed to makePeter Hessler
2016-09-23Use "%s" to print the version string. Avoids a "format string is not aMark Kettenis
2016-09-23Fixup the NDIS_OFFLOAD_PARAMS_SIZE_6_1 definitionMike Belopuhov
2016-09-23Improve error handling when we fail to send the RNDIS messageMike Belopuhov
2016-09-23Specify a page size boundary for Tx segmentsMike Belopuhov