summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-05-27Fix ia64 cross-gcc target.Tobias Ulmer
2014-05-27Reserve the highest route priority for kernel-managed routes and preventMartin Pieuchot
2014-05-26Replace some magic constants with appropriate defines.Mark Kettenis
2014-05-26Do not change the state of the carry bit in the psr when returning withMiod Vallat
2014-05-26Document that this reference counter is not generic. It indicates howMartin Pieuchot
2014-05-26Matching USB devices per device IDs is not a good idea, especially ifMartin Pieuchot
2014-05-25Handle threaded processes correctly when processing kerninfo status requestsPhilip Guenther
2014-05-25In access(), use the real UID/GID for the path search too.Philip Guenther
2014-05-25fix format mistakes when AZALIA_DEBUG is definedAlexandre Ratchov
2014-05-25Turn on blinky things by default, very useful hereTheo de Raadt
2014-05-25The default case in uhci_deactivate() was missing. Because of that,Martin Pieuchot
2014-05-24Provide bus_space_mmap()Miod Vallat
2014-05-24Barriers for mips64Miod Vallat
2014-05-24Why didn't I use ps_vmspace when I scribbled all over pmap_rmproc()?Philip Guenther
2009-12-11By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2014-05-24Support for newer run(4) hardware ported from FreeBSD's run(4) driver.Stefan Sperling
2014-05-24regenStefan Sperling
2014-05-24Add device IDs for newer run(4) devices. Obtained from FreeBSD.Stefan Sperling
2014-05-23Expose bif_capacity as the 'design capacity' through an acpibat sensor,Landry Breuil
2014-05-23Free the est_fqlist allocations if we end up not using it.Philip Guenther
2014-05-22RegenMiod Vallat
2014-05-22Yet another evil awk script (not perl, I'm not in LibreSSL mode at the moment)Miod Vallat
2014-05-22Extend the keyboard communication routines to be able to work in polling mode;Miod Vallat
2014-05-22From FreeBSD: the second argument to UFS_UPDATE/ffs_update is just aPhilip Guenther
2014-05-21We only have one possible location to use for a logged in port, so only setJonathan Matthew
2014-05-21When the firmware tells us a loop id is already in use, add the deviceJonathan Matthew
2014-05-21Fix IPsec route addition broken since the removal of the link-layerMartin Pieuchot
2014-05-21regenMartin Pieuchot
2014-05-21Add VIA Labs.Martin Pieuchot
2014-05-21Handle the stall condition just like the bable one since in both casesMartin Pieuchot
2014-05-21Change use of Z_PARTIAL_FLUSH to Z_SYNC_FLUSH in the hibernate code as perMike Larkin
2014-05-21Typo in comment noticed during some recent hibernate debugging. No codeMike Larkin
2014-05-21Fix invalid / missing format specifiers in several dnprintf statementsMike Larkin
2014-05-20remove irrelevant, outdated, and misleading sentence suggesting thatAlexander Hall
2014-05-20regenMartin Pieuchot
2014-05-20Add VIA VL80x xHCI.Martin Pieuchot
2014-05-20Format string fixes for XHCI_DEBUG.Martin Pieuchot
2014-05-20Add -o max_read=XXX support in fuse. This is needed by usmb to have aSylvestre Gallon
2014-05-20Assign the queue ID to the correct packet header when sending ICMP messages.Martin Pieuchot
2014-05-20Fix eui64 address generation, broken since the removal of the link-layerMartin Pieuchot
2014-05-20correctly match size and buffer. from enh at googleMartin Pieuchot
2014-05-19Format string fixes and removal of -Wno-format for sgi. Based upon anMiod Vallat
2014-05-19consistent use of uint32_t for poison valuesTed Unangst
2014-05-19Add some consistency in fuse error handling. We need to return ENXIOSylvestre Gallon
2014-05-19There is no need to remember which usb(4) device is the child of an USBMartin Pieuchot
2014-05-19fix format mistakes visible if AUDIO_DEBUG is definedAlexandre Ratchov
2014-05-19unbreak the build when DIAGNOSTIC is not definedJonathan Gray
2014-05-19Update run(4) firmware to version 0.33, with permission from Dennis LeeStefan Sperling
2014-05-18hid_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 theMike Larkin