summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/add
Commit message (Expand)AuthorAgeFilesLines
* Prevent buffer overflow in format_cmd() by properly tracking maximumjkh2003-01-061-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* english(4) police.schweikh2002-12-271-1/+1
* Uniformly refer to a file system as "file system".ru2002-12-121-1/+1
* Teach pkg_add -r how to find 4.7-RELEASE packages with an appropriatebmah2002-10-081-0/+1
* Update to use *.tbz suffix, also update example URL.bmah2002-09-101-3/+3
* Fix minor off-by-one error.bmah2002-09-091-1/+1
* Make pkg_install go to the right place for 4.6-RELEASE and 4.6.2-RELEASEbmah2002-09-091-0/+2
* When installing package from a local file assume that all subsequentsobomax2002-09-031-2/+6
* Find remaining hardcoded gzip bits and change to bzip2 bits.obrien2002-08-252-4/+7
* When extracting package pass `-p' option to tar(1), so that files aresobomax2002-08-021-1/+1
* Reorder libraries to fix static linking (libssl depends on libcrypto, sodes2002-06-121-2/+2
* libfetch now depends on libcrypto and libssl.ru2002-06-061-0/+5
* Consistancy check: s/file system/filesystem/gtrhodes2002-05-161-1/+1
* - Make use of DEPOROGINs (if there are any) when installing package;sobomax2002-05-141-35/+67
* Remove cross reference to pkg_update(1).eric2002-05-111-1/+0
* replace __FUNCTION__ with standardized __func__.alfred2002-05-111-10/+10
* fix build:alfred2002-05-111-10/+14
* Use `The .Nm utility'charnier2002-04-201-1/+2
* DTRT for packages read from STDIN:murray2002-04-021-3/+4
* Fix SCM ID's.obrien2002-04-014-19/+11
* Increase the number of packages that can be installed by an order ofobrien2001-10-161-1/+1
* The user wants to ensure, not insure, that the package isn't going todd2001-10-151-1/+1
* WARNS=2 cleanup.sobomax2001-10-106-27/+30
* - Allow package archive to be created from a locally installed package. Thissobomax2001-10-081-8/+12
* Fix segfault introduced in previous commit (when adding local packages).sobomax2001-09-171-2/+3
* Use a colon to separate the user and group when executing chown(1).dd2001-09-111-2/+2
* Fixes problem with pkg_add -r when adding multiple pkgs.unfurl2001-09-071-0/+1
* Handle snprintf() returning < 0 (not just -1)brian2001-08-201-3/+3
* Handle snprintf() returning -1.brian2001-08-201-3/+3
* Remove duplicate umask(2) call.sobomax2001-08-151-1/+0
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-131-1/+1
* Reduce private "lesser known" function redirection to improve clarity.obrien2001-08-132-19/+28
* mdoc(7) police: protect trailing full stops of abbreviationsru2001-08-101-1/+1
* Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L...sobomax2001-08-021-4/+4
* Usability tweak:sobomax2001-08-021-13/+13
* The security officer requested this be backed out for discussion.obrien2001-07-281-18/+18
* Remove s_strl*(). I am not sure what was thought they accomplished.obrien2001-07-281-18/+18
* Only match the first osreldate date range for constructing the FTP URL,kris2001-07-261-1/+1
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-4/+3
* Correct a reversion in r1.39 which introduced a new instance of strcpy()kris2001-07-191-4/+6
* Remove whitespace at EOL.dd2001-07-151-29/+29
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* bzip2(1) is in the base system - we don't need /usr/local/bin in the PATHsobomax2001-07-101-1/+1
* Properly quote recursive pkg_add operations so that filenames withjkh2001-06-111-1/+1
* Fixed pkg_add so when it does not find a package, it returns != 0.pirzyk2001-06-041-1/+2
* Cross reference pkg_update(1).eric2001-05-311-0/+1
* Style policy: reformat multiline comments to conform to style(9).sobomax2001-05-171-2/+6
* Clean up some of the evil string handling in this code, replacekris2001-05-121-47/+75
* rcsid style fix.obrien2001-05-091-6/+5
OpenPOWER on IntegriCloud