about summary refs log tree commit diff
path: root/sysdeps/unix/sysv
Commit message (Expand)AuthorAgeFilesLines
* Implement accurate fma.Jakub Jelinek2010-10-131-0/+5
* Linux getifaddrs might return entries with ->ifa_addr being NULL.Ulrich Drepper2010-10-111-5/+8
* Fix last checkin.Andreas Jaeger2010-10-011-6/+6
* Handle cgroup and btrfs filesystemsAndreas Jaeger2010-10-013-2/+18
* Revert "powerpc: PPCA2 optimized memcpy function"Ulrich Drepper2010-09-272-6/+0
* Properly convert f_fsid in statvfsAndreas Schwab2010-09-271-1/+2
* powerpc: PPCA2 optimized memcpy functionMichael B. Brutman2010-09-212-0/+6
* getdents64 fallback d_type supportJoseph Myers2010-09-211-1/+5
* Add support for fanotify_mark on sparc32 and s390Andreas Schwab2010-09-202-0/+2
* Fix _FORITY_SOURCE version of longjmp for Linux/x86-64.Chung-Lin Tang2010-09-081-11/+15
* Update sparc epoll.h from epoll_create2 to epoll_create1Mike Frysinger2010-09-011-4/+5
* Fix typo in x86-64 epoll.h.Mike Frysinger2010-09-011-2/+2
* Support fanotify_mark syscall on powerpc32Andreas Schwab2010-08-311-0/+1
* Simplify fanotify_init definition.Ulrich Drepper2010-08-163-2/+2
* Remove third argument from fanotify_init functionAndreas Schwab2010-08-153-4/+4
* Fix compilationAndreas Schwab2010-08-141-7/+7
* Define EXTPROC for Linux.Ulrich Drepper2010-08-123-6/+13
* PowerPC64 ABI fixesAlan Modra2010-08-125-55/+67
* f_flags in Linux statfs implementation.Ulrich Drepper2010-08-114-11/+34
* Define IN_EXCL_UNLINKUlrich Drepper2010-08-111-1/+3
* Add support for Linux fanotify_init and fanotify_mask syscalls.Ulrich Drepper2010-08-115-1/+48
* Add support for prlimit and prlimit64 on Linux.Ulrich Drepper2010-08-1110-2/+136
* (__getlogin_r_loginuid): Also fail if tpwd after pwuid call is NULL.Ulrich Drepper2010-08-061-1/+1
* Avoid namespace pollution.Ulrich Drepper2010-07-091-1/+1
* Implement _PC_PIPE_BUF.Ulrich Drepper2010-07-061-1/+10
* powerpc: Re-work the Implies structureLuis Machado2010-06-3029-39/+31
* More fixes to error handling in getlogin_r.Andreas Schwab2010-06-211-2/+6
* Fix error handling in Linux getlogin*.Ulrich Drepper2010-06-192-13/+16
* Define F_SETPIPE_SZ and F_GETPIPE_SZ.Ulrich Drepper2010-06-147-0/+14
* Fix iov[] size in SH register_dump()Takashi Yoshii2010-05-261-2/+2
* Implement recvmmsg also as socketcallAndreas Schwab2010-05-216-2/+121
* Make <sys/timex.h> compatible with C++Andreas Schwab2010-05-211-3/+3
* Handle too-small buffers in Linux getlogin_r.Ulrich Drepper2010-05-051-4/+13
* Remove unnecessary Alpha support.Ulrich Drepper2010-05-051-36/+14
* Fix makecontext on s390/s390xAndreas Schwab2010-04-132-63/+63
* Fix reading loginuid file in getlogin{,_r}.Ulrich Drepper2010-04-081-4/+12
* Fix fallocate error return on i386.Andreas Schwab2010-04-082-2/+14
* Handle POSIX-compliant errno value of unlink in remove.Ulrich Drepper2010-04-041-0/+2
* Handle unnecessary padding in getdents64.Ulrich Drepper2010-04-031-1/+2
* Fix changes to interface list during getifaddrs calls.Ulrich Drepper2010-04-031-12/+43
* Remove incorrect paring of /proc/stat etc.Ryan S. Arnold2010-04-031-13/+1
* Fix build of mmap64.David S. Miller2010-03-311-1/+1
* Define MSG_WAITFORONE.Ulrich Drepper2010-03-291-1/+3
* Optimize __getpagesize a bit.Ulrich Drepper2010-03-271-10/+17
* Fix comments and indentation.Ulrich Drepper2010-03-271-7/+7
* Define miss_F_GETOWN_EX only if needed.Ulrich Drepper2010-03-271-11/+11
* Don't take the address of a void object.Richard Henderson2010-03-261-4/+4
* Add support for new clocks.Ulrich Drepper2010-03-253-4/+14
* Fix Linux getlogin{_r,} implementationUlrich Drepper2010-03-242-0/+139
* Allow variable shift values in mmap2.Ulrich Drepper2010-03-241-4/+17