glibc/sysdeps/mach/hurd
Joseph Myers 75ad83f564 Implement C23 pown
C23 adds various <math.h> function families originally defined in TS
18661-4.  Add the pown functions, which are like pow but with an
integer exponent.  That exponent has type long long int in C23; it was
intmax_t in TS 18661-4, and as with other interfaces changed after
their initial appearance in the TS, I don't think we need to support
the original version of the interface.  The test inputs are based on
the subset of test inputs for pow that use integer exponents that fit
in long long.

As the first such template implementation that saves and restores the
rounding mode internally (to avoid possible issues with directed
rounding and intermediate overflows or underflows in the wrong
rounding mode), support also needed to be added for using
SET_RESTORE_ROUND* in such template function implementations.  This
required math-type-macros-float128.h to include <fenv_private.h>, so
it can tell whether SET_RESTORE_ROUNDF128 is defined.  In turn, the
include order with <fenv_private.h> included before <math_private.h>
broke loongarch builds, showing up that
sysdeps/loongarch/math_private.h is really a fenv_private.h file
(maybe implemented internally before the consistent split of those
headers in 2018?) and needed to be renamed to fenv_private.h to avoid
errors with duplicate macro definitions if <math_private.h> is
included after <fenv_private.h>.

The underlying implementation uses __ieee754_pow functions (called
more than once in some cases, where the exponent does not fit in the
floating type).  I expect a custom implementation for a given format,
that only handles integer exponents but handles larger exponents
directly, could be faster and more accurate in some cases.

I encourage searching for worst cases for ulps error for these
implementations (necessarily non-exhaustively, given the size of the
input space).

