Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze | |
2012-09-27 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre | |
references into a STANDARDS section; | |||
2012-08-21 | flesh out the rfc sections; | Jason McIntyre | |
2012-08-12 | Use .Lk for HTTP hyperlinks, not .Pa. | Ingo Schwarze | |
Most of the patch from Arto Jonsson <ajonsson at kapsi dot fi>. jmc@ agrees in principle that .Lk is the right macro to use. While here, update a few broken links, and add missing markup at a few places. | |||
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen | |
ok guenther@ | |||
2011-07-07 | fix typos; while here, improve spacing in comments. | Igor Sobrado | |
changes to libevent and zlib headers sent to the upstream maintainers. ok jmc@ (for typos), millert@ | |||
2011-05-26 | remove hack to test and create /usr/lib/pkgconfig/ if needed, it's been six | Jasper Lievisse Adriaanse | |
months since it was introduced so it's safe to assume people have this dir now. ok deraadt@ | |||
2011-05-05 | Make this script more generic and minimize differences between | Jasper Lievisse Adriaanse | |
the openssl and libz versions: - use a generic ${lib_version} - define ${version_file} to look run ${version_re} on to acquire the library version. - add license - remove unused -k flag no change in generated files ok sthen@ | |||
2011-05-04 | Add a zlib.pc pkg-config file, based what newer zlibs ship. | Jasper Lievisse Adriaanse | |
tested by landry@ in a bulk. ok miod@ sthen@ | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2007-11-26 | typos; ok jmc@ | Martynas Venckus | |
sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev/pci/bktr/* ok jakemsr@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-01-24 | +.Xr gzip 1 | Jason McIntyre | |
2005-11-24 | use WANTLINT= (on all architectures) | Theo de Raadt | |
2005-07-20 | add MLINKS for new(ly documented) functions; | Jason McIntyre | |
2005-07-20 | sync with zlib.h update (zlib-1.2.3); | Jason McIntyre | |
2005-07-20 | Update to zlib 1.2.3; OK deraadt@ | Todd C. Miller | |
2005-07-06 | Fix bounds check for incomplete code sets so they cannot overflow the codes | Todd C. Miller | |
array. From Mark Adler. | |||
2004-12-03 | sync w/ zlib.h -r 1.8; | Jason McIntyre | |
2004-12-03 | update to zlib-1.21 (we already have the CAN-2004-0797 security fixes) | Damien Miller | |
"in it goes" deraadt@, in the near-total absence of feedback from others | |||
2004-12-03 | this page documents zlib 1.2.1, not 1.1.4; | Jason McIntyre | |
2004-08-26 | Fix for DoS caused by incorrect error handling. From Dmitry V. Levin. | Otto Moerbeek | |
ok miller@ henning@ | |||
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman | |
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 | |||
2004-01-29 | some fixes from wiz@netbsd, and a couple other bits; | Jason McIntyre | |
2003-12-17 | add MLINKS for new functions; | Jason McIntyre | |
2003-12-17 | sync man page with update to zlib 1.2.1; | Jason McIntyre | |
2003-12-17 | HAVE_UNISTD_H is unused; nuke it | Todd C. Miller | |
2003-12-17 | sync with sys/lib/libz; adds #ifdef SMALL and one more #ifndef SLOW | Todd C. Miller | |
henning@ OK | |||
2003-12-17 | #ifndef SLOW for consistency with sys/lib/libz/, not used for now; | Henning Brauer | |
millert@ agrees | |||
2003-12-16 | Remove old definition of crc_table that conflicts with new one when | Todd C. Miller | |
DYNAMIC_CRC_TABLE is defined. OK henning@ | |||
2003-12-16 | bump major | Henning Brauer | |
ok millert@ (previous as well) | |||
2003-12-16 | total_in and total_out need to be off_t, not unsigned long. | Henning Brauer | |
some bugs return: i fixed the same some months ago when we had this other gzip there. this bug resulted in wrong size stats for > 4GB files, and in the case that the input file was > 4GB and could be compressed to < 4GB gzip not zipping it as it would grow in its eyes. | |||
2003-12-16 | update to zlib 1.2.1 | Henning Brauer | |
ok millert@ deraadt@ | |||
2003-10-04 | set flag that we are restarting; pr 2886, also same diff found in netbsd; | Theo de Raadt | |
how did this sit around so long?? | |||
2003-10-03 | updated URL for zlib from wiz@netbsd; | Jason McIntyre | |
2003-10-01 | oops, didn't change the Makefile. | Jason McIntyre | |
add MLINKS to compress.3. rescued by deraadt@ | |||
2003-10-01 | - rename zlib(3) -> compress(3) so the name describes a function which exists; | Jason McIntyre | |
- .Xr compress 1 requested by deraadt@ | |||
2003-09-25 | add man page for zlib(3). This is basically an mdoc version of <zlib.h>. | Jason McIntyre | |
ok henning@ deraadt@ | |||
2003-04-02 | use strlcpy; millert ok | Theo de Raadt | |
2003-03-10 | duplicate words and spelling fixes in comments | David Krause | |
ok miod@ | |||
2003-02-27 | Check snprintf() return value for truncation; deraadt@ OK | Todd C. Miller | |
2003-02-26 | Define HAS_snprintf too; deraadt@ OK | Todd C. Miller | |
2003-02-23 | define HAS_vsnprintf | Theo de Raadt | |
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller | |
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller | |
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@ | |||
2002-07-06 | Add some missing checks for malloc() returning NULL. | Todd C. Miller | |
Noticed by Lars J. Buitinck. deraadt@ OK | |||
2002-03-15 | increment minor due to security fix | Todd C. Miller | |
2002-03-12 | Update to zlib-1.1.4 | Todd C. Miller | |
2002-01-18 | Fix some zlib memory leaks, originally from Mark Adler | Todd C. Miller | |