OSDN Git Service

uclinux-h8/uClibc.git
23 years agoNeeded now.
Eric Andersen [Mon, 9 Oct 2000 22:48:30 +0000 (22:48 -0000)]
Needed now.

23 years agoForgot this
Eric Andersen [Mon, 9 Oct 2000 20:07:06 +0000 (20:07 -0000)]
Forgot this

23 years agoBug ugly formatting update
Eric Andersen [Mon, 9 Oct 2000 20:06:30 +0000 (20:06 -0000)]
Bug ugly formatting update

23 years agoNew malloc routines.
Eric Andersen [Sun, 8 Oct 2000 18:24:23 +0000 (18:24 -0000)]
New malloc routines.

23 years agoFormatting update
Eric Andersen [Sat, 7 Oct 2000 23:46:22 +0000 (23:46 -0000)]
Formatting update

23 years agoFormatting update
Eric Andersen [Sat, 7 Oct 2000 23:40:39 +0000 (23:40 -0000)]
Formatting update

23 years agoUpdate and simplification.
Eric Andersen [Sat, 7 Oct 2000 23:37:03 +0000 (23:37 -0000)]
Update and simplification.

23 years agoForgot to ignore this
Eric Andersen [Sat, 7 Oct 2000 05:46:14 +0000 (05:46 -0000)]
Forgot to ignore this

23 years agoMore cleanups
Eric Andersen [Sat, 7 Oct 2000 01:53:53 +0000 (01:53 -0000)]
More cleanups

23 years agoAdd in support for shm/ipc.
Eric Andersen [Sat, 7 Oct 2000 01:53:34 +0000 (01:53 -0000)]
Add in support for shm/ipc.

23 years agoDependancy update
Eric Andersen [Sat, 7 Oct 2000 01:44:00 +0000 (01:44 -0000)]
Dependancy update

23 years agoUpdate dependancies
Eric Andersen [Sat, 7 Oct 2000 01:42:05 +0000 (01:42 -0000)]
Update dependancies

23 years agoRemove obsolete files. Update dependancies.
Eric Andersen [Sat, 7 Oct 2000 01:40:14 +0000 (01:40 -0000)]
Remove obsolete files.  Update dependancies.

23 years agoDependancy update
Eric Andersen [Sat, 7 Oct 2000 01:36:38 +0000 (01:36 -0000)]
Dependancy update

23 years agoRemove obsolete file. Fix dependancy.
Eric Andersen [Sat, 7 Oct 2000 01:33:19 +0000 (01:33 -0000)]
Remove obsolete file.  Fix dependancy.

23 years agoDependancy fixup, and remove some obcolete files.
Eric Andersen [Sat, 7 Oct 2000 01:31:32 +0000 (01:31 -0000)]
Dependancy fixup, and remove some obcolete files.

23 years agoWarning cleanup
Eric Andersen [Sat, 7 Oct 2000 01:30:30 +0000 (01:30 -0000)]
Warning cleanup

23 years agoMajor update to string handling. strcmp and friends were horribly
Eric Andersen [Thu, 5 Oct 2000 05:10:27 +0000 (05:10 -0000)]
Major update to string handling.  strcmp and friends were horribly
broken.  They now test out as working properly.
 -Erik

23 years agoMore makefile updates
Eric Andersen [Wed, 4 Oct 2000 23:59:12 +0000 (23:59 -0000)]
More makefile updates

23 years agoRemember to remove libc.a on 'make clean'
Eric Andersen [Wed, 4 Oct 2000 23:28:14 +0000 (23:28 -0000)]
Remember to remove libc.a on 'make clean'

23 years agoFix all the makefiles. Clean up some warnings, cleanup some headers.
Eric Andersen [Wed, 4 Oct 2000 23:26:55 +0000 (23:26 -0000)]
Fix all the makefiles.  Clean up some warnings, cleanup some headers.
 -Erik

