summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2005-08-22Protect against more signals. Mark them as caught in a unified message.Marc Espie
2005-08-22protect against $pkgname not being defined.Marc Espie
2005-08-22likewise, report only the first three filesMarc Espie
2005-08-22while scanning a potential package, process issues anyways:Marc Espie
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
2005-08-21catch QUIT, HUP, KILL, TERM along with INT, remove the temp dirs, then die.Marc Espie
2005-08-21The patch addresses a problem with high-load resolvers whichBrad Smith
2005-08-19remove tempdir right away if it turns out we're not dealing with aMarc Espie
2005-08-19trap SIGINT so that tempdirs get removed.Marc Espie
2005-08-17fix a few typos.Marc Espie
2005-08-17drop paragraph about ftp-proxy.Marc Espie
2005-08-17document new methodMarc Espie
2005-08-17better message when we can't resolve a stem, taken from pkg_delete.Marc Espie
2005-08-17reuse compute_closureMarc Espie
2005-08-17we have a much more accurate image of stuff in -n mode, so we canMarc Espie
2005-08-17clean-up, move the compute_closure code to RequiredBy, since it'sMarc Espie
2005-08-17add newlines in hostapd_fatal() calls, fix some typos.Reyk Floeter
2005-08-17works better with the actual file.Marc Espie
2005-08-17when looking for updates, select the best version: we know what to doMarc Espie
2005-08-17if we can't read the packing-list, it's because it's a bad pkgname.Marc Espie
2005-08-17ftp-proxy misbehavior is of the past.Marc Espie
2005-08-17save architecture as well for ExtraInfo, so that pkg_add -u won't tryMarc Espie
2005-08-17document RequiredBy module.Marc Espie
2005-08-17restore $main::not that is needed by OpenBSD::RequiredBy,Marc Espie
2005-08-17rename erase to more appropriate forgetMarc Espie
2005-08-17fill out description for most classesMarc Espie
2005-08-17finish fleshing out the class hierarchyMarc Espie
2005-08-17fix class hierarchy indentationsMarc Espie
2005-08-17document Getopt.Marc Espie
2005-08-17document OpenBSD::PackageNameMarc Espie
2005-08-16big kludge that allows updating mozilla-thunderbird from 3.7 -> current.Marc Espie
2005-08-16unsafe operations -> potentially unsafe operationsMarc Espie
2005-08-16make sure libs get registered if we take a shortcut and don't reinstallMarc Espie
2005-08-16avoid computing signature twice!Marc Espie
2005-08-16check special names too.Marc Espie
2005-08-16clean-up TODO list of stuff that was actually done.Marc Espie
2005-08-16in case we're pretending to install, there's no borked package to create.Marc Espie
2005-08-16put a signature check way earlier, so that user doesn't get confusedMarc Espie
2005-08-16remove trailing space;Jason McIntyre
2005-08-16In some cases, pkg_add -r will remove some extra packages while performingMarc Espie
2005-08-16update dependency explanation, noticed by Gerardo Santana.Marc Espie
2005-08-16when you ask to update a package, you generally want to update itsMarc Espie
2005-08-16use a hash for compiled stems, to avoid spurious duplicates.Marc Espie
2005-08-16don't mix nlist with lsMarc Espie
2005-08-16document the current state of pkg_add -uMarc Espie
2005-08-16add code that figures out the new package names after an update.Marc Espie
2005-08-16support code for pkg_add -u:Marc Espie
2005-08-16be more specific about `every precaution' in pkg_add, so that people won'tMarc Espie
2005-08-16make the code that enforces the connection limit a separate function, soMarc Espie