summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/add
Commit message (Expand)AuthorAgeFilesLines
* 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
* A WIP snuck in the rev 1.34 commit.obrien2001-05-091-8/+3
* Fix typo in prev commit - add missing commaache2001-04-261-2/+3
* Add /usr/X11R6/bin to the exported PATH. If /usr/local/bin is there,obrien2001-04-251-4/+10
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.ru2001-02-281-4/+4
* Use the more logical author syntax from pkg_version and quotejkh2001-02-201-3/+2
* MFS: getpackagesite() from RELENG_4 that allows the code to be the same.obrien2001-02-171-4/+16
* mdoc(7) police: sanitize previous commit.ru2001-02-161-2/+3
* In light of the dismal transfer times from ftp.FreeBSD.org, add a newobrien2001-02-132-10/+36
* mdoc(7) police: Change -filled displays (which just happenru2001-02-071-4/+4
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-4/+4
* - Add ability to handle bzip2-compressed packages;sobomax2001-01-222-1/+4
* Prepare for mdoc(7)NG.ru2001-01-161-3/+3
* Fix a bug arised from the ')' in the wrong place when calling printf()-likesobomax2001-01-151-1/+1
* Prepare for mdoc(7)NG.ru2000-12-271-7/+6
* Add `_PATH_DEVZERO'.obrien2000-12-091-2/+3
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
* Cause fatal error messages to be a little more helpful to the programmerjkh2000-10-222-11/+11
* Use libfetch instead of libftpio. This adds support for http and IPv6.des2000-06-271-2/+2
* -CURRENT is now 500000, reflect that.billf2000-03-131-1/+1
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-5/+10
OpenPOWER on IntegriCloud