aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Document some more 10GbE+ network drivers in loader.confEnji Cooper2017-03-221-0/+4
* Make file descriptor passing for CloudABI's recvmsg() work.Ed Schouten2017-03-224-61/+109
* Implement moving SD.Warner Losh2017-03-221-68/+53
* Add forward declaration for struct vnode.Ed Schouten2017-03-221-0/+1
* Extend cmpxchg() to support 8- and 16-bit values, and add xchg().Mark Johnston2017-03-221-22/+40
* Add support for 8- and 16-bit atomic_(f)cmpset to x86.Mark Johnston2017-03-222-114/+153
* Bring the handling of the y axis in the ums driver in-line with the otherPeter Grehan2017-03-221-1/+1
* Add full VNET support to the inet_get_local_port_range() function inHans Petter Selasky2017-03-222-3/+4
* Add support for more IPv4 and IPv6 related macros in the LinuxKPI.Hans Petter Selasky2017-03-222-2/+8
* Add the early hypervisor code needed on 32-bit ARMv7. This will be usedAndrew Turner2017-03-226-12/+126
* Switch from using periph_links to sim_links.Alexander Motin2017-03-221-10/+10
* Cleanup response queue processing.Alexander Motin2017-03-224-318/+153
* Set the interpreter path to /nonexistent.Ed Schouten2017-03-225-0/+5
* Make file descriptor passing work for CloudABI's sendmsg().Ed Schouten2017-03-224-42/+82
* Print out name of non-dynamic sysctl in sysctl_remove_oid_lockedEnji Cooper2017-03-221-1/+2
* kern_fail: Allow sleeping for more than 2147483/hz secondsConrad Meyer2017-03-211-1/+1
* tighten buffer bounds in imgact_binmisc_populate_interpEd Maste2017-03-211-1/+1
* Force same alignment on struct xinpgen as we have on struct xinpcb. ThisGleb Smirnoff2017-03-211-1/+1
* Remove another remnants left after r246713.Alexander Motin2017-03-212-4/+0
* Remove some dead code left after r246713.Alexander Motin2017-03-212-38/+3
* Improve command timeout handling.Alexander Motin2017-03-214-36/+14
* Remove questionable reqp->req_time access.Alexander Motin2017-03-211-4/+5
* Clean/unify some macro usage.Alexander Motin2017-03-214-62/+51
* Minor cosmetic addition to r315673.Alexander Motin2017-03-211-6/+7
* Make CAM SIM lock optional.Alexander Motin2017-03-213-39/+66
* Make sdp compilable after r315662.Gleb Smirnoff2017-03-211-5/+3
* Addition to r315579: drop the lock while allocating IRQs.Alexander Motin2017-03-211-0/+2
* Hide struct inpcb, struct tcpcb from the userland.Gleb Smirnoff2017-03-2111-241/+276
* loader: verify the value from dhcp.interface-mtu and use snprintf to set mtuToomas Soome2017-03-202-2/+2
* Remove some more dead code.Alexander Motin2017-03-203-38/+8
* Integrate BCM4706 PMU (rev6) support, derived from the ISC-licensed BroadcomLandon J. Fuller2017-03-203-33/+119
* Use tc_priv to find the softc in the i.MX timer driver.Andrew Turner2017-03-201-5/+5
* loader: pxe.h constants have wrong valuesToomas Soome2017-03-201-2/+2
* loader: disk_cleanup was left in userboot_disk.cToomas Soome2017-03-201-1/+0
* rtwn: fix node id assignment.Andriy Voskoboinyk2017-03-201-2/+2
* Use IDX_TO_OFF(), not ptoa(), when converting the difference between twoAlan Cox2017-03-201-3/+4
* o Add support for eMMC DDR bus speed mode at 52 MHz to sdhci(4) andMarius Strobl2017-03-1910-112/+720
* Style fixes. In particular, the variable "bogus" is used like a Boolean.Alan Cox2017-03-191-8/+8
* net80211: reschedule tasks properly after r315594.Andriy Voskoboinyk2017-03-191-2/+1
* net80211: do not cancel callout when FF queue is empty.Andriy Voskoboinyk2017-03-191-22/+2
* Replace the hard-coded way-too-small minimum event timer period with a valueIan Lepore2017-03-191-7/+15
* Eliminate unnecessary read/modify/write sequences during eventtimer setup.Ian Lepore2017-03-191-6/+12
* Update the list of cpudev ioctls which require write access.Konstantin Belousov2017-03-191-2/+3
* Remove some useless code.Alexander Motin2017-03-193-16/+0
* Style.Konstantin Belousov2017-03-191-6/+9
* rtwn: drop unneeded (after r315583) code.Andriy Voskoboinyk2017-03-192-22/+0
* net80211: add a timer to flush fast-frames queues.Andriy Voskoboinyk2017-03-192-4/+45
* Two changes to vm_fault_populate():Alan Cox2017-03-191-10/+11
* Add initial support for multiple MSI-X vectors.Alexander Motin2017-03-197-64/+119
* Add a module to build imx5 dtb files.Ian Lepore2017-03-191-0/+6