Age | Commit message (Expand) | Author |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-01 | various format string cleanups; tedu ok | Theo de Raadt |
2003-05-12 | Fix a bug where pkg_add would fail when dependencies got a few levels deep | Peter Valchev |
2003-04-25 | kill #if 0 code w/ evil string functions, deraadt/tdeval | Henning Brauer |
2003-04-25 | eliminate a sprintf in code we don't use, prodded by and ok jsyn@ | Henning Brauer |
2003-04-19 | string stuff, ok krw@ deraadt@ | Henning Brauer |
2003-04-15 | added trailing slash to ftp example; | Jason McIntyre |
2003-04-14 | %d is 12 chars not 10, also sneak an easy snprintf; this code is currently | Peter Valchev |
2003-04-05 | use sizeof for snprintf size arg for static buffers instead of duplicating | Anil Madhavapeddy |
2003-04-05 | remove a dead function, simplify copy_string with strdup ; rohee@ ok | Anil Madhavapeddy |
2003-04-05 | remove some unused variables, disambiguate braces; rohee@ ok | Anil Madhavapeddy |
2003-04-05 | correct a bad strncpy; replace with strlcat; rohee@ ok | Anil Madhavapeddy |
2003-04-05 | some strlcpy,snprintf,strlcat conversions, tedu@ ok | Anil Madhavapeddy |
2003-04-04 | some more strcpy/strcat -> strlcpy/strlcat conversions | Anil Madhavapeddy |
2003-04-03 | some strcpy/strcat -> strlcpy/strlcat conversions | Anil Madhavapeddy |
2003-03-07 | spelling errors/typos | David Krause |
2002-09-08 | Avoid ordered comparison between pointers and integers (ANSI). | Thierry Deval |
2002-07-01 | typo. | Brad Smith |
2002-06-09 | some fixes. | Brad Smith |
2002-04-06 | PR2525 | Marc Espie |
2002-03-14 | Remove \n from err/errx/warn/warnx(). | Mike Pechkin |
2002-02-25 | typo; yozo@v007.vaio.ne.jp | Theo de Raadt |
2002-02-18 | Don't chmod 0755 the directory we just mkdtemp()'d. mkdtemp() uses | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-26 | mostly mark signal races | Theo de Raadt |
2001-11-17 | Pass PKG_PREFIX off to pkg thru env | Marc Espie |
2001-11-07 | Unconfuse option description. | Marc Espie |
2001-11-07 | Say goodbye to @ignore_inst, we don't use it, and it doesn't even work in | Marc Espie |
2001-11-07 | Recognize libdepend keyword. | Marc Espie |
2001-09-06 | Initial idea from aaron@: Last char of .Xr group in SEE ALSO section should | Mike Pechkin |
2001-08-18 | undup -f Flag. | Marc Espie |
2001-08-17 | o) {Open,Net,Free}BSD -> .{O,N,F}x; | Mike Pechkin |
2001-08-02 | o) .Sh AUTHOR -> .Sh AUTHORS; | Mike Pechkin |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
2001-06-06 | Let set_pkg kill trailing / in pkgname. | Marc Espie |
2001-06-06 | Do not dump core on empty comment | Marc Espie |
2001-05-22 | Back out pkg_version. espie has better plans. | brian |
2001-05-21 | Add pkg_version from FreeBSD (modulo the PORT_REVISION stuff) | brian |
2001-04-19 | Remove redundant package name. | Marc Espie |
2001-04-18 | fix two bugs. | Marc Espie |
2001-04-17 | Redundant package name. | Marc Espie |
2001-04-08 | Better error messages: pwarnx function, which works like pwarn, except | Marc Espie |
2001-04-02 | Handle for newdepend. | Marc Espie |
2001-03-22 | Smarter default conflict, use pkgname-[0-9]* if a version number has been | Marc Espie |
2001-03-11 | add p-flag to tar so that uids/gids and | Peter Stromberg |
2001-02-27 | tweak for working with wish8.3 | Todd T. Fries |
2001-02-10 | Give tar the new -I flag, not -T | Todd C. Miller |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell |
2000-11-08 | - Get rid of ".Sh OPTIONS" and always use the standard options list intro. | Aaron Campbell |