Age | Commit message (Expand) | Author |
2015-05-19 | kern: import `macros.h' from x15 | Justus Winter |
2015-05-17 | i386: avoid compiler warning | Justus Winter |
2015-05-14 | i386: use macro to compute address of saved registers | Justus Winter |
2015-05-02 | Fix warning | Samuel Thibault |
2015-04-23 | Prepend 0x to hexadecimal offset | Samuel Thibault |
2015-03-08 | Remove spl debugging in Xen case | 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-02-20 | i386: specialize `copyinmsg' and `copyoutmsg' | Justus Winter |
2015-02-20 | i386: drop needless instruction from `copyout' | Justus Winter |
2015-01-02 | i386: Fix typos in comments (found by codespell) | Stefan Weil |
2015-01-02 | Handle kernel traps happening before starting userland | Samuel Thibault |
2014-12-15 | Make spl7 just clear IF instead of setting the PIC mask | Samuel Thibault |
2014-11-16 | Only set debug registers when they are used | Samuel Thibault |
2014-09-17 | ddb: add support for ELF symbol tables | Justus Winter |
2014-09-17 | Report DR6 to userland | Samuel Thibault |
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 | Document that io_map_cached leaks memory | 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-07-06 | i386: add io_map_cached | Justus Winter |
2014-06-11 | i386: remap some keys | Justus Winter |
2014-06-11 | i386: reformat the key map | Justus Winter |
2014-06-11 | ddb: print task names if available | Justus Winter |
2014-05-27 | Add missing memory clobber | Samuel Thibault |
2014-05-25 | Rewrite old-style #endif FOO directives | Justus Winter |
2014-05-03 | ddb: add "halt" command | Justus Winter |
2014-04-30 | i386: fix MACHINE_SERVER_HEADER | Justus Winter |
2014-04-30 | kern: include the MIG-generated server headers for MACHINE_SERVER | 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-03-22 | Fix overflow | Samuel Thibault |
2014-03-03 | Keep two virtual pages as mapping windows to access physical memory | 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 | Fix potential NULL dereference | Samuel Thibault |
2014-02-04 | Fix potential NULL dereference | Samuel Thibault |
2014-02-04 | Fix FPU state copy size | Samuel Thibault |
2014-02-04 | Make empty while loops more prominent | Samuel Thibault |
2014-02-04 | Fix FPU state access | 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 |
2014-01-01 | i386/include/mach/i386/mach_i386_types.h: add comments after else and endif | Marin Ramesa |