glibc/sysdeps/mach/hurd
Joseph Myers 90f0ac10a7 Add fmaximum, fminimum functions
C2X adds new <math.h> functions for floating-point maximum and
minimum, corresponding to the new operations that were added in IEEE
754-2019 because of concerns about the old operations not being
associative in the presence of signaling NaNs.  fmaximum and fminimum
handle NaNs like most <math.h> functions (any NaN argument means the
result is a quiet NaN).  fmaximum_num and fminimum_num handle both
quiet and signaling NaNs the way fmax and fmin handle quiet NaNs (if
one argument is a number and the other is a NaN, return the number),
but still raise "invalid" for a signaling NaN argument, making them
exceptions to the normal rule that a function with a floating-point
result raising "invalid" also returns a quiet NaN.  fmaximum_mag,
fminimum_mag, fmaximum_mag_num and fminimum_mag_num are corresponding
functions returning the argument with greatest or least absolute
value.  All these functions also treat +0 as greater than -0.  There
are also corresponding <tgmath.h> type-generic macros.

Add these functions to glibc.  The implementations use type-generic
templates based on those for fmax, fmin, fmaxmag and fminmag, and test
inputs are based on those for those functions with appropriate
adjustments to the expected results.  The RISC-V maintainers might
wish to add optimized versions of fmaximum_num and fminimum_num (for
float and double), since RISC-V (F extension version 2.2 and later)
provides instructions corresponding to those functions - though it
might be at least as useful to add architecture-independent built-in
functions to GCC and teach the RISC-V back end to expand those
functions inline, which is what you generally want for functions that
can be implemented with a single instruction.

