summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Expand)AuthorAgeFilesLines
* select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d...Peter S. Mazinger2006-03-233-2/+20
* Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger2006-03-228-11/+18
* Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP...Peter S. Mazinger2006-03-229-12/+19
* some more fixes from rholzmann in Bug 716 ... make sure the code actually fun...Mike Frysinger2006-03-221-21/+41
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger2006-03-1010-45/+3
* Remove __libc_internal_tsd_{s,g}et, they do not exist anymorePeter S. Mazinger2006-03-092-36/+0
* Add UCLIBC_HAS_SSP_COMPAT option guarding gcc-3.x ssp supportPeter S. Mazinger2006-03-071-3/+10
* return NULL if year is too bigMike Frysinger2006-03-011-0/+12
* 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
* 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, linuxthreads[_db]...Peter S. Mazinger2006-02-154-2/+10
* 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 f...Mike Frysinger2006-02-141-0/+55
* remove fstat jump relocPeter S. Mazinger2006-02-141-0/+1
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger2006-02-1324-492/+247
* 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 affected...Peter S. Mazinger2006-02-13150-0/+1242
* 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
* include stdint.h and check __intptr_t_defined to see if we need to setup uint...Mike Frysinger2006-02-071-1/+2
* rfelker reports in Bug 683 that we leak file descriptors if the fcntl() fails...Mike Frysinger2006-02-041-8/+13
* add note about raceconditionMike Frysinger2006-02-041-0/+5
* use O_DIRECTORY when possible, saves us from having to use stat() thus cuttin...Mike Frysinger2006-02-041-1/+6
* 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 t...Peter S. Mazinger2006-02-022-2/+2
* 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