Age | Commit message (Expand) | Author |
2003-09-05 | one check return from sysconf, one off by one vnsprintf, and one missing free. | Ted Unangst |
2003-08-27 | Avoid doing @cwd if no file follows. Patch from Pedro Bastos (based on | Jolan Luff |
2003-08-23 | oops, if file is not on ftp server with PKG_PATH, check installed too. | Ted Unangst |
2003-08-21 | New keywords: @extra and @extraunexec. | Marc Espie |
2003-08-18 | fix two bugs found by ben goren. -a should only look at installed | Ted Unangst |
2003-08-16 | more errx/warnx style \n errors; tom.cosgrove@arches-consulting.com | Theo de Raadt |
2003-08-15 | -S basedir, simpler to use than -s. | Marc Espie |
2003-08-12 | fix pkg->tail as needed, so that last md5 in CONTENTS does not get erased. | Marc Espie |
2003-08-06 | Plug some memory leaks; from Patrick Latifi | Todd C. Miller |
2003-08-06 | Fix strlcat() args; from Patrick Latifi | Todd C. Miller |
2003-08-01 | Add -q flag to pkg_delete: don't check md5 before removing. | Marc Espie |
2003-07-30 | basic support for ftp:// in PKG_PATH. ok pvalchev@ | Ted Unangst |
2003-07-14 | fix a list; | Jason McIntyre |
2003-07-09 | AVoid core dump when package name in package is not valid. | Otto Moerbeek |
2003-07-04 | 'static const char rcsid[]' to make it -Wall clean | Anil Madhavapeddy |
2003-07-04 | - use sizeof(var) instead of hardcoding length in functions that need it | Anil Madhavapeddy |
2003-07-02 | bump mktemp randomness from 6 to 10 X's | Anil Madhavapeddy |
2003-06-26 | Quote % characters in macro lines; | Jason McIntyre |
2003-06-12 | - section reorder | Jason McIntyre |
2003-06-04 | toast some 3 & 4 for espie | Theo de Raadt |
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 |