Age | Commit message (Expand) | Author |
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 |
2013-12-10 | i386: move prototypes to fix implicit declaration of function | Marin Ramesa |
2013-12-09 | i386/i386at/kd.c: use io_req instead of uio | Marin Ramesa |
2013-12-09 | i386/i386at/lpr.c: fix initalization from incompatible pointer type | Marin Ramesa |
2013-12-09 | i386/i386at/com.c: fix initialization from incompatible pointer type | Marin Ramesa |
2013-12-09 | i386/i386at/pic_isa.c: remove forward declaration | Marin Ramesa |
2013-12-09 | i386/i386at/model_dep.c: fix argument list | Marin Ramesa |
2013-12-09 | i386/i386at/lpr.c: fix argument list | Marin Ramesa |
2013-12-09 | time: remove unused variable | Marin Ramesa |
2013-12-09 | i386/i386at/rtc.c: use boolean instead of an int | Marin Ramesa |
2013-12-09 | i386/i386at/kd.c: use boolean instead of an unsigned int | Marin Ramesa |
2013-12-09 | i386/i386at/kd.c: use boolean instead of an int | Marin Ramesa |
2013-12-09 | i386/i386at/model_dep.c, kd.c: use boolean instead of an int | Marin Ramesa |
2013-12-09 | i386/i386at/immc.c, kd.c: use boolean instead of an int | Marin Ramesa |
2013-12-08 | Make unsigned character constants unsigned | Samuel Thibault |
2013-12-08 | Add ifndefs | Marin Ramesa |
2013-12-08 | Add comments after endifs | Marin Ramesa |
2013-12-05 | i386/i386at/com.h: include chips/busses.h for struct bus_device | Marin Ramesa |
2013-12-05 | i386/i386at/model_dep.c: remove forward declaration | Marin Ramesa |
2013-12-05 | Drop duplicate declaration | Samuel Thibault |