Age | Commit message (Expand) | Author |
2016-02-02 | Fix unused variable warnings | Richard Braun |
2016-02-02 | Stack the slab allocator directly on top of the physical allocator | Richard Braun |
2016-01-30 | Fix early page allocation on Xen | Richard Braun |
2016-01-23 | Use vm_page as the physical memory allocator | Richard Braun |
2016-01-23 | Import the biosmem module from X15 and relicense to GPLv2+ | Richard Braun |
2016-01-23 | Import the elf module from X15 and relicense to GPLv2+ | Richard Braun |
2016-01-02 | fix t_addr assignment in lpropen | Flavio Cruz |
2016-01-01 | remove unnused disk code and headers | Flavio Cruz |
2015-11-27 | Fix bound | Samuel Thibault |
2015-08-31 | Reserve 64k at beginning of memory, not just 4k | Samuel Thibault |
2015-08-30 | Fix printk not handling ANSI escape codes | James Clarke |
2015-07-09 | i386: fix line wrapping in the immediate console | Justus Winter |
2015-06-28 | i386: improve the immediate console | Justus Winter |
2015-06-26 | i386: add comment | Justus Winter |
2015-05-02 | Fix warning | Samuel Thibault |
2015-02-26 | Use printf_once instead of recoding it | Samuel Thibault |
2015-02-26 | Limit printing "queue full" messages | Samuel Thibault |
2015-01-02 | i386: Fix typos in comments (found by codespell) | Stefan Weil |
2014-09-17 | ddb: add support for ELF symbol tables | Justus Winter |
2014-08-22 | Fix computation | Samuel Thibault |
2014-08-22 | Even less magic-looking control value | Neal H. Walfield |
2014-08-22 | Support invoking the debugger over the serial console | Justus Winter |
2014-07-25 | Drop debugging prints | Samuel Thibault |
2014-07-06 | Do not unmap page 0 when not needed | Samuel Thibault |
2014-07-06 | Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach | Samuel Thibault |
2014-07-06 | i386: use ACPI to power off the machine | Justus Winter |
2014-06-11 | i386: remap some keys | Justus Winter |
2014-06-11 | i386: reformat the key map | Justus Winter |
2014-05-03 | ddb: add "halt" command | Justus Winter |
2014-04-04 | Convert from K&R to ANSI | Marin Ramesa |
2014-04-04 | Use explicit prototypes for struct dev_ops fields | Marin Ramesa |
2014-03-28 | Assume EGA/VGA card | Samuel Thibault |
2014-03-28 | Really default to EGA/VGA on unknown CMOS values | Samuel Thibault |
2014-02-04 | Fix comstart when the queue is empty | Samuel Thibault |
2014-02-04 | Fix potential NULL dereference | Samuel Thibault |
2014-02-04 | Make empty while loops more prominent | Samuel Thibault |
2014-02-04 | Fix typo | Samuel Thibault |
2014-02-04 | Add missing break | Samuel Thibault |
2014-01-02 | Make sure cursor is initialized | Samuel Thibault |
2013-12-18 | i386: add missing includes | Justus Winter |
2013-12-17 | i386: qualify pointers whose dereferenced values are constant with const | Marin Ramesa |
2013-12-15 | Fix gcc signedness warning | Samuel Thibault |
2013-12-15 | Type definition | Marin Ramesa |
2013-12-15 | Declare void argument lists | Marin Ramesa |
2013-12-11 | i386/i386at/kd_mouse.c (kd_mouse_open): remove forward declaration | Marin Ramesa |
2013-12-11 | i386/i386at/kd.c (kdinit): remove forward declaration | Marin Ramesa |
2013-12-11 | i386/i386at/kd.c (kdmmap): remove unnecessary cast | Marin Ramesa |
2013-12-11 | i386/i386at/kd.c: remove forward declarations | Marin Ramesa |
2013-12-11 | Cleanup of the memcpy(), memmove(), memcmp() and memset() calls | Marin Ramesa |
2013-12-10 | i386/i386at/kd_event.c (kbdsetstat): fix difference in signedness | Marin Ramesa |