summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/Vstat.pm
AgeCommit message (Expand)Author
2007-05-27move computation of header to a separate function.Marc Espie
2007-05-27move packing-list validation to the UpdateSet level.Marc Espie
2007-05-27Simplify the mess that deals with alaready installed packages.Marc Espie
2007-05-27depend more stuff off handle.Marc Espie
2007-05-26base tests on $handle->has_error instead of $errors.Marc Espie
2007-05-25start cleaning up the mess that is error-handling when installing packages.Marc Espie
2007-05-22introduce a SharedItemsRecorder (put it into Vstat, since that's a fileMarc Espie
2007-04-15update copyright years, standardize licence.Marc Espie
2007-03-07fix size checks for good. Since we want deletion to happen `right now'Marc Espie
2007-03-07revert size check tweak, the fix does break other stuff. this is harderMarc Espie
2007-03-06get vfs size snapshotted and restored so that pkg_add -u has a harderMarc Espie
2007-02-24UI improvement: in case the disk overflows, let tally give informationMarc Espie
2006-02-07look at noexec as wellMarc Espie
2005-11-29- Zap duplicate semicolon. From Alexander Hall via PR #4913. Thanks!Bernd Ahlers
2005-08-22maintain a counter of problems encountered per-filesystem.Marc Espie
2005-08-22parse mount entry correctly even if space left is negativeMarc Espie
2004-12-29remove vreaddir support, since library lookup no longer needs it.Marc Espie
2004-12-17better collision reports.Marc Espie
2004-11-11new accounting method that works with chroot installations.Marc Espie
2004-08-06unified headers, switch to smaller copyright notice.Marc Espie
2004-07-07guard against stat not working, which happened to me...Marc Espie
2004-04-28Blech, SFS yields weird mount/df shit.Marc Espie
2004-03-10Help it cope with symlinks. Mostly from rd@thrush.com.Marc Espie
2003-12-26pkg_add reports size taken on each fs.Marc Espie
2003-12-24Handle mount entries without options.Marc Espie
2003-12-21Add virtual file system, so that pkg_add and pkg_delete can check forMarc Espie