aboutsummaryrefslogtreecommitdiff
path: root/release/sysinstall/package.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: new variable handling.Jordan K. Hubbard1999-02-051-2/+2
* Fix various bogons reported in this PR.Jordan K. Hubbard1997-10-151-4/+5
* Put all variables in VAR_ #define's to force a single location for allPaul Traina1997-09-171-2/+2
* MF22: pst's changes.Jordan K. Hubbard1997-09-161-3/+6
* YAMF22Jordan K. Hubbard1997-06-131-1/+16
* YAMF22Jordan K. Hubbard1997-03-221-8/+20
* Merge all my sysinstall changes over to the 2.1 branch.Jordan K. Hubbard1997-03-111-19/+7
* YAMF22Jordan K. Hubbard1997-03-081-6/+2
* Don't bogotify pkg_add's stderr.Jordan K. Hubbard1997-02-141-2/+2
* Revert some of the previous change - on second thought...Jordan K. Hubbard1997-02-141-6/+18
* o Try to be more aggressive about reading in old configuration dataJordan K. Hubbard1997-02-141-20/+11
* It's easier to go forwards than backwards with this, and the RELENG_2_1_0Jordan K. Hubbard1997-02-071-1/+1
* Cosmetic tweaks.Jordan K. Hubbard1997-01-291-2/+2
* OK, I've got two ideas to file in the "really seemed like a good ideaJordan K. Hubbard1997-01-241-1/+0
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Do something I've wanted to do for quite some time - collapse all theJordan K. Hubbard1997-01-031-5/+2
* Do a few things I've been threatening to do for a long time:Jordan K. Hubbard1996-12-111-7/+8
* Use macros for package names so it's easier to update them in oneJordan K. Hubbard1996-11-041-5/+5
* Some cosmetic tweaks, attempt to fix package wait problem by checkingJordan K. Hubbard1996-10-121-2/+2
* Better PKG_TMPDIR handling.Jordan K. Hubbard1996-10-061-3/+2
* Wait for any stray processes we might be sent while running as init.Jordan K. Hubbard1996-10-051-1/+5
* Try to make screen update more efficient (less flickering) by moreJordan K. Hubbard1996-08-031-2/+2
* Handle SIGPIPE in a couple of crucial places.Jordan K. Hubbard1996-08-011-2/+2
* Better error checking in helpfile expander.Jordan K. Hubbard1996-07-101-2/+2
* A number of improvements in the way statistics are printed, add a "chroot"Jordan K. Hubbard1996-07-091-2/+3
* Whoops! Now that I'm decompressing docs into /tmp, it's important toJordan K. Hubbard1996-07-081-3/+3
* Copy the documentation files up into the release area - I've been doingJordan K. Hubbard1996-06-291-2/+5
* Handle tabs in INDEX files.Jordan K. Hubbard1996-06-251-3/+10
* Catch and DTRT with SIGPIPEJordan K. Hubbard1996-05-271-6/+24
* Have both distribution and package extraction screens display theJordan K. Hubbard1996-05-231-13/+23
* Fix some long-standing malloc bugs in the package handling code (freeing garbageJordan K. Hubbard1996-05-161-5/+13
* Add a missing close that left ftpd's scattered around on pkg_installsJordan K. Hubbard1996-04-301-2/+3
* Make sure package-installers refresh the screen properly.Jordan K. Hubbard1996-04-301-3/+3
* Fix an ancient index list bug.Jordan K. Hubbard1996-04-281-3/+6
* Bring this into sync.Jordan K. Hubbard1996-04-231-5/+2
* 1. Update all the copyrights to delete useless clauses 3 and 4.Jordan K. Hubbard1996-04-131-14/+15
* Major enhancements to the package adder (next step is to use the new dialogJordan K. Hubbard1996-03-211-7/+10
* Lots of fixes:Jordan K. Hubbard1996-03-181-166/+34
* mountdbtab -> mountdtab; whoops!Jordan K. Hubbard1995-12-041-1/+2
* More helpful error messages.Jordan K. Hubbard1995-11-121-3/+5
* Initialize ld.so.hints if necessary.Jordan K. Hubbard1995-11-121-1/+5
* Also set PKG_PATH when adding from media types other than FTP.Jordan K. Hubbard1995-11-101-6/+24
* Leave hints for pkg_add so that it can do dependency over FTP. ThisJordan K. Hubbard1995-11-101-1/+8
* Some general fixes for the package menu (still need to fix the "more than 10Jordan K. Hubbard1995-11-061-11/+26
* Last minute nits.Jordan K. Hubbard1995-10-271-2/+2
* Clean up some last bogons with the WEB server setup (now that I'm farJordan K. Hubbard1995-10-271-2/+2
* o Fix installUpgrade to start the holographic shell as well.Jordan K. Hubbard1995-10-261-3/+3
* Make upgrades actually work (thanks, Julian).Jordan K. Hubbard1995-10-241-2/+1
* Reshuffle the network config code a little so that it's actuallyJordan K. Hubbard1995-10-231-4/+6
* Don't use tar to add packages, use cpio in tar mode. Works better.Jordan K. Hubbard1995-10-221-25/+15