23 years agoThis is making far too much sense.
Eric Andersen [Wed, 4 Oct 2000 21:55:32 +0000 (21:55 -0000)]
This is making far too much sense.

23 years agoMore sanity yet.
Eric Andersen [Wed, 4 Oct 2000 21:52:07 +0000 (21:52 -0000)]
More sanity yet.

23 years agoSanity fix.
Eric Andersen [Wed, 4 Oct 2000 21:51:42 +0000 (21:51 -0000)]
Sanity fix.

23 years agoMakefile sanity fix.
Eric Andersen [Wed, 4 Oct 2000 21:45:11 +0000 (21:45 -0000)]
Makefile sanity fix.
 -Erik

23 years agoMajor facelift on the test area -- the beginnings of some real testing
Eric Andersen [Wed, 4 Oct 2000 17:39:54 +0000 (17:39 -0000)]
Major facelift on the test area -- the beginnings of some real testing
stuff so we can get this library into shape.
 -Erik

23 years agoMore missing prototypes.
Eric Andersen [Tue, 3 Oct 2000 23:57:14 +0000 (23:57 -0000)]
More missing prototypes.

23 years agoAdd in some more test suite stuff.
Eric Andersen [Tue, 3 Oct 2000 23:49:57 +0000 (23:49 -0000)]
Add in some more test suite stuff.
 -Erik

23 years agotest proggy for strtol, strtoul
David Schleef [Tue, 12 Sep 2000 06:04:02 +0000 (06:04 -0000)]
test proggy for strtol, strtoul

23 years agoFix up the Makefile for better portability
Eric Andersen [Fri, 1 Sep 2000 17:47:30 +0000 (17:47 -0000)]
Fix up the Makefile for better portability
 -Erik

23 years agoRepeat after me 100 times:
Eric Andersen [Fri, 1 Sep 2000 17:43:31 +0000 (17:43 -0000)]
Repeat after me 100 times:
    I will always compile before I commit
-Erik

23 years agoRemove __restrict when not supported
Eric Andersen [Fri, 1 Sep 2000 17:38:20 +0000 (17:38 -0000)]
Remove __restrict when not supported
 -Erik

24 years ago+ added alloca() support for all architectures
John Beppu [Mon, 21 Aug 2000 22:17:17 +0000 (22:17 -0000)]
+ added alloca() support for all architectures
  by way of gcc's __builtin_alloca().  I think
  I did it right, but we'll see.

24 years agoYet more updates. Getting closer....
Eric Andersen [Fri, 11 Aug 2000 01:23:29 +0000 (01:23 -0000)]
Yet more updates.  Getting closer....
 -Erik

24 years agoAdd in snprintf and vsnprintf
Eric Andersen [Fri, 11 Aug 2000 00:25:08 +0000 (00:25 -0000)]
Add in snprintf and vsnprintf
 -Erik

24 years agoMore stuff. Down to only 43 missing functions before BusyBox will
Eric Andersen [Thu, 10 Aug 2000 19:47:55 +0000 (19:47 -0000)]
More stuff.  Down to only 43 missing functions before BusyBox will
link.  Fixed socket stuff so it doesn't pull in kernel headers and
stubbed out fork and clone.  A few other header file cleanups.
 -Erik

24 years agoFix spelling
Eric Andersen [Thu, 3 Aug 2000 17:57:10 +0000 (17:57 -0000)]
Fix spelling

24 years agoMake some of the rpc stuff compile
Eric Andersen [Thu, 3 Aug 2000 17:55:11 +0000 (17:55 -0000)]
Make some of the rpc stuff compile
 -Erik

24 years agoUpdated to new scheme for handling syscalls.
Eric Andersen [Thu, 3 Aug 2000 17:28:22 +0000 (17:28 -0000)]
Updated to new scheme for handling syscalls.
 -Erik

