summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/sparc
AgeCommit message (Expand)Author
2014-01-06ptrace.h: add __ prefix to ptrace_peeksiginfo_argsMike Frysinger
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-11-26Use __glibc_reserved instead __unused.Ondřej Bílka
2013-09-11Add O_TMPFILE to <fcntl.h>Andreas Schwab
2013-08-30Fix typos.Ondřej Bílka
2013-07-04Sync sys/ptrace with Linux 3.10Andreas Jaeger
2013-06-15New API to set default thread attributesSiddhesh Poyarekar
2013-06-05Remove trailing whitespace.Joseph Myers
2013-05-22Update bits/siginfo.h with Linux hwpoison SIGBUS changesEdjunior Barbosa Machado
2013-04-02New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge
2013-03-06Sync with Linux 3.8Andreas Jaeger
2013-03-05Define MCL_CURRENT, MCL_FUTURE in bits/mman-linux.hAndreas Jaeger
2013-03-04Create <bits/mman-linux.h>Andreas Jaeger
2013-02-18C++11 thread_local destructors supportSiddhesh Poyarekar
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers
2013-02-08Remove CHECK_N and bp-checks.h.Joseph Myers
2013-02-08Remove CHECK_1 and CHECK_1_NULL_OK.Joseph Myers
2013-01-31Remove CHECK_SIGSET and CHECK_SIGSET_NULL_OK.Joseph Myers
2013-01-31Remove bp-semctl.h and CHECK_SEMCTL.Joseph Myers
2013-01-11Adjust sparc for Roland's multiarch sysdep directory changes.David S. Miller
2013-01-10Use __extension__ with long long in installed headers.Joseph Myers
2013-01-08BZ#14985: Remove erroneous EPOLL_NONBLOCKAndreas Jaeger
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-11-11Fix check-localplt regressions on sparc.David S. Miller
2012-11-07Fix NULL ucontext->uc_link handling on sparc64.David S. Miller
2012-10-25Fix sparc64 build.David S. Miller
2012-10-25Use __getdents instead of __getdirentries in sparc __get_clockfreq_via_proc_o...Roland McGrath
2012-10-24BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath
2012-10-24F_GETLK cleanup for <bits/fcntl.h>Andreas Jaeger
2012-10-22Always define __O_LARGEFILEAndreas Jaeger
2012-10-22Use __O_LARGEFILE instead of O_LARGEFILEAndreas Jaeger
2012-10-20Reorganization of bits/fcntl.h for LinuxAndreas Jaeger
2012-10-01Get rid of unused __swblk_t type.Roland McGrath
2012-08-27Remove __ASSUME_STAT64_SYSCALL.Joseph Myers
2012-08-17Adjust old #include's of sysdeps/unix/time.c to point to sysdeps/posix/time.c...Roland McGrath
2012-08-14Remove __ASSUME_CLONE_THREAD_FLAGS.Joseph Myers
2012-08-06Clean up {alphasort,versionsort,scandir,scandirat}{,64} for struct dirent == ...Roland McGrath
2012-08-06Clean up lockf64, fseeko64, ftello64, fgetpos64, fsetpos64 for off64_t == off_t.Roland McGrath
2012-07-26Merge Linux 3.5 ptrace changesAndreas Jaeger
2012-07-26Merge _sigsys changes from Linux 3.5Andreas Jaeger
2012-07-25Rename __secure_getenv to secure_getenvFlorian Weimer
2012-07-20Move localplt baselines to sysdeps directories.Joseph Myers
2012-07-17Move c++-types baselines to sysdeps directories.Joseph Myers
2012-06-01Add default-abi definitions for powerpc, s390 and sparc.Joseph Myers
2012-05-30Convert WORDSIZE[32|64]/ld entries to abi-variantsH.J. Lu
2012-05-27Fix underflow reporting and tie up loose ends in sparc soft-fp.David S. Miller
2012-05-25Remove pre-2.4 Linux kernel support.Joseph Myers
2012-05-23Remove some sparc cob-webs leftover after Joseph's recent changes.David S. Miller
2012-05-23Update from Linux 3.4Andreas Jaeger
2012-05-20Add <sys/auxv.h> and getauxval.Richard Henderson