summaryrefslogtreecommitdiff
path: root/ports/sysdeps/unix/sysv/linux/m68k
Commit message (Collapse)AuthorAgeFilesLines
* Move m68k from ports to libcAndreas Schwab2014-02-10131-10565/+0
|
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0146-46/+46
|
* m68k: add support for PI futexesAndreas Schwab2013-12-101-0/+29
|
* m68k: don't assume PI futexes before 3.10Andreas Schwab2013-12-101-0/+6
|
* Use __glibc_reserved instead __unused.Ondřej Bílka2013-11-261-2/+2
|
* rename configure.in to configure.acMike Frysinger2013-10-302-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>
* Define MMAP2_PAGE_SHIFT to -1 for m68k.Joseph Myers2013-09-041-0/+5
|
* m68k: use _dl_static_init to set GLR0(dl_pagesize)Andreas Schwab2013-07-214-2/+124
|
* New API to set default thread attributesSiddhesh Poyarekar2013-06-152-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.
* Use (void) in no-arguments function definitions.Joseph Myers2013-06-081-1/+1
|
* Remove trailing whitespace in ports.Joseph Myers2013-06-051-1/+1
|
* New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge2013-04-022-0/+9
| | | | It is based on draft TS 18661 and currently enabled as a GNU extension.
* Remove extra pthread_atfork compat symbolsAndreas Schwab2013-03-111-1/+0
|
* Use <bits/mman-linux.h> on M68kAndreas Jaeger2013-03-061-74/+2
|
* C++11 thread_local destructors supportSiddhesh Poyarekar2013-02-182-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.
* m68k: update kernel-features.hAndreas Schwab2013-02-081-0/+20
|
* Add not-cancel.h for m68k/nptlAndreas Schwab2013-01-192-0/+2
|
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0244-46/+44
|
* m68k: fix return value of lll_futex_timed_wait_bitsetAndreas Schwab2012-11-211-1/+1
|
* m68k: fix cancellable syscall with 5 or 6 argumentsAndreas Schwab2012-11-181-5/+5
|
* m68k: define lll_futex_timed_wait_bitsetAndreas Schwab2012-11-181-1/+13
|
* Convert ia64, linux-generic, m68k <bits/fcntl.h> to use <bits/fcntl-linux.h>Andreas Jaeger2012-10-251-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>.
* BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath2012-10-242-0/+10
|
* Fix clone flag name in comment to CLONE_CHILD_CLEARTID.Siddhesh Poyarekar2012-10-021-1/+1
|
* Clean up init-first.c files.Roland McGrath2012-10-011-2/+3
|
* Remove __ASSUME_STAT64_SYSCALL.Joseph Myers2012-08-271-3/+0
|
* Remove __ASSUME_FADVISE64_64_SYSCALL.Joseph Myers2012-08-211-1/+0
|
* Remove __ASSUME_MMAP2_SYSCALL.Joseph Myers2012-08-201-1/+0
|
* Remove __ASSUME_TGKILL.Joseph Myers2012-08-081-1/+0
|
* m68k/cf: avoid warning in non-shared atomic_compare_and_exchange_val_acqAndreas Schwab2012-08-081-6/+6
|
* Remove pre-2.6.16 Linux kernel support.Joseph Myers2012-08-073-7/+3
|
* Remove __ASSUME_FCNTL64.Joseph Myers2012-08-011-1/+0
|
* Remove __ASSUME_VFORK_SYSCALL (and some __NR_vfork conditionals).Joseph Myers2012-08-012-23/+1
|
* BZ#14138: Move getrlimit (ugetrlimit) syscall to syscalls.list.Roland McGrath2012-08-011-1/+0
|
* Remove pre-2.4.21 Linux kernel support.Joseph Myers2012-07-251-6/+4
|
* Rename __secure_getenv to secure_getenvFlorian Weimer2012-07-252-0/+6
|
* Move localplt baselines to sysdeps directories.Joseph Myers2012-07-201-0/+8
|
* Move c++-types baselines to sysdeps directories.Joseph Myers2012-07-171-0/+67
|
* m68k: add support for {get,make,set,swap}contextAndreas Schwab2012-07-166-0/+388
|
* Move all files into ports/ subdirectory in preparation for merge with glibcglibc-2.16-ports-before-mergeJoseph Myers2012-07-01120-0/+10243