Age | Commit message (Expand) | Author |
2014-05-27 | Fix ia64 cross-gcc target. | Tobias Ulmer |
2014-05-27 | Reserve the highest route priority for kernel-managed routes and prevent | Martin Pieuchot |
2014-05-26 | Replace some magic constants with appropriate defines. | Mark Kettenis |
2014-05-26 | Do not change the state of the carry bit in the psr when returning with | Miod Vallat |
2014-05-26 | Document that this reference counter is not generic. It indicates how | Martin Pieuchot |
2014-05-26 | Matching USB devices per device IDs is not a good idea, especially if | Martin Pieuchot |
2014-05-25 | Handle threaded processes correctly when processing kerninfo status requests | Philip Guenther |
2014-05-25 | In access(), use the real UID/GID for the path search too. | Philip Guenther |
2014-05-25 | fix format mistakes when AZALIA_DEBUG is defined | Alexandre Ratchov |
2014-05-25 | Turn on blinky things by default, very useful here | Theo de Raadt |
2014-05-25 | The default case in uhci_deactivate() was missing. Because of that, | Martin Pieuchot |
2014-05-24 | Provide bus_space_mmap() | Miod Vallat |
2014-05-24 | Barriers for mips64 | Miod Vallat |
2014-05-24 | Why didn't I use ps_vmspace when I scribbled all over pmap_rmproc()? | Philip Guenther |
2009-12-11 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2014-05-24 | Support for newer run(4) hardware ported from FreeBSD's run(4) driver. | Stefan Sperling |
2014-05-24 | regen | Stefan Sperling |
2014-05-24 | Add device IDs for newer run(4) devices. Obtained from FreeBSD. | Stefan Sperling |
2014-05-23 | Expose bif_capacity as the 'design capacity' through an acpibat sensor, | Landry Breuil |
2014-05-23 | Free the est_fqlist allocations if we end up not using it. | Philip Guenther |
2014-05-22 | Regen | Miod Vallat |
2014-05-22 | Yet another evil awk script (not perl, I'm not in LibreSSL mode at the moment) | Miod Vallat |
2014-05-22 | Extend the keyboard communication routines to be able to work in polling mode; | Miod Vallat |
2014-05-22 | From FreeBSD: the second argument to UFS_UPDATE/ffs_update is just a | Philip Guenther |
2014-05-21 | We only have one possible location to use for a logged in port, so only set | Jonathan Matthew |
2014-05-21 | When the firmware tells us a loop id is already in use, add the device | Jonathan Matthew |
2014-05-21 | Fix IPsec route addition broken since the removal of the link-layer | Martin Pieuchot |
2014-05-21 | regen | Martin Pieuchot |
2014-05-21 | Add VIA Labs. | Martin Pieuchot |
2014-05-21 | Handle the stall condition just like the bable one since in both cases | Martin Pieuchot |
2014-05-21 | Change use of Z_PARTIAL_FLUSH to Z_SYNC_FLUSH in the hibernate code as per | Mike Larkin |
2014-05-21 | Typo in comment noticed during some recent hibernate debugging. No code | Mike Larkin |
2014-05-21 | Fix invalid / missing format specifiers in several dnprintf statements | Mike Larkin |
2014-05-20 | remove irrelevant, outdated, and misleading sentence suggesting that | Alexander Hall |
2014-05-20 | regen | Martin Pieuchot |
2014-05-20 | Add VIA VL80x xHCI. | Martin Pieuchot |
2014-05-20 | Format string fixes for XHCI_DEBUG. | Martin Pieuchot |
2014-05-20 | Add -o max_read=XXX support in fuse. This is needed by usmb to have a | Sylvestre Gallon |
2014-05-20 | Assign the queue ID to the correct packet header when sending ICMP messages. | Martin Pieuchot |
2014-05-20 | Fix eui64 address generation, broken since the removal of the link-layer | Martin Pieuchot |
2014-05-20 | correctly match size and buffer. from enh at google | Martin Pieuchot |
2014-05-19 | Format string fixes and removal of -Wno-format for sgi. Based upon an | Miod Vallat |
2014-05-19 | consistent use of uint32_t for poison values | Ted Unangst |
2014-05-19 | Add some consistency in fuse error handling. We need to return ENXIO | Sylvestre Gallon |
2014-05-19 | There is no need to remember which usb(4) device is the child of an USB | Martin Pieuchot |
2014-05-19 | fix format mistakes visible if AUDIO_DEBUG is defined | Alexandre Ratchov |
2014-05-19 | unbreak the build when DIAGNOSTIC is not defined | Jonathan Gray |
2014-05-19 | Update run(4) firmware to version 0.33, with permission from Dennis Lee | Stefan Sperling |
2014-05-18 | hid_start_parse can't fail - it calls malloc(M_WAITOK). ok mpi@ | Jeremie Courreges-Anglas |
2014-05-18 | _PIC is an optional method, so we shouldn't be aborting the rest of the | Mike Larkin |