summaryrefslogtreecommitdiff
path: root/libc/sysdeps
AgeCommit message (Expand)Author
2006-05-17fold bfin-specific link.h back into common one as suggested by Peter S. MazingerMike Frysinger
2006-05-17fix damaged whitespace/styleMike Frysinger
2006-05-17restore proper comment headers as well as cut pointless includes as pointed o...Mike Frysinger
2006-05-17fix by Peter S. Mazinger: use system attribute_hidden rather than local copyMike Frysinger
2006-05-17fix by Peter S. Mazinger: use c99-compliant asm keywordMike Frysinger
2006-05-17fix by Peter S. Mazinger: use sys/syscall.h instead of asm/unistd.hMike Frysinger
2006-05-17fix by Peter S. Mazinger: use sys/syscall.h (bits/sysnum.h) instead of asm/un...Mike Frysinger
2006-05-15updates from Bernd Schmidt to sync with blackfin cvsMike Frysinger
2006-04-21Joseph S. Myers writes: The MIPS <bits/mman.h> header is missing definitions ...Mike Frysinger
2006-04-21sync with glibcMike Frysinger
2006-04-13prune trailing whitespaceEric Andersen
2006-03-29sync with glibcMike Frysinger
2006-03-28Fix from Thomas Brinker for byte swapping on Coldfire processors and tested b...Mike Frysinger
2006-03-23Mark some functions as BSD onlyPeter S. Mazinger
2006-03-23select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d...Peter S. Mazinger
2006-03-23Richard Sandiford writes:Mike Frysinger
2006-03-22Mark SVID functionsPeter S. Mazinger
2006-03-22Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP...Peter S. Mazinger
2006-03-20Replace __THROW w/ __NTH pointed out by Amir Shalem, take 2Peter S. Mazinger
2006-03-20Replace __THROW w/ __NTH pointed out by Amir ShalemPeter S. Mazinger
2006-03-16Do NOT hide 'utime'. When building binutils for the target using buildroot"Steven J. Hill"
2006-03-11sync with glibcMike Frysinger
2006-03-10Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger
2006-03-10Remove duplicate hidden __curbrk (ppc), make use of the hidden versionsPeter S. Mazinger
2006-03-09fix build/segv issues as reported and fixed by Brent CookMike Frysinger
2006-03-04disable older rlimit support by defaultMike Frysinger
2006-03-02hide div functions in libc, but export them in ldso so that other shared libs...Mike Frysinger
2006-03-02grab register definitions from regdef.h instead of using our own local onesMike Frysinger
2006-03-02rename file so we block the common version from being builtMike Frysinger
2006-03-01fix whitespace in commentMike Frysinger
2006-03-01sync with blackfin cvsMike Frysinger
2006-03-01grab from glibcMike Frysinger
2006-03-01sync type style with glibc ... this fixes many alpha issues where it has diff...Mike Frysinger
2006-03-01need to define some more registersMike Frysinger
2006-02-28sync with glibcMike Frysinger
2006-02-28add pipe from glibc to fix popen testMike Frysinger
2006-02-28dont need pal.h hereMike Frysinger
2006-02-28Mark __syscall_*sigaction hidden and add guard to the headerPeter S. Mazinger
2006-02-28Provide hidden sigprocmask, remove __x versionPeter S. Mazinger
2006-02-28grab regdef.h from glibc and use that instead of kernel headers regdef.hMike Frysinger
2006-02-28sync with glibcMike Frysinger
2006-02-28sync with glibcMike Frysinger
2006-02-28sync with glibcMike Frysinger
2006-02-28import rt_sigaction from glibc to fix alpha signal handling issuesMike Frysinger
2006-02-28enable 6 arg version of mmapMike Frysinger
2006-02-28grab glibc sigprocmask since common linux one doesnt work for alphaMike Frysinger
2006-02-28sync with glibcMike Frysinger
2006-02-27Add Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getoptPeter S. Mazinger
2006-02-26Move _lfs_64.h to include and adapt filesPeter S. Mazinger
2006-02-25Whitespace and tab cleaning."Steven J. Hill"