aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* kern: new header file exception.hMarin Ramesa2013-12-054-15/+66
* i386/i386/pcb.c: remove forward declarationsMarin Ramesa2013-12-053-6/+9
* i386/i386/io_perm.c: remove forward declarationMarin Ramesa2013-12-052-5/+3
* i386/i386/fpu.c, trap.c: remove forward declarationsMarin Ramesa2013-12-053-7/+7
* i386/i386/db_trace.c: remove forward declarationMarin Ramesa2013-12-052-7/+8
* device/device_init.c: remove forward declarationsMarin Ramesa2013-12-054-8/+12
* ddb/db_variables.c: remove forward declarationsMarin Ramesa2013-12-052-3/+16
* ddb/db_trap.c: remove forward declarationsMarin Ramesa2013-12-052-3/+11
* ddb/db_command.c: remove useless forward declaration without definitionMarin Ramesa2013-12-051-5/+0
* ddb/db_command.c: remove forward declarationMarin Ramesa2013-12-053-2/+4
* ddb/db_sym.c: fix argument listMarin Ramesa2013-12-051-1/+1
* ddb/db_sym.c: remove useless forward declarations without definitionsMarin Ramesa2013-12-051-9/+0
* ddb: new header file db_aout.hMarin Ramesa2013-12-055-7/+62
* ddb/db_aout.c: trivial stylistic fix for consistencyMarin Ramesa2013-12-051-1/+1
* ddb/db_run.c: add comment after endifMarin Ramesa2013-12-051-1/+1
* ddb/db_mp.c: add comment after else and endifMarin Ramesa2013-12-051-3/+3
* ddb/db_input.c: add comment after endifMarin Ramesa2013-12-051-3/+3
* ddb/db_command.c: remove forward declarationsMarin Ramesa2013-12-053-2/+11
* device/net_io.c: initialize hash_entp to NULLMarin Ramesa2013-12-051-1/+8
* Modify struct db_variableMarin Ramesa2013-11-246-17/+17
* device: new header file chario.hMarin Ramesa2013-11-243-10/+37
* ddb/db_examine.c: trivial stylistic fix for consistencyMarin Ramesa2013-11-241-1/+1
* ddb: move forward declarations into a header fileMarin Ramesa2013-11-242-6/+16
* ddb: move forward declaration into a header fileMarin Ramesa2013-11-242-2/+2
* ddb: create new header file db_mp.hMarin Ramesa2013-11-243-5/+28
* ddb: move forward declarations into a header fileMarin Ramesa2013-11-242-11/+11
* Simplify testSamuel Thibault2013-11-241-4/+2
* Drop spurious volatile qualifierSamuel Thibault2013-11-241-3/+0
* kern: move forward declarations into a header fileMarin Ramesa2013-11-242-7/+7
* kern: move forward declaration into a header fileMarin Ramesa2013-11-242-7/+6
* kern: move forward declaration into a header fileMarin Ramesa2013-11-242-2/+2
* kern: move forward declaration into a header fileMarin Ramesa2013-11-242-2/+2
* kern: move forward declarations into a header fileMarin Ramesa2013-11-242-3/+5
* vm: move forward declarations into a header fileMarin Ramesa2013-11-242-16/+17
* vm: move forward declarations into a header fileMarin Ramesa2013-11-242-10/+10
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault2013-11-244-0/+62
|\
| * New RPC for thread destructionRichard Braun2013-11-243-0/+57
| * Export mach_port_destroy declarationRichard Braun2013-11-241-0/+5
* | Remove leftover register qualifiersMarin Ramesa2013-11-2412-19/+16
|/
* ddb/db_break.c: remove duplicate includeMarin Ramesa2013-11-221-1/+0
* i386/i386/db_interface.h: fix implicit declaration of functionMarin Ramesa2013-11-211-0/+2
* ddb/db_sym.c: move assignment outside ifMarin Ramesa2013-11-211-1/+3
* i386/i386at/kd.h: fix implicit declaration of functionMarin Ramesa2013-11-211-0/+4
* ddb/db_break.c: fix implicit declaration of functionsMarin Ramesa2013-11-211-0/+1
* i386/i386/trap.c: fix implicit declaration of functionMarin Ramesa2013-11-201-0/+1
* i386/i386/db_trace.c: don't cast to db_addr_tMarin Ramesa2013-11-201-1/+1
* Comment out db_search_nullSamuel Thibault2013-11-201-2/+4
* i386/i386/db_interface.c: add comments after else and endifMarin Ramesa2013-11-201-5/+5
* i386/i386/db_interface.c: remove return valueMarin Ramesa2013-11-201-1/+1
* i386/i386/db_trace.c: fix implicit declaration of functionMarin Ramesa2013-11-201-0/+1