summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/add
AgeCommit message (Expand)AuthorFilesLines
2009-03-08pkg_install-20090307:joerg1-13/+8
2009-03-02Remove a close(-1) as hinted by wiz.joerg1-3/+2
2009-03-02pkg_install-20090301:joerg1-5/+9
2009-02-28regenwiz1-8/+8
2009-02-28Remove trailing whitespace.wiz1-2/+2
2009-02-28pkg_install-20090228:joerg4-51/+43
2009-02-27When checking for explicit conflicts, skip the old version checkif nojoerg1-3/+3
2009-02-26pkg_install-20090226:joerg1-4/+3
2009-02-13Explicitly check that the conflicting package is not the one we want tojoerg1-11/+31
2009-02-13Close the archive on fatal errors during signature validation. This canjoerg2-11/+6
2009-02-11pkg_install-20090212:joerg1-3/+3
2009-02-08regen.wiz1-5/+5
2009-02-08Spelling fixes.wiz1-6/+6
2009-02-03Include fcntl.h.joerg1-2/+5
2009-02-02Merge pkg_install-20090201 from pkg_install-renovation branch.joerg10-1816/+1392
2008-09-17pkg_install-20080916:joerg1-4/+2
2008-04-26Revert last change, it was not intended to go into HEAD.joerg7-1053/+1408
2008-04-26Add a clean pkg_add implementation on top of libarchive and libfetch.joerg7-1408/+1053
2008-03-10Add datarootdir to shut up configure.wiz1-1/+2
2008-03-01Why does pkg_add need many open file descriptors?rillig1-2/+3
2008-02-08Having to wonder for 5min why pkg_add would fail just to discover thatjoerg1-3/+7
2008-01-26pkg_install-20080126: Make pkg_add pass down -I and -m when recursivelyjoerg1-2/+5
2007-11-30Do not install a package if some of the installed packages wouldrillig1-2/+15
2007-11-13Provide more useful details in the error message for conflicting packages:rillig1-5/+4
2007-11-08Don't use the build time version to find packages, we want to pick upjoerg1-18/+5
2007-11-01Added quotes around the filenames, as suggested by joerg@.rillig1-7/+5
2007-11-01When rename(2) fails, it is useful to know some details about therillig1-4/+5
2007-10-13Updated the URLs for ftp.NetBSD.org, so that they will work after therillig2-15/+15
2007-09-29There is no master/slave mode anymore.rillig1-5/+1
2007-09-11Replaced undefined behavior with an error message. We don't expectrillig1-5/+4
2007-09-11Removed unused variable.rillig1-5/+2
2007-09-11Applying sizeof() to a string parameter does not return the size of therillig1-4/+7
2007-09-08Removed the warning about pkg_add or pkg_delete "not running as root"rillig1-6/+2
2007-09-07In unprivileged builds, the user running pkg_add and pkg_delete isrillig1-3/+3
2007-08-23regen.wiz1-4/+4
2007-08-23Replace reference to (obsolete) -M with tar(1). Bump date.wiz1-5/+6
2007-08-15Bail out if the PLIST contains no @name field. This check existed sincejoerg1-3/+8
2007-08-15Split off the part dealing with already installed packages intojoerg1-155/+177
2007-08-14Add new option -m to pkg_add. This allows to override MACHINE_ARCHjoerg5-22/+36
2007-08-13Merge tmppkg into main variable block and remove indentation.joerg1-82/+79
2007-08-13Check explictly for argc == 0 to find out if options where specified.joerg2-24/+12
2007-08-09Remove @option extract-in-place support for now (will be the defaultjoerg3-70/+26
2007-08-09Change interface of is_automatic_installed andjoerg1-6/+6
2007-08-08Replace note_whats_installed, add_to_list_fn and generally mostjoerg1-32/+42
2007-08-02regen.wiz1-6/+6
2007-08-02Bump date for fixed paths.wiz1-2/+2
2007-08-02Update some paths on ftp.NetBSD.org.wiz1-5/+5
2007-07-30Remove a now unused extern declaration.joerg1-2/+1
2007-07-30Remove first obstactle in pkg_add for switching to libarchive:joerg4-123/+33
2007-07-30Push pkg_perform prototype into the individual packages.joerg1-1/+3