summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-10-09Enable synch negotiation; code was there but not enabled since this driver wasMiod Vallat
2013-10-09Various fixes to make kiic(4) work on my G5s.Martin Pieuchot
2013-10-09Initialize ns_per_tick as soon as we have read the timebase from theMartin Pieuchot
2013-10-09Fix a possible mbuf leak, from NetBSD via Loganaden Velvindron.Martin Pieuchot
2013-10-09Include the 'state of health' field in the bbu ok sensor value.Jonathan Matthew
2013-10-09Introduce in_ifdetach() a function to remove all the IPv4 addressesMartin Pieuchot
2013-10-09Don't leak ruleitems from match rules when hitting a per-rule max state limit.Camiel Dobbelaar
2013-10-09Use monitor/mwait to idle when available. Make cpu_unidle() do nothingPhilip Guenther
2013-10-08Early stages of a working disk bootloader for OpenBSD/aviion.Miod Vallat
2013-10-08Try to be a bit more cross-compile friendly.Miod Vallat
2013-10-08all the chips rings are protected by a single mutex, which is used in bothDavid Gwynne
2013-10-08set xs->resid to 0 on successful command completion. makes things work.David Gwynne
2013-10-08ring producers and consumers are 32bit counters, while the ringDavid Gwynne
2013-10-08vmwpvs(4), a driver for VMware Paravirtual SCSI things in vmware guests.David Gwynne
2013-10-08Fix delivery of SIGPROF and SIGVTALRM to threaded processes by havingPhilip Guenther
2013-10-08If a thread sends a signal to its own process, then have that threadPhilip Guenther
2013-10-07disk sizes, partition sizes and partition offsets are u_int64_tKenneth R Westerback
2013-10-07Have platform->bootstrap() return the machine speed in MHz, which is used toMiod Vallat
2013-10-07Put the kernel VBR page at the beginning of the kernel text, as done onMiod Vallat
2013-10-07Split the 64-bit interrupt source mask code into two 32-bit `interrupt' andMiod Vallat
2013-10-07use printf(9) consistently in FUSESylvestre Gallon
2013-10-07Add kqueue's support for FUSE.Sylvestre Gallon
2013-10-07Introduce fb_delete() helper and use it in FUSE code.Sylvestre Gallon
2013-10-07Use full 64-bit UUIDs in FUSE.Sylvestre Gallon
2013-10-07Allocate fb_dat in fb_setup(9)Sylvestre Gallon
2013-10-07Add new ioctl for handling FUSE buffersSylvestre Gallon
2013-10-07Rework fuseread() and fusewrite().Sylvestre Gallon
2013-10-07typoMiod Vallat
2013-10-07Do not invoke ttymodem() directly, but l_modem from the current linedisc.Miod Vallat
2013-10-07remove some debug printf.Yojiro Uo
2013-10-07regen.Yojiro Uo
2013-10-07add device driver for ASIX AX88178a and AX88179 Ethernet interface.Yojiro Uo
2013-10-06Tweak commentPhilip Guenther
2013-10-06Add quirk for ALC260 found on Acer Extensa 6700.Raphael Graf
2013-10-06Replace some XXX casts with an inline function that explains what's going onPhilip Guenther
2013-10-06Add CLOCK_UPTIME, a clock which measures time-running-not-suspended, soPhilip Guenther
2013-10-06Back out POLLHUP change until a problem with xterm hanging on closeTodd C. Miller
2013-10-05Support for the i.MX6-based Wandboard Quad.Patrick Wildt
2013-10-05Disable interrupts in the interrupt handler. This is what FreeBSD does, andMark Kettenis
2013-10-05Use K1X_FID macro on msr read.Bryan Steele
2013-10-05Revert one chunk from previous: don't need another #include herePhilip Guenther
2013-10-05sadly, some removals to make things fitTheo de Raadt
2013-10-05Use monitor/mwait to idle when available. Make cpu_unidle() do nothingPhilip Guenther
2013-10-05add and use gtt mapping flags, further reduces the diff to linuxJonathan Gray
2013-10-04Fix boot device matching in the presence of mpath(4).Mark Kettenis
2013-10-04Fix boot device matching in the presence of mpath(4).Mark Kettenis
2013-10-04poll(2) on a closed tty should return POLLIN|POLLHUP in reventsTodd C. Miller
2013-10-04SIOCSIFBRDADDR is not passed to the per-driver ioctl function, so itMartin Pieuchot
2013-10-04Fix tuner ioctl TVTUNER_SETFREQ after rev 1.30.Brad Smith
2013-10-03Another fix from Linux that ended up being packported to the 3.8.13 stableMark Kettenis