summaryrefslogtreecommitdiffstats
path: root/usr.sbin/portsnap
Commit message (Expand)AuthorAgeFilesLines
...
* Make "missing dependency" errors more useful by indicating which portcperciva2005-12-011-10/+10
* An empty file does not have a positive number of lines.cperciva2005-11-201-0/+7
* Correctly handle a TCP connection being shutdown by the server whilecperciva2005-11-171-1/+2
* Add HTTP proxy authentication, via the HTTP_PROXY_AUTH environmentcperciva2005-09-221-1/+101
* Style fix: "if (pointer)" -> "if (pointer != NULL)"cperciva2005-09-211-1/+1
* Add a note pointing out that certain information (IP address, list ofcperciva2005-09-181-0/+15
* Handle circular dependencies properly (via errx(3)) rather than dumpingcperciva2005-09-171-2/+15
* Portsnap uses host(1) to search for mirrors, but this is only availablecperciva2005-09-151-0/+6
* Fix typo: ${PORTDIR} -> ${PORTSDIR}.cperciva2005-09-111-1/+1
* Fix typo: Cowarly -> Cowardly.cperciva2005-09-071-1/+1
* Teach portsnap how to ignore unwanted parts of the ports tree. A linecperciva2005-09-061-6/+66
* Spell "cmp > /dev/null" as "cmp -s".cperciva2005-08-141-1/+1
* Correctly exit from extract_run() and update_run() if files needed arecperciva2005-08-131-4/+9
* Misc mdoc(7) fixes:simon2005-08-131-7/+10
* Allow multiple commands to be specified on a single command line, e.g.,cperciva2005-08-132-7/+11
* Fix the progress statistics code by printing the right variable. Icperciva2005-08-131-1/+1
* When using cmp(1) to determine if the ports tree is already up to date,cperciva2005-08-121-1/+2
* If the ports tree is already up to date when we run `portsnap update`,cperciva2005-08-111-0/+5
* Remove unused variable.cperciva2005-08-101-2/+1
* Check that malloc() succeeds in makelist.cperciva2005-08-091-0/+2
* Replace INT_MAX with OFF_MAX. I used INT_MAX originally (in ports)cperciva2005-08-091-3/+3
* When parsing the HTTP_PROXY environment variable, strip a trailing /cperciva2005-08-091-1/+5
* Add a missing EOL when printing "Latest snapshot on server is oldercperciva2005-08-091-5/+7
* Add portsnap to the base system. This is a secure, easy to use,cperciva2005-08-089-0/+2232
OpenPOWER on IntegriCloud