summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-10-13Let this compile without option DDB.Miod Vallat
2014-10-13Add dumping of struct dqblk done by quotactl(2)Philip Guenther
2014-10-13Calling quotactl(QCMD(Q_QUOTAON)) twice with the same filesystem,Philip Guenther
2014-10-13use mallocarray to get the array of pollfd structs.David Gwynne
2014-10-13take the pool_item pi_magic touching out from under #ifdef DIAGNOSTIC.David Gwynne
2014-10-12Rough sync with hppa to make this compile again.Miod Vallat
2014-10-12Do not compile sensor code if option SMALL_KERNELMiod Vallat
2014-10-12Remove unnecessary `needs-flag' attributes.Miod Vallat
2014-10-12Downgrade needs-count to needs-flag when applicable.Miod Vallat
2014-10-12Remove unnecessary `needs-flag' attributes.Miod Vallat
2014-10-12remove some unused filesJonathan Gray
2014-10-12regenJonathan Armani
2014-10-12Add Logitech Webcam C310Jonathan Armani
2014-10-11Check for the `oscillator failure' condition, and do not register as a reliableMiod Vallat
2014-10-11Comparsion -> ComparisonMiod Vallat
2014-10-11back out; does not even compileTheo de Raadt
2014-10-11resurrect a many year old diff. move CPU throttling into the kernel,Ted Unangst
2014-10-10s/lenght/length/ in commentsStuart Henderson
2014-10-10fix compilation without DIAGNOSTICJonathan Matthew
2014-10-10Significant unification of RAMDISK* config files, making them diffable.Theo de Raadt
2014-10-10Make CPU_INFO_FOREACH useable before secondary CPUs are started.Martin Pieuchot
2014-10-10massage the pool item header and pool item magic words.David Gwynne
2014-10-09Instead of trying to emulate select/poll semantics with respect to EOFTodd C. Miller
2014-10-09Properly initialize secondary CPUs on 64bit machines.Martin Pieuchot
2014-10-09allow building a kernel without ddbTheo de Raadt
2014-10-09Revert "enable MSI support", it introduced a regression on some chips.Martin Pieuchot
2014-10-09ddb: add support for DWARF line number decodingMatthew Dempsky
2014-10-09disassem.c only if ddb; ok miodTheo de Raadt
2014-10-09no need for lkm_map nowTed Unangst
2014-10-09remove LKM liesTed Unangst
2014-10-09no need for lkm dummyTed Unangst
2014-10-09mechanical translation of dev_lkm_dummy() to dev_notdef()Ted Unangst
2014-10-09remove lkm filesTed Unangst
2014-10-09no need for lkmTed Unangst
2014-10-09remove LKM supportTed Unangst
2014-10-09revert unintentional commit unrelated to LKMTed Unangst
2014-10-09remove LKM devicesTed Unangst
2014-10-09remove LKMTed Unangst
2014-10-09regenTed Unangst
2014-10-09delete LKM syscall stubsTed Unangst
2014-10-09fix some data type mismatches in the zlib paths in hibernateMike Larkin
2014-10-09remove an unused function and some unused variables in hibernateMike Larkin
2014-10-08Restrict what RL_MAXRXPKTLEN is being set to for any of the PCIe chipsets.Brad Smith
2014-10-08only call Debugger() #ifdef DDBTheo de Raadt
2014-10-08#ifndef DDB, correct a format string..Theo de Raadt
2014-10-08print ipv6cp by name rather than number in "0x8057 output <...>" debug lines,Stuart Henderson
2014-10-08Remove #ifdef SO_OOBINLINE, it is always defined.Alexander Bluhm
2014-10-08publish_avail_idx does not read the used ring, no need to callStefan Fritsch
2014-10-08Add missing memory barriers to virtio.Stefan Fritsch
2014-10-08Add virtio_membar_* macrosStefan Fritsch