| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Style policy: reformat multiline comments to conform to style(9). | sobomax | 2001-05-17 | 1 | -2/+6 |
* | Clean up some of the evil string handling in this code, replace | kris | 2001-05-12 | 1 | -47/+75 |
* | rcsid style fix. | obrien | 2001-05-09 | 1 | -6/+5 |
* | A WIP snuck in the rev 1.34 commit. | obrien | 2001-05-09 | 1 | -8/+3 |
* | Fix typo in prev commit - add missing comma | ache | 2001-04-26 | 1 | -2/+3 |
* | Add /usr/X11R6/bin to the exported PATH. If /usr/local/bin is there, | obrien | 2001-04-25 | 1 | -4/+10 |
* | Eliminate mdocNG warnings caused by misplaced or extraneous macro calls. | ru | 2001-02-28 | 1 | -4/+4 |
* | Use the more logical author syntax from pkg_version and quote | jkh | 2001-02-20 | 1 | -3/+2 |
* | MFS: getpackagesite() from RELENG_4 that allows the code to be the same. | obrien | 2001-02-17 | 1 | -4/+16 |
* | mdoc(7) police: sanitize previous commit. | ru | 2001-02-16 | 1 | -2/+3 |
* | In light of the dismal transfer times from ftp.FreeBSD.org, add a new | obrien | 2001-02-13 | 2 | -10/+36 |
* | mdoc(7) police: Change -filled displays (which just happen | ru | 2001-02-07 | 1 | -4/+4 |
* | Fix typo: seperate -> separate. | asmodai | 2001-02-06 | 1 | -1/+1 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -4/+4 |
* | - Add ability to handle bzip2-compressed packages; | sobomax | 2001-01-22 | 2 | -1/+4 |
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 1 | -3/+3 |
* | Fix a bug arised from the ')' in the wrong place when calling printf()-like | sobomax | 2001-01-15 | 1 | -1/+1 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-27 | 1 | -7/+6 |
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 1 | -2/+3 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
* | Cause fatal error messages to be a little more helpful to the programmer | jkh | 2000-10-22 | 2 | -11/+11 |
* | Use libfetch instead of libftpio. This adds support for http and IPv6. | des | 2000-06-27 | 1 | -2/+2 |
* | -CURRENT is now 500000, reflect that. | billf | 2000-03-13 | 1 | -1/+1 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -5/+10 |
* | Add cross references to pkg_version(1) in all the other pkg_* man pages. | jhb | 2000-02-29 | 1 | -0/+1 |
* | 1. If checking for directory-ness, check "dir" and "dir/" to catch | jkh | 2000-02-19 | 1 | -2/+8 |
* | Redirect stdout from mtree to /dev/null; we don't really need to know | asami | 2000-01-03 | 1 | -2/+2 |
* | Make `pkg_add -r package1 package2 package3 ...` work correctly. | cpiazza | 1999-11-18 | 1 | -4/+6 |
* | o Remove all of the objformat logic, it's never coming back. | billf | 1999-09-25 | 1 | -16/+5 |
* | Use the appropriate macro for double quotes rather than using double | jkh | 1999-09-01 | 1 | -5/+11 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 7 | -7/+7 |
* | Various man page cleanup: | mpp | 1999-08-15 | 1 | -2/+2 |
* | -Wall fixes. Ambigious if/elses, uninitialized values, missing headers, | billf | 1999-08-11 | 1 | -5/+5 |
* | '?' shouldn't be in the usage string. Unknown characters are already | imp | 1999-06-24 | 1 | -2/+2 |
* | If we are going to have a case for '?' then we should define it in Options. | billf | 1999-06-23 | 1 | -2/+2 |
* | Support Alpha and -CURRENT in the "-r" option case. | obrien | 1999-06-14 | 1 | -9/+17 |
* | where_arge is allocated on stack and return address is overwritten | jkh | 1999-06-09 | 1 | -3/+3 |
* | Removed occurrences of consecutive repeated words (such as "the the"). | alex | 1999-02-12 | 1 | -2/+2 |
* | Fix nasty bug where getpackagesite() will return an integer if it doesn't | billf | 1999-01-28 | 1 | -2/+2 |
* | Numbering typo, missed a '0' | billf | 1999-01-26 | 1 | -3/+3 |
* | Update pkg_add's remote package feature to reflect the new structure of | billf | 1999-01-25 | 1 | -6/+6 |
* | Style police, inline ifs. | billf | 1999-01-18 | 1 | -14/+12 |
* | enviornment -> environment | jseger | 1999-01-17 | 1 | -2/+2 |
* | Add a new option for pkg_add, -r. | billf | 1999-01-17 | 2 | -5/+67 |
* | Make it possible to have separate install scripts as well as have | jkh | 1998-12-16 | 2 | -26/+89 |
* | Unlink old contents of package when extracting new. | jkh | 1998-10-28 | 1 | -2/+2 |
* | Correct a misleading comment. | jkh | 1998-10-12 | 1 | -2/+2 |
* | Use a more reasonable default umask in case the root umask is too | jkh | 1998-09-14 | 1 | -1/+5 |
* | correct usage of cleanup() everywhere - this became bogus when the warnx/errx | jkh | 1998-09-11 | 2 | -31/+49 |
* | o Set paths internally for pkg_add for tools we might want to invoke. | jkh | 1998-09-08 | 1 | -5/+10 |