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