diff options
author | guenther <> | 2013-08-13 05:52:16 +0000 |
---|---|---|
committer | guenther <> | 2013-08-13 05:52:16 +0000 |
commit | 43e023526bef91301f36a6232334c745a682879d (patch) | |
tree | 8e658fffc9c7cea5553c096498c9f3d85a153c28 /src/lib/libc | |
parent | f64d6559ff43386dd60fef0abb5df1f4fb23f888 (diff) | |
download | openbsd-43e023526bef91301f36a6232334c745a682879d.tar.gz openbsd-43e023526bef91301f36a6232334c745a682879d.tar.bz2 openbsd-43e023526bef91301f36a6232334c745a682879d.zip |
Switch time_t, ino_t, clock_t, and struct kevent's ident and data
members to 64bit types. Assign new syscall numbers for (almost
all) the syscalls that involve the affected types, including anything
with time_t, timeval, itimerval, timespec, rusage, dirent, stat,
or kevent arguments. Add a d_off member to struct dirent and replace
getdirentries() with getdents(), thus immensely simplifying and
accelerating telldir/seekdir. Build perl with -DBIG_TIME.
Bump the major on every single base library: the compat bits included
here are only good enough to make the transition; the T32 compat
option will be burned as soon as we've reached the new world are
are happy with the snapshots for all architectures.
DANGER: ABI incompatibility. Updating to this kernel requires extra
work or you won't be able to login: install a snapshot instead.
Much assistance in fixing userland issues from deraadt@ and tedu@
and build assistance from todd@ and otto@
Diffstat (limited to 'src/lib/libc')
0 files changed, 0 insertions, 0 deletions