Age | Commit message (Expand) | Author |
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 | start spanning tree on ifconfig up; from Marco Pfatschbacher; ok jason@ | Markus Friedl |
2003-12-17 | oups, kill (then helpful) shit from the time when it live out of the tree... | Henning Brauer |
2003-12-17 | - new sentence, new line | Jason McIntyre |
2003-12-17 | welcome, bgpd | Henning Brauer |
2003-12-17 | Provide a real inverted cursor for rasops-based consoles; inspired by | Miod Vallat |
2003-12-17 | Quick fix for zlib's update. | Marc Espie |
2003-12-17 | in the real mem print do not include reserved for prom into used by openbsd | Michael Shalayeff |
2003-12-17 | figure out the used prom size in probe() and pass that into attach that will ... | Michael Shalayeff |
2003-12-17 | For some reason sparc64 seems to need the equivalent of -I/sys where | Todd C. Miller |
2003-12-17 | remove unneeded bits introduced in previous commit | Todd C. Miller |
2003-12-17 | #include <lib/libsa/stand.h> instead of just <stand.h> so we can avoid | Todd C. Miller |
2003-12-17 | Simply include the main libz Makefile instead of trying to roll our own. | Todd C. Miller |
2003-12-17 | Simply include the main libz Makefile instead of trying to roll our own. | Todd C. Miller |
2003-12-17 | Simply include the main libz Makefile instead of trying to roll our own. | Todd C. Miller |
2003-12-17 | bad me, left commented code in here... | Jason Wright |
2003-12-17 | new options from marius@monkey | Ted Unangst |
2003-12-17 | add NOTE_EOF (return on EOF) and NOTE_TRUNCATE (vnode was truncated) | Ted Unangst |
2003-12-17 | Add ccd(4) and ccdconfig(8) to CD ramdisk; needs changes in upgrade.sh | Todd C. Miller |
2003-12-17 | SMALL version of ccdconfig | Todd C. Miller |
2003-12-17 | Add support for -DSMALL that doesn't need -lkvm (no -g option) | Todd C. Miller |
2003-12-17 | HAVE_UNISTD_H is unused; nuke it | Todd C. Miller |
2003-12-17 | prettify, no real changes | Henning Brauer |
2003-12-17 | No need to build infback.c here after all. | Todd C. Miller |
2003-12-17 | sync with sys/lib/libz; adds #ifdef SMALL and one more #ifndef SLOW | Todd C. Miller |
2003-12-17 | #ifndef SLOW for consistency with sys/lib/libz/, not used for now; | Henning Brauer |
2003-12-17 | _ZLIB_PRIVATE is not used anywhere | Todd C. Miller |
2003-12-16 | Add #ifdef SMALL and #ifdef SLOW and include sys/unistd.h instead of unistd.h | Todd C. Miller |
2003-12-16 | Update to zlib 1.2.1 | Todd C. Miller |
2003-12-16 | disabling the gzip header handling that we do ourselves anyway gains us | Henning Brauer |
2003-12-16 | millert@ found about NOBYFOUR in crc32.c while looking at sys/lib/libz/ | Henning Brauer |
2003-12-16 | not used | Henning Brauer |
2003-12-16 | do not implement -L (print copyright) with SMALL | Henning Brauer |
2003-12-16 | Remove old definition of crc_table that conflicts with new one when | Todd C. Miller |
2003-12-16 | really don't implement unzip #ifdef SMALL | Henning Brauer |
2003-12-16 | really don't do -V #ifdef SMALL | Henning Brauer |
2003-12-16 | a bit more shrinking. do not bother printing the drive bus interfaces, | Theo de Raadt |
2003-12-16 | sync | Theo de Raadt |
2003-12-16 | do not include rcsids with -DSMALL and as it is meaningless then do not | Henning Brauer |
2003-12-16 | no more libz | Henning Brauer |
2003-12-16 | space saver for the boot floppies: | Henning Brauer |
2003-12-16 | when we read the original file size from the gzp header in uncompress mode | Henning Brauer |
2003-12-16 | bump major | Henning Brauer |
2003-12-16 | total_in and total_out need to be off_t, not unsigned long. | Henning Brauer |
2003-12-16 | update to zlib 1.2.1 | Henning Brauer |
2003-12-16 | Better fix for MALLOC_OPTIONS=J bug. Something had problems with | Todd C. Miller |
2003-12-16 | for -DSMALL, do not include rcsid[]s | Theo de Raadt |
2003-12-16 | when a bridge filter rule specifies both src and dst mac address, we do not | Henning Brauer |
2003-12-16 | Add SLIST_FOREACH_PREVPTR and SLIST_REMOVE_NEXT. SLIST_FOREACH_PREVPTR | Todd C. Miller |