summaryrefslogtreecommitdiffstats
path: root/libc/unistd
Commit message (Expand)AuthorAgeFilesLines
* libc: add <sys/eventfd.h> and corresponding implementations.David 'Digit' Turner2010-09-281-0/+25
* libc: Add missing waitid() implementation.David 'Digit' Turner2010-09-281-0/+7
* libc: update alarm() implementation to return 0 on error.David 'Digit' Turner2010-07-081-0/+4
* libc: fix fstatfs() implementation.David 'Digit' Turner2010-07-081-0/+35
* libc: Fix sem_post() implementation to wake up all waiting threads.David 'Digit' Turner2010-07-021-1/+1
* Remove compiler warnings when building Bionic.David 'Digit' Turner2010-06-225-1/+13
* sysconf(): Fix line parser for /proc files.David 'Digit' Turner2010-06-091-1/+1
* merge from open-source masterThe Android Open Source Project2010-03-222-4/+4
|\
| * Fix pread()/pwrite() stubsMatt Fischer2010-02-122-4/+4
| * merge from eclairJean-Baptiste Queru2009-11-151-2/+31
| |\
| | * eclair snapshotJean-Baptiste Queru2009-11-121-2/+31
* | | Fix spurious DNS lookups in the C library.David 'Digit' Turner2010-03-081-2/+2
* | | bonic: libc: cpuacct support for setuid functionsMike Chan2010-03-024-1/+105
* | | Add killpg functionColin Cross2010-01-151-0/+45
* | | Fix ptsname_r(3) return type to match glibcColin Cross2010-01-121-6/+8
* | | Fix usleep(3) return type to be POSIX-compliant.Elliott Hughes2009-12-141-4/+7
* | | merge from open-source masterJean-Baptiste Queru2009-11-092-1/+34
|\ \ \ | |/ /
| * | Add the BSD sys_signame array.Thorsten Glaser2009-11-052-1/+34
* | | am 5f32207a: Wrap ARM abort() to improve stack trace.Andy McFadden2009-10-161-0/+31
|\ \ \
| * | | Wrap ARM abort() to improve stack trace.Andy McFadden2009-10-151-0/+31
* | | | merge from open-source masterJean-Baptiste Queru2009-10-141-2/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | added syscalls for SuperH which automatically generate by gensyscalls.pyTony Sim2009-07-011-2/+2
| |/
* | fix [2170898] abort() doesn't print a stack tarceMathias Agopian2009-10-061-2/+0
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0363-0/+5185
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0363-5185/+0
* auto import from //branches/cupcake/...@132569The Android Open Source Project2009-02-201-0/+15
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-201-2/+4
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-1/+1
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-178-47/+301
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-2158-0/+4914