summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2013-10-26Remove unused variable.Mark Kettenis
2013-10-25Fix/re-enable RX checksum offload for 8168C/8168CP revisions after revision r...Brad Smith
2013-10-25Don't let in_proto_cksum_out() assume that the ICMP checksum field isLawrence Teo
2013-10-25fix an off by one when calculating the length of an sgl segmentMike Belopuhov
2013-10-25My last commit make the pandaboard panic.Sylvestre Gallon
2013-10-25fix commentTodd C. Miller
2013-10-25some cleanup for "machine memory";Jason McIntyre
2013-10-25RegenPhilip Guenther
2013-10-25Unimplement stime() and settimeofday(): why are you using a Linux-compatPhilip Guenther
2013-10-25regenPhilip Guenther
2013-10-25Start to deal with the time_t change's effect on compat/linux:Philip Guenther