summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common
AgeCommit message (Expand)Author
2006-11-04based on a patch from Atsushi Nemoto:Eric Andersen
2006-09-28implement support for the rest of the 32bit uid syscallsMike Frysinger
2006-09-25Do not include tls.h unless __UCLIBC_HAS_THREADS__ is defined.Peter Kjellerstedt
2006-09-23only include _lfs_64.h when __UCLIBC_HAS_LFS__ is defined as pointed out by M...Mike Frysinger
2006-09-19Allow the res argument to clock_getres() to be NULL.Peter Kjellerstedt
2006-09-11The readahead syscall requires LFS/64 bit supportEric Andersen
2006-08-31Made it compile again.Peter Kjellerstedt
2006-08-30tweak a few syscalls using varargsEric Andersen
2006-08-24implement readahead()Mike Frysinger
2006-08-24fix from psm: disable unsupported featuresMike Frysinger
2006-08-24sync with upstream via psmMike Frysinger
2006-08-24sync with upstream via psmMike Frysinger
2006-08-23psm updates: add __libc symbols for signal cancellationMike Frysinger
2006-08-23sync with upstream via psmMike Frysinger
2006-08-23sync with psm: update errno handling to be the same on all archesMike Frysinger
2006-08-23merge from psm: hide more brkMike Frysinger
2006-08-23sync with upstream via psmMike Frysinger
2006-08-21bits/profil-counter.h and bits/atomicity.h are leftovers from the old gprofEric Andersen
2006-07-05fixup my copyright notice, trim stale remnants of older notices whichEric Andersen
2006-07-05update licenseMike Frysinger
2006-07-05add support for 32bit version of fchownMike Frysinger
2006-07-05sync with glibcMike Frysinger
2006-07-05Atsushi Nemoto writes: Some archs (such as mips64) do not have getdents64 sys...Mike Frysinger
2006-07-05The ltp testsuite fails on x86 without the modify_ldt syscallEric Andersen
2006-06-21Austin Morgan writes in #917: add support for inotifyMike Frysinger
2006-06-20dont bother exporting modify_ldt() eitherMike Frysinger
2006-06-19kill off sysfs()Mike Frysinger
2006-06-19include sys/mount.h for everyoneMike Frysinger
2006-06-16sync change from glibc for larger path maxMike Frysinger
2006-06-08need local prototype to make things happyMike Frysinger
2006-06-08drop the __sigqueue symbol for nowMike Frysinger
2006-06-08add support for 5th argumentMike Frysinger
2006-06-07add hidden proto for memset as pointed out by Peter S. MazingerMike Frysinger
2006-06-05import sigqueueinfo() from glibcMike Frysinger
2006-05-30Make execle() and chown() available again (corrects commit 15179).Peter Kjellerstedt
2006-05-26Amir Shalem writes:Mike Frysinger
2006-03-29sync with glibcMike 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-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-16Do NOT hide 'utime'. When building binutils for the target using buildroot"Steven J. Hill"
2006-03-10Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger
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-02-28Mark __syscall_*sigaction hidden and add guard to the headerPeter S. Mazinger
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"