summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/add
AgeCommit message (Expand)Author
2003-08-21New keywords: @extra and @extraunexec.Marc Espie
2003-08-16more errx/warnx style \n errors; tom.cosgrove@arches-consulting.comTheo de Raadt
2003-08-06Plug some memory leaks; from Patrick LatifiTodd C. Miller
2003-08-01Add -q flag to pkg_delete: don't check md5 before removing.Marc Espie
2003-07-14fix a list;Jason McIntyre
2003-07-09AVoid core dump when package name in package is not valid.Otto Moerbeek
2003-07-04'static const char rcsid[]' to make it -Wall cleanAnil Madhavapeddy
2003-07-04- use sizeof(var) instead of hardcoding length in functions that need itAnil Madhavapeddy
2003-04-19string stuff, ok krw@ deraadt@Henning Brauer
2003-04-15added trailing slash to ftp example;Jason McIntyre
2003-04-05use sizeof for snprintf size arg for static buffers instead of duplicatingAnil Madhavapeddy
2003-04-04some more strcpy/strcat -> strlcpy/strlcat conversionsAnil Madhavapeddy
2003-04-03some strcpy/strcat -> strlcpy/strlcat conversionsAnil Madhavapeddy
2003-03-07spelling errors/typosDavid Krause
2002-09-08Avoid ordered comparison between pointers and integers (ANSI).Thierry Deval
2002-07-01typo.Brad Smith
2002-06-09some fixes.Brad Smith
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-26mostly mark signal racesTheo de Raadt
2001-11-17Pass PKG_PREFIX off to pkg thru envMarc Espie
2001-08-17o) {Open,Net,Free}BSD -> .{O,N,F}x;Mike Pechkin
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
2001-04-19Remove redundant package name.Marc Espie
2001-04-08Better error messages: pwarnx function, which works like pwarn, exceptMarc Espie
2001-04-02Handle for newdepend.Marc Espie
2001-03-22Smarter default conflict, use pkgname-[0-9]* if a version number has beenMarc Espie
2000-10-16Let pkg_add be slightly more informative on tar balls that happen notMarc Espie
2000-10-15add note that pkg_add is not to be used for system distribution files.Marco S Hyman
2000-07-18Summarily explain about the playpen and PKG_TMPDIR, so that guysMarc Espie
2000-07-06Insert missing .El directives.Aaron Campbell
2000-07-04Fix stupid bug in extraction through playpen.Marc Espie
2000-05-05Nip references to extract-in-placeMarc Espie
2000-05-01- finish removing last pieces of in-place extraction.Marc Espie
2000-04-28Remove last remnants of @option preserve and @option extract-in-placeMarc Espie
2000-04-26Don't ever let pkg_add destroy existing files.Marc Espie
2000-04-252.6 -> 2.7; deraadt@Aaron Campbell
2000-04-16Fix package conflict for flavors:Marc Espie
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-03-27Add and document option no-default-conflict.Marc Espie
2000-03-24Handle expansion sequences in @exec better (let the expander decide whetherMarc Espie
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
2000-03-02interactivly -> interactively (Germans can't spell) :-)Aaron Campbell
2000-03-02alternativly -> alternativelyAaron Campbell
2000-02-04what is this hatred of newlines on error messages?Theo de Raadt
2000-01-17typoTheo de Raadt
1999-11-03Stupid thinko. Let pkg's MESSAGES work again.Marc Espie
1999-10-17Remove some redundant .Pp.Aaron Campbell
1999-10-17explain about using pkg_add interactivly from within the ftp clientNiels Provos
1999-10-09Band Aid fixes, polyglot of espies and mine:Bob Beck