Age | Commit message (Expand) | Author |
2014-10-10 | Significant unification of RAMDISK* config files, making them diffable. | Theo de Raadt |
2014-10-09 | mechanical translation of dev_lkm_dummy() to dev_notdef() | Ted Unangst |
2014-10-09 | revert unintentional commit unrelated to LKM | Ted Unangst |
2014-10-09 | remove LKM devices | Ted Unangst |
2014-10-08 | #ifndef DDB, correct a format string.. | Theo de Raadt |
2014-10-08 | remove an unused file that is a duplicate of arch/hppa/gsc/mongoose_gsc.c | Jonathan Gray |
2014-10-04 | Switch the kernel configs over to using -Wframe-larger-than= instead of | Brad Smith |
2014-10-01 | all ramdisks should use SMALL_KERNEL and NO_PROPOLICE. basically, all | Theo de Raadt |
2014-09-30 | Add the QLogic SCSI/FC drivers. | Brad Smith |
2014-09-24 | jmatthew@ points out atomic_swap_foo takes two arguments, not three. | David Gwynne |
2014-09-24 | Replace a few malloc() calls with reallocarray() so it checks for overflow. | Doug Hogan |
2014-09-22 | implement atomic_{cas,swap}_{uint,ulong,ptr} and | David Gwynne |
2014-09-19 | Use config_suspend_all(9). | Mark Kettenis |
2014-09-15 | Remove non-standard <sys/dkstat.h> header. It has not contained anything | Miod Vallat |
2014-09-14 | Clean up isp(4) from kernel configs with the new drivers already | Brad Smith |
2014-09-04 | Revert previous change, but use curcpu()->ci_schedstate.spc_cp_time[] instead | Miod Vallat |
2014-08-30 | Fix format strings in STIDEBUG code. | Miod Vallat |
2014-08-29 | Use the load average from averunnable.ldavg[] instead of bogus cp_time[] | Miod Vallat |
2014-08-20 | unlink crypto(4) pseudo device from the architecture dependant character | Mike Belopuhov |
2014-08-18 | dont rely on mbuf.h to provide pool.h. | David Gwynne |
2014-07-22 | boot(9): Reduce diffs between hppa & hppa64 (& others) | Masao Uebayashi |
2014-07-21 | boot(9): Reduce annoying style diffs | Masao Uebayashi |
2014-07-17 | immidiatelly -> immediately | Miod Vallat |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2014-07-13 | boot(9): Cosmetic changes to improve diff'ability. | Masao Uebayashi |
2014-07-13 | Cosmetic changes to reduce diffs. | Masao Uebayashi |
2014-07-13 | #$%#@$# CONSPEED | Miod Vallat |
2014-07-13 | use nitems() instead of handrolling something identical | Jasper Lievisse Adriaanse |
2014-07-13 | move putchar() into libsa | Jasper Lievisse Adriaanse |
2014-07-13 | One missing boot -> prsignal(initprocess) conversion | Miod Vallat |
2014-07-13 | These still need <sys/reboot.h> for the RB_ constants. | Miod Vallat |
2014-07-12 | unify cnspeed() | Jasper Lievisse Adriaanse |
2014-07-12 | reboot(9), panic(9): Call panic(9) for unrecoverable MD H/W errors (NMIs) | Masao Uebayashi |
2014-07-12 | "Dr. Jones. Again we see there is nothing you can possess which I cannot | Ted Unangst |
2014-07-12 | move getchar() into libsa where applicable | Jasper Lievisse Adriaanse |
2014-07-12 | Build kernels at -O2 instead of -Os, as done for userland and on all other | Miod Vallat |
2014-07-12 | revert a few stragglers hiding out | Ted Unangst |
2014-07-12 | reboot(9): Shutdown system by signaling init(8) from kernel where appropriate | Masao Uebayashi |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | Tackle the endian.h mess. Make it so that: | Philip Guenther |
2014-07-12 | boot(9), reboot(9): Migrate MD callers of boot(9) to reboot(9) | Masao Uebayashi |
2014-07-11 | remove bthub remnants | Ted Unangst |
2014-07-11 | "It's not the years, honey; it's the mileage." | Ted Unangst |
2014-07-11 | CPU_BUSY_CYCLE(): A new MI statement for busy loop power reduction | Masao Uebayashi |
2014-07-10 | Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting or | Martin Pieuchot |
2014-07-10 | boot(9): Remove comments about RB_*, "cold", and savectx() | Masao Uebayashi |
2014-07-10 | boot(): Remove comments about RB_TIMEBAD to reduce diffs | Masao Uebayashi |
2014-07-10 | boot(): Unify declarations | Masao Uebayashi |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-07-07 | Do the 64-bit argument swap dance, for the syscalls which require it, | Miod Vallat |