Age | Commit message (Expand) | Author |
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 |
2014-01-04 | Add rnddata[] placeholders to make these boot blocks build again. | Miod Vallat |
2013-12-28 | crank the version | Theo de Raadt |
2013-12-08 | reflect reality, mark as NOOBJ | Marc Espie |
2013-11-09 | Cope with the current layout of kernel binaries (three program headers now | Miod Vallat |
2013-11-03 | Even saner kernel layout, so that .rodata can be batc mapped by a read-only | Miod Vallat |
2013-11-02 | Use a linker script to align .data to a BATC boundary as well, so that no | Miod Vallat |
2013-11-02 | Create the initial page tables in the area between the end of the firmware | Miod Vallat |
2013-11-02 | Link m88k kernels on a BATC boundary. | Miod Vallat |