Tested for x86_64 and x86, and with build-many-glibcs.py.
2021-09-28 23:31:35 +00:00
..
bits Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
htl htl: make pthread_sigstate read/write set/oset outside sigstate section 2021-09-26 01:04:13 +02:00
i386 Add fmaximum, fminimum functions 2021-09-28 23:31:35 +00:00
net Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
x86 Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
_exit.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
_Fork.c hurd: _Fork: unlock malloc before calling fork child hooks 2021-07-27 02:03:01 +02:00
accept.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
accept4.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
access.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
adjtime.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
arch-fd_to_filename.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
bind.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
brk.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
chdir.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
check_fds.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08: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 2021-01-02 12:17:34 -08:00
chmod.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
chown.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
chroot.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
clock.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
clock_settime.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
close.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
close_nocancel.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
close_nocancel_nostatus.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
closedir.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
configure configure: Replaced obsolete AC_TRY_COMPILE 2021-06-04 10:16:00 -03:00
configure.ac configure: Replaced obsolete AC_TRY_COMPILE 2021-06-04 10:16:00 -03:00
connect.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
cthreads.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
device-nrs.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
dirfd.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
dirstream.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
dl-execstack.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
dl-fcntl.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
dl-mman.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
dl-sysdep.c hurd: Drop fmh kludge 2021-08-16 11:20:38 +02:00
dl-sysdep.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
dl-unistd.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
dup2.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
dup3.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
eloop-threshold.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
enbl-secure.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
err_hurd.sub signal: Move sys_errlist to a compat symbol 2020-07-07 14:10:58 -03:00
errlist.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
errno-loc.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
errnos.awk Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
euidaccess.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
execve.c hurd: Add execveat 2021-05-18 09:36:00 +00:00
execveat.c hurd: Add execveat 2021-05-18 09:36:00 +00:00
f_setlk.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
f_setlk.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
faccessat.c hurd: handle EINTR during critical sections 2021-03-23 22:40:10 +00:00
fchdir.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
fchflags.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
fchmod.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
fchmodat.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
fchown.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
fchownat.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
fcntl.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
fcntl64.c hurd: Fix F_*LK* fcntl with __USE_FILE_OFFSET64 2018-11-16 09:41:05 +01:00
fcntl_nocancel.c hurd: Make fcntl(F_SETLKW*) cancellation points 2020-06-28 18:24:37 +00:00
fdatasync.c Add hidden prototypes for fsync, fdatasync 2021-06-22 09:51:14 +02:00
fdopendir.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
fexecve.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
fgetxattr.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
flistxattr.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
flock.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
fpathconf.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
fremovexattr.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
fsetxattr.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
fstat.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
fstat64.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
fstatat.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
fstatat64.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
fstatfs.c hurd: Fix fstatfs build failure 2021-02-11 17:45:24 -03:00
fstatfs64.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
fstatvfs.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
fstatvfs64.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
fsync.c Add hidden prototypes for fsync, fdatasync 2021-06-22 09:51:14 +02:00
ftruncate.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ftruncate64.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
futimens.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
futimes.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
futimesat.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
fxstat.c Revert "linux: Move {f}xstat{at} to compat symbols" for static build 2021-01-21 14:11:53 -03:00
fxstat64.c Revert "linux: Move {f}xstat{at} to compat symbols" for static build 2021-01-21 14:11:53 -03:00
fxstatat.c Revert "linux: Move {f}xstat{at} to compat symbols" for static build 2021-01-21 14:11:53 -03:00
fxstatat64.c Revert "linux: Move {f}xstat{at} to compat symbols" for static build 2021-01-21 14:11:53 -03:00
gai_misc.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getclktck.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getcwd.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getcwd.h hurd: Add execveat 2021-05-18 09:36:00 +00:00
getdents.c
getdomain.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getdtsz.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getegid.c hurd: handle EINTR during critical sections 2021-03-23 22:40:10 +00:00
getentropy.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
geteuid.c hurd: handle EINTR during critical sections 2021-03-23 22:40:10 +00:00
getgid.c hurd: handle EINTR during critical sections 2021-03-23 22:40:10 +00:00
getgroups.c hurd: handle EINTR during critical sections 2021-03-23 22:40:10 +00:00
gethostid.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
gethostname.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getitimer.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getlogin.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getlogin_r.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getpeername.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getpgid.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getpid.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getppid.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getpriority.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getrandom.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getresgid.c hurd: handle EINTR during critical sections 2021-03-23 22:40:10 +00:00
getresuid.c hurd: handle EINTR during critical sections 2021-03-23 22:40:10 +00:00
getrlimit.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getrusage.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getsid.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getsockname.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getsockopt.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getuid.c hurd: handle EINTR during critical sections 2021-03-23 22:40:10 +00:00
getxattr.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
group_member.c hurd: handle EINTR during critical sections 2021-03-23 22:40:10 +00:00
hp-timing.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
if_index.c Annotate additional APIs with GCC attribute access. 2021-05-06 11:01:05 -06:00
ifreq.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifreq.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
Implies Flatten sysdeps/unix/bsd/bsd4.4 into sysdeps/unix/bsd. 2013-12-22 14:49:48 +00:00
init-posix.c
ioctl.c hurd TIOCFLUSH: fix fixing argument 2021-02-01 20:01:34 +01:00
isatty.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
jmp-unwind.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
kernel-features.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
kill.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
lchmod.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
lchown.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
lgetxattr.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
libc-ldscript
libc-start.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
libc_p-ldscript
libc_sigaction.c signal: Add __libc_sigaction 2021-03-18 15:54:39 -03: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 2021-01-02 12:17:34 -08:00
linkat.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
listen.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
listxattr.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
llistxattr.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
lremovexattr.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
lseek.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
lseek64.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
lsetxattr.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
lstat.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
lstat64.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
lutimes.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
lxstat.c Revert "linux: Move {f}xstat{at} to compat symbols" for static build 2021-01-21 14:11:53 -03:00
lxstat64.c Revert "linux: Move {f}xstat{at} to compat symbols" for static build 2021-01-21 14:11:53 -03:00
Makeconfig Add {,sysdep-}ld-library-path make variable 2020-11-16 21:15:20 +00:00
Makefile Move malloc hooks into a compat DSO 2021-07-22 18:37:59 +05:30
malloc-machine.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
mig-reply.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
mkdir.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
mkdirat.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
mknodat.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
mlock.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
mlockall.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
mmap.c hurd mmap: Reduce the requested max vmprot 2021-08-11 18:39:51 +02:00
mmap64.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
mremap.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
msync.c hurd msync: Drop bogus test 2021-08-31 19:41:02 +02:00
munlock.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
munlockall.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
not-cancel.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
not-errno.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
open.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
open64.c
open_nocancel.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
openat.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
openat64.c
openat_nocancel.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
opendir.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pathconf.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pipe.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pipe2.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
poll.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ppoll.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pread.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pread64.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pread64_nocancel.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
prof-freq.c
profil.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pselect.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ptrace.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ptsname.c login: Hidden prototypes for _getpt, __ptsname_r, grantpt, unlockpt 2021-06-30 07:28:12 +02:00
pwrite.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pwrite64.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pwrite64_nocancel.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
read.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
read_nocancel.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
readdir.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
readdir64.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
readdir64_r.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
readdir_r.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
readlink.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
readlinkat.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
reboot.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
recv.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
recvfrom.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
recvmsg.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
removexattr.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
rename.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
renameat.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
renameat2.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
res_enable_icmp.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
revoke.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
rewinddir.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
rmdir.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sbrk.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sched_gets.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sched_sets.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
seekdir.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
select.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
send.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sendfile.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sendfile64.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sendmsg.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sendto.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
setdomain.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
setegid.c hurd: handle EINTR during critical sections 2021-03-23 22:40:10 +00:00
seteuid.c hurd: handle EINTR during critical sections 2021-03-23 22:40:10 +00:00
setgid.c hurd: handle EINTR during critical sections 2021-03-23 22:40:10 +00:00
setgroups.c hurd: handle EINTR during critical sections 2021-03-23 22:40:10 +00:00
sethostid.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sethostname.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
setitimer.c hurd: handle EINTR during critical sections 2021-03-23 22:40:10 +00:00
setlogin.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
setpgid.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
setpriority.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
setregid.c hurd: handle EINTR during critical sections 2021-03-23 22:40:10 +00:00
setresgid.c hurd: handle EINTR during critical sections 2021-03-23 22:40:10 +00:00
setresuid.c hurd: handle EINTR during critical sections 2021-03-23 22:40:10 +00:00
setreuid.c hurd: handle EINTR during critical sections 2021-03-23 22:40:10 +00:00
setrlimit.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
setsid.c hurd: handle EINTR during critical sections 2021-03-23 22:40:10 +00:00
setsockopt.c socket: Add hidden prototype for setsockopt 2021-07-15 08:35:45 +02:00
setuid.c hurd: handle EINTR during critical sections 2021-03-23 22:40:10 +00:00
setxattr.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08: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 2021-01-02 12:17:34 -08:00
sigaltstack.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
siglist-compat.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sigpending.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sigprocmask.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sigstack.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sigsuspend.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sigwait.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
socket.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
socketpair.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
spawn_int_def.h hurd: Add support for spawn_do_closefrom 2021-07-19 23:47:18 +02:00
spawni.c hurd: Add support for spawn_do_closefrom 2021-07-19 23:47:18 +02:00
stat.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
stat64.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
statconv.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
statfs.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
statfs64.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
statfsconv.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
statvfs.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
statvfs64.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
Subdirs
symlink.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
symlinkat.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sync.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
syncfs.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sysconf.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sysdep-cancel.h htl: Add support for libc cancellation points 2020-02-10 01:03:50 +00:00
telldir.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
times.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tls.h htl: Reimplement GSCOPE 2021-09-16 01:04:17 +02:00
tmpfile.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tmpfile64.c
truncate.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
truncate64.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ttyname.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ttyname_r.c Hurd: Add missing hidden proto definition for __ttyname_r 2021-05-10 10:29:36 +02:00
umask.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
uname.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
unlink.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
unlinkat.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
utime-helper.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
utimensat.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
utimes.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
Versions hurd: Move {,f,l}xstat{,at} and xmknod{at} to compat symbols 2020-11-11 23:56:56 +00:00
wait4.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wait4_nocancel.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
waitid.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
write.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
write_nocancel.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
writev_nocancel_nostatus.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
xmknod.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
xmknodat.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
xstat.c Revert "linux: Move {f}xstat{at} to compat symbols" for static build 2021-01-21 14:11:53 -03:00
xstat64.c Revert "linux: Move {f}xstat{at} to compat symbols" for static build 2021-01-21 14:11:53 -03:00