Age | Commit message (Expand) | Author |
2015-07-17 | remove obsolete INET kernel option | Ted Unangst |
2015-06-14 | Bring a few routines from libkern in order to avoid linking against libgcc. | Miod Vallat |
2015-06-13 | When investigating an uninitialised variable in the armv7 resettodr() | Jonathan Gray |
2015-05-18 | Move the logic deciding whether to grab the kernel lock or not, deeper in the | Miod Vallat |
2015-04-25 | Repair boot device detection when booting off the second SCSI controller on | Miod Vallat |
2015-02-25 | Rework secondary processor initialization, in order to allocate their idle | Miod Vallat |
2015-02-10 | Convert to uiomove(). | Miod Vallat |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2015-01-13 | for the install: target, use cmp as a rough attempt for avoiding repeated | Theo de Raadt |
2015-01-11 | switch prototype warnings to implicit-declaration warnings. | Ted Unangst |
2014-12-24 | Pass real sizes to free(). | Miod Vallat |
2014-12-22 | unifdef INET | Ted Unangst |
2014-12-16 | Do not grab the kernel lock for clock interrupts, hardclock() will behave | Miod Vallat |
2014-12-10 | retire shutdown hooks; ok deraadt, krw | Mike Belopuhov |
2014-11-19 | Move {recv,send}udp() out of net.c into their own file; to be used shortly. | Miod Vallat |
2014-11-18 | (except for the arm architectures...) unify the way the ld.script is | Theo de Raadt |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
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 | remove LKM devices | Ted Unangst |
2014-10-04 | Switch the kernel configs over to using -Wframe-larger-than= instead of | Brad Smith |
2014-09-21 | Reset fault status registers to zero after reading them, even in the 2:1 | Miod Vallat |
2014-09-20 | Use config_suspend_all(9). | Mark Kettenis |
2014-09-13 | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. | Doug Hogan |
2014-08-21 | Kill the remaining <netinet/in_systm.h> inclusion! | Martin Pieuchot |
2014-08-14 | fixed overrid(d)en typo | Tobias Stoeckmann |
2014-07-21 | boot(9): Reduce annoying style diffs | Masao Uebayashi |
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 | fix even more trailing tabs | Jasper Lievisse Adriaanse |
2014-07-12 | revert bogus free changes in not kernel files. got a little trigger happy. | Ted Unangst |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-11 | Convert bus_dmamem_map(9) to km_alloc(9) in order to make it fail and | Martin Pieuchot |
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-01 | Replace the assembly 88100 FPU imprecise exception code (mostly triggered by | Miod Vallat |
2014-06-09 | Replace the unmaintainable assembler code responsible for 88100 precise FPU | Miod Vallat |
2014-05-31 | Use calloc to make sure the correct size is zeroed; Benjamin Baier | Miod Vallat |
2014-05-31 | Revert previous diff setting cold to 1 on shutdown because it breaks machine | Martin Pieuchot |
2014-05-30 | Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting or | Martin Pieuchot |
2014-05-17 | Remove "WARNING:" prefix from SYSFAIL and ACFAIL messages, so that, in case | Miod Vallat |
2014-05-08 | Format string fixes for m88k; remove -Wno-format from the m88k kernels. | Miod Vallat |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-03-13 | get rid of the assumption that the head of the alldevs list is the | David Gwynne |
2014-02-24 | /etc/random.seed support in da bootblockz. | Miod Vallat |
2014-01-19 | Cope with an arbitrary number of ELF program headers, and only copy the | Miod Vallat |
2014-01-19 | Initialize ci_randseed better using arc4random() + a trick. Remove the | Theo de Raadt |