aboutsummaryrefslogtreecommitdiff
path: root/ports/sysdeps/unix/sysv/linux/m68k
AgeCommit message (Collapse)AuthorFilesLines
2014-02-10Move m68k from ports to libcAndreas Schwab131-10565/+0
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae46-46/+46
2013-12-10m68k: add support for PI futexesAndreas Schwab1-0/+29
2013-12-10m68k: don't assume PI futexes before 3.10Andreas Schwab1-0/+6
2013-11-26Use __glibc_reserved instead __unused.Ondřej Bílka1-2/+2
2013-10-30rename configure.in to configure.acMike Frysinger2-1/+1
Autoconf has been deprecating configure.in for quite a long time. Rename all our configure.in and preconfigure.in files to .ac. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2013-09-04Define MMAP2_PAGE_SHIFT to -1 for m68k.Joseph Myers1-0/+5
2013-07-21m68k: use _dl_static_init to set GLR0(dl_pagesize)Andreas Schwab4-2/+124
2013-06-15New API to set default thread attributesSiddhesh Poyarekar2-0/+8
This patch introduces two new convenience functions to set the default thread attributes used for creating threads. This allows a programmer to set the default thread attributes just once in a process and then run pthread_create without additional attributes.
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers1-1/+1
2013-06-05Remove trailing whitespace in ports.Joseph Myers1-1/+1
2013-04-02New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge2-0/+9
It is based on draft TS 18661 and currently enabled as a GNU extension.
2013-03-11Remove extra pthread_atfork compat symbolsAndreas Schwab1-1/+0
2013-03-06Use <bits/mman-linux.h> on M68kAndreas Jaeger1-74/+2
2013-02-18C++11 thread_local destructors supportSiddhesh Poyarekar2-0/+6
This feature is specifically for the C++ compiler to offload calling thread_local object destructors on thread program exit, to glibc. This is to overcome the possible complication of destructors of thread_local objects getting called after the DSO in which they're defined is unloaded by the dynamic linker. The DSO is marked as 'unloadable' if it has a constructed thread_local object and marked as 'unloadable' again when all the constructed thread_local objects defined in it are destroyed.
2013-02-08m68k: update kernel-features.hAndreas Schwab1-0/+20
2013-01-19Add not-cancel.h for m68k/nptlAndreas Schwab2-0/+2
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers44-46/+44
2012-11-21m68k: fix return value of lll_futex_timed_wait_bitsetAndreas Schwab1-1/+1
2012-11-18m68k: fix cancellable syscall with 5 or 6 argumentsAndreas Schwab1-5/+5
2012-11-18m68k: define lll_futex_timed_wait_bitsetAndreas Schwab1-1/+13
2012-10-25Convert ia64, linux-generic, m68k <bits/fcntl.h> to use <bits/fcntl-linux.h>Andreas Jaeger1-273/+7
* sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>. * sysdeps/unix/sysv/linux/generic/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>. * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
2012-10-24BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath2-0/+10
2012-10-02Fix clone flag name in comment to CLONE_CHILD_CLEARTID.Siddhesh Poyarekar1-1/+1
2012-10-01Clean up init-first.c files.Roland McGrath1-2/+3
2012-08-27Remove __ASSUME_STAT64_SYSCALL.Joseph Myers1-3/+0
2012-08-21Remove __ASSUME_FADVISE64_64_SYSCALL.Joseph Myers1-1/+0
2012-08-20Remove __ASSUME_MMAP2_SYSCALL.Joseph Myers1-1/+0
2012-08-08Remove __ASSUME_TGKILL.Joseph Myers1-1/+0
2012-08-08m68k/cf: avoid warning in non-shared atomic_compare_and_exchange_val_acqAndreas Schwab1-6/+6
2012-08-07Remove pre-2.6.16 Linux kernel support.Joseph Myers3-7/+3
2012-08-01Remove __ASSUME_FCNTL64.Joseph Myers1-1/+0
2012-08-01Remove __ASSUME_VFORK_SYSCALL (and some __NR_vfork conditionals).Joseph Myers2-23/+1
2012-08-01BZ#14138: Move getrlimit (ugetrlimit) syscall to syscalls.list.Roland McGrath1-1/+0
2012-07-25Remove pre-2.4.21 Linux kernel support.Joseph Myers1-6/+4
2012-07-25Rename __secure_getenv to secure_getenvFlorian Weimer2-0/+6
2012-07-20Move localplt baselines to sysdeps directories.Joseph Myers1-0/+8
2012-07-17Move c++-types baselines to sysdeps directories.Joseph Myers1-0/+67
2012-07-16m68k: add support for {get,make,set,swap}contextAndreas Schwab6-0/+388
2012-07-01Move all files into ports/ subdirectory in preparation for merge with glibcglibc-2.16-ports-before-mergeJoseph Myers120-0/+10243