summaryrefslogtreecommitdiff
path: root/i386
AgeCommit message (Expand)Author
2014-06-11i386: remap some keysJustus Winter
2014-06-11i386: reformat the key mapJustus Winter
2014-06-11ddb: print task names if availableJustus Winter
2014-05-25Rewrite old-style #endif FOO directivesJustus Winter
2014-05-03ddb: add "halt" commandJustus Winter
2014-04-30i386: fix MACHINE_SERVER_HEADERJustus Winter
2014-04-30kern: include the MIG-generated server headers for MACHINE_SERVERJustus Winter
2014-04-04Convert from K&R to ANSIMarin Ramesa
2014-04-04Use explicit prototypes for struct dev_ops fieldsMarin Ramesa
2014-03-28Assume EGA/VGA cardSamuel Thibault
2014-03-28Really default to EGA/VGA on unknown CMOS valuesSamuel Thibault
2014-03-22Fix overflowSamuel Thibault
2014-03-03Keep two virtual pages as mapping windows to access physical memorySamuel Thibault
2014-02-04Fix comstart when the queue is emptySamuel Thibault
2014-02-04Fix potential NULL dereferenceSamuel Thibault
2014-02-04Fix potential NULL dereferenceSamuel Thibault
2014-02-04Fix potential NULL dereferenceSamuel Thibault
2014-02-04Fix FPU state copy sizeSamuel Thibault
2014-02-04Make empty while loops more prominentSamuel Thibault
2014-02-04Fix FPU state accessSamuel Thibault
2014-02-04Fix typoSamuel Thibault
2014-02-04Add missing breakSamuel Thibault
2014-01-02Make sure cursor is initializedSamuel Thibault
2014-01-01i386/include/mach/i386/mach_i386_types.h: add comments after else and endifMarin Ramesa
2014-01-01Add comment after endifMarin Ramesa
2013-12-20Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault
2013-12-20Declare void argument lists (part 2)Marin Ramesa
2013-12-18i386: add missing includesJustus Winter
2013-12-17i386: qualify pointers whose dereferenced values are constant with constMarin Ramesa
2013-12-16Quiet GCC warning about uninitialized variableMarin Ramesa
2013-12-15i386/i386/db_trace.c: use (long *) instead of an (int *)Marin Ramesa
2013-12-15ddb: qualify pointers whose dereferenced values are constant with constMarin Ramesa
2013-12-15Fix gcc signedness warningSamuel Thibault
2013-12-15Type definitionMarin Ramesa
2013-12-15i386/i386/ldt.c: remove forward declarationMarin Ramesa
2013-12-15Declare void argument listsMarin Ramesa
2013-12-11i386/i386at/kd_mouse.c (kd_mouse_open): remove forward declarationMarin Ramesa
2013-12-11i386/i386at/kd.c (kdinit): remove forward declarationMarin Ramesa
2013-12-11i386/i386at/kd.c (kdmmap): remove unnecessary castMarin Ramesa
2013-12-11i386/i386at/kd.c: remove forward declarationsMarin Ramesa
2013-12-11i386/i386/db_trace.c (db_i386_stack_trace): remove unnecessary castMarin Ramesa
2013-12-11i386/i386/db_trace.c: remove forward declarationMarin Ramesa
2013-12-11Cleanup of the memcpy(), memmove(), memcmp() and memset() callsMarin Ramesa
2013-12-10i386/i386/db_interface.c: use vm_offset_t instead of an unsigned intMarin Ramesa
2013-12-10i386/i386at/kd_event.c (kbdsetstat): fix difference in signednessMarin Ramesa
2013-12-10i386: move prototypes to fix implicit declaration of functionMarin Ramesa
2013-12-09Use db_addr_t instead of db_expr_tMarin Ramesa
2013-12-09i386/i386at/kd.c: use io_req instead of uioMarin Ramesa
2013-12-09i386/i386/db_interface.c: remove forward declarationMarin Ramesa
2013-12-09i386/i386at/lpr.c: fix initalization from incompatible pointer typeMarin Ramesa