Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-06 | Compile libexpat with -fvisibility=hidden. This restricts the | Alexander Bluhm | |
exported symbols to the indended API. We do not need a Symbols.map anymore. Major library bump is necessary as some internal functions vanish from the ABI. Discussed upstream with Sebastian Pipping; ports bulk build ajacoutot@; OK deraadt@ | |||
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther | |
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@ | |||
2012-04-01 | update libexpat to 2.1.0. | Remi Pointel | |
use arc4random instead of rand/srand in generate_hash_secret_salt, spotted by nicm@ and deraadt@. ok nicm@ deraadt@. | |||
2007-10-18 | synch expat major number with xenocara, and then some. | Marc Espie | |
activate it in the build. | |||
2006-05-06 | Update to 2.0.0; keep our local changes | Aleksander Piotrowski | |
ok espie@, djm@ | |||
2004-09-22 | OpenBSD infrastructure to compile simply, and install include files. | Marc Espie | |