Age | Commit message (Expand) | Author |
2005-09-05 | Missing -F installed test. | Marc Espie |
2005-09-04 | zap duplicate code | Marc Espie |
2005-09-04 | * New -i interactive option, that can ask obnoxious questions. | Marc Espie |
2005-09-01 | rt_lookup() did not respect the route node invalid flag and so AS-ext | Claudio Jeker |
2005-08-31 | Use ksh as the default shell instead of sh. | Mark Kettenis |
2005-08-30 | Fix one of the most fragile part of ospfd -- the interface election code. | Claudio Jeker |
2005-08-30 | Fix a bug in the nexthop calculation for complex networks. The result was a | Claudio Jeker |
2005-08-29 | correctly trim old p* versions of packages. | Marc Espie |
2005-08-28 | Fix a reliability issue where an over-read of 4 bytes could result in the | Chad Loder |
2005-08-27 | change default user shell to ksh as well. | Theo de Raadt |
2005-08-22 | Protect against more signals. Mark them as caught in a unified message. | Marc Espie |
2005-08-22 | protect against $pkgname not being defined. | Marc Espie |
2005-08-22 | likewise, report only the first three files | Marc Espie |
2005-08-22 | while scanning a potential package, process issues anyways: | Marc Espie |
2005-08-22 | maintain a counter of problems encountered per-filesystem. | Marc Espie |
2005-08-22 | parse mount entry correctly even if space left is negative | Marc Espie |
2005-08-21 | catch QUIT, HUP, KILL, TERM along with INT, remove the temp dirs, then die. | Marc Espie |
2005-08-21 | The patch addresses a problem with high-load resolvers which | Brad Smith |
2005-08-19 | remove tempdir right away if it turns out we're not dealing with a | Marc Espie |
2005-08-19 | trap SIGINT so that tempdirs get removed. | Marc Espie |
2005-08-17 | fix a few typos. | Marc Espie |
2005-08-17 | drop paragraph about ftp-proxy. | Marc Espie |
2005-08-17 | document new method | Marc Espie |
2005-08-17 | better message when we can't resolve a stem, taken from pkg_delete. | Marc Espie |
2005-08-17 | reuse compute_closure | Marc Espie |
2005-08-17 | we have a much more accurate image of stuff in -n mode, so we can | Marc Espie |
2005-08-17 | clean-up, move the compute_closure code to RequiredBy, since it's | Marc Espie |
2005-08-17 | add newlines in hostapd_fatal() calls, fix some typos. | Reyk Floeter |
2005-08-17 | works better with the actual file. | Marc Espie |
2005-08-17 | when looking for updates, select the best version: we know what to do | Marc Espie |
2005-08-17 | if we can't read the packing-list, it's because it's a bad pkgname. | Marc Espie |
2005-08-17 | ftp-proxy misbehavior is of the past. | Marc Espie |
2005-08-17 | save architecture as well for ExtraInfo, so that pkg_add -u won't try | Marc Espie |
2005-08-17 | document RequiredBy module. | Marc Espie |
2005-08-17 | restore $main::not that is needed by OpenBSD::RequiredBy, | Marc Espie |
2005-08-17 | rename erase to more appropriate forget | Marc Espie |
2005-08-17 | fill out description for most classes | Marc Espie |
2005-08-17 | finish fleshing out the class hierarchy | Marc Espie |
2005-08-17 | fix class hierarchy indentations | Marc Espie |
2005-08-17 | document Getopt. | Marc Espie |
2005-08-17 | document OpenBSD::PackageName | Marc Espie |
2005-08-16 | big kludge that allows updating mozilla-thunderbird from 3.7 -> current. | Marc Espie |
2005-08-16 | unsafe operations -> potentially unsafe operations | Marc Espie |
2005-08-16 | make sure libs get registered if we take a shortcut and don't reinstall | Marc Espie |
2005-08-16 | avoid computing signature twice! | Marc Espie |
2005-08-16 | check special names too. | Marc Espie |
2005-08-16 | clean-up TODO list of stuff that was actually done. | Marc Espie |
2005-08-16 | in case we're pretending to install, there's no borked package to create. | Marc Espie |
2005-08-16 | put a signature check way earlier, so that user doesn't get confused | Marc Espie |
2005-08-16 | remove trailing space; | Jason McIntyre |