| Commit message (Expand) | Author | Age | Files | Lines |
* | Pkg_add refused to process package whose packing list contains @exec/@unexec | max | 1997-10-24 | 1 | -2/+6 |
* | - do string-magic on the right variable when trying | jkh | 1997-10-18 | 3 | -6/+19 |
* | Deal with PLIST_UNEXEC properly. | jkh | 1997-10-18 | 1 | -1/+5 |
* | Don't return from cleanup() - if it's removed the playpen then very | jkh | 1997-10-13 | 5 | -9/+14 |
* | Use err(3). Cosmetics in usage string and man page. | charnier | 1997-10-08 | 25 | -377/+310 |
* | Document pkg_add's dependency auto-install. While I'm here, fix | hoek | 1997-09-27 | 3 | -15/+19 |
* | Many places in the code NULL is used in integer context, where | phk | 1997-09-18 | 2 | -4/+4 |
* | Typo. | max | 1997-09-13 | 1 | -1/+1 |
* | Eliminate an annoying message. | jkh | 1997-09-02 | 1 | -4/+2 |
* | Add proper md5 comments to ports-installed packages also by | jkh | 1997-07-04 | 1 | -1/+2 |
* | Change the naming conventions for preserve'd files and also document | jkh | 1997-07-01 | 4 | -35/+72 |
* | YAMF22 - deletes and preserve option fixes. | jkh | 1997-06-30 | 1 | -21/+25 |
* | Whoops, only attempt to back up the file if it exists. :-} | jkh | 1997-06-30 | 1 | -2/+2 |
* | Add support for @option preserve - moves existing files out of the way | jkh | 1997-06-29 | 3 | -11/+71 |
* | Fix multiple documentation bogons. | jkh | 1997-06-19 | 4 | -5/+5 |
* | Add support for srcdir overrides. | jkh | 1997-06-06 | 3 | -6/+20 |
* | When no last file specified for % command user barf(error diagnostic) | ache | 1997-05-24 | 1 | -1/+3 |
* | Minor typo. | max | 1997-05-02 | 1 | -2/+2 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-31 | 4 | -8/+8 |
* | Protect against missing initial @cwd. Closes PR#2893 | jkh | 1997-03-06 | 1 | -3/+7 |
* | Close PR#2459 | jkh | 1997-02-25 | 1 | -16/+13 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 25 | -25/+34 |
* | Prevent potential argument buffer overflow. | jkh | 1997-02-15 | 1 | -8/+7 |
* | Fix a bogon with playpen size calculation for pkg of "-". It's amazing | jkh | 1997-02-15 | 1 | -1/+3 |
* | Put back @owner/@group/@mode behavior I took out way back when. | jkh | 1997-02-14 | 1 | -1/+1 |
* | Sort cross references. | wosch | 1997-01-20 | 1 | -3/+3 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 25 | -25/+29 |
* | Correct a problem which broke +DISPLAY file handling. | jkh | 1997-01-13 | 1 | -3/+4 |
* | Use new ftpGetURL interface, as result, report FTP error | ache | 1996-11-14 | 1 | -4/+7 |
* | Fix PR#1557 - chained package dependencies using URLs didn't work. | jkh | 1996-10-14 | 2 | -33/+35 |
* | Clean up the english a little, having made the mistake of reading it. | jkh | 1996-08-20 | 1 | -20/+21 |
* | Put verbosity in the right place. | jkh | 1996-08-01 | 1 | -3/+3 |
* | Make -force work for pkg_add. | jkh | 1996-07-31 | 1 | -2/+2 |
* | Add MD5 checksums to packing list for all files during pkg_create and use | jkh | 1996-07-30 | 12 | -74/+105 |
* | Bring in my changes for removing the pestilent obj links (unless you | jkh | 1996-06-24 | 4 | -12/+12 |
* | Make pkg_install understand and use libftpio instead of its own | jkh | 1996-06-20 | 16 | -516/+55 |
* | Make a small optimization which shaves about a second off the time | jkh | 1996-06-16 | 1 | -28/+22 |
* | Change min_free to return free space as an off_t instead of a size_t. | alex | 1996-06-08 | 2 | -6/+6 |
* | fix PR#599 | jkh | 1996-06-03 | 1 | -1/+4 |
* | Oh my, looks like I didn't understand .B as well as I thought I did! :-) | jkh | 1996-06-01 | 1 | -3/+9 |
* | Correct some man page xrefs, and some other minor changes to bring some | mpp | 1996-04-08 | 2 | -3/+3 |
* | Close a file descriptor that I had (harmlessly) left open in a child | jdp | 1996-03-20 | 1 | -1/+2 |
* | Fix a couple of miscellaneous bugs and make pkg_add also support reading | jkh | 1996-03-12 | 4 | -20/+34 |
* | Initialize the argument list in the unpack() routine to zero. | mpp | 1996-02-19 | 1 | -1/+2 |
* | Another round of man page cleanups. | mpp | 1996-02-12 | 4 | -28/+28 |
* | Fix to catch a stupid oversight on my part which allowed this thing | jkh | 1996-02-09 | 1 | -2/+2 |
* | Fixed pkg_create to eliminate the limits on the size of the PLIST. | jdp | 1996-02-06 | 1 | -31/+41 |
* | recording cvs-1.6 file death | peter | 1995-12-30 | 4 | -166/+0 |
* | Bring my pkg_install improvements forward from 2.1. | jkh | 1995-11-12 | 5 | -106/+117 |
* | Fix the `pkg_add relative to .' bug. Thank you, Ville! | jkh | 1995-10-31 | 2 | -5/+7 |