Age | Commit message (Expand) | Author |
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 |
2014-01-01 | Add comment after endif | Marin Ramesa |
2013-12-20 | Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach | Samuel Thibault |
2013-12-20 | Declare void argument lists (part 2) | Marin Ramesa |
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-16 | Quiet GCC warning about uninitialized variable | Marin Ramesa |
2013-12-15 | i386/i386/db_trace.c: use (long *) instead of an (int *) | Marin Ramesa |
2013-12-15 | ddb: 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 | i386/i386/ldt.c: remove forward declaration | 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 | i386/i386/db_trace.c (db_i386_stack_trace): remove unnecessary cast | Marin Ramesa |
2013-12-11 | i386/i386/db_trace.c: remove forward declaration | Marin Ramesa |
2013-12-11 | Cleanup of the memcpy(), memmove(), memcmp() and memset() calls | Marin Ramesa |
2013-12-10 | i386/i386/db_interface.c: use vm_offset_t instead of an unsigned int | 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 | Use db_addr_t instead of db_expr_t | Marin Ramesa |
2013-12-09 | i386/i386at/kd.c: use io_req instead of uio | Marin Ramesa |
2013-12-09 | i386/i386/db_interface.c: remove forward declaration | 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 | i386/intel/pmap.c: remove unused variable | Marin Ramesa |
2013-12-09 | i386/intel/pmap.c: use boolean instead of an int | Marin Ramesa |
2013-12-09 | time: remove unused variable | Marin Ramesa |