glibc/sysdeps/mach/hurd
Adhemerval Zanella 38cc11daa4 nptl: Remove pthread_clock_gettime pthread_clock_settime
This patch removes CLOCK_THREAD_CPUTIME_ID and CLOCK_PROCESS_CPUTIME_ID support
from clock_gettime and clock_settime generic implementation.  For Linux, kernel
already provides supports through the syscall and Hurd HTL lacks
__pthread_clock_gettime and __pthread_clock_settime internal implementation.

As described in clock_gettime man-page [1] on 'Historical note for SMP
system', implementing CLOCK_{THREAD,PROCESS}_CPUTIME_ID with timer registers
is error-prone and susceptible to timing and accurary issues that the libc
can not deal without kernel support.

This allows removes unused code which, however, still incur in some runtime
overhead in thread creation (the struct pthread cpuclock_offset
initialization).

If hurd eventually wants to support them it should either either implement as
a kernel facility (or something related due its architecture) or in system
specific implementation.

Checked on aarch64-linux-gnu, x86_64-linux-gnu, and i686-linux-gnu. I also
checked on a i686-gnu build.

	* nptl/Makefile (libpthread-routines): Remove pthread_clock_gettime and
	pthread_clock_settime.
	* nptl/pthreadP.h (__find_thread_by_id): Remove prototype.
	* elf/dl-support.c [!HP_TIMING_NOAVAIL] (_dl_cpuclock_offset): Remove.
	(_dl_non_dynamic_init): Remove _dl_cpuclock_offset setting.
	* elf/rtld.c (_dl_start_final): Likewise.
	* nptl/allocatestack.c (__find_thread_by_id): Remove function.
	* sysdeps/generic/ldsodefs.h [!HP_TIMING_NOAVAIL] (_dl_cpuclock_offset):
	Remove.
	* sysdeps/mach/hurd/dl-sysdep.c [!HP_TIMING_NOAVAIL]
	(_dl_cpuclock_offset): Remove.
	* nptl/descr.h (struct pthread): Rename cpuclock_offset to
	cpuclock_offset_ununsed.
	* nptl/nptl-init.c (__pthread_initialize_minimal_internal): Remove
	cpuclock_offset set.
	* nptl/pthread_create.c (START_THREAD_DEFN): Likewise.
	* sysdeps/nptl/fork.c (__libc_fork): Likewise.
	* nptl/pthread_clock_gettime.c: Remove file.
	* nptl/pthread_clock_settime.c: Likewise.
	* sysdeps/unix/clock_gettime.c (hp_timing_gettime): Remove function.
	[HP_TIMING_AVAIL] (realtime_gettime): Remove CLOCK_THREAD_CPUTIME_ID
	and CLOCK_PROCESS_CPUTIME_ID support.
	* sysdeps/unix/clock_settime.c (hp_timing_gettime): Likewise.
	[HP_TIMING_AVAIL] (realtime_gettime): Likewise.
	* sysdeps/posix/clock_getres.c (hp_timing_getres): Likewise.
	[HP_TIMING_AVAIL] (__clock_getres): Likewise.
	* sysdeps/unix/clock_nanosleep.c (CPUCLOCK_P, INVALID_CLOCK_P):
	Likewise.
	(__clock_nanosleep): Remove CPUCLOCK_P and INVALID_CLOCK_P usage.

