diff options
| author | Thomas Schwinge <thomas@codesourcery.com> | 2012-05-24 23:08:09 +0200 |
|---|---|---|
| committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-05-24 23:08:09 +0200 |
| commit | 2910b7c5b1d55bc304344b584a25ea571a9075fb (patch) | |
| tree | bfbfbc98d4c0e205d2726fa44170a16e8421855e /microkernel/mach/gnumach/projects | |
| parent | 35b719f54c96778f571984065579625bc9f15bf5 (diff) | |
Prepare toolchain/logs/master branch.
Diffstat (limited to 'microkernel/mach/gnumach/projects')
| -rw-r--r-- | microkernel/mach/gnumach/projects/clean_up_the_code.mdwn | 123 | ||||
| -rw-r--r-- | microkernel/mach/gnumach/projects/gdb_stubs.mdwn | 19 |
2 files changed, 0 insertions, 142 deletions
diff --git a/microkernel/mach/gnumach/projects/clean_up_the_code.mdwn b/microkernel/mach/gnumach/projects/clean_up_the_code.mdwn deleted file mode 100644 index 2a9b4b60..00000000 --- a/microkernel/mach/gnumach/projects/clean_up_the_code.mdwn +++ /dev/null @@ -1,123 +0,0 @@ -[[!meta copyright="Copyright © 2005, 2006, 2007, 2008, 2010 Free Software -Foundation, Inc."]] - -[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable -id="license" text="Permission is granted to copy, distribute and/or modify this -document under the terms of the GNU Free Documentation License, Version 1.2 or -any later version published by the Free Software Foundation; with no Invariant -Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license -is included in the section entitled -[[GNU Free Documentation License|/fdl]]."]]"""]] - -[[!tag open_issue_gnumach]] - -# Restructure the tree in a sane way - -Merge `linux/src` and `linux/dev`. But only if using a sane RCS, so leave it -as-is for now. Also, a bunch of (header) files from there may probably be -discarded. - - -# Remove dead files from the GNU Mach source tree - -For *exported* files (via `make install`), the plan is to first stick some -`#error This file is scheduled for removal. Write to <bug-hurd@gnu.org> if you -have a reason to have it kept available.` into them, and then actually remove -them after some months. - -For some of the internal header files (containing function prototypes and the -like), it might actually be useful to use them. (And then get rid of a bunch -of `extern ...` statements in other files.) - -This following list was assembled by putting such a `#error ...` line into each -of the `gnumach-1-branch`'s header files (exported and internal; save the -`linux/` ones (only internal) for simplicity), and then trying to build GNU -Mach until this would succeed again (by removing offending `#error ...`s), and -afterwards using the set of exported files for building a cross toolchain -(again still removing offending `#error ...`s). A very crude and imprecise -method. - -So, additionally to the list given below, there may actually be a bunch of -further files (also exported ones) that serve no real value, but are being -`#include`d through one way or another. - -* [[!source_gnumach-1-branch ddb/db_expr.h]] - - Currently used, but copyright violation? Rewrite? - -* [[!source_gnumach-1-branch ddb/db_print.h]] - - Copyright violation? Currently unused, but could be used in principle (or - be rewritten, to avoid the copyright oddity). - -* [[!source_gnumach-1-branch ddb/tr.h]] - - Copyright violation. Unused. Remove. - -* [[!source_gnumach-1-branch device/dev_master.h]] - - Might be usable for SMP? Remove otherwise. - -* [[!source_gnumach-1-branch i386/i386/kttd_machdep.h]] - -* [[!source_gnumach-1-branch i386/i386/sched_param.h]] - -* [[!source_gnumach-1-branch i386/include/mach/i386/cthreads.h]] - - Was probably once exported, but is no longer. - -* [[!source_gnumach-1-branch i386/include/mach/i386/ioccom.h]] - - Exported. - -* [[!source_gnumach-1-branch include/device/audio_status.h]] - - Exported. - -* [[!source_gnumach-1-branch include/device/tape_status.h]] - - Exported. - -* [[!source_gnumach-1-branch include/mach/alert.h]] - - Exported. - -* [[!source_gnumach-1-branch include/mach/boot.h]] - - Exported. - -* [[!source_gnumach-1-branch include/mach/macro_help.h]] - - Exported. - -* [[!source_gnumach-1-branch include/mach/multiboot.h]] - - Exported. - -* [[!source_gnumach-1-branch include/mach/profil.h]] - - Exported. - -* [[!source_gnumach-1-branch include/mach/profilparam.h]] - - Exported. - -* [[!source_gnumach-1-branch include/mach/exec/a.out.h]] - - Exported. - -* [[!source_gnumach-1-branch include/mach_debug/pc_info.h]] - - Currently not exported, but was probably once meant to be. - -* [[!source_gnumach-1-branch kern/act.h]] - -* [[!source_gnumach-1-branch kern/refcount.h]] - -* [[!source_gnumach-1-branch kern/shuttle.h]] - - -# Remove dead functions, variables, etc. from source files - - -# Rewrite ugly code diff --git a/microkernel/mach/gnumach/projects/gdb_stubs.mdwn b/microkernel/mach/gnumach/projects/gdb_stubs.mdwn deleted file mode 100644 index 064da7bf..00000000 --- a/microkernel/mach/gnumach/projects/gdb_stubs.mdwn +++ /dev/null @@ -1,19 +0,0 @@ -[[!meta copyright="Copyright © 2008, 2010 Free Software Foundation, Inc."]] - -[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable -id="license" text="Permission is granted to copy, distribute and/or modify this -document under the terms of the GNU Free Documentation License, Version 1.2 or -any later version published by the Free Software Foundation; with no Invariant -Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license -is included in the section entitled -[[GNU Free Documentation License|/fdl]]."]]"""]] - -[[!tag open_issue_gnumach open_issue_gdb]] - - * <http://lists.gnu.org/archive/html/bug-hurd/2008-04/msg00103.html> - - * [ChangeLog.gdb](http://cvs.savannah.gnu.org/viewvc/gnumach/ChangeLog.gdb?root=hurd&view=markup&pathrev=gnumach-1-branch-gdb-branch) - -This may be another follow-up project: [*Linux Kernel GDB tracepoint -module*](http://thread.gmane.org/gmane.comp.gdb.devel/29369), Hui Zhu, -2010-10-09. |
