summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* typo in commentsthen2016-09-261-2/+2
* Regenjca2016-09-264-4/+4
* unbalenced->unbalancedjca2016-09-261-3/+3
* Remove xscale support. Properly distinguish between ARMv7 and ARMv8.kettenis2016-09-261-66/+21
* Mark the static inline functions defined by RBT_PROTOTYPE as __unused. Thekettenis2016-09-261-17/+17
* Move the net/bpf.h include within the #if NBPFILTER directivefcambus2016-09-261-2/+2
* Check cpuid_level before using CPUID().guenther2016-09-261-2/+2
* Make a move towards ending 4 decades of kernel snooping.deraadt2016-09-2513-49/+125
* Remove more duplicated includesfcambus2016-09-252-8/+2
* refactor vmcs flush and reload into one function, and remove anothermlarkin2016-09-251-64/+45
* remove an extraneous vmcs flushmlarkin2016-09-251-7/+1
* Stick the thread control block pointer into a CPU register on ARMv7.patrick2016-09-245-6/+40
* a route message for BFD, so we can notify userland about the status.phessler2016-09-241-3/+7
* a route message for BFD, so we can notify userland about the status.phessler2016-09-242-2/+55
* Add -Wno-pointer-sign to all our gcc4 architectures.kettenis2016-09-2412-24/+24
* use hashfree for aobj hashes. from Mathieu -tedu2016-09-241-5/+6
* use hashfree. from Mathieu -tedu2016-09-241-2/+2
* move knhash size to event.h, use it for hashfree. from Mathieu -tedu2016-09-243-5/+6
* use hashfree in fs code. from Mathieu -tedu2016-09-242-8/+5
* introduce hashfree() function to free hash tables, with sizes.tedu2016-09-242-2/+17
* Don't compare array against null pointer; found by clang.kettenis2016-09-241-3/+2
* Assert that bus->force_bit >= 0 instead of force_bit. Found by clang.kettenis2016-09-241-2/+2
* ANSIfy netinet/; from David Hillnaddy2016-09-246-97/+38
* If the value of r0 upon entering the kernel is zero, interpret this as thekettenis2016-09-244-9/+13
* Pass esym to the kernel in r0. Since u-boot passes 0 in this register, wekettenis2016-09-242-4/+4
* Remove a couple of unsused static inline functions. Also remove a compariskettenis2016-09-243-41/+3
* Remove unused functions.kettenis2016-09-242-59/+2
* Add an implementation of __aeabi_ldivmode() and __aeabi_uldivmod(); clangkettenis2016-09-243-1/+186
* Attach imxocotp(4) using the fdt. Since this means that imxtemp(4) attacheskettenis2016-09-236-21/+44
* Rework Per Packet Info handlingmikeb2016-09-231-39/+105
* since the kernel ticks are every 10ms, bump our minimum up a little bit.phessler2016-09-231-4/+4
* Setup checksum offloading instead of relying on the default configuraitonmikeb2016-09-231-5/+44
* Configure NDIS VLAN and MTU parameters for NVSP 2 and newer backendsmikeb2016-09-231-1/+17
* based on a more careful reading of the spec, we're not allowed to makephessler2016-09-231-9/+2
* Use "%s" to print the version string. Avoids a "format string is not akettenis2016-09-231-2/+2
* Fixup the NDIS_OFFLOAD_PARAMS_SIZE_6_1 definitionmikeb2016-09-231-3/+2
* Improve error handling when we fail to send the RNDIS messagemikeb2016-09-231-0/+2
* Specify a page size boundary for Tx segmentsmikeb2016-09-231-2/+2
* only set the diag code when we we decide to fail it, not when the firstphessler2016-09-231-2/+2
* remove splsoftnet around the socket functions. if they need it, theyphessler2016-09-231-17/+8
* Add quirk to allow Yamaha UR22 to attach as uaudio(4). Fromratchov2016-09-231-1/+3
* syncratchov2016-09-232-2/+7
* Add Yamaha UR22 audio interface.ratchov2016-09-231-1/+2
* kern.arandom no longer existsderaadt2016-09-231-4/+3
* Stop pushing version & cfdata into as entropy, since the contents arederaadt2016-09-221-9/+1
* Add aeabi aliases.kettenis2016-09-221-1/+4
* Raise spl level to IPL_SOFTNET before calling rt_ifmsg().mpi2016-09-221-1/+3
* Introduce a new 'softclock' thread that will be used to execute timeoutmpi2016-09-223-14/+89
* Periodically call mii_tick() like all our other ethernet drivers that usekettenis2016-09-221-1/+22
* Fix indentation. No binary change.jsg2016-09-221-2/+2