summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
AgeCommit message (Expand)Author
2003-09-05one check return from sysconf, one off by one vnsprintf, and one missing free.Ted Unangst
2003-08-27Avoid doing @cwd if no file follows. Patch from Pedro Bastos (based onJolan Luff
2003-08-23oops, if file is not on ftp server with PKG_PATH, check installed too.Ted Unangst
2003-08-21New keywords: @extra and @extraunexec.Marc Espie
2003-08-18fix two bugs found by ben goren. -a should only look at installedTed Unangst
2003-08-16more errx/warnx style \n errors; tom.cosgrove@arches-consulting.comTheo de Raadt
2003-08-15-S basedir, simpler to use than -s.Marc Espie
2003-08-12fix pkg->tail as needed, so that last md5 in CONTENTS does not get erased.Marc Espie
2003-08-06Plug some memory leaks; from Patrick LatifiTodd C. Miller
2003-08-06Fix strlcat() args; from Patrick LatifiTodd C. Miller
2003-08-01Add -q flag to pkg_delete: don't check md5 before removing.Marc Espie
2003-07-30basic support for ftp:// in PKG_PATH. ok pvalchev@Ted Unangst
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-07-02bump mktemp randomness from 6 to 10 X'sAnil Madhavapeddy
2003-06-26Quote % characters in macro lines;Jason McIntyre
2003-06-12- section reorderJason McIntyre
2003-06-04toast some 3 & 4 for espieTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-01various format string cleanups; tedu okTheo de Raadt
2003-05-12Fix a bug where pkg_add would fail when dependencies got a few levels deepPeter Valchev
2003-04-25kill #if 0 code w/ evil string functions, deraadt/tdevalHenning Brauer
2003-04-25eliminate a sprintf in code we don't use, prodded by and ok jsyn@Henning Brauer
2003-04-19string stuff, ok krw@ deraadt@Henning Brauer
2003-04-15added trailing slash to ftp example;Jason McIntyre
2003-04-14%d is 12 chars not 10, also sneak an easy snprintf; this code is currentlyPeter Valchev
2003-04-05use sizeof for snprintf size arg for static buffers instead of duplicatingAnil Madhavapeddy
2003-04-05remove a dead function, simplify copy_string with strdup ; rohee@ okAnil Madhavapeddy
2003-04-05remove some unused variables, disambiguate braces; rohee@ okAnil Madhavapeddy
2003-04-05correct a bad strncpy; replace with strlcat; rohee@ okAnil Madhavapeddy
2003-04-05some strlcpy,snprintf,strlcat conversions, tedu@ okAnil 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-04-06PR2525Marc Espie
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
2002-02-25typo; yozo@v007.vaio.ne.jpTheo de Raadt
2002-02-18Don't chmod 0755 the directory we just mkdtemp()'d. mkdtemp() usesTodd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
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-11-07Unconfuse option description.Marc Espie
2001-11-07Say goodbye to @ignore_inst, we don't use it, and it doesn't even work inMarc Espie
2001-11-07Recognize libdepend keyword.Marc Espie