| Commit message (Expand) | Author | Age | Files | Lines |
| * | Point the pkg tools to the 5.2.1 packages. | Scott Long | 2004-02-23 | 1 | -1/+2 |
| * | MFC: Catch up with reality with respect to the location of 4.8, 4.9, | Bruce A. Mah | 2004-01-02 | 1 | -1/+6 |
| * | Erase whitespace at EOL. | Ruslan Ermilov | 2003-05-22 | 1 | -2/+2 |
| * | Retire the useless NOSECURE knob. | Dag-Erling Smørgrav | 2003-05-19 | 1 | -1/+1 |
| * | * Add explicit conflict-checking to the package tools. Packages can | Kris Kennaway | 2003-04-17 | 2 | -9/+50 |
| * | Prevent buffer overflow in format_cmd() by properly tracking maximum | Jordan K. Hubbard | 2003-01-06 | 1 | -1/+1 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -1/+1 |
| * | english(4) police. | Jens Schweikhardt | 2002-12-27 | 1 | -1/+1 |
| * | Uniformly refer to a file system as "file system". | Ruslan Ermilov | 2002-12-12 | 1 | -1/+1 |
| * | Teach pkg_add -r how to find 4.7-RELEASE packages with an appropriate | Bruce A. Mah | 2002-10-08 | 1 | -0/+1 |
| * | Update to use *.tbz suffix, also update example URL. | Bruce A. Mah | 2002-09-10 | 1 | -3/+3 |
| * | Fix minor off-by-one error. | Bruce A. Mah | 2002-09-09 | 1 | -1/+1 |
| * | Make pkg_install go to the right place for 4.6-RELEASE and 4.6.2-RELEASE | Bruce A. Mah | 2002-09-09 | 1 | -0/+2 |
| * | When installing package from a local file assume that all subsequent | Maxim Sobolev | 2002-09-03 | 1 | -2/+6 |
| * | Find remaining hardcoded gzip bits and change to bzip2 bits. | David E. O'Brien | 2002-08-25 | 2 | -4/+7 |
| * | When extracting package pass `-p' option to tar(1), so that files are | Maxim Sobolev | 2002-08-02 | 1 | -1/+1 |
| * | Reorder libraries to fix static linking (libssl depends on libcrypto, so | Dag-Erling Smørgrav | 2002-06-12 | 1 | -2/+2 |
| * | libfetch now depends on libcrypto and libssl. | Ruslan Ermilov | 2002-06-06 | 1 | -0/+5 |
| * | Consistancy check: s/file system/filesystem/g | Tom Rhodes | 2002-05-16 | 1 | -1/+1 |
| * | - Make use of DEPOROGINs (if there are any) when installing package; | Maxim Sobolev | 2002-05-14 | 1 | -35/+67 |
| * | Remove cross reference to pkg_update(1). | Eric Melville | 2002-05-11 | 1 | -1/+0 |
| * | replace __FUNCTION__ with standardized __func__. | Alfred Perlstein | 2002-05-11 | 1 | -10/+10 |
| * | fix build: | Alfred Perlstein | 2002-05-11 | 1 | -10/+14 |
| * | Use `The .Nm utility' | Philippe Charnier | 2002-04-20 | 1 | -1/+2 |
| * | DTRT for packages read from STDIN: | Murray Stokely | 2002-04-02 | 1 | -3/+4 |
| * | Fix SCM ID's. | David E. O'Brien | 2002-04-01 | 4 | -19/+11 |
| * | Increase the number of packages that can be installed by an order of | David E. O'Brien | 2001-10-16 | 1 | -1/+1 |
| * | The user wants to ensure, not insure, that the package isn't going to | Dima Dorfman | 2001-10-15 | 1 | -1/+1 |
| * | WARNS=2 cleanup. | Maxim Sobolev | 2001-10-10 | 6 | -27/+30 |
| * | - Allow package archive to be created from a locally installed package. This | Maxim Sobolev | 2001-10-08 | 1 | -8/+12 |
| * | Fix segfault introduced in previous commit (when adding local packages). | Maxim Sobolev | 2001-09-17 | 1 | -2/+3 |
| * | Use a colon to separate the user and group when executing chown(1). | Dima Dorfman | 2001-09-11 | 1 | -2/+2 |
| * | Fixes problem with pkg_add -r when adding multiple pkgs. | Bill Swingle | 2001-09-07 | 1 | -0/+1 |
| * | Handle snprintf() returning < 0 (not just -1) | Brian Somers | 2001-08-20 | 1 | -3/+3 |
| * | Handle snprintf() returning -1. | Brian Somers | 2001-08-20 | 1 | -3/+3 |
| * | Remove duplicate umask(2) call. | Maxim Sobolev | 2001-08-15 | 1 | -1/+0 |
| * | Spell "FreeBSD" with "F" and "BSD" in uppercase. | Ruslan Ermilov | 2001-08-13 | 1 | -1/+1 |
| * | Reduce private "lesser known" function redirection to improve clarity. | David E. O'Brien | 2001-08-13 | 2 | -19/+28 |
| * | mdoc(7) police: protect trailing full stops of abbreviations | Ruslan Ermilov | 2001-08-10 | 1 | -1/+1 |
| * | Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L... | Maxim Sobolev | 2001-08-02 | 1 | -4/+4 |
| * | Usability tweak: | Maxim Sobolev | 2001-08-02 | 1 | -13/+13 |
| * | The security officer requested this be backed out for discussion. | David E. O'Brien | 2001-07-28 | 1 | -18/+18 |
| * | Remove s_strl*(). I am not sure what was thought they accomplished. | David E. O'Brien | 2001-07-28 | 1 | -18/+18 |
| * | Only match the first osreldate date range for constructing the FTP URL, | Kris Kennaway | 2001-07-26 | 1 | -1/+1 |
| * | Perform a major cleanup of the usr.sbin Makefiles. | David E. O'Brien | 2001-07-20 | 1 | -4/+3 |
| * | Correct a reversion in r1.39 which introduced a new instance of strcpy() | Kris Kennaway | 2001-07-19 | 1 | -4/+6 |
| * | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 1 | -29/+29 |
| * | mdoc(7) police: removed HISTORY info from the .Os call. | Ruslan Ermilov | 2001-07-10 | 1 | -1/+1 |
| * | bzip2(1) is in the base system - we don't need /usr/local/bin in the PATH | Maxim Sobolev | 2001-07-10 | 1 | -1/+1 |
| * | Properly quote recursive pkg_add operations so that filenames with | Jordan K. Hubbard | 2001-06-11 | 1 | -1/+1 |