summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2013-08-13 05:52:17 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2013-08-13 05:52:17 +0000
commit63b09fd06d5b28cb8bfdad371f27a6d41dfb3d1d (patch)
tree24dc8b015676d6caa39887d9139a68f92d626873 /lib
parent9c602f66c9062b998e1ed9b0afc422d5ec1f906e (diff)
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 'lib')
-rw-r--r--lib/libssl/shlib_version2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version
index 0aab0406bf8..a5757c1bcc6 100644
--- a/lib/libssl/shlib_version
+++ b/lib/libssl/shlib_version
@@ -1,2 +1,2 @@
-major=19
+major=20
minor=0