summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* The cache mask for ARMv7 is a little bit different from the one inited bypatrick2013-10-291-1/+14
* Kill sc_attached, attach and detach events for USB devices are triggeredmpi2013-10-294-19/+4
* Move most of the uses of workqs in drm to the new task/taskq api.jsg2013-10-2927-126/+137
* implementing handling of the msg ring if its available. this lets us getdlg2013-10-291-9/+156
* sys/task.h includes sys/queue.h, so kern/kern_task.c doesnt needdlg2013-10-291-3/+1
* use unsigned int instead of u_int to reduce the depend on types.h.dlg2013-10-292-7/+7
* introduce tasks and taskqs as an alternative to workqs.dlg2013-10-294-2/+307
* Unlock the vnode while calling a device's d_close routine, except whenguenther2013-10-291-3/+11
* __fd_mask should be unsigned, and let's shift an unsigned bit. Whyderaadt2013-10-291-5/+5
* This is the cleaned up version I had intended to commit.miod2013-10-281-54/+36
* Recognize kernel symbols when booted from the standalone bootloader.miod2013-10-281-3/+22
* The first steps of a native OpenBSD/luna88k bootloader. Able to boot ELFmiod2013-10-2841-0/+10314
* kill kame version symbols and sysctlderaadt2013-10-282-7/+3
* Enable blocksize > 512 and cleanup ommmc_attach().syl2013-10-281-9/+10
* Use the correct value for the Interframe Gap Time 0 bit in the transmitmpi2013-10-281-3/+3
* Document softraid boot process for i386/amd64.stsp2013-10-284-8/+44
* Revamp ARMv7 ramdisk and miniroot creation process.patrick2013-10-281-2/+3
* Remove unused variable.patrick2013-10-281-2/+2
* Do not use the multicast macro IFP_TO_IA() to check if an interface hasmpi2013-10-281-5/+7
* tedu FDDI support and the 3 flavors the driver for DEC devices, evenmpi2013-10-2823-4522/+18
* previous udp port number rewrite fix turned out to be a work aroundmikeb2013-10-281-11/+13
* Make prcm(4) aware of the GPIO modules.rapha2013-10-283-3/+49
* We need to make sure that the kernel symbols area isn't marked as freepatrick2013-10-283-16/+16
* delete UPCALL_TIMING debug code from a the dark agesderaadt2013-10-274-140/+6
* fix card-detect pins for wandboard.aalm2013-10-271-3/+3
* Fix timer on for A20 as the address and offsets for the A20 counter were off.jasper2013-10-272-7/+7
* build the manual pages on all architecturesderaadt2013-10-273-9/+13
* enable gpioctl(8) for armv7, and add associated devices on armv7/sunxi.aalm2013-10-272-2/+18
* Use the "activate" framework rather a shutdown hookderaadt2013-10-261-6/+21
* Unstub i915_gem_dumb_destroy() and radeon_mode_dumb_destroy().kettenis2013-10-264-31/+43
* on certain boards (like the pcduino) u-boot doesn't setup the MAC address forjasper2013-10-261-22/+40
* Remove unused variable.kettenis2013-10-261-4/+1
* Fix/re-enable RX checksum offload for 8168C/8168CP revisions after revision rev 1.140.brad2013-10-251-7/+6
* Don't let in_proto_cksum_out() assume that the ICMP checksum field islteo2013-10-251-9/+6
* fix an off by one when calculating the length of an sgl segmentmikeb2013-10-251-5/+4
* My last commit make the pandaboard panic.syl2013-10-251-1/+3
* fix commentmillert2013-10-251-2/+2
* some cleanup for "machine memory";jmc2013-10-252-18/+24
* Regenguenther2013-10-254-26/+14
* Unimplement stime() and settimeofday(): why are you using a Linux-compatguenther2013-10-252-32/+4
* regenguenther2013-10-254-40/+66
* Start to deal with the time_t change's effect on compat/linux:guenther2013-10-257-116/+412
* Move the declarations for dogetrusage(), itimerround(), and dowait4()guenther2013-10-256-44/+28
* Add support for Microsoft XBox 360 controller as a uhid. It doesn't usejeremy2013-10-252-5/+120
* regenjeremy2013-10-252-2/+7
* Add Microsoft XBox 360 Controllerjeremy2013-10-251-1/+2
* More _KERNEL namespace cleanup, just in case something out therederaadt2013-10-251-45/+33
* prettier #ifdef _KERNEL, more like other filesderaadt2013-10-251-2/+2
* add rcsidsaalm2013-10-243-0/+3
* no need to inform us about every state and link speed change, so move thatjasper2013-10-241-3/+7