about summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
* manual: Document lack of conformance of sched_* functions [BZ #14829]Florian Weimer2019-02-021-1/+4
* Cleanup clock_*time includesWilco Dijkstra2019-02-015-88/+36
* aarch64: Add AmpereComputing emag to tunable cpu listFeng Xue2019-02-012-0/+4
* make-syscalls.sh: fix comment referencing syscall-templateVineet Gupta2019-01-311-1/+1
* Fix a few typos in commentsDmitry V. Levin2019-01-121-1/+1
* powerpc: Fix VSCR position in ucontext (bug 24088)Rogerio Alves2019-01-111-0/+5
* [AArch64] Add ifunc support for AresWilco Dijkstra2019-01-092-0/+3
* Linux: Improve handling of resource limits in misc/tst-ttynameFlorian Weimer2019-01-041-4/+43
* nptl: Cleanup cancellation macrosAdhemerval Zanella2019-01-036-79/+77
* nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella2019-01-034-10/+0
* AArch64: Update dl-procinfo.c with new HWCAPSzabolcs Nagy2019-01-032-3/+4
* posix: Clear close-on-exec for posix_spawn adddup2 (BZ#23640)Adhemerval Zanella2019-01-031-3/+15
* termios: Consolidate termios.hAdhemerval Zanella2019-01-038-295/+26
* termios: Add powerpc termios-miscAdhemerval Zanella2019-01-033-50/+74
* termios: Remove Linux _IOT_termiosAdhemerval Zanella2019-01-033-9/+0
* termios: Consolidate tcflow symbolic constantsAdhemerval Zanella2019-01-038-23/+58
* termios: Consolidate local mode definitionsAdhemerval Zanella2019-01-0310-120/+198
* termios: Consolidate control mode definitionsAdhemerval Zanella2019-01-039-60/+110
* termios: Consolidate Baud Rate Selection definitions (BZ#23783)Adhemerval Zanella2019-01-0310-131/+195
* termios: Consolidate Output Modes definitionsAdhemerval Zanella2019-01-0310-211/+262
* termios: Consolidate Input Modes definitions.Adhemerval Zanella2019-01-039-86/+123
* termios: Consolidate termios c_cc symbolic constantsAdhemerval Zanella2019-01-0311-103/+213
* termios: Consolidate struct termiosAdhemerval Zanella2019-01-0316-76/+165
* termios: Define TIOCSER_TEMT with __USE_MISC (BZ#17783)Adhemerval Zanella2019-01-033-3/+10
* Update Linux kernel version in tst-mman-consts.py.Joseph Myers2019-01-021-1/+1
* ARM: fix kernel assisted atomics with GCC 8 (bug 24034)Aurelien Jarno2019-01-021-5/+13
* Add IPV6_MULTICAST_ALL from Linux 4.20 to bits/in.h.Joseph Myers2019-01-011-0/+1
* Add PACKET_IGNORE_OUTGOING from Linux 4.20 to netpacket/packet.h.Joseph Myers2019-01-011-0/+1
* Add HWCAP_SSBS from Linux 4.20 to AArch64 bits/hwcap.h.Joseph Myers2019-01-011-0/+1
* Update syscall-names.list for Linux 4.20.Joseph Myers2019-01-011-2/+3
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011462-1463/+1462
* riscv: Use __has_include__ to include <asm/syscalls.h> [BZ #24022]H.J. Lu2018-12-311-1/+5
* Update nios2, sparc32 localplt.data for difftime changes (bug 24023).Joseph Myers2018-12-212-0/+3
* Add C-SKY portMao Han2018-12-2144-0/+5175
* s390: Use generic kernel_sigaction.hAdhemerval Zanella2018-12-181-26/+3
* ia64: Remove kernel_sigaction.hAdhemerval Zanella2018-12-181-7/+0
* hppa: Remove kernel_sigaction.hAdhemerval Zanella2018-12-181-18/+0
* alpha: Use Linux generic sigaction implementationAdhemerval Zanella2018-12-188-115/+22
* m68k: Fix sigaction kernel definition (BZ #23960)Adhemerval Zanella2018-12-187-34/+23
* Remove __ASSUME_ST_INO_64_BIT.Joseph Myers2018-12-187-43/+0
* Do not clobber r12 for ia64 syscalls.Joseph Myers2018-12-171-1/+1
* Add test that MAP_* constants agree with kernel.Joseph Myers2018-12-172-0/+74
* Add statx conditionals for wordsize-32 *xstat.cMao Han2018-12-1713-6/+169
* Move tst-signal-numbers to Python.Joseph Myers2018-12-103-90/+55
* Enable VDSO for static linking on mipsRafael Ávila de Espíndola2018-12-105-10/+13
* compat getdents64: Use correct offset for retry [BZ #23972]Florian Weimer2018-12-102-3/+17
* Move *-le.abilist to le/*.abilistAndreas Schwab2018-12-1026-0/+0
* Fix potential stack overflow [BZ #23490]Paul Pluzhnikov2018-12-081-2/+2
* Add getcpuH.J. Lu2018-12-0731-1/+83