aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* i386/i386/db_interface.c: fix implicit declaration of functionMarin Ramesa2013-11-201-0/+1
* i386/i386/db_interface.c: fix implicit declaration of functionMarin Ramesa2013-11-201-0/+1
* Fix implicit declaration of functionMarin Ramesa2013-11-203-4/+11
* kern/xpr.c: quiet warning about uninitialized variableMarin Ramesa2013-11-201-1/+1
* kern/startup.c: fix implicit declaration of functionMarin Ramesa2013-11-201-1/+3
* ipc/ipc_print.h: include ipc/ipc_pset.h for ipc_pset_tMarin Ramesa2013-11-201-0/+1
* ddb/db_variables.c: fix initializations from incompatible pointer typeMarin Ramesa2013-11-201-4/+4
* ddb/db_run.c: move declaration of brpc into SOFTWARE_SSTEPMarin Ramesa2013-11-201-1/+2
* ddb/db_run.c: trivial stylistic fix for consistencyMarin Ramesa2013-11-201-1/+1
* ddb/db_run.c: remove set but unused variableMarin Ramesa2013-11-201-3/+2
* ddb: fix implicit declaration of functionMarin Ramesa2013-11-202-3/+2