OSDN Git Service

uclinux-h8/uclibc-ng.git
24 years agoCompletely rearchitected the sysdeps directory.
Eric Andersen [Wed, 5 Jul 2000 19:23:36 +0000 (19:23 -0000)]
Completely rearchitected the sysdeps directory.
 -Erik

24 years agoFix up the makefiles. malloc-simple/Makefile forgot to include realloc.
Eric Andersen [Thu, 29 Jun 2000 20:47:11 +0000 (20:47 -0000)]
Fix up the makefiles. malloc-simple/Makefile forgot to include realloc.
test/Makefile used a hard coded absolute path (bad, bad, bad).
 -Erik

24 years agoMore GPL vs LGPL fixes (sysdeps/getpagesize.c), and some header
Eric Andersen [Wed, 28 Jun 2000 19:15:35 +0000 (19:15 -0000)]
More GPL vs LGPL fixes (sysdeps/getpagesize.c), and some header
cleanups.
 -Erik

24 years agoAdd in a version number so apps can tell uclib is being used.
Eric Andersen [Mon, 19 Jun 2000 21:51:18 +0000 (21:51 -0000)]
Add in a version number so apps can tell uclib is being used.
 -Erik

24 years agoImplimented a simple allocation system that does not waste memory.
Ron Alder [Thu, 15 Jun 2000 18:01:08 +0000 (18:01 -0000)]
Implimented a simple allocation system that does not waste memory.
Added realloc. The allocation system was needed to support realloc.

24 years agoFixed the parameters to mmap in malloc.
Ron Alder [Tue, 13 Jun 2000 21:32:34 +0000 (21:32 -0000)]
Fixed the parameters to mmap in malloc.
malloc now works, but wastes alot of memory with the minimum
amount of memory used for each allocation being 4k.

24 years agoMore housecleaning.
Erik Andersen [Wed, 17 May 2000 02:45:14 +0000 (02:45 -0000)]
More housecleaning.
 -Erik

24 years agoMore tests. Seems malloc isn't working...
Erik Andersen [Wed, 17 May 2000 02:16:00 +0000 (02:16 -0000)]
More tests. Seems malloc isn't working...
 -Erik

24 years agoSome more makefile fixes.
Erik Andersen [Tue, 16 May 2000 22:55:15 +0000 (22:55 -0000)]
Some more makefile fixes.
 -Erik

24 years agoAdd sysinfo support.
Erik Andersen [Tue, 16 May 2000 22:54:19 +0000 (22:54 -0000)]
Add sysinfo support.
 -Erik

24 years agoAdd in a test dir.
Erik Andersen [Tue, 16 May 2000 16:47:25 +0000 (16:47 -0000)]
Add in a test dir.
 -Erik

24 years agoAdd in the "_start" symbol in asm. Fix a makefile (that needs to be
Erik Andersen [Tue, 16 May 2000 05:38:45 +0000 (05:38 -0000)]
Add in the "_start" symbol in asm.  Fix a makefile (that needs to be
abstracted I suppose for platforms (though I am doing fine w/o libcrt*)
and add function prototype for exit into stdlib.h (it was missing... odd).
Compiles vs uC-libc are less noisy now.
 -Erik

24 years agoFinished porting stuff to x86 and supporting the Linux 2.2 kernels.
Erik Andersen [Mon, 15 May 2000 22:10:56 +0000 (22:10 -0000)]
Finished porting stuff to x86 and supporting the Linux 2.2 kernels.
It now compiles....
 -Erik

24 years agoWork in progress -- cleanups.
Erik Andersen [Sun, 14 May 2000 06:36:48 +0000 (06:36 -0000)]
Work in progress -- cleanups.
 -Erik

24 years agoSome makefile updates to make it behave a bit better/consistently.
Erik Andersen [Sun, 14 May 2000 06:07:31 +0000 (06:07 -0000)]
Some makefile updates to make it behave a bit better/consistently.
 -Erik

24 years agoPatch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com>
Erik Andersen [Sun, 14 May 2000 04:19:43 +0000 (04:19 -0000)]
Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com>
to allow uC-libc to compile under x86.
 -Erik

24 years agoInitial revision
Erik Andersen [Sun, 14 May 2000 04:16:35 +0000 (04:16 -0000)]
Initial revision