summaryrefslogtreecommitdiffstats
path: root/libc/unistd
Commit message (Expand)AuthorAgeFilesLines
...
* Erwin Authried <eauth@softsys.co.at> noticed that _XOPEN_SOURCE isEric Andersen2001-10-141-1/+2
* Update to accomodate the header file changesEric Andersen2001-09-272-3/+8
* This syncs things up with my local tree. Mainly changes installerEric Andersen2001-08-081-4/+1
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-2/+1
* Oops. Forgot the makefile updatesEric Andersen2001-05-101-1/+2
* These are needed for ash-0.3.8Eric Andersen2001-05-101-0/+59
* Change FILENAME_MAX to be only 255. Max filename on ext2 is 255,Eric Andersen2001-05-073-30/+33
* Only compile in daemon() if the target has an MMU.Eric Andersen2001-04-232-6/+6
* Stub out fpathconf() -- FIXMEEric Andersen2001-04-201-0/+30
* Add in a trivial getlogin implementationEric Andersen2001-04-201-0/+48
* Add missing header file for daemon.c, add missing functions into unistd.h.Eric Andersen2001-04-202-2/+3
* Posix 1003.13 POSIX_MULTI_PROCESS specifies that execle() shouldEric Andersen2001-04-181-0/+53
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-062-9/+9
* Accomodate mmuless systems.Eric Andersen2001-04-031-0/+9
* Add in daemon.c, now used by busybox.Eric Andersen2001-04-032-1/+96
* Add missed dependency. TODO: Should build gen_sysconf when cross-compiling.Manuel Novoa III2001-03-201-1/+1
* I think this fixes the dependancy problems. Manuel, can youEric Andersen2001-03-201-4/+12
* Patch from Jean-Yves Avenard to move the getopt globals to theirEric Andersen2001-03-054-38/+60
* Use __environ instead of the GNU extension environ.Eric Andersen2001-02-094-12/+4
* Implement getdtablesize(), which is used by the rpc crap.Eric Andersen2001-02-091-1/+1
* The rules to build sysconf_$(TARGET_ARCH).c were broken when crossDavid McCullough2001-01-291-1/+1
* DIRS was not set in this makefile and could be inherited from theDavid McCullough2001-01-291-0/+4
* Enable auto-generation of a size-optimized sysconf function (saves .5k on i386).Manuel Novoa III2001-01-273-114/+349
* Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.aManuel Novoa III2001-01-251-2/+2
* Added missing _SC_2_FORT_RUN case. Fixed _SC_ATEXIT_MAX to match atexit.c.Manuel Novoa III2001-01-171-2/+9
* init var to 0 to avoid warningEric Andersen2001-01-151-1/+1
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-114-8/+899
* Move stuff out if pwd_gep that doesn't belong there (getpass, utmp stuff)Eric Andersen2000-12-232-1/+100
* Bad Erik. Repeat after me: "I will always compile before I commit".Eric Andersen2000-11-161-1/+0
* Doh!!! I am an idiot. I had broken malloc by disabling getpagesize(), and IEric Andersen2000-11-161-4/+1
* Add in tmpnam() support from David Whedon <dwhedon@gordian.com>,Eric Andersen2000-11-151-4/+1
* Fix doc blunder.Eric Andersen2000-11-041-4/+4
* Make spelling of uClibc be consistant.Eric Andersen2000-11-041-1/+1
* More cleanups. Fix things so tinylogin compiles.Eric Andersen2000-11-045-2/+860
* getcwd did not include the alloc-space-as-needed-on-NULL-bufferEric Andersen2000-10-301-12/+16
* More random fixes and additions.Eric Andersen2000-10-271-0/+33
* Strip all object files of all non global symbols and .note andEric Andersen2000-10-201-0/+4
* Makefile updateEric Andersen2000-10-121-1/+1
* Finish reorganizing things. At least I think I've finished.Eric Andersen2000-10-111-0/+53
* Reorg unistd dirEric Andersen2000-10-118-0/+418