| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid bad things happening on macro expansion... | Eric Andersen | 2002-08-08 | 1 | -2/+7 |
* | rework getopt. no read need to split this one up since | Eric Andersen | 2002-08-07 | 2 | -583/+502 |
* | Clean up CLK_TCK situation. clock() and sysconf() now use an | Manuel Novoa III | 2002-07-15 | 1 | -4/+5 |
* | Cleanup the getcwd implementation (again) since I broke it | Eric Andersen | 2002-06-18 | 2 | -132/+1 |
* | Eliminate all the pointless globals from getcwd(). Default | Eric Andersen | 2002-06-18 | 1 | -69/+65 |
* | Prevent buffer overflow | Eric Andersen | 2002-06-15 | 1 | -6/+7 |
* | Oops. Forgot to check this in. Thanks Martin Volf for noticing | Eric Andersen | 2002-06-09 | 1 | -1/+1 |
* | Patch from Robert Griebl <griebl@gmx.de> to support | Eric Andersen | 2002-05-31 | 1 | -0/+63 |
* | Fixed broken shell syntax. | David McCullough | 2002-04-11 | 1 | -1/+1 |
* | Only set no buffering if we opened the file. Also, don't bother restoring | Manuel Novoa III | 2002-04-09 | 1 | -4/+5 |
* | Per discussion on the mailing list, fix getpass properly. | Eric Andersen | 2002-04-09 | 1 | -2/+7 |
* | Faster implementation from Miles Bader | Eric Andersen | 2002-04-06 | 1 | -13/+13 |
* | Patch from Axel Barnitzke <barney@xkontor.com> to fixup | Eric Andersen | 2002-04-05 | 1 | -2/+2 |
* | Add the xopen swab() function, contributed by Kensuke Otake <kensuke@phreaker... | Eric Andersen | 2002-04-03 | 2 | -1/+19 |
* | Fix indenting | Eric Andersen | 2002-01-11 | 1 | -21/+21 |
* | Be more carefull about erroring out of shell fragments. Try to | Eric Andersen | 2002-01-09 | 1 | -4/+6 |
* | Make getopt act the same regardless whether the app was staticly linked | Eric Andersen | 2002-01-03 | 4 | -977/+841 |
* | Take the shorcut version, which is good enough for | Eric Andersen | 2002-01-02 | 1 | -2/+2 |
* | Fix usleep to work correctly. Fix sleep behavior in the | Eric Andersen | 2002-01-02 | 3 | -16/+113 |
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 3 | -23/+20 |
* | Silly us. Don't try to free alloca'd memory. | Eric Andersen | 2001-11-24 | 3 | -9/+0 |
* | pathconf can't use fpathconf or it will block opening FIFOs | Eric Andersen | 2001-11-21 | 1 | -7/+209 |
* | Oops. Lets try that again. | Eric Andersen | 2001-11-20 | 1 | -0/+2 |
* | Fix up pathconf and friend so that test suits can work | Eric Andersen | 2001-11-20 | 3 | -25/+289 |
* | Can't use CLK_TCK in here since /usr/include/bits/time.h now | Eric Andersen | 2001-11-20 | 1 | -7/+6 |
* | Disable fast search by default (doesn't work on coda for example) | Eric Andersen | 2001-11-05 | 1 | -0/+11 |
* | Erwin Authried <eauth@softsys.co.at> noticed that _XOPEN_SOURCE is | Eric Andersen | 2001-10-14 | 1 | -1/+2 |
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 2 | -3/+8 |
* | This syncs things up with my local tree. Mainly changes installer | Eric Andersen | 2001-08-08 | 1 | -4/+1 |
* | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | 2001-05-12 | 1 | -2/+1 |
* | Oops. Forgot the makefile updates | Eric Andersen | 2001-05-10 | 1 | -1/+2 |
* | These are needed for ash-0.3.8 | Eric Andersen | 2001-05-10 | 1 | -0/+59 |
* | Change FILENAME_MAX to be only 255. Max filename on ext2 is 255, | Eric Andersen | 2001-05-07 | 3 | -30/+33 |
* | Only compile in daemon() if the target has an MMU. | Eric Andersen | 2001-04-23 | 2 | -6/+6 |
* | Stub out fpathconf() -- FIXME | Eric Andersen | 2001-04-20 | 1 | -0/+30 |
* | Add in a trivial getlogin implementation | Eric Andersen | 2001-04-20 | 1 | -0/+48 |
* | Add missing header file for daemon.c, add missing functions into unistd.h. | Eric Andersen | 2001-04-20 | 2 | -2/+3 |
* | Posix 1003.13 POSIX_MULTI_PROCESS specifies that execle() should | Eric Andersen | 2001-04-18 | 1 | -0/+53 |
* | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | 2001-04-06 | 2 | -9/+9 |
* | Accomodate mmuless systems. | Eric Andersen | 2001-04-03 | 1 | -0/+9 |
* | Add in daemon.c, now used by busybox. | Eric Andersen | 2001-04-03 | 2 | -1/+96 |
* | Add missed dependency. TODO: Should build gen_sysconf when cross-compiling. | Manuel Novoa III | 2001-03-20 | 1 | -1/+1 |
* | I think this fixes the dependancy problems. Manuel, can you | Eric Andersen | 2001-03-20 | 1 | -4/+12 |
* | Patch from Jean-Yves Avenard to move the getopt globals to their | Eric Andersen | 2001-03-05 | 4 | -38/+60 |
* | Use __environ instead of the GNU extension environ. | Eric Andersen | 2001-02-09 | 4 | -12/+4 |
* | Implement getdtablesize(), which is used by the rpc crap. | Eric Andersen | 2001-02-09 | 1 | -1/+1 |
* | The rules to build sysconf_$(TARGET_ARCH).c were broken when cross | David McCullough | 2001-01-29 | 1 | -1/+1 |
* | DIRS was not set in this makefile and could be inherited from the | David McCullough | 2001-01-29 | 1 | -0/+4 |
* | Enable auto-generation of a size-optimized sysconf function (saves .5k on i386). | Manuel Novoa III | 2001-01-27 | 3 | -114/+349 |
* | Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.a | Manuel Novoa III | 2001-01-25 | 1 | -2/+2 |