summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-10-30add a comment describing why do we call pf_map_addr again if portMike Belopuhov
2013-10-30Replace workqs with tasks.Martin Pieuchot
2013-10-30Add "handling" for dock/undock events for non-ACPI docks to acpithinkpad.Mike Larkin
2013-10-30replace the workq bits to supply new tx pkt descriptors with a task.David Gwynne
2013-10-30remove #include <sys/workq.h> cos this driver doesnt use it.David Gwynne
2013-10-30Use local variables for ap->a_p where appropriate.Philip Guenther
2013-10-30replace workqs with tasks.David Gwynne
2013-10-30replace workq_add_task with the task api.David Gwynne
2013-10-30deprecate taskq_systq() and replace it with extern struct taskqDavid Gwynne
2013-10-30Stop using cpp -tradition for fcode; handle the inclusion of aPhilip Guenther
2013-10-29since taskq_create is only callable from autoconf or process context, itDavid Gwynne
2013-10-29fpa went awayTheo de Raadt
2013-10-29bye bye fea / fpaTheo de Raadt
2013-10-29Get boot device and partition from NVRAM. Boot filename still defaults toMiod Vallat
2013-10-29Don't add sectors to blocks. Use DL_SECTOBLK() to change DL_GETPOFFSET()Kenneth R Westerback
2013-10-29More cleanups:Miod Vallat
2013-10-29unbreak glxsb(4) by properly allocating it's key schedule;Mike Belopuhov
2013-10-29remove left over bits of omrt6msg, and cleanup the yuckyTheo de Raadt
2013-10-29More cleanup and unused code or data removal.Miod Vallat
2013-10-29The cache mask for ARMv7 is a little bit different from the one inited byPatrick Wildt
2013-10-29Kill sc_attached, attach and detach events for USB devices are triggeredMartin Pieuchot
2013-10-29Move most of the uses of workqs in drm to the new task/taskq api.Jonathan Gray
2013-10-29implementing handling of the msg ring if its available. this lets us getDavid Gwynne
2013-10-29sys/task.h includes sys/queue.h, so kern/kern_task.c doesnt needDavid Gwynne
2013-10-29use unsigned int instead of u_int to reduce the depend on types.h.David Gwynne
2013-10-29introduce tasks and taskqs as an alternative to workqs.David Gwynne
2013-10-29Unlock the vnode while calling a device's d_close routine, except whenPhilip Guenther
2013-10-29__fd_mask should be unsigned, and let's shift an unsigned bit. WhyTheo de Raadt
2013-10-28This is the cleaned up version I had intended to commit.Miod Vallat
2013-10-28Recognize kernel symbols when booted from the standalone bootloader.Miod Vallat
2013-10-28The first steps of a native OpenBSD/luna88k bootloader. Able to boot ELFMiod Vallat
2013-10-28kill kame version symbols and sysctlTheo de Raadt
2013-10-28Enable blocksize > 512 and cleanup ommmc_attach().Sylvestre Gallon
2013-10-28Use the correct value for the Interframe Gap Time 0 bit in the transmitMartin Pieuchot
2013-10-28Document softraid boot process for i386/amd64.Stefan Sperling
2013-10-28Revamp ARMv7 ramdisk and miniroot creation process.Patrick Wildt
2013-10-28Remove unused variable.Patrick Wildt
2013-10-28Do not use the multicast macro IFP_TO_IA() to check if an interface hasMartin Pieuchot
2013-10-28tedu FDDI support and the 3 flavors the driver for DEC devices, evenMartin Pieuchot
2013-10-28previous udp port number rewrite fix turned out to be a work aroundMike Belopuhov
2013-10-28Make prcm(4) aware of the GPIO modules.Raphael Graf
2013-10-28We need to make sure that the kernel symbols area isn't marked as freePatrick Wildt
2013-10-27delete UPCALL_TIMING debug code from a the dark agesTheo de Raadt
2013-10-27fix card-detect pins for wandboard.aalm
2013-10-27Fix timer on for A20 as the address and offsets for the A20 counter were off.Jasper Lievisse Adriaanse
2013-10-27build the manual pages on all architecturesTheo de Raadt
2013-10-27enable gpioctl(8) for armv7, and add associated devices on armv7/sunxi.aalm
2013-10-26Use the "activate" framework rather a shutdown hookTheo de Raadt
2013-10-26Unstub i915_gem_dumb_destroy() and radeon_mode_dumb_destroy().Mark Kettenis
2013-10-26on certain boards (like the pcduino) u-boot doesn't setup the MAC address forJasper Lievisse Adriaanse