summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install (follow)
Commit message (Expand)AuthorAgeFilesLines
* cvs really sucks.brad2004-05-284-179/+0
* bye bye old package tools.brad2004-05-2852-8834/+0
* one check return from sysconf, one off by one vnsprintf, and one missing free.tedu2003-09-051-3/+8
* Avoid doing @cwd if no file follows. Patch from Pedro Bastos (based onjolan2003-08-271-8/+9
* oops, if file is not on ftp server with PKG_PATH, check installed too.tedu2003-08-231-2/+4
* New keywords: @extra and @extraunexec.espie2003-08-2111-39/+152
* fix two bugs found by ben goren. -a should only look at installedtedu2003-08-181-12/+26
* more errx/warnx style \n errors; tom.cosgrove@arches-consulting.comderaadt2003-08-163-7/+7
* -S basedir, simpler to use than -s.espie2003-08-155-17/+54
* fix pkg->tail as needed, so that last md5 in CONTENTS does not get erased.espie2003-08-121-2/+4
* Plug some memory leaks; from Patrick Latifimillert2003-08-063-6/+12
* Fix strlcat() args; from Patrick Latifimillert2003-08-061-3/+3
* Add -q flag to pkg_delete: don't check md5 before removing.espie2003-08-017-19/+28
* basic support for ftp:// in PKG_PATH. ok pvalchev@tedu2003-07-301-4/+8
* fix a list;jmc2003-07-141-2/+2
* AVoid core dump when package name in package is not valid.otto2003-07-091-3/+7
* 'static const char rcsid[]' to make it -Wall cleanavsm2003-07-0418-36/+36
* - use sizeof(var) instead of hardcoding length in functions that need itavsm2003-07-043-51/+47
* bump mktemp randomness from 6 to 10 X'savsm2003-07-021-3/+3
* Quote % characters in macro lines;jmc2003-06-261-7/+9
* - section reorderjmc2003-06-122-22/+21
* toast some 3 & 4 for espiederaadt2003-06-0411-55/+11
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* various format string cleanups; tedu okderaadt2003-06-011-4/+4
* Fix a bug where pkg_add would fail when dependencies got a few levels deeppvalchev2003-05-121-7/+2
* kill #if 0 code w/ evil string functions, deraadt/tdevalhenning2003-04-251-11/+2
* eliminate a sprintf in code we don't use, prodded by and ok jsyn@henning2003-04-251-4/+2
* string stuff, ok krw@ deraadt@henning2003-04-192-7/+8
* added trailing slash to ftp example;jmc2003-04-151-3/+3
* %d is 12 chars not 10, also sneak an easy snprintf; this code is currentlypvalchev2003-04-141-3/+3
* use sizeof for snprintf size arg for static buffers instead of duplicatingavsm2003-04-052-7/+7
* remove a dead function, simplify copy_string with strdup ; rohee@ okavsm2003-04-051-19/+3
* remove some unused variables, disambiguate braces; rohee@ okavsm2003-04-051-5/+4
* correct a bad strncpy; replace with strlcat; rohee@ okavsm2003-04-051-5/+4
* some strlcpy,snprintf,strlcat conversions, tedu@ okavsm2003-04-052-11/+13
* some more strcpy/strcat -> strlcpy/strlcat conversionsavsm2003-04-0411-63/+62
* some strcpy/strcat -> strlcpy/strlcat conversionsavsm2003-04-033-18/+18
* spelling errors/typosdavid2003-03-074-8/+8
* Avoid ordered comparison between pointers and integers (ANSI).tdeval2002-09-081-3/+4
* typo.brad2002-07-011-2/+2
* some fixes.brad2002-06-091-8/+5
* PR2525espie2002-04-063-7/+7
* Remove \n from err/errx/warn/warnx().mpech2002-03-141-4/+4
* typo; yozo@v007.vaio.ne.jpderaadt2002-02-251-2/+2
* Don't chmod 0755 the directory we just mkdtemp()'d. mkdtemp() usesmillert2002-02-181-6/+2
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-174-36/+26
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-168-25/+25
* mostly mark signal racesderaadt2001-11-266-34/+50
* Pass PKG_PREFIX off to pkg thru envespie2001-11-171-2/+6
* Unconfuse option description.espie2001-11-071-2/+2