summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Collapse)AuthorAgeFilesLines
...
* Add in the sysvipc patch from Michael ShmulevichEric Andersen2001-03-197-8/+327
|
* Since Erik apparently wants def/undef vs def 1/0...Manuel Novoa III2001-03-192-3/+3
|
* Part of the ctype locale support.Manuel Novoa III2001-03-187-26/+934
|
* Delete wordexp. There isn't much point in having this sinceEric Andersen2001-03-134-2709/+1
| | | | | so few apps use it, and it is just a stub anyways. Better to just skip it.
* Hmm. Seems I left wordexp off. oops.Eric Andersen2001-03-081-1/+1
|
* Add in wordexp support (mostly stubbed out for now) since the busyboxEric Andersen2001-03-084-1/+2710
| | | | | shell, lash, is about to start using wordexp. -Erik
* stdio mostly rewritten... passes lots of tests now.Manuel Novoa III2001-02-271-15/+11
| | | | printf now supports long double, plus some bug fixes.
* For some reason the fancy attribute tags were not working on m68k soDavid McCullough2001-02-271-8/+4
| | | | | | | I followed environ example which uses asm and it seemed to fix the problem nicely. It should be ok on i386. Could some check it please :-)
* Make sure errno is 0 before we call main (may have been set while initializing).Manuel Novoa III2001-02-191-0/+10
|
* Create __uClibc_main to handle what can be done in C instead of each arch'sManuel Novoa III2001-02-192-1/+81
| | | | | | | respective crt0.S. crt0.S should now only be responsible for setting things up to call __uClibc_main(argc, argv, envp), which will do any other necessary setup (setting global __environ, stdio init, etc), call main, and exit. This should ease both maintainance and porting.
* Fix LIBC rule. (cut-and-paste user bug...)Manuel Novoa III2001-02-151-2/+2
|
* Add tsearch functions from libc-5.3.12.Manuel Novoa III2001-02-153-1/+234
|
* Remove times and all the foolishness surrounding it. There isEric Andersen2001-02-091-1/+1
| | | | | a syscall that does this, so use that. -Erik
* Fix up the networking includesEric Andersen2001-02-051-17/+14
| | | | -Erik
* Added some notes. Removed some dead code.Manuel Novoa III2001-01-301-6/+6
|
* Fix a couple of bugs in printf. Add floating pt output for doubles. Yeah!Manuel Novoa III2001-01-301-106/+262
| | | | | Modified stdio/Makefile to build printf.c according to Config values for HAS_FLOATS and HAS_LONG_LONG.
* Reduced code size; fixed ANSI bug for day -- 5 not 05; mode days and mons const.Manuel Novoa III2001-01-281-28/+48
|
* Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.aManuel Novoa III2001-01-251-2/+5
| | | | objects with shared uClibc; allow disabling long long support.
* Reduce dependancies -- don't use sysconf() internal to libc.Eric Andersen2001-01-151-7/+5
|
* Make the implementation match the header file.Eric Andersen2001-01-151-3/+2
|
* Patch from James Graves <jgraves@deltamobile.com> to better handle m68k.Eric Andersen2001-01-121-6/+1
| | | | | | Also fixes 2 very important malloc bugs! Anyone using malloc (esp mmu-less) should update and recompile. -Erik
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-1111-21/+21
|
* Oops. left strftime.c in twice.Eric Andersen2001-01-021-1/+1
|
* Patch from James Graves <jgraves@deltamobile.com> to getEric Andersen2001-01-023-2/+18
| | | | | m68k started. Should be just sysdeps/linux/m68k left to hack at this point...
* Move stuff out if pwd_gep that doesn't belong there (getpass, utmp stuff)Eric Andersen2000-12-233-1/+179
|
* A number of updates from Manuel Novoa III. Things look good...Eric Andersen2000-12-2011-107/+481
|
* Fix doc blunder.Eric Andersen2000-11-0412-48/+48
|
* Make spelling of uClibc be consistant.Eric Andersen2000-11-0413-13/+13
|
* More cleanups. Fix things so tinylogin compiles.Eric Andersen2000-11-048-5/+249
| | | | Fix a bug in getdelim -- patch from David Whedon <dwhedon@gordian.com>.
* More random fixes and additions.Eric Andersen2000-10-273-2/+401
|
* Add some more stuff -- {get|set}mntent, getline, getdelim, etc.Eric Andersen2000-10-264-1/+157
|
* A few more syscalls.Eric Andersen2000-10-253-1/+394
|
* More reorg. A place for everything and everything in its place...Eric Andersen2000-10-233-1/+68
|
* A smaller, kinder, gentler regexp implementation.Eric Andersen2000-10-203-7274/+5726
|
* Strip all object files of all non global symbols and .note andEric Andersen2000-10-208-7/+22
| | | | | .comment, saving a lot of space in the resultant binaries... -Erik
* Fix up ctype.hEric Andersen2000-10-173-54/+108
|
* Update to assert behaviorEric Andersen2000-10-171-6/+9
|
* Makefile updateEric Andersen2000-10-128-8/+8
|
* Finish reorganizing things. At least I think I've finished.Eric Andersen2000-10-117-3/+158
|
* New misc tree that actually has misc stuff in it.Eric Andersen2000-10-1116-0/+1821
|
* Bug ugly formatting updateEric Andersen2000-10-0916-6199/+5989
|
* More cleanupsEric Andersen2000-10-071-4/+7
|
* Dependancy updateEric Andersen2000-10-071-5/+8
|
* Fix all the makefiles. Clean up some warnings, cleanup some headers.Eric Andersen2000-10-043-30/+80
| | | | -Erik
* Add in a bunch of junk. Busybox now compiles (except for mkfs.minix andEric Andersen2000-07-092-0/+7539
| | | | | | 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
* Rework all the string handling. Make const stuff be constified.Eric Andersen2000-07-061-1/+1
| | | | -Erik
* Many bugfixes, header cleanups, etc. Added abort and glob.Eric Andersen2000-07-051-1/+0
| | | | | It is getting closer... -Erik
* Finished porting stuff to x86 and supporting the Linux 2.2 kernels.Erik Andersen2000-05-151-1/+1
| | | | | It now compiles.... -Erik
* Some makefile updates to make it behave a bit better/consistently.Erik Andersen2000-05-141-7/+4
| | | | -Erik
* Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com>0_9_1aErik Andersen2000-05-141-4/+4
| | | | | to allow uC-libc to compile under x86. -Erik