summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Collapse)AuthorAgeFilesLines
...
* alpha needs ipc64 funk tooMike Frysinger2006-03-011-1/+1
|
* Sync w/ glibcPeter S. Mazinger2006-02-284-5/+8
|
* Cleanup/sync w/ glibcPeter S. Mazinger2006-02-281-18/+11
|
* Rich Felker's glob() ported to uClibcPeter S. Mazinger2006-02-273-0/+349
|
* Get rid of redefines on ppc pointed out by vapierPeter S. Mazinger2006-02-271-0/+2
|
* Don't build glob64 for non-LFSPeter S. Mazinger2006-02-261-1/+4
|
* Use _lfs_64, reorganize a bit, why did stat*fs64 use stat*fs?Peter S. Mazinger2006-02-266-93/+14
|
* Remove unneeded hidden_proto(readdir*)Peter S. Mazinger2006-02-261-2/+0
|
* Use _lfs_64.h in all *64.cPeter S. Mazinger2006-02-263-41/+4
|
* Define internal readdir*_r() and use _lfs_64.hPeter S. Mazinger2006-02-262-13/+5
|
* tweak the idea between having a MMU and actually using itMike Frysinger2006-02-181-5/+5
|
* touchup whitespaceMike Frysinger2006-02-171-11/+10
|
* Change collated_compare/prefix_array to __x hidden, shrinks glob64 from 2352 ↵Peter S. Mazinger2006-02-161-8/+10
| | | | to 2063
* Remove __P(), reorder so that gcc-4.0.2 does not fail w/ multiPeter S. Mazinger2006-02-163-230/+205
|
* DOMULTI may be used for libc, the excluded files need work, ↵Peter S. Mazinger2006-02-154-2/+10
| | | | linuxthreads[_db] as well, don't try on slow box
* make sure we reset static_fd after it's closed in utmpname()Mike Frysinger2006-02-151-2/+2
|
* fix fcntl() call so that it actually forces file to be closed on exec()Mike Frysinger2006-02-151-1/+1
|
* after much deliberation, may i present Joseph S. Myers patch to add support ↵Mike Frysinger2006-02-141-0/+55
| | | | | | | | for .init and .fini array processing for the gory details, see the mailing list: http://www.uclibc.org/lists/uclibc/2006-January/014079.html http://www.uclibc.org/lists/uclibc/2006-February/014285.html
* remove fstat jump relocPeter S. Mazinger2006-02-141-0/+1
|
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in ↵Peter S. Mazinger2006-02-1324-492/+247
| | | | libc.a/libc.so, the diffs go into libc-static-y/libc-shared-y exclusively, add IMA to libc, don't use any MSRC anymore
* environ is GNU extensionPeter S. Mazinger2006-02-131-0/+2
|
* s/#if/#ifdef/Peter S. Mazinger2006-02-131-3/+3
|
* Add files for IMA. Yes, I know it's a hack and no, I won't split the ↵Peter S. Mazinger2006-02-13150-0/+1242
| | | | affected files
* More renames for IMAPeter S. Mazinger2006-02-132-1/+1
|
* Remove unused filePeter S. Mazinger2006-02-131-457/+0
|
* Rename some files, that will conflict w/ IMAPeter S. Mazinger2006-02-134-3/+3
|
* Remove unused filesPeter S. Mazinger2006-02-135-160/+0
|
* rholzmann writes in Bug 716:Mike Frysinger2006-02-111-13/+12
| | | | utent.c has a few problems with mutex locking when used in a binary that was linked with pthreads. The are a few deadlock conditions where functions may be called which lock the utmplock but never release it and where a function that hold the lock calls other functions which try to relock the same lock. For example, notice in the __getutent function the error condition does not unlock the semaphore. The problem is not visible when pthreads isn't used since the lock/unlock functions are NOOP functions.
* include stdint.h and check __intptr_t_defined to see if we need to setup ↵Mike Frysinger2006-02-071-1/+2
| | | | uintptr_t
* rfelker reports in Bug 683 that we leak file descriptors if the fcntl() ↵Mike Frysinger2006-02-041-8/+13
| | | | fails ... so fix that. add back in fstat() ofter we open() the directory as we need the blocksize further down in the code. unify the memory error handling to shrink the code there a little.
* add note about raceconditionMike Frysinger2006-02-041-0/+5
|
* use O_DIRECTORY when possible, saves us from having to use stat() thus ↵Mike Frysinger2006-02-041-1/+6
| | | | cutting codesize/race condition
* add some copyright/license infoMike Frysinger2006-02-0411-0/+67
|
* err() is not used internallyPeter S. Mazinger2006-02-031-1/+0
|
* even the hidden version of the weaks in libc (as strong in libpthread) have ↵Peter S. Mazinger2006-02-022-2/+2
| | | | to be weaks
* Make it build w/ HAVE_SHARED disabled and SSP enabledPeter S. Mazinger2006-02-011-6/+13
|
* gcc41 does not like this at allPeter S. Mazinger2006-02-011-2/+0
|
* global data uses libc_hidden_data_def, convert all -I hope- and add some newPeter S. Mazinger2006-02-017-19/+21
|
* add comment to know why it's weakPeter S. Mazinger2006-01-311-0/+1
|
* change strong to weak_alias, arm fails, thx Khem RajPeter S. Mazinger2006-01-311-1/+1
|
* strlen is -cheaper- then strnlenPeter S. Mazinger2006-01-301-8/+7
|
* some more prototypesPeter S. Mazinger2006-01-302-1/+6
|
* make regex a little bit smallerPeter S. Mazinger2006-01-303-3/+7
|
* Patch by Joseph S. Myers to add support for ARM EABIMike Frysinger2006-01-292-0/+7
|
* Add back the current glibc copyright notice, although the file is far differentPeter S. Mazinger2006-01-291-4/+18
|
* rename local tty variable to not shadow tty funcMike Frysinger2006-01-291-2/+2
|
* no point in redeclaring oldcount locallyMike Frysinger2006-01-291-2/+0
|
* no point in declaring save_err locallyMike Frysinger2006-01-291-1/+1
|
* Bernhard Fischer writes: remove unused variablesMike Frysinger2006-01-291-2/+0
|
* Do not build *64 and llseek, correct some failure when LFS is disabledPeter S. Mazinger2006-01-271-0/+2
|