| Commit message (Expand) | Author | Age | Files | Lines |
| * | Perform a major cleanup of the usr.sbin Makefiles. | David E. O'Brien | 2001-07-20 | 1 | -3/+3 |
| * | Fix the type of the NULL arg to execl() | Brian Somers | 2001-07-09 | 1 | -1/+2 |
| * | Use getdtablesize() instead of OPEN_MAX. | Dag-Erling Smørgrav | 2001-06-13 | 1 | -1/+1 |
| * | Pass on the verbose option to fetchGetURL(). | Dag-Erling Smørgrav | 2001-06-11 | 1 | -3/+4 |
| * | Style policy: reformat multiline comments to conform to style(9). | Maxim Sobolev | 2001-05-17 | 1 | -8/+18 |
| * | Clean up some of the evil string handling in this code, replace | Kris Kennaway | 2001-05-12 | 2 | -0/+16 |
| * | - Add which(1)-like functionality into pkg_info; | Maxim Sobolev | 2001-03-23 | 7 | -13/+83 |
| * | When creating a package sort dependencies in such a way that if dependency | Maxim Sobolev | 2001-03-15 | 3 | -1/+119 |
| * | When matching installed packages against glob keep track of which patterns | Maxim Sobolev | 2001-03-14 | 1 | -2/+23 |
| * | Properly detect and report malloc(3) failures. | Maxim Sobolev | 2001-02-27 | 1 | -36/+51 |
| * | - Merge recently added into pkg_info(1) regex/glob matching functionality into | Maxim Sobolev | 2001-02-27 | 3 | -1/+208 |
| * | - Add ability to handle bzip2-compressed packages; | Maxim Sobolev | 2001-01-22 | 2 | -18/+27 |
| * | Add `_PATH_DEVZERO'. | David E. O'Brien | 2000-12-09 | 1 | -2/+3 |
| * | Insetad of using fileno(ftp) as stdin for tar, use a pipe and have the | Dag-Erling Smørgrav | 2000-10-29 | 1 | -17/+39 |
| * | Cause fatal error messages to be a little more helpful to the programmer | Jordan K. Hubbard | 2000-10-22 | 4 | -24/+24 |
| * | Fix symlink-to-a-dir handling in pkg_delete. | Maxim Sobolev | 2000-09-18 | 3 | -6/+24 |
| * | Use libfetch instead of libftpio. This adds support for http and IPv6. | Dag-Erling Smørgrav | 2000-06-27 | 2 | -115/+33 |
| * | Do not preserve UIDs, permissions nor flags of package system files in | Sheldon Hearn | 2000-03-15 | 1 | -2/+2 |
| * | 1. If checking for directory-ness, check "dir" and "dir/" to catch | Jordan K. Hubbard | 2000-02-19 | 1 | -0/+2 |
| * | Use lstat(2) rather than stat(2) in isdir(), so that a symlink to a | David E. O'Brien | 2000-02-08 | 1 | -1/+1 |
| * | Deal with package filenames which contain spaces. | Jordan K. Hubbard | 2000-01-04 | 1 | -1/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 8 | -8/+8 |
| * | -Wall fixes. Ambigious if/elses, uninitialized values, missing headers, | Bill Fumerola | 1999-08-11 | 2 | -3/+5 |
| * | Revive the PKG_ADD_BASE stuff a bit. | Jordan K. Hubbard | 1999-05-12 | 1 | -1/+2 |
| * | Make it possible to have separate install scripts as well as have | Jordan K. Hubbard | 1998-12-16 | 1 | -1/+3 |
| * | Fix support for uncompressed (".tar") package types. It's not completely | Satoshi Asami | 1998-12-05 | 1 | -3/+3 |
| * | Revert 1.33; lstat() is indeed the wrong thing to do here. I'll | Jordan K. Hubbard | 1998-10-14 | 1 | -2/+2 |
| * | Use lstat() rather than stat in determining whether a file exists, | Jordan K. Hubbard | 1998-10-09 | 1 | -2/+2 |
| * | correct usage of cleanup() everywhere - this became bogus when the warnx/errx | Jordan K. Hubbard | 1998-09-11 | 4 | -33/+56 |
| * | o Set paths internally for pkg_add for tools we might want to invoke. | Jordan K. Hubbard | 1998-09-08 | 1 | -5/+5 |
| * | Silence potentially bogus warning. | Jordan K. Hubbard | 1998-09-01 | 1 | -2/+2 |
| * | Paranoia: use mkdtemp instead of mktemp | Jacques Vidrine | 1998-07-28 | 1 | -4/+3 |
| * | Clarify "Cannot delete file as directory" errmessage. | Tim Vanderhoek | 1998-07-18 | 1 | -3/+3 |
| * | Fix dependent-package loading when pkg_adding with an FTP URL. I broke | Jordan K. Hubbard | 1998-04-12 | 1 | -9/+40 |
| * | Eliminate the idea of nested "playpens" entirely - it just obfuscated | Jordan K. Hubbard | 1998-02-16 | 2 | -18/+16 |
| * | MF22: Additional paranoia in cleanup. | Jordan K. Hubbard | 1998-01-09 | 1 | -2/+2 |
| * | - do string-magic on the right variable when trying | Jordan K. Hubbard | 1997-10-18 | 1 | -3/+4 |
| * | Don't return from cleanup() - if it's removed the playpen then very | Jordan K. Hubbard | 1997-10-13 | 1 | -4/+5 |
| * | Use err(3). Cosmetics in usage string and man page. | Philippe Charnier | 1997-10-08 | 8 | -79/+69 |
| * | Eliminate an annoying message. | Jordan K. Hubbard | 1997-09-02 | 1 | -4/+2 |
| * | Change the naming conventions for preserve'd files and also document | Jordan K. Hubbard | 1997-07-01 | 2 | -12/+43 |
| * | YAMF22 - deletes and preserve option fixes. | Jordan K. Hubbard | 1997-06-30 | 1 | -21/+25 |
| * | Add support for @option preserve - moves existing files out of the way | Jordan K. Hubbard | 1997-06-29 | 1 | -3/+24 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 7 | -7/+7 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 7 | -7/+7 |
| * | Use new ftpGetURL interface, as result, report FTP error | Andrey A. Chernov | 1996-11-14 | 1 | -4/+7 |
| * | Fix PR#1557 - chained package dependencies using URLs didn't work. | Jordan K. Hubbard | 1996-10-14 | 1 | -2/+3 |
| * | Put verbosity in the right place. | Jordan K. Hubbard | 1996-08-01 | 1 | -3/+3 |
| * | Add MD5 checksums to packing list for all files during pkg_create and use | Jordan K. Hubbard | 1996-07-30 | 3 | -42/+78 |
| * | Make pkg_install understand and use libftpio instead of its own | Jordan K. Hubbard | 1996-06-20 | 7 | -498/+30 |