Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rework __gen_tempname() to better match glibc, and add mkstemp64(), | Eric Andersen | 2002-03-31 | 1 | -42/+64 | |
| | | | | | which is needed for busybox ash when using largefile support. -Erik | |||||
* | Patch from Steven J. Hill to disable __fsetlocking when | Eric Andersen | 2002-03-25 | 1 | -0/+2 | |
| | | | | | threads are disabled. Bug is my fault. oops. -Erik | |||||
* | Support getttyent and friends so ncurses will compile | Eric Andersen | 2002-03-21 | 3 | -1/+238 | |
| | ||||||
* | Add strptime, and commonize some locale strings | Eric Andersen | 2002-03-15 | 5 | -20/+1010 | |
| | | | | -Erik | |||||
* | Add missing updwtmp() and fix broken makefile | Eric Andersen | 2002-03-15 | 2 | -2/+14 | |
| | ||||||
* | Support gnu error(), patch contributed by Andrew Ip <aip@cwlinux.com> | Eric Andersen | 2002-03-15 | 3 | -1/+139 | |
| | ||||||
* | Fix non-elf support (in theory). Revert misguided change suggested | Eric Andersen | 2002-03-15 | 1 | -28/+32 | |
| | | | | | by arcturusnetworks, since Miles Bader reports it is unnecessary. -Erik | |||||
* | Don't call null ctors/dtors. | Eric Andersen | 2002-03-14 | 1 | -2/+5 | |
| | | | | -Erik | |||||
* | This should be the last piece needed to make constructors work (using | Eric Andersen | 2002-03-14 | 1 | -26/+32 | |
| | | | | | | | a native gcc toolchain). The gcc wrapper still needs some touchups, but we seem to be _there_. Also some touchups to try and shrink uclinux binary sized by stubbing out unneeded stuff. -Erik | |||||
* | Add some symbols needed for C++ to work. Temporary hack... | Eric Andersen | 2002-03-14 | 2 | -2/+19 | |
| | ||||||
* | Fix a segfault in scandir for empty directories. After looking over | Eric Andersen | 2002-03-12 | 1 | -65/+77 | |
| | | | | | our version, I'm adopting the scandir from glibc (with minor changes) instead as it seems simpler and already correct. | |||||
* | Swap in the new stdio code. | Manuel Novoa III | 2002-03-12 | 10 | -660/+75 | |
| | ||||||
* | Avoid forced -lpthread lnkage when threading is enabled | Eric Andersen | 2002-03-09 | 1 | -1/+1 | |
| | ||||||
* | A few more little cleanups | Eric Andersen | 2002-02-26 | 1 | -2/+2 | |
| | ||||||
* | Don't redefine stuff | Eric Andersen | 2002-02-26 | 4 | -10/+31 | |
| | ||||||
* | Fix redefine problem | Eric Andersen | 2002-02-26 | 1 | -2/+5 | |
| | ||||||
* | Fix redefinition problem | Eric Andersen | 2002-02-26 | 4 | -12/+40 | |
| | ||||||
* | Proper support for setting h_errno | Eric Andersen | 2002-02-26 | 3 | -2/+17 | |
| | ||||||
* | Try this version instead... | Eric Andersen | 2002-02-25 | 1 | -4/+7 | |
| | ||||||
* | Support isblank() | Eric Andersen | 2002-02-23 | 3 | -3/+21 | |
| | ||||||
* | Miles Bader noticed that I'd messed up by always pulling | Eric Andersen | 2002-02-21 | 1 | -4/+2 | |
| | | | | | errno in, regardless of whether it is being used... -Erik | |||||
* | This is a bit less messy | Eric Andersen | 2002-02-20 | 1 | -26/+11 | |
| | ||||||
* | Merge in the pthread library. This is the linuxthreads library taken from | Eric Andersen | 2002-02-20 | 9 | -17/+246 | |
| | | | | | | | | glibc 2.1.3 and ported to work with uClibc by Stefan Soucek and Erik Andersen (me). Stefan has hacked things up such that linuxthreads runs on MMU-less systems (tested only on arm-nommu). Erik cleaned things up and made it work properly as a shared library. -Erik | |||||
* | Rename __stdio_close_all to __stdio_flush_buffers. Eliminate an | Eric Andersen | 2002-02-18 | 1 | -6/+4 | |
| | | | | unnecessary variable | |||||
* | Make shared libs properly list the correct ld.so in the interp | Eric Andersen | 2002-02-18 | 1 | -3/+12 | |
| | | | | field by being sneaky. | |||||
* | Support strong_alias and begin merging usage of weak_function | Eric Andersen | 2002-02-18 | 1 | -9/+26 | |
| | ||||||
* | OOps. | Eric Andersen | 2002-02-05 | 1 | -1/+0 | |
| | ||||||
* | Add in support for the Hitach H8/300H architecture, | Eric Andersen | 2002-02-02 | 1 | -2/+2 | |
| | | | | contributed by Yoshinori Sato <qzb04471@nifty.ne.jp> | |||||
* | Add in a weak for __adjtime | Eric Andersen | 2002-02-02 | 1 | -0/+2 | |
| | ||||||
* | Added insque/remque support | David McCullough | 2002-01-17 | 3 | -1/+92 | |
| | ||||||
* | Don't print an error if the utmp file doesn't exist, getutent will return | David McCullough | 2002-01-17 | 1 | -1/+0 | |
| | | | | NULL as expected. | |||||
* | Doh! I broke getmntent when I added getmntent_r! This fixes it. | Eric Andersen | 2002-01-09 | 1 | -5/+0 | |
| | | | | -Erik | |||||
* | Allow people to exclude regex code, since it is huge (27k) | Eric Andersen | 2002-01-09 | 1 | -1/+4 | |
| | ||||||
* | Fix duplicate of timezone | Eric Andersen | 2002-01-09 | 1 | -4/+0 | |
| | ||||||
* | Scrub malloc handling | Eric Andersen | 2002-01-08 | 2 | -16/+25 | |
| | ||||||
* | Support statvfs and statfs. Added getmntent_r (and made it use | Eric Andersen | 2002-01-06 | 8 | -20/+404 | |
| | | | | | strtok_r instead of strtok), taught getmntent to use getmntent_r. -Erik | |||||
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 17 | -0/+17 | |
| | ||||||
* | Sync regex with glibc 2.2.4. I need to add an option to select | Eric Andersen | 2001-11-24 | 1 | -4300/+6942 | |
| | | | | | a minamalist replacement. Coming soon... -Erik | |||||
* | Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and add | Eric Andersen | 2001-11-21 | 1 | -1/+1 | |
| | | | | | support for __FORCE_NOGLIBC per Brian Stafford <brian.stafford@office-logic.com> | |||||
* | A few symbols needed for testing | Eric Andersen | 2001-11-20 | 2 | -2/+9 | |
| | ||||||
* | Scrub up some lingering problems preventing readdir64 from working | Eric Andersen | 2001-11-14 | 12 | -18/+38 | |
| | | | | | | and creating several *64 problems, particualrly when client apps used -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64. All better now. -Erik | |||||
* | In theory, this adds readdir64 and friends. Dunno if they | Eric Andersen | 2001-10-17 | 6 | -3/+176 | |
| | | | | | work yet or not.... -Erik | |||||
* | Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850. | Eric Andersen | 2001-10-11 | 1 | -5/+5 | |
| | | | | He sent this patch to me a month ago, but I forgot to apply it... | |||||
* | With all the headerfile changes, some functions didn't get there arg types | David McCullough | 2001-10-04 | 1 | -1/+1 | |
| | | | | fixed up. | |||||
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 10 | -10/+18 | |
| | ||||||
* | Oops | Eric Andersen | 2001-09-15 | 1 | -1/+1 | |
| | ||||||
* | Recurse into 'file' | Eric Andersen | 2001-09-15 | 1 | -2/+2 | |
| | ||||||
* | Add lockf | Eric Andersen | 2001-09-15 | 2 | -0/+113 | |
| | ||||||
* | Patch from Andrew Ip <aip@cwlinux.com> to add ftime, | Eric Andersen | 2001-09-06 | 2 | -1/+37 | |
| | | | | allowing openssl to be built. | |||||
* | Fix a silly bug with the header file | Eric Andersen | 2001-08-17 | 1 | -1/+1 | |
| |