Age | Commit message (Expand) | Author |
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 |
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-09 | i386/i386/user_ldt.c: remove unused variable | Marin Ramesa |
2013-12-09 | i386/i386/trap.c: remove unused variables | Marin Ramesa |
2013-12-08 | i386/i386/trap.c: remove unused variable | Marin Ramesa |
2013-12-08 | i386/i386/pit.c: remove unused variables | Marin Ramesa |
2013-12-08 | i386/i386/pic.c: remove unused variables | Marin Ramesa |
2013-12-08 | i386/i386/mp_desc.c: remove unused variable | Marin Ramesa |
2013-12-08 | i386/i386/ipl.h: remove ifdef and add ifndef | Marin Ramesa |
2013-12-08 | i386/i386/db_interface.c: use boolean instead of an int | Marin Ramesa |
2013-12-08 | i386/i386/setjmp.h: remove ifdef | 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 | Remove unnecessary file | Samuel Thibault |
2013-12-05 | kern/thread.c: remove forward declaration | Marin Ramesa |
2013-12-05 | kern/startup.c: remove forward declarations | Marin Ramesa |
2013-12-05 | kern/bootstrap.c: remove forward declarations | Marin Ramesa |
2013-12-05 | i386/intel/pmap.c: remove forward declarations | Marin Ramesa |
2013-12-05 | Drop duplicate declaration | Samuel Thibault |
2013-12-05 | i386/i386at: remove forward declarations | Marin Ramesa |
2013-12-05 | i386/i386at/kd_mouse.c: remove forward declarations | Marin Ramesa |
2013-12-05 | i386/i386at/kd_event.c: remove forward declarations | Marin Ramesa |
2013-12-05 | i386/i386at/kd.c: remove forward declarations | Marin Ramesa |
2013-12-05 | i386/i386at/conf.c: remove forward declarations | Marin Ramesa |
2013-12-05 | i386/i386at/autoconf.c, com.c, lpr.c: remove forward declarations | Marin Ramesa |
2013-12-05 | kern/exception.c: remove forward declarations | Marin Ramesa |
2013-12-05 | kern: new header file exception.h | Marin Ramesa |
2013-12-05 | i386/i386/pcb.c: remove forward declarations | Marin Ramesa |
2013-12-05 | i386/i386/io_perm.c: remove forward declaration | Marin Ramesa |
2013-12-05 | i386/i386/fpu.c, trap.c: remove forward declarations | Marin Ramesa |
2013-12-05 | i386/i386/db_trace.c: remove forward declaration | Marin Ramesa |
2013-12-05 | ddb/db_command.c: remove forward declaration | Marin Ramesa |
2013-12-05 | ddb/db_command.c: remove forward declarations | Marin Ramesa |
2013-11-24 | Modify struct db_variable | Marin Ramesa |
2013-11-24 | Remove leftover register qualifiers | Marin Ramesa |
2013-11-21 | i386/i386/db_interface.h: fix implicit declaration of function | Marin Ramesa |
2013-11-21 | i386/i386at/kd.h: fix implicit declaration of function | Marin Ramesa |
2013-11-20 | i386/i386/trap.c: fix implicit declaration of function | Marin Ramesa |
2013-11-20 | i386/i386/db_trace.c: don't cast to db_addr_t | Marin Ramesa |
2013-11-20 | Comment out db_search_null | Samuel Thibault |
2013-11-20 | i386/i386/db_interface.c: add comments after else and endif | Marin Ramesa |