[1] http://man7.org/linux/man-pages/man2/clock_gettime.2.html
2019-03-22 15:37:43 -03:00
..
bits Break more lines before not after operators. 2019-02-25 13:19:19 +00:00
htl Break further lines before not after operators. 2019-02-26 15:01:50 +00:00
i386 Break further lines before not after operators. 2019-02-26 15:01:50 +00:00
net Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
x86 Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
_exit.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
accept4.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
accept.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
access.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
adjtime.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
bind.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
brk.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
chdir.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
check_fds.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
check_native.c hurd: Fix nscd build 2018-01-28 16:28:48 +01:00
check_pf.c hurd: Fix getifaddrs / freeifaddrs exposition 2018-01-28 19:06:15 +01:00
chflags.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
chmod.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
chown.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
chroot.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
clock.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
close.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
closedir.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
configure Introduce NO_RTLD_HIDDEN, make hurd use it instead of NO_HIDDEN 2017-10-03 01:33:38 +02:00
configure.ac Introduce NO_RTLD_HIDDEN, make hurd use it instead of NO_HIDDEN 2017-10-03 01:33:38 +02:00
connect.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
cthreads.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
device-nrs.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
dirfd.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
dirstream.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
dl-execstack.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
dl-fcntl.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
dl-mman.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
dl-sysdep.c nptl: Remove pthread_clock_gettime pthread_clock_settime 2019-03-22 15:37:43 -03:00
dl-sysdep.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
dl-unistd.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
dup2.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
dup3.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
eloop-threshold.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
enbl-secure.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
err_hurd.sub Update. 1998-06-02 12:58:14 +00:00
errlist.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
errno-loc.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
errnos.awk Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
euidaccess.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
execve.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
f_setlk.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
f_setlk.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
faccessat.c hurd: Check at_flags passed to faccessat 2019-01-22 22:47:10 +01:00
fchdir.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fchflags.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fchmod.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fchmodat.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fchown.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fchownat.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fcntl64.c hurd: Fix F_*LK* fcntl with __USE_FILE_OFFSET64 2018-11-16 09:41:05 +01:00
fcntl.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fdatasync.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fdopendir.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fexecve.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fgetxattr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
flistxattr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
flock.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fork.c Break further lines before not after operators. 2019-02-26 15:01:50 +00:00
fpathconf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fremovexattr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fsetxattr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fstatfs64.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fstatfs.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fstatvfs64.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fstatvfs.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fsync.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
ftruncate64.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
ftruncate.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
futimens.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
futimes.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
futimesat.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fxstat64.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fxstat.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fxstatat64.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
fxstatat.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
gai_misc.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getclktck.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getcwd.c Break further lines before not after operators. 2019-02-26 15:01:50 +00:00
getdents.c * sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/. 2005-12-15 21:13:14 +00:00
getdomain.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getdtsz.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getegid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
geteuid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getgid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getgroups.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
gethostid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
gethostname.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getitimer.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getlogin_r.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getlogin.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getpeername.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getpgid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getpid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getppid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getpriority.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getresgid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getresuid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getrlimit.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getrusage.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getsid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getsockname.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getsockopt.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getuid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getxattr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
group_member.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
hp-timing.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
if_index.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
ifreq.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
ifreq.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
Implies Flatten sysdeps/unix/bsd/bsd4.4 into sysdeps/unix/bsd. 2013-12-22 14:49:48 +00:00
init-posix.c * sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/. 2005-12-15 21:13:14 +00:00
ioctl.c Break further lines before not after operators. 2019-02-26 15:01:50 +00:00
isatty.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
jmp-unwind.c Break further lines before not after operators. 2019-02-26 15:01:50 +00:00
kernel-features.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
kill.c Break further lines before not after operators. 2019-02-26 15:01:50 +00:00
lchmod.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
lchown.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
lgetxattr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
libc_p-ldscript update from main archive 961203 1996-12-04 01:41:39 +00:00
libc-ldscript update from main archive 961203 1996-12-04 01:41:39 +00:00
libc-start.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
libhurduser.abilist hurd: add base abilist files 2018-01-28 17:26:35 +01:00
link.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
linkat.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
listen.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
listxattr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
llistxattr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
lremovexattr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
lseek64.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
lseek.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
lsetxattr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
lutimes.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
lxstat64.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
lxstat.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
Makeconfig Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO. 2012-08-17 09:35:15 -07:00
Makefile Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
malloc-machine.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mig-reply.c Break further lines before not after operators. 2019-02-26 15:01:50 +00:00
mkdir.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mkdirat.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mlock.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mlockall.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mmap64.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mmap.c Break more lines before not after operators. 2019-02-25 13:19:19 +00:00
msync.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
munlock.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
munlockall.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
not-errno.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
open64.c * sysdeps/mach/hurd/faccessat.c: New file. 2006-03-06 07:59:23 +00:00
open.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
openat64.c * sysdeps/mach/hurd/faccessat.c: New file. 2006-03-06 07:59:23 +00:00
openat.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
opendir.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pathconf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pipe2.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pipe.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
poll.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
ppoll.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pread64.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pread.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
prof-freq.c update from main archive 960909 1996-09-10 02:00:15 +00:00
profil.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pselect.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
ptrace.c Break further lines before not after operators. 2019-02-26 15:01:50 +00:00
ptsname.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pwrite64.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pwrite.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
read.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
readdir64_r.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
readdir64.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
readdir_r.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
readdir.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
readlink.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
readlinkat.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
reboot.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
recv.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
recvfrom.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
recvmsg.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
removexattr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
rename.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
renameat2.c hurd: Add renameat2 support for RENAME_NOREPLACE 2019-02-27 09:42:44 -08:00
renameat.c hurd: Add renameat2 support for RENAME_NOREPLACE 2019-02-27 09:42:44 -08:00
res_enable_icmp.c hurd: Add no-op version of __res_enable_icmp [BZ #24047] 2019-03-13 14:58:58 +01:00
revoke.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
rewinddir.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
rmdir.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sbrk.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
seekdir.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
select.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
send.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sendfile64.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sendfile.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sendmsg.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sendto.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
setdomain.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
setegid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
seteuid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
setgid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
setgroups.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sethostid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sethostname.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
setitimer.c Break lines before not after operators, batch 4. 2019-03-07 20:20:25 +00:00
setlogin.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
setpgid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
setpriority.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
setregid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
setresgid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
setresuid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
setreuid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
setrlimit.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
setsid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
setsockopt.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
settimeofday.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
setuid.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
setxattr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
shlib-versions Remove configuration name patterns from shlib-versions. 2014-09-12 12:28:47 +00:00
shutdown.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sigaction.c Break lines before not after operators, batch 4. 2019-03-07 20:20:25 +00:00
sigaltstack.c Break lines before not after operators, batch 4. 2019-03-07 20:20:25 +00:00
siglist.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sigpending.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sigprocmask.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sigstack.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sigsuspend.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sigwait.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
socket.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
socketpair.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
spawni.c Add some spaces before '('. 2019-02-27 13:55:45 +00:00
statfs64.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
statfs.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
statfsconv.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
statvfs64.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
statvfs.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
Subdirs * sysdeps/mach/hurd/Subdirs: Use "first hurd". 2006-03-01 08:52:13 +00:00
symlink.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
symlinkat.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sync.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
syncfs.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sysconf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sysdep-cancel.h nptl: Remove tst-cancel-wrappers test and related macros 2019-01-03 18:38:08 -02:00
telldir.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
times.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tls.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tmpfile64.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
tmpfile.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
truncate64.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
truncate.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
ttyname_r.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
ttyname.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
umask.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
uname.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
unlink.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
unlinkat.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
utime-helper.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
utimensat.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
utimes.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
Versions hurd: Fix some ld.so symbol override from libc 2018-07-27 11:18:29 +02:00
wait4.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
write.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
xmknod.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
xmknodat.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
xstat64.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
xstat.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
xstatconv.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00