OSDN Git Service

Add in gcvt()
[uclinux-h8/uClibc.git] / libc / unistd /
2001-09-27 Eric AndersenUpdate to accomodate the header file changes
2001-08-08 Eric AndersenThis syncs things up with my local tree. Mainly change...
2001-05-12 Eric AndersenOk, this should finish off my massive ro-organization...
2001-05-10 Eric AndersenOops. Forgot the makefile updates
2001-05-10 Eric AndersenThese are needed for ash-0.3.8
2001-05-07 Eric AndersenChange FILENAME_MAX to be only 255. Max filename on...
2001-04-23 Eric AndersenOnly compile in daemon() if the target has an MMU.
2001-04-20 Eric AndersenStub out fpathconf() -- FIXME
2001-04-20 Eric AndersenAdd in a trivial getlogin implementation
2001-04-20 Eric AndersenAdd missing header file for daemon.c, add missing funct...
2001-04-18 Eric AndersenPosix 1003.13 POSIX_MULTI_PROCESS specifies that execle...
2001-04-06 Eric AndersenFix include/errno.h to not use kernel header, and inste...
2001-04-03 Eric AndersenAccomodate mmuless systems.
2001-04-03 Eric AndersenAdd in daemon.c, now used by busybox.
2001-03-20 Manuel Novoa III Add missed dependency. TODO: Should build gen_sysconf...
2001-03-20 Eric AndersenI think this fixes the dependancy problems. Manuel...
2001-03-05 Eric AndersenPatch from Jean-Yves Avenard to move the getopt globals...
2001-02-09 Eric AndersenUse __environ instead of the GNU extension environ.
2001-02-09 Eric AndersenImplement getdtablesize(), which is used by the rpc...
2001-01-29 David McCulloughThe rules to build sysconf_$(TARGET_ARCH).c were broken...
2001-01-29 David McCulloughDIRS was not set in this makefile and could be inherite...
2001-01-27 Manuel Novoa III Enable auto-generation of a size-optimized sysconf...
2001-01-25 Manuel Novoa III Clean up atexit.c; make sure sysconf and atexit agree...
2001-01-17 Manuel Novoa III Added missing _SC_2_FORT_RUN case. Fixed _SC_ATEXIT_MA...
2001-01-15 Eric Anderseninit var to 0 to avoid warning
2001-01-11 Eric AndersenA large update from Manuel Novoa III <mnovoa3@bellsouth...
2000-12-23 Eric AndersenMove stuff out if pwd_gep that doesn't belong there...
2000-11-16 Eric AndersenBad Erik. Repeat after me: "I will always compile...
2000-11-16 Eric AndersenDoh!!! I am an idiot. I had broken malloc by disablin...
2000-11-15 Eric AndersenAdd in tmpnam() support from David Whedon <dwhedon...
2000-11-04 Eric AndersenFix doc blunder.
2000-11-04 Eric AndersenMake spelling of uClibc be consistant.
2000-11-04 Eric AndersenMore cleanups. Fix things so tinylogin compiles.
2000-10-30 Eric Andersengetcwd did not include the alloc-space-as-needed-on...
2000-10-27 Eric AndersenMore random fixes and additions.
2000-10-20 Eric AndersenStrip all object files of all non global symbols and...
2000-10-12 Eric AndersenMakefile update
2000-10-11 Eric AndersenFinish reorganizing things. At least I think I've...
2000-10-11 Eric AndersenReorg unistd dir