summaryrefslogtreecommitdiffstats
path: root/libc/unistd
Commit message (Expand)AuthorAgeFilesLines
...
* implement the worthless cuserid() function we claim to support.Eric Andersen2003-12-221-0/+8
* Rip the guts out of the dynamically generated sysconf.c, and live with a simpleEric Andersen2003-11-053-221/+4
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* Add back in table-less ctype funcs for those interested in minimizingManuel Novoa III2003-09-082-1/+139
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-011-0/+6
* Sleep was returning the wrong value because:David McCullough2003-05-141-2/+4
* Change some variable names so we are more consistant with whatEric Andersen2002-12-041-7/+7
* For now, always claim we have exactly one cpu. It shouldEric Andersen2002-12-041-2/+4
* Oops. As Pavel Roskin notes, I forgot to conditionally includeEric Andersen2002-11-211-0/+2
* Rework usershell.c, as the old one was packed full of unhandledEric Andersen2002-11-201-43/+114
* Patch from Luc Van Oostenryck to fix a buffer overflowEric Andersen2002-11-151-1/+1
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-314-3/+8
* Add SUSv3 function getsubopt.Manuel Novoa III2002-09-192-1/+73
* Avoid bad things happening on macro expansion...Eric Andersen2002-08-081-2/+7
* rework getopt. no read need to split this one up sinceEric Andersen2002-08-072-583/+502
* Clean up CLK_TCK situation. clock() and sysconf() now use anManuel Novoa III2002-07-151-4/+5
* Cleanup the getcwd implementation (again) since I broke itEric Andersen2002-06-182-132/+1
* Eliminate all the pointless globals from getcwd(). DefaultEric Andersen2002-06-181-69/+65
* Prevent buffer overflowEric Andersen2002-06-151-6/+7
* Oops. Forgot to check this in. Thanks Martin Volf for noticingEric Andersen2002-06-091-1/+1
* Patch from Robert Griebl <griebl@gmx.de> to supportEric Andersen2002-05-311-0/+63
* Fixed broken shell syntax.David McCullough2002-04-111-1/+1
* Only set no buffering if we opened the file. Also, don't bother restoringManuel Novoa III2002-04-091-4/+5
* Per discussion on the mailing list, fix getpass properly.Eric Andersen2002-04-091-2/+7
* Faster implementation from Miles BaderEric Andersen2002-04-061-13/+13
* Patch from Axel Barnitzke <barney@xkontor.com> to fixupEric Andersen2002-04-051-2/+2
* Add the xopen swab() function, contributed by Kensuke Otake <kensuke@phreaker...Eric Andersen2002-04-032-1/+19
* Fix indentingEric Andersen2002-01-111-21/+21
* Be more carefull about erroring out of shell fragments. Try toEric Andersen2002-01-091-4/+6
* Make getopt act the same regardless whether the app was staticly linkedEric Andersen2002-01-034-977/+841
* Take the shorcut version, which is good enough forEric Andersen2002-01-021-2/+2
* Fix usleep to work correctly. Fix sleep behavior in theEric Andersen2002-01-023-16/+113
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-193-23/+20
* Silly us. Don't try to free alloca'd memory.Eric Andersen2001-11-243-9/+0
* pathconf can't use fpathconf or it will block opening FIFOsEric Andersen2001-11-211-7/+209
* Oops. Lets try that again.Eric Andersen2001-11-201-0/+2
* Fix up pathconf and friend so that test suits can workEric Andersen2001-11-203-25/+289
* Can't use CLK_TCK in here since /usr/include/bits/time.h nowEric Andersen2001-11-201-7/+6
* Disable fast search by default (doesn't work on coda for example)Eric Andersen2001-11-051-0/+11
* 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