summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* sync headers with glibcMike Frysinger2006-02-2210-91/+273
* simplify epoll codeMike Frysinger2006-02-221-24/+9
* grab from glibcMike Frysinger2006-02-221-0/+110
* check for a 0 size first, then check for a NULL pointerMike Frysinger2006-02-221-2/+2
* make sure we declare underscore usage as pointed out by psmMike Frysinger2006-02-221-1/+1
* Solve sendfile64 conflict if __NR_sendfile64 does not existPeter S. Mazinger2006-02-211-4/+6
* grab from glibcMike Frysinger2006-02-201-0/+67
* removedMike Frysinger2006-02-201-64/+0
* update copyright with glibcMike Frysinger2006-02-201-1/+1
* sync minor touchups with glibcMike Frysinger2006-02-203-11/+13
* sync with glibcMike Frysinger2006-02-198-87/+144
* rename file and fix setting of errnoMike Frysinger2006-02-192-4/+5
* fix sysfs callMike Frysinger2006-02-191-1/+1
* remove hunk that shouldnt have been committedMike Frysinger2006-02-181-1/+1
* tweak the idea between having a MMU and actually using itMike Frysinger2006-02-1817-33/+33
* touchup syscall break define so it doesnt conflict with kernel headersMike Frysinger2006-02-181-4/+6
* dont define _stdio_init if it doesnt do anythingMike Frysinger2006-02-181-1/+3
* grab headers from glibcMike Frysinger2006-02-186-0/+747
* touchup whitespaceMike Frysinger2006-02-171-11/+10
* Take getopt from glibc, disable -W foo support as in the earlier version, siz...Peter S. Mazinger2006-02-172-495/+1014
* Remove hidden_data_def for opt*Peter S. Mazinger2006-02-172-16/+0
* Sync w/ glibc, no size changePeter S. Mazinger2006-02-171-4/+5
* Undo earlier change and sync new linuxthreads' guard w/ oldPeter S. Mazinger2006-02-161-2/+0
* Guard __pthread_mutex_* to be used exclusively within uClibc, do we need this...Peter S. Mazinger2006-02-161-0/+2
* 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
* strcoll for non-localePeter S. Mazinger2006-02-151-0/+5
* hide xdr_u_shortPeter S. Mazinger2006-02-151-0/+1
* get rid of __pipePeter S. Mazinger2006-02-152-10/+8
* Sloppy patching on my part. This should be correct."Steven J. Hill"2006-02-151-4/+2
* Kill 2 signedness warningsPeter S. Mazinger2006-02-152-2/+2
* DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db]...Peter S. Mazinger2006-02-159-10/+32
* Block the combo DOMULTI/SUPPORT_LD_DEBUGPeter S. Mazinger2006-02-151-1/+41
* Move hidden prototypes to proper place and get rid of duplicate hiddenPeter S. Mazinger2006-02-152-7/+7
* Reorganize a bit for IMAPeter S. Mazinger2006-02-151-12/+8
* Use <> instead of \"\"Peter S. Mazinger2006-02-151-1/+1
* 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
* hide misc div funcs so generating shared libs on alpha doesnt failMike Frysinger2006-02-151-0/+1
* we cant simply alias getdents to getdents64 as they deal with structures of d...Mike Frysinger2006-02-152-5/+36
* sync with glibc and get a nice size shrinkage in the processMike Frysinger2006-02-141-25/+30
* Apply patch from Joseph Myers for MIPS pipe and get rid of the C version. Pat..."Steven J. Hill"2006-02-142-56/+34
* after much deliberation, may i present Joseph S. Myers patch to add support f...Mike Frysinger2006-02-142-11/+58
* remove fstat jump relocPeter S. Mazinger2006-02-141-0/+1
* Rename _mmap.c to mmap.c so that vax does not pick up both common and arch sp...Peter S. Mazinger2006-02-132-2/+1
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger2006-02-1340-994/+509
* environ is GNU extensionPeter S. Mazinger2006-02-131-0/+2
* Mark functions as GNU extensionsPeter S. Mazinger2006-02-1310-0/+40
* Update some copyrightsPeter S. Mazinger2006-02-133-6/+10
* Remove unused prototypesPeter S. Mazinger2006-02-131-8/+0