summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* When a new WPA key is set while WEP is enabled, disable WEP,stsp2017-03-211-1/+35
* Don't allow the guest to clear CR0_NE or CR4_VMXE. While we should bemlarkin2017-03-211-8/+86
* CPUID feature 0x80000000 emulation fell through to 0x80000001, whichmlarkin2017-03-211-1/+2
* Do not map resources which are actually not used within the kernel. Savesmiod2017-03-201-1/+9
* Fix previous. Commited from the wrong tree.miod2017-03-201-1/+11
* Remove unused defines. Some of them can be traced to MVME188 and make nomiod2017-03-201-35/+1
* Replace hardcoded addresses with symbolic constants from <machine/board.h>miod2017-03-208-55/+56
* Read the free clusters bitmap in 1MB chunksjca2017-03-201-10/+23
* Initialize the stack buffer used to build the auxiliary vector to zero tokettenis2017-03-201-1/+2
* Improve comments slightlymikeb2017-03-191-5/+4
* Fixup starting block number calculation for bounced transfersmikeb2017-03-191-3/+3
* Fixup return values to properly handle transfer submission errorsmikeb2017-03-191-4/+4
* Restore behavior from before r1.376: only set bv_percent if a rebuild istb2017-03-191-2/+3
* Enable snooping on Kaby Lake U/Y PCH HDA to avoid audio glitches as wejsg2017-03-191-1/+2
* Match the Kaby Lake and Lewisburg (Skylake-EP PCH) MACs with I219 PHYs.jsg2017-03-193-4/+19
* Put the address of the per-cpu clock and interrupt registers into the cpu_infomiod2017-03-195-105/+100
* regenjsg2017-03-192-9/+159
* Add Intel devices for Kaby Lake and 3168/8265 wlan.jsg2017-03-191-4/+34
* regenjsg2017-03-192-2/+37
* Add AMD A1100 devices and some more qemu and virtio devices.jsg2017-03-191-1/+8
* Handle master/slave PIC vector base properly. OpenBSD uses 0x20/0x28mlarkin2017-03-192-8/+4
* Build mips64 kernels with -ffreestanding.visa2017-03-183-15/+9
* The "ioctl" pledge which was had functionality split out into "tape",deraadt2017-03-181-2/+1
* Revert the NET_LOCK() and bring back pf's contention lock for release.mpi2017-03-1710-77/+62
* carp(4) code is always executed in the 'softnet' thread, so removempi2017-03-171-7/+1
* Be more strict on all route iterations, lets always make sure that werzalamena2017-03-171-1/+11
* More debug goo to help tracking the use-after-free.mpi2017-03-171-1/+3
* ubcmtp(4) works because of a use-after-free. Many more drivers arempi2017-03-171-13/+6
* Print PCIe Extended Capabilities, from Simon Magesderaadt2017-03-161-1/+10
* vioscsi: Negotiate features during attachsf2017-03-161-1/+2
* vioscsi: return XS_NO_CCB if out of spacesf2017-03-161-3/+7
* vioscsi: Don't call virtio_dequeue_commit on not-queued slotssf2017-03-161-4/+25
* Remove some unused variables, unused types, duplicated/unused functionkettenis2017-03-163-65/+39
* Unroll two small bus_space_{read_write}_multi operations in a hot code path.miod2017-03-161-2/+52
* Use a power of two and left shift, rather than integer multiplication, formiod2017-03-164-18/+18
* Fix passing entropy from boot loader to the kernel:miod2017-03-163-29/+42
* Userland expects pltime to be a time stamp not number of seconds.florian2017-03-161-3/+8
* Do not allow to change the gateway of an existing entry if the AFmpi2017-03-161-5/+17
* Simplify wstpad option handling:mpi2017-03-164-270/+275
* Typo, from miod@mpi2017-03-162-4/+4
* Configure and apply the multitouch-tracking functions of wsmouse.bru2017-03-151-81/+51
* Fix building profiling kernels by passing the -p flag to config(8)tb2017-03-1514-14/+28
* Improve vmmci(4) shutdown and reboot.reyk2017-03-151-6/+43
* spelling and whitespacederaadt2017-03-151-3/+3
* We do not need while loop around uiomove(9) in lcdwrite().aoyama2017-03-151-10/+6
* Allow SIOCGIFXFLAGS in pledge("route") along side SIOCGIFFLAGS, neededflorian2017-03-141-1/+2
* Make mfc_find() more strict when looking for routes, fixes a problemrzalamena2017-03-141-5/+8
* When we do an ASID rollover, we unassign all ASIDs and do a completekettenis2017-03-131-5/+13
* Move PRU_ATTACH out of the pr_usrreq functions into pr_attach.claudio2017-03-1324-249/+287
* Don't attach on Apple hardware, asmc(4) is already providing anjcs2017-03-131-2/+11