summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-10-16Additonal registers needs to be saved in sc_save2, not sc_save.Mark Kettenis
2014-10-16LID control method devices aren't required to offer _PSW, so don't skipMike Larkin
2014-10-16Use an instruction encoding for the return-to-realmode code that works onMike Larkin
2014-10-16Remove references to unimplemented CLOCK_VIRTUAL. It is non-standardTodd C. Miller
2014-10-16No need to reserve separate KVA ranges for the RLE and copy pages inMike Larkin
2014-10-16missing \n in printf; Daniel WadeTheo de Raadt
2014-10-15move CPU_BUSY_CYCLES define out of #ifdef/else MULTIPROCESSOR, its meant toSebastian Reitenbach
2014-10-15Do not panic when attempting to decode invalid condition codes, or ifMiod Vallat
2014-10-15Sprinkle CPU_BUSY_CYCLE() in a few places.Masao Uebayashi
2014-10-15Revert previous (wrong commit message).Masao Uebayashi
2014-10-15pppx(4): Correct pppx_dev_lookup() and pppx_dev2pxd() local declarationsMasao Uebayashi
2014-10-14Do not skip saving callee-saved registers in trap frames if compiling withoutMiod Vallat
2014-10-14Document that lo0 must be present on your system by panic(9)ing if weMartin Pieuchot
2014-10-14Don't check for an empty list of interfaces. This is never true even ifMartin Pieuchot
2014-10-14Use rtfree() instead of RTFREE(), NULLify some free'd route pointers andMartin Pieuchot
2014-10-14NetBSD revision 1.20 of pmap.h (from 1996) deleted license text that shouldDaniel Dickman
2014-10-13disable pagezero thread on hppa, until failure gets diagnosed, ok miod kettenisTheo de Raadt
2014-10-13POSIX says that mknod(2) should support fifos. OK guenther@Todd C. Miller
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