diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-11-05 21:59:36 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:51 +0200 |
commit | bf6cafa8fb721c481a06586c65496c2bf056fc8c (patch) | |
tree | 2323eab1b66640189757e995b1872cb39691a66c | |
parent | 3b5f6587167d4a14ae00f3dde4911224bd6b7660 (diff) |
2006-11-05 Thomas Schwinge <tschwinge@gnu.org>
* linux/dev/README: New file.
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | linux/dev/README | 8 |
2 files changed, 11 insertions, 5 deletions
@@ -1,5 +1,7 @@ 2006-11-05 Thomas Schwinge <tschwinge@gnu.org> + * linux/dev/README: New file. + * config.h.in: Regenerate. * configure: Likewise. @@ -10,9 +12,7 @@ [task #5878 --- ``Backport code from GNU Mach's trunk to gnumach-1-branch: i386_set_gdt, i386_get_gdt''] - [sync from HEAD, 2002-10-03] - * i386/include/mach/i386/mach_i386.defs (i386_set_gdt, i386_get_gdt): New routines. * i386/i386/user_ldt.c (i386_set_gdt, i386_get_gdt): New functions. @@ -26,7 +26,6 @@ 2006-11-05 Samuel Thibault <samuel.thibault@ens-lyon.org> FPU, CPU and IO stubs cleanup. - * i386/i386/fpu.h (fstcw): New macro. * i386/i386/locore.S (_fninit, _fstcw, _fldcw, _fnstsw, _fnclex) (_clts, _fpsave, _fprestore, set_cr3, get_cr3, flush_tlb, get_cr2) @@ -47,8 +46,7 @@ 2006-11-05 Barry deFreese <bddebian@comcast.net> - memcpy/memset cleanup. - + [task #5726 --- ``GCC built-in functions''] * include/string.h: New file. * include/mach/mig_support.h: Include `string.h'. [MACH_KERNEL] (bcopy): Remove extern declaration. diff --git a/linux/dev/README b/linux/dev/README new file mode 100644 index 0000000..c3ceca1 --- /dev/null +++ b/linux/dev/README @@ -0,0 +1,8 @@ +This hierarchy used to contain modified files, based on files from the +Linux kernel, as opposed to `../src/' containing only files that have not +been modified (or have only been modified marginally). This policy is +NOT adhered to any further, so please don't change (or even add) files +below here, but instead merge the files in here back into `../src/' +(which should really be called `../linux-2.0' or similar) or even better +--- when adding large chunks --- create a more suitable hierarchy like +we've done with `../pcmcia-cs/'. |