Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-24 | Merge sysdeps/unix/mman into sysdeps/unix. | Joseph Myers | 4 | -18/+5 | |
2012-04-23 | Move sysdeps/unix/sysv/gethostname.c to sysdeps/posix/. | Joseph Myers | 1 | -48/+0 | |
2012-04-23 | Remove unused sysdeps/unix/execve.S. | Joseph Myers | 1 | -32/+0 | |
2012-04-23 | Remove unused sysdeps/unix/_exit.S. | Joseph Myers | 1 | -24/+0 | |
2012-04-21 | Merge sysdeps/unix/sysv/Versions into sysdeps/unix/sysv/linux/Versions. | Joseph Myers | 2 | -6/+1 | |
2012-04-21 | Put vm86 into libc.a | Nix | 1 | -1/+1 | |
[BZ #7064] vm86 was not included in libc.a at all due to the default symbol explicitely added to the weak symbol. | |||||
2012-04-20 | Remove unused sysdeps/unix/common/lxstat.c. | Joseph Myers | 2 | -39/+0 | |
2012-04-20 | Remove sysdeps/unix/sysv/Makefile. | Joseph Myers | 1 | -19/+0 | |
2012-04-20 | Remove unused sysdeps/unix/sysv/direct.h. | Joseph Myers | 1 | -10/+0 | |
2012-04-20 | Remove unused sysdeps/unix/sysv/bits/*.h. | Joseph Myers | 7 | -350/+0 | |
2012-04-20 | Remove unused sysdeps/unix/sysv/setrlimit.c. | Joseph Myers | 1 | -56/+0 | |
2012-04-20 | Remove unused sysdeps/unix/xmknod.c. | Joseph Myers | 2 | -42/+0 | |
2012-04-20 | Remove unused sysdeps/unix/sysv/settimeofday.c. | Joseph Myers | 1 | -47/+0 | |
2012-04-20 | Remove unused sysdeps/unix/sysv/i386/time.S. | Joseph Myers | 1 | -29/+0 | |
2012-04-20 | Remove unused sysdeps/unix/{xstat,fxstat}.c. | Joseph Myers | 3 | -79/+0 | |
2012-04-20 | Remove unused sysdeps/unix/sysv/sigaction.c. | Joseph Myers | 1 | -83/+0 | |
2012-04-20 | Remove unused sysdeps/unix/sysv termio code. | Joseph Myers | 10 | -787/+1 | |
2012-04-20 | Remove unused sysdeps/unix/siglist.c. | Joseph Myers | 1 | -61/+0 | |
2012-04-20 | Remove unused sysdeps/unix/getppid.S. | Joseph Myers | 1 | -29/+0 | |
2012-04-20 | Remove unused sysdeps/unix/{mkdir.c,rmdir.c}. | Joseph Myers | 2 | -174/+0 | |
2012-04-19 | Fix computation of inflated errlist size | Andreas Schwab | 1 | -1/+1 | |
2012-04-13 | Fix variable check in sparc clock frequency probing. | Antoine Balestrat | 1 | -1/+1 | |
* sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c (__get_clockfreq_via_proc_openprom): Fix test on wrong variable. | |||||
2012-04-11 | Add __snseconds_t and __SNSECONDS_T_TYPE | H.J. Lu | 3 | -0/+3 | |
2012-03-30 | Comment fixes for mmsghdr | Ulrich Drepper | 1 | -2/+3 | |
2012-03-27 | Define MAP_STACK and MAP_HUGETLB on powerpc, s390, sh and sparc. | Anton Blanchard | 4 | -7/+12 | |
* sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and MAP_HUGETLB. * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise. | |||||
2012-03-27 | Merge branch 'elf-move' | Andreas Jaeger | 3 | -283/+0 | |
Conflicts: debug/backtracesymsfd.c sysdeps/generic/elf/backtracesymsfd.c sysdeps/i386/configure.in | |||||
2012-03-21 | Disable use of FMA instructions in branred | Andreas Schwab | 1 | -65/+133 | |
2012-03-21 | Check x86_64* instead of x86_64 | H.J. Lu | 2 | -2/+2 | |
2012-03-20 | Move stdio-common/_itoa.h to sysdeps/generic | H.J. Lu | 13 | -13/+13 | |
2012-03-20 | Merge branch 'master' into elf-move | Andreas Jaeger | 7 | -666/+1 | |
2012-03-20 | Remove unused start.c files. | Andreas Jaeger | 3 | -283/+0 | |
2012-03-19 | Add x32 support to ldd-rewrite.sed | H.J. Lu | 1 | -1/+1 | |
2012-03-19 | Remove common-objdir-compile and related sysdeps/unix/Makefile code. | Joseph Myers | 7 | -666/+1 | |
2012-03-17 | Add missing Versions entry for sparc's __getshmlba. | David S. Miller | 1 | -0/+2 | |
[BZ #6471] * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry for 2.16. | |||||
2012-03-16 | Fix warnings when uintptr_t is larger than int. | David S. Miller | 1 | -1/+1 | |
* sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid warnings. | |||||
2012-03-16 | Fix SHMLBA on sparc. | David S. Miller | 4 | -11/+59 | |
[BZ #6471] * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors properly. * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file. * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to sysdep_routines when subdir is sysvipc. * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new __getshmlba helper. | |||||
2012-03-16 | Use greg_t and uintptr_t in x86-64 __makecontext | H.J. Lu | 1 | -16/+17 | |
2012-03-16 | Add x32 support to ldconfig | H.J. Lu | 4 | -89/+70 | |
2012-03-14 | Install bits/syscall.h through install-headers. | Joseph Myers | 1 | -12/+4 | |
2012-03-13 | Use correct implementation for dl-fxstatat64 on sparc64. | David S. Miller | 1 | -0/+6 | |
* sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file. | |||||
2012-03-13 | Fix warning in Linux openat implementation when __ASSUME_ATFCTS is set. | David S. Miller | 1 | -1/+1 | |
* sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall 'err' in the ifdef scope in which it is actually used. | |||||
2012-03-12 | Fix another instance of the _dl_random masking bug, plus coding style. | David S. Miller | 1 | -2/+2 | |
* sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix masking out of the most significant byte of random value used. * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix coding style in previous change. | |||||
2012-03-12 | Add some missing sparc kernel-feature.h entries. | David S. Miller | 1 | -9/+10 | |
* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later. (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify expression. (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and later. | |||||
2012-03-11 | Fix some 64-bit sparc build warnings. | David S. Miller | 2 | -5/+5 | |
* sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c (__makecontext): Fix signedness of pointer casts setting up 'sp'. * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long' for 'resultvar' otherwise things get truncated on 64-bit. | |||||
2012-03-11 | Fix typing of the bit twiddling done in _dl_setup_stack_chk_guard. | David S. Miller | 1 | -2/+2 | |
* sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix masking out of the most significant byte of random value used. | |||||
2012-03-09 | Split enum __socket_type from bits/socket.h to bits/socket_type.h. | Joseph Myers | 5 | -472/+114 | |
2012-03-08 | Update copyright year after my most recent changes. | David S. Miller | 2 | -2/+2 | |
nptl/ * sysdeps/unix/sysv/linux/sparc/sem_post.c: Update copyright year. / * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update copyright year. * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise. | |||||
2012-03-06 | Fix several build warnings on sparc. | David S. Miller | 2 | -9/+25 | |
/ * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c (set_obp_int): New function. (get_obp_int): New function. (__get_clockfreq_via_dev_openprom): Likewise. * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P): Avoid unused variable warnings on 'val' and use builtin_expect. (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with builtin_expect. (INLINE_CLONE_SYSCALL): Likewise. nptl/ * sysdeps/unix/sysv/linux/sparc/sem_post.c (__new_sem_post): Use atomic_increment and remove unused local variable. (__old_sem_post): Likewise. | |||||
2012-03-05 | * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc): | H.J. Lu | 3 | -4/+4 | |
Replace gettimeofday with __vdso_gettimeofday. * sysdeps/unix/sysv/linux/x86_64/init-first.c (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with __vdso_clock_gettime and __vdso_getcpu. * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace time with __vdso_time. | |||||
2012-03-05 | 2012-03-05 Tom de Vries <tom@codesourcery.com> | Tom de Vries | 1 | -2/+2 | |
* sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure default stack guard is set in last bytes. * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same. |