Browse Source

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@
OPENBSD_5_5
guenther 11 years ago
parent
commit
5198ca8bf1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libutil/shlib_version

+ 2
- 2
src/lib/libutil/shlib_version View File

@ -1,2 +1,2 @@
major=11
minor=5
major=12
minor=0

Loading…
Cancel
Save