Tested for x86_64 and x86, and with build-many-glibcs.py.
2025-03-27 10:44:44 +00:00
..
bits hurd: Set _POSIX_MONOTONIC_CLOCK to 200809L 2025-01-12 22:47:00 +01:00
htl hurd: Consolidate signal mask change 2025-03-06 02:28:35 +01:00
i386 Implement C23 pown 2025-03-27 10:44:44 +00:00
net Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
x86 Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
x86_64 Implement C23 pown 2025-03-27 10:44:44 +00:00
Implies
Makeconfig
Makefile elf: Canonicalize $ORIGIN in an explicit ld.so invocation [BZ 25263] 2025-03-13 16:50:16 -03:00
Subdirs
Versions Remove __access_noerrno 2023-11-23 19:01:32 +00:00
_Fork.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
_exit.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
accept.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
accept4.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
access.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
adjtime.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
arch-fd_to_filename.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
bind.c hurd: Replace char foo[1024] with string_t 2025-02-10 20:10:59 +01:00
brk.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
chdir.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
check_fds.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
check_native.c
check_pf.c
chflags.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
chmod.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
chown.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
chroot.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
clock.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
clock_settime.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
close.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
close_nocancel.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
close_nocancel_nostatus.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
close_range.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
closedir.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
configure Convert to autoconf 2.72 (vanilla release, no distribution patches) 2024-06-17 21:15:28 +02:00
configure.ac Use proc_getchildren_rusage when available in getrusage and times. 2024-02-17 21:14:39 +01:00
connect.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
cthreads.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
device-nrs.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
dirfd.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
dirstream.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
dl-execstack.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
dl-execve.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
dl-fcntl.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
dl-mman.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
dl-sysdep.c Remove dl-procinfo.h 2025-03-05 11:22:09 -03:00
dl-sysdep.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
dl-unistd.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
dup2.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
dup3.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
err_hurd.sub
err_map.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
errname.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
errno-loc.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
errnos.awk Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
euidaccess.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
execve.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
execveat.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
f_setlk.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
f_setlk.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
faccessat.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fchdir.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fchflags.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fchmod.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fchmodat.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fchown.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fchownat.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fcntl.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fcntl64.c
fcntl_nocancel.c
fdatasync.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fdopendir.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fexecve.c hurd: Replace char foo[1024] with string_t 2025-02-10 20:10:59 +01:00
fgetxattr.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
flistxattr.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
flock.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fpathconf.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fremovexattr.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fsetxattr.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fstat.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fstat64.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fstatat.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fstatat64.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fstatat_common.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fstatfs.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fstatfs64.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fstatvfs.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fstatvfs64.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fsync.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ftruncate.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ftruncate64.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
futimens.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
futimes.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
futimesat.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fxstat.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fxstat64.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fxstatat.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fxstatat64.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
gai_misc.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
getclktck.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
getcwd.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
getcwd.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
getdents.c
getdomain.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
getdtsz.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
getegid.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
getentropy.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
geteuid.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
getgid.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
getgroups.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
gethostid.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
gethostname.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
getitimer.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
getlogin.c hurd: Replace char foo[1024] with string_t 2025-02-10 20:10:59 +01:00
getlogin_r.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
getpeername.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
getpgid.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
getpid.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
getppid.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
getpriority.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
getrandom.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
getresgid.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
getresuid.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
getrlimit.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
getrusage.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
getsid.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
getsockname.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
getsockopt.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
getuid.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
getxattr.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
group_member.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
hp-timing.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
if_index.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifreq.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifreq.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
init-first.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
init-posix.c
ioctl.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
isatty.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
jmp-unwind.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
kernel-features.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
kill.c hurd: Cope with signals sent to ourself early 2025-01-12 00:55:56 +01:00
lchmod.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
lchown.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
lgetxattr.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
libc-ldscript
libc_p-ldscript
libc_sigaction.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
libhurduser.abilist
link.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
linkat.c hurd: Fix EINVAL error on linking to a slash-trailing path [BZ #32569] 2025-01-19 15:11:44 +01:00
linkat_common.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
listen.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
listxattr.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
llistxattr.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
lremovexattr.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
lseek.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
lseek64.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
lsetxattr.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
lstat.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
lstat64.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
lutimes.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
lxstat.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
lxstat64.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
malloc-machine.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
mig-reply.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
min-eloop-threshold.h Remove eloop-threshold.h 2025-03-21 15:46:48 -03:00
mkdir.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
mkdirat.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
mknodat.c hurd: Fix EINVAL error on linking to a slash-trailing path [BZ #32569] 2025-01-19 15:11:44 +01:00
mlock.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
mlockall.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
mmap.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
mmap64.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
mremap.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
msync.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
munlock.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
munlockall.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
not-cancel.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
open.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
open64.c
open_nocancel.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
openat.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
openat64.c
openat_nocancel.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
opendir.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
pathconf.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
pipe.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
pipe2.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
poll.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ppoll.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
pread.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
pread64.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
pread64_nocancel.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
prof-freq.c
profil.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
pselect.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ptrace.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ptsname.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
pwrite.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
pwrite64.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
pwrite64_nocancel.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
read.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
read_nocancel.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
readdir.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
readdir64.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
readdir64_r.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
readdir_r.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
readlink.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
readlinkat.c hurd: Replace char foo[1024] with string_t 2025-02-10 20:10:59 +01:00
reboot.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
recv.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
recvfrom.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
recvmsg.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
removexattr.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
rename.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
renameat.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
renameat2.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
res_enable_icmp.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
revoke.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
rewinddir.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
rmdir.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
sbrk.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
sched_gets.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
sched_sets.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
seekdir.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
select.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
send.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
sendfile.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
sendfile64.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
sendmsg.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
sendto.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
setdomain.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
setegid.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
seteuid.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
setgid.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
setgroups.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
sethostid.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
sethostname.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
setitimer.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
setlogin.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
setpgid.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
setpriority.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
setregid.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
setresgid.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
setresuid.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
setreuid.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
setrlimit.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
setsid.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
setsockopt.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
setuid.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
setxattr.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
shlib-versions
shutdown.c hurd: Fix shutdown() errno on non-sock 2025-01-06 18:03:16 +01:00
sigaltstack.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
siglist-compat.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
sigpending.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
sigprocmask.c hurd: Consolidate signal mask change 2025-03-06 02:28:35 +01:00
sigstack.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
sigsuspend.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
sigthreadmask.c htl: Make __pthread_sigmask directly call __sigthreadmask 2025-03-06 02:28:35 +01:00
sigtimedwait.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
sigwait.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
sigwaitinfo.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
socket.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
socketpair.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
spawn_int_def.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
spawni.c hurd: Use the new __proc_reauthenticate_complete protocol 2025-02-01 18:20:42 +01:00
stat.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
stat64.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
statconv.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
statfs.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
statfs64.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
statfsconv.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
statvfs.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
statvfs64.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
symlink.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
symlinkat.c hurd: Fix EINVAL error on linking to a slash-trailing path [BZ #32569] 2025-01-19 15:11:44 +01:00
sync.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
syncfs.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
sysconf.c Remove eloop-threshold.h 2025-03-21 15:46:48 -03:00
sysdep-cancel.h
telldir.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
times.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
tls.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
tmpfile.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
tmpfile64.c
truncate.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
truncate64.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ttyname.c hurd: Replace char foo[1024] with string_t 2025-02-10 20:10:59 +01:00
ttyname_r.c hurd: Replace char foo[1024] with string_t 2025-02-10 20:10:59 +01:00
umask.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
uname.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
unlink.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
unlinkat.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
utime-helper.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
utimensat.c hurd: Accept null arguments for utimensat pathname 2025-01-07 01:36:43 +01:00
utimes.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wait4.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wait4_nocancel.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
waitid.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
write.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
write_nocancel.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
writev_nocancel_nostatus.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
xmknod.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
xmknodat.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
xstat.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
xstat64.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00