24 years agoAdd in a bunch of junk. Busybox now compiles (except for mkfs.minix and
Eric Andersen [Sun, 9 Jul 2000 06:39:19 +0000 (06:39 -0000)]
Add in a bunch of junk.  Busybox now compiles (except for mkfs.minix and
fsck.minix).  Of course, it doesn't link yet due to missing functions, but
hey...  At least it is now easy to see what isn't working. :-)
 -Erik

24 years agofix sys/vfs so it doesn't pull in kernel stuff.
Eric Andersen [Sun, 9 Jul 2000 04:29:04 +0000 (04:29 -0000)]
fix sys/vfs so it doesn't pull in kernel stuff.
 -Erik

24 years agoRemoved old noise.
Eric Andersen [Sun, 9 Jul 2000 04:24:58 +0000 (04:24 -0000)]
Removed old noise.
 -Erik

24 years agothe rest of the compile fixes
Randolph Chung [Sun, 9 Jul 2000 03:57:13 +0000 (03:57 -0000)]
the rest of the compile fixes

24 years agoFixed dir/dirent
Eric Andersen [Sun, 9 Jul 2000 03:53:36 +0000 (03:53 -0000)]
Fixed dir/dirent
 -Erik

24 years agoAdd needed include file
Eric Andersen [Sun, 9 Jul 2000 03:13:28 +0000 (03:13 -0000)]
Add needed include file
 -Erik

24 years agomisc net fixes for building....
Randolph Chung [Sun, 9 Jul 2000 03:07:42 +0000 (03:07 -0000)]
misc net fixes for building....

24 years agoRevert to the old set of includes.
Eric Andersen [Sun, 9 Jul 2000 02:16:27 +0000 (02:16 -0000)]
Revert to the old set of includes.
 -Erik

24 years agoTemporarily revert to older working set of files.
Eric Andersen [Sun, 9 Jul 2000 02:14:27 +0000 (02:14 -0000)]
Temporarily revert to older working set of files.
 -Erik

24 years agoForgot this file.
Eric Andersen [Sun, 9 Jul 2000 02:08:33 +0000 (02:08 -0000)]
Forgot this file.
 -Erik

24 years agoA few updates.
Eric Andersen [Fri, 7 Jul 2000 00:31:19 +0000 (00:31 -0000)]
A few updates.
 -Erik

24 years agoMore stuff I forgot to commit.
Eric Andersen [Thu, 6 Jul 2000 19:23:26 +0000 (19:23 -0000)]
More stuff I forgot to commit.
 -Erik

24 years agoSome more major updates to further superate ucLibc from the kernel
Eric Andersen [Thu, 6 Jul 2000 19:22:49 +0000 (19:22 -0000)]
Some more major updates to further superate ucLibc from the kernel
headers (the way it has been done in GNU libc).
 -Erik

24 years agoRework all the string handling. Make const stuff be constified.
Eric Andersen [Thu, 6 Jul 2000 07:16:59 +0000 (07:16 -0000)]
Rework all the string handling.  Make const stuff be constified.
 -Erik

24 years agoHacked things so longjmp now works.
Eric Andersen [Thu, 6 Jul 2000 06:37:55 +0000 (06:37 -0000)]
Hacked things so longjmp now works.
 -Erik

24 years agoLots and lots of cleanups.
Eric Andersen [Thu, 6 Jul 2000 00:20:50 +0000 (00:20 -0000)]
Lots and lots of cleanups.
 -Erik

24 years agoMore header file cleanup.
Eric Andersen [Wed, 5 Jul 2000 20:50:44 +0000 (20:50 -0000)]
More header file cleanup.
 -Erik

24 years agoMany bugfixes, header cleanups, etc. Added abort and glob.
Eric Andersen [Wed, 5 Jul 2000 19:25:08 +0000 (19:25 -0000)]
Many bugfixes, header cleanups, etc.  Added abort and glob.
It is getting closer...
 -Erik

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