Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | 2013-08-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | 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@ | ||||
* | Update to zlib 1.2.3; OK deraadt@ | 2005-07-20 | 1 | -1/+1 | |
| | |||||
* | errno changes, lib major version bumps, and general flag day | 2004-07-13 | 1 | -1/+1 | |
| | | | | | | | To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build | ||||
* | bump major | 2003-12-16 | 1 | -1/+1 | |
| | | | | ok millert@ (previous as well) | ||||
* | Crank all library major numbers. Needed due to the fact that we | 2002-12-03 | 1 | -2/+2 | |
| | | | | | | | | now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@ | ||||
* | increment minor due to security fix | 2002-03-15 | 1 | -1/+1 | |
| | |||||
* | zlib 1.1.3 | 1998-08-08 | 1 | -1/+1 | |
| | |||||
* | zlib 1.0.4 | 1997-01-19 | 1 | -1/+1 | |
| | |||||
* | incremented since we added gz_iszipped. | 1996-10-27 | 1 | -1/+1 | |
| | |||||
* | Integrate zlib v1.0.3 | 1996-07-27 | 1 | -0/+2 | |