summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* Whan an amd64 machine got an NMI, the current process in user landbluhm2017-03-034-7/+9
* Convert the variable argument list of the pr_output functions tobluhm2017-03-039-58/+46
* Fix the lidsuspend sysctl name in arm/include/cpu.htom2017-03-031-3/+3
* It is allowed to sleep in route_output() as we run in process contextbluhm2017-03-031-19/+5
* Replace a panic with a compile time assert in icmp6_reflect().bluhm2017-03-031-5/+3
* Prevent a recursion in the socket layer.mpi2017-03-032-23/+8
* Delete "comspeed" which had been mistakenly added as a int value.yasuoka2017-03-031-2/+1
* Iterate over the global list of interfaces instead of using the globalmpi2017-03-031-8/+19
* Iterate over the global list of interfaces instead of using the globalmpi2017-03-031-22/+36
* Remove non longer needed splsoftnet()/splx() dances.mpi2017-03-031-22/+6
* enable FFS2 on armv7 and arm64 ramdisksjsg2017-03-032-2/+4
* Implement a new routing message RTM_PROPOSAL that communicateskrw2017-03-022-5/+140
* Add a new sysctl machdep.lidaction. The sysctl works as follows:natano2017-03-0210-29/+54
* Initialize 'ni' pointer in ieee80211_keyrun(). Fallout from last minutestsp2017-03-021-2/+2
* Fix a rtentry leak in error path.mpi2017-03-021-12/+7
* Prefer the global list of interfaces to the dying global list of IPv6mpi2017-03-021-14/+22
* Use the routing table rather than the global list of IPv6 address.mpi2017-03-021-13/+15
* Convert domain declarations to C99 initializers.mpi2017-03-026-38/+51
* refactor cpuid exit handler for easier merge with upcoming SVM version.mlarkin2017-03-021-34/+55
* log attempts to access cpuid leaf function 0x03, "processor serial number".mlarkin2017-03-021-1/+3
* reduce some more differences in vmm between i386 and amd64 that didn'tmlarkin2017-03-022-10/+14
* Allow MPLS switching and VPLS across rdomains.renato2017-03-023-12/+8
* reduce differences in vmm between amd64 and i386 (i386 picks up a handfulmlarkin2017-03-022-31/+27
* Refactor cpuid exit handler to make it easier to bolt on SVM supportmlarkin2017-03-021-35/+54
* Fix some DPRINTFs I just added to ieee80211_pae_input.c.stsp2017-03-011-5/+5
* Fix a bug allowing a man-in-the-middle attack against WPA wireless clients.stsp2017-03-015-6/+60
* Don't try to access the com(4) hardware to set up the console speedpatrick2017-03-011-1/+3
* Remove a misleading comment asking if a timeout needs a LOCK, it doesn't.mpi2017-03-011-2/+1
* Remove unused table driven omgpio bits.jsg2017-03-013-151/+3
* remove remaining parts of the table driven approach to attaching edmajsg2017-03-012-21/+2
* Dynamically attach edma(4) using the FDT.jsg2017-03-014-15/+30
* Fix the code which preserves the device path of the loaded image ifyasuoka2017-03-011-20/+41
* Remove SYSCALL_DEBUG arm64 has been multiuser for a while now.jsg2017-03-012-6/+2
* Depending on the addresses, ipsecctl(8) automatically groups sabluhm2017-02-284-12/+42
* Update header to clean up defines, add the SATA device path and thepatrick2017-02-281-7/+38
* Don't change the up status of the interface when changing its rdomain.yasuoka2017-02-281-5/+12
* Switch geteblks()'s size argument from int to size_t. It's called withnatano2017-02-2816-46/+46
* Untangle abstract sleep modes from ACPI sleep states. This paves the waynatano2017-02-286-26/+33
* Use rtable_match() rather than rtalloc(9) when adding a new route.mpi2017-02-281-2/+3
* Some refactoring in ip6_input() needed to un-KERNEL_LOCK() the IPv6mpi2017-02-283-26/+39
* Prevent a MP race in rtable_lookup().mpi2017-02-283-19/+32
* build with USER_PCICONF to enable /dev/pci*jsg2017-02-281-1/+2
* Remove mpls_raw_usrreq() prototype, that function is gone.claudio2017-02-281-4/+1
* Retire the AF_MPLS protosw struct. Nothing is using it and the code was superclaudio2017-02-276-101/+16
* pms/elantech-v4: configure wsmouse for handling compat-modebru2017-02-271-30/+25
* pms/synaptics: configure wsmouse for handling compat-modebru2017-02-271-61/+56
* Build hppa kernels with -ffreestanding.kettenis2017-02-271-5/+3
* Handle touchpad input in wsmouse.bru2017-02-276-127/+1458
* Add support for the older generation spec of PSCI, which supportspatrick2017-02-271-7/+28
* Define cache line size for the per-cpu API.visa2017-02-261-1/+3