Age | Commit message (Expand) | Author |
2014-10-16 | Additonal registers needs to be saved in sc_save2, not sc_save. | Mark Kettenis |
2014-10-16 | LID control method devices aren't required to offer _PSW, so don't skip | Mike Larkin |
2014-10-16 | Use an instruction encoding for the return-to-realmode code that works on | Mike Larkin |
2014-10-16 | Remove references to unimplemented CLOCK_VIRTUAL. It is non-standard | Todd C. Miller |
2014-10-16 | No need to reserve separate KVA ranges for the RLE and copy pages in | Mike Larkin |
2014-10-16 | missing \n in printf; Daniel Wade | Theo de Raadt |
2014-10-15 | move CPU_BUSY_CYCLES define out of #ifdef/else MULTIPROCESSOR, its meant to | Sebastian Reitenbach |
2014-10-15 | Do not panic when attempting to decode invalid condition codes, or if | Miod Vallat |
2014-10-15 | Sprinkle CPU_BUSY_CYCLE() in a few places. | Masao Uebayashi |
2014-10-15 | Revert previous (wrong commit message). | Masao Uebayashi |
2014-10-15 | pppx(4): Correct pppx_dev_lookup() and pppx_dev2pxd() local declarations | Masao Uebayashi |
2014-10-14 | Do not skip saving callee-saved registers in trap frames if compiling without | Miod Vallat |
2014-10-14 | Document that lo0 must be present on your system by panic(9)ing if we | Martin Pieuchot |
2014-10-14 | Don't check for an empty list of interfaces. This is never true even if | Martin Pieuchot |
2014-10-14 | Use rtfree() instead of RTFREE(), NULLify some free'd route pointers and | Martin Pieuchot |
2014-10-14 | NetBSD revision 1.20 of pmap.h (from 1996) deleted license text that should | Daniel Dickman |
2014-10-13 | disable pagezero thread on hppa, until failure gets diagnosed, ok miod kettenis | Theo de Raadt |
2014-10-13 | POSIX says that mknod(2) should support fifos. OK guenther@ | Todd C. Miller |
2014-10-13 | Let this compile without option DDB. | Miod Vallat |
2014-10-13 | Add dumping of struct dqblk done by quotactl(2) | Philip Guenther |
2014-10-13 | Calling quotactl(QCMD(Q_QUOTAON)) twice with the same filesystem, | Philip Guenther |
2014-10-13 | use mallocarray to get the array of pollfd structs. | David Gwynne |
2014-10-13 | take the pool_item pi_magic touching out from under #ifdef DIAGNOSTIC. | David Gwynne |
2014-10-12 | Rough sync with hppa to make this compile again. | Miod Vallat |
2014-10-12 | Do not compile sensor code if option SMALL_KERNEL | Miod Vallat |
2014-10-12 | Remove unnecessary `needs-flag' attributes. | Miod Vallat |
2014-10-12 | Downgrade needs-count to needs-flag when applicable. | Miod Vallat |
2014-10-12 | Remove unnecessary `needs-flag' attributes. | Miod Vallat |
2014-10-12 | remove some unused files | Jonathan Gray |
2014-10-12 | regen | Jonathan Armani |
2014-10-12 | Add Logitech Webcam C310 | Jonathan Armani |
2014-10-11 | Check for the `oscillator failure' condition, and do not register as a reliable | Miod Vallat |
2014-10-11 | Comparsion -> Comparison | Miod Vallat |
2014-10-11 | back out; does not even compile | Theo de Raadt |
2014-10-11 | resurrect a many year old diff. move CPU throttling into the kernel, | Ted Unangst |
2014-10-10 | s/lenght/length/ in comments | Stuart Henderson |
2014-10-10 | fix compilation without DIAGNOSTIC | Jonathan Matthew |
2014-10-10 | Significant unification of RAMDISK* config files, making them diffable. | Theo de Raadt |
2014-10-10 | Make CPU_INFO_FOREACH useable before secondary CPUs are started. | Martin Pieuchot |
2014-10-10 | massage the pool item header and pool item magic words. | David Gwynne |
2014-10-09 | Instead of trying to emulate select/poll semantics with respect to EOF | Todd C. Miller |
2014-10-09 | Properly initialize secondary CPUs on 64bit machines. | Martin Pieuchot |
2014-10-09 | allow building a kernel without ddb | Theo de Raadt |
2014-10-09 | Revert "enable MSI support", it introduced a regression on some chips. | Martin Pieuchot |
2014-10-09 | ddb: add support for DWARF line number decoding | Matthew Dempsky |
2014-10-09 | disassem.c only if ddb; ok miod | Theo de Raadt |
2014-10-09 | no need for lkm_map now | Ted Unangst |
2014-10-09 | remove LKM lies | Ted Unangst |
2014-10-09 | no need for lkm dummy | Ted Unangst |
2014-10-09 | mechanical translation of dev_lkm_dummy() to dev_notdef() | Ted Unangst |