summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common
Commit message (Expand)AuthorAgeFilesLines
* - cannot really guarantee proper order, so play safe and compile the problematicBernhard Reutner-Fischer2008-05-301-8/+4
* - Fix gcc glitch with mremap and IMA.Bernhard Reutner-Fischer2008-05-301-0/+7
* Fix typo in macro for tls access modelCarmelo Amoroso2008-05-291-1/+1
* - rename to match the set*() function's filenameBernhard Reutner-Fischer2008-05-221-0/+0
* - rename to match the setdomainname filenameBernhard Reutner-Fischer2008-05-221-0/+0
* - my manpage sais that init_module, create_module, query_module, delete_moduleBernhard Reutner-Fischer2008-05-211-0/+5
* replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.Denis Vlasenko2008-05-202-4/+2
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-1911-19/+19
* - add vmsplice, splice, tee (Timo Teräs)Bernhard Reutner-Fischer2008-05-023-0/+84
* Experimentally move libc_hidden_proto(time) to time.h.Denis Vlasenko2008-04-281-1/+1
* Fix remap_file_pages prototype and use mman.h headerCarmelo Amoroso2008-04-011-3/+3
* Add rempa_file_pages function by Will Newton <will.newton@imgtec.com>Carmelo Amoroso2008-03-211-0/+16
* michael_d writes in [#2064]: fix building on linux-2.0 systemsMike Frysinger2008-03-214-6/+21
* posix_fadvise64 on 64bit systems take 5 arguments, not 6, as pointed out by s...Mike Frysinger2008-02-161-1/+1
* fix typo pointed out by skinkie in #2194Mike Frysinger2008-02-161-1/+1
* A patch from our Blackfin repository, originally from Jie Zhang. This fixesBernd Schmidt2008-01-171-3/+0
* change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi...Mike Frysinger2008-01-081-1/+1
* this code does not actually rely on INTERNAL_SYSCALLMike Frysinger2008-01-051-3/+1
* if an arch does not provide __NR_mmap, fall back to __NR_mmap2 (this just gen...Mike Frysinger2008-01-051-0/+29
* add BOTHER define from termios2Mike Frysinger2008-01-051-0/+1
* implement semtimedop for #927Mike Frysinger2008-01-051-17/+0
* michael_d in #1849 writes: The getcwd() implementation in the absence of a ge...Mike Frysinger2008-01-051-1/+1
* Poll with zero timeoutJoakim Tjernlund2007-10-231-0/+4
* if __NR__newselect and __NR_select are unavailable, fall back to __NR_pselect6Mike Frysinger2007-09-151-0/+24
* include/sys/mman.h says that msync exists only on MMU.Denis Vlasenko2007-07-181-0/+4
* Enable all of the remaining baud rates. All of the other architectures have t..."Steven J. Hill"2007-07-181-4/+0
* Atsushi Nemoto writes:Mike Frysinger2007-05-312-4/+2
* Jean-Christian de Rivaz writes:Mike Frysinger2007-05-251-1/+1
* Restored indentation.Peter Kjellerstedt2007-05-151-7/+8
* Made it compile again.Peter Kjellerstedt2007-05-151-1/+1
* Fix arm mmap when using mmap2 syscall. Fixes bug #1303Khem Raj2007-05-151-2/+7
* Bernd Schmidt writes: The following patch is needed for libc to be able to em...Mike Frysinger2007-03-181-0/+3
* svn 17941/17943 broke the build. 18032 made the threaded case compile Rob Landley2007-03-081-5/+0
* Add posix_fadvise posix_fadvise64 for arm.Khem Raj2007-03-062-0/+33
* Should be __sigset_t instead of sigset_t.Khem Raj2007-03-011-2/+2
* add support for ppoll() and emulate poll() with it when __NR_poll does not existMike Frysinger2007-02-282-0/+64
* ifdef out RTLD defines we dont actually support nor are in POSIXMike Frysinger2007-02-281-0/+2
* Impl. linux syscalls sched_getaffinity/sched_setaffinity butJoakim Tjernlund2007-02-122-0/+130
* Make sure struct stat is identical to struct stat64 ifPeter Kjellerstedt2007-02-021-2/+4
* - s/if USE___THREAD/if defined USE___THREAD && USE___THREAD/gBernhard Reutner-Fischer2007-01-291-2/+2
* sync with glibc as pointed out by Bernhard FischerMike Frysinger2007-01-281-3/+2
* - commentary typo fixBernhard Reutner-Fischer2007-01-281-1/+2
* initial waitid() implementationMike Frysinger2007-01-281-0/+15
* need string.h for memset()Mike Frysinger2007-01-281-0/+1
* make sure we clear out the buffer so that random garbage on the stack doesnt ...Mike Frysinger2007-01-281-2/+6
* fix from blackfin repo: Jie Zhang writes: Passing NULL as the second argument...Mike Frysinger2007-01-271-6/+1
* Disable declarations for NPTL."Steven J. Hill"2007-01-201-0/+2
* Fix SEGV for static builds in exit() path.Joakim Tjernlund2007-01-101-1/+1
* Aurelien Jacobs writes:Joakim Tjernlund2007-01-091-1/+1
* fix building when __NR_sigalstack does not existMike Frysinger2006-12-141-0/+3