summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-06-21Don't leak mem if wsfont_rotate() fails.Jeremie Courreges-Anglas
2015-06-21Count transmitted packets.Mark Kettenis
2015-06-21memory leak on failure; from Maxime VillardTheo de Raadt
2015-06-20Fix a bug that causes uvm_pmr_get1page() to fail for allocations thatMark Kettenis
2015-06-20Only match devices with a valid configuration.Martin Pieuchot
2015-06-19Only match devices with a valid configuration.uaa
2015-06-19remove isp(4) now that the ql* family have replaced itJonathan Matthew
2015-06-18For unsupported sample formats, don't return EINVAL but set the closestChristian Weisgerber
2015-06-18CP2110 is handled by uslhcom not uslcomJonathan Gray
2015-06-18Only match devices with a valid configuration.Martin Pieuchot
2015-06-18Only match devices with a valid configuration.Martin Pieuchot
2015-06-18Only match devices with a valid configuration.Martin Pieuchot
2015-06-17my keyboard is conspiring against meTheo de Raadt
2015-06-17crank to 5.8-betaTheo de Raadt
2015-06-17when no fingers are down, send 0 for zJoshua Stein
2015-06-17fix compilation with UBCMTP_DEBUGJoshua Stein
2015-06-17move to 5.8-beta. This is a bit earlier than normal...Theo de Raadt
2015-06-17Make kernel text read-only and unreadable from userland, and remove the bogusMiod Vallat
2015-06-17Four new sensors, from David Higgs.Martin Pieuchot
2015-06-16alloc_contiguous_pages() is supposed to round the allocation size to a pageMiod Vallat
2015-06-16Clear the PIC `write request' memory at initialization time. There isMiod Vallat
2015-06-16Store a unique ID, an interface index, rather than a pointer to theMartin Pieuchot
2015-06-16Add a uslcom id for the Netgear M7100 console from Andrew Daugherity.Jonathan Gray
2015-06-16regenJonathan Gray
2015-06-16Add a uslcom id for the Netgear M7100 console from Andrew Daugherity.Jonathan Gray
2015-06-15Bring back r1.78 and r1.79, now that ajactouto@'s regression hasMartin Pieuchot
2015-06-15Fix a double free in the destroy path triggered when a second process,Martin Pieuchot
2015-06-15Set the length of isochronous transfers as the sum of the frames lengths.Martin Pieuchot
2015-06-15Use proper argument type for crp_callback functions; no functional change.Mike Belopuhov
2015-06-15No need for an extra local variable; no functional change.Mike Belopuhov
2015-06-15Use proper argument type for crp_callback functions; no functional change.Mike Belopuhov
2015-06-15Remove comments referring to Linux iwlwifi source filenames from iwm(4).Stefan Sperling
2015-06-15Make the wifi LED work with iwm(4).Stefan Sperling
2015-06-14Bring a few routines from libkern in order to avoid linking against libgcc.Miod Vallat
2015-06-14Build required bits from libkern rather than importing them from libgcc.Miod Vallat
2015-06-14Build __moddi3, __muldi3 and __qdivrem from libkern, and built no-pie, insteadMiod Vallat
2015-06-14Fix 1.26; kdoprnt() should not attempt to invoke va_end() at all, it's theMiod Vallat
2015-06-14Implement IQ calibration support for rtwn(4). Lots of black magic involved.Stefan Sperling
2015-06-14correct the uart irq numbersJonathan Gray
2015-06-14add a driver for the ARM PrimeCell PL031 RTCJonathan Gray
2015-06-13Parse _CST objects and use the C-states they describe when they're sane.Philip Guenther
2015-06-13Busy-wait a short while after sending a command to rtwn(4) firmware.Stefan Sperling
2015-06-13When investigating an uninitialised variable in the armv7 resettodr()Jonathan Gray
2015-06-12Only match devices with a valid configuration.Martin Pieuchot
2015-06-12Remove superfluous splnet() protection.Martin Pieuchot
2015-06-12Actually trigger iwm_init_task() from iwm_watchdog() as intended to giveStefan Sperling
2015-06-12Fix rtwn(4) wifi LED support. Tested with rtwn(4) device in Thinkpad X220.Stefan Sperling
2015-06-11In the copyout family of functions, if the address is out of rangeTheo de Raadt
2015-06-11Move hzto(9) to the attic; OK dlgMike Belopuhov
2015-06-11Convert from hzto(9) to tvtohz(9); OK dlgMike Belopuhov