Age | Commit message (Expand) | Author |
2005-08-16 | use a hash for compiled stems, to avoid spurious duplicates. | Marc Espie |
2005-08-16 | don't mix nlist with ls | Marc Espie |
2005-08-16 | document the current state of pkg_add -u | Marc Espie |
2005-08-16 | add code that figures out the new package names after an update. | Marc Espie |
2005-08-16 | support code for pkg_add -u: | Marc Espie |
2005-08-16 | be more specific about `every precaution' in pkg_add, so that people won't | Marc Espie |
2005-08-16 | make the code that enforces the connection limit a separate function, so | Marc Espie |
2005-08-16 | fix a few minor details: _list() needs to be called as a method. | Marc Espie |
2005-08-16 | fix getopt line, noticed by Gerardo Santana | Marc Espie |
2005-08-15 | Fix possible race condition in signal handler. | Esben Norby |
2005-08-14 | if there's no identifiable version in the spec, and in the package name, | Marc Espie |
2005-08-14 | no reason not to record special files sizes along with md5. | Marc Espie |
2005-08-14 | catched->caught | Miod Vallat |
2005-08-14 | zap extra line | Marc Espie |
2005-08-14 | fix error recovery in replacing case. | Marc Espie |
2005-08-13 | symlinks and hardlinks do not have an md5 | Marc Espie |
2005-08-13 | don't set $file->{cwd} until *after* we're sure it's defined. | Marc Espie |
2005-08-13 | make the todo-list reflect what is actually going on. | Marc Espie |
2005-08-13 | another typo; | Jason McIntyre |
2005-08-13 | minor tweaks for BUGS; | Jason McIntyre |
2005-08-12 | prefer a simpler synopsis: we do not really need a separate case for -i; | Jason McIntyre |
2005-08-12 | - small formatting fixes | Jason McIntyre |
2005-08-12 | remove reference to non-existent sourcereorg.html; | Jason McIntyre |
2005-08-12 | minor semantic tweak: foo-1.0 needs to conflict with foo-1.0p0, always, | Marc Espie |
2005-08-12 | don't try to install a page that has been removed; ok jmc@ | Christian Weisgerber |
2005-08-12 | pkg_add -r does work. | Marc Espie |
2005-08-12 | avoid warning message | Marc Espie |
2005-08-11 | EINTR, and a little KNF in packet.c | Henning Brauer |
2005-08-11 | on writing, we actually can deal with ENOBUFS just as well as with EAGAIN | Henning Brauer |
2005-08-11 | two missing EINTR here too | Henning Brauer |
2005-08-11 | check for EINTR too after writev(), pt out by Alexander Farber | Henning Brauer |
2005-08-10 | remove drivers from here. | Alexandre Anriot |
2005-08-10 | typo | Marc Espie |
2005-08-10 | Propogate server's leap indicator flags to clients; ok henning@ | Darren Tucker |
2005-08-10 | add lmtemp(4) and viasio(4). | Alexandre Anriot |
2005-08-10 | record unsafe operations in a journal, so that we can give a much | Marc Espie |
2005-08-10 | bug fix: if default is not available, do not push it for installation. | Marc Espie |
2005-08-10 | - comapared -> compared | Jason McIntyre |
2005-08-10 | Pass the correct peer to rde_apply_set(). rde_apply_set() needs to know | Claudio Jeker |
2005-08-10 | Call open(2) with O_NONBLOCK and O_NOFOLLOW to make sure mtree can't | Todd C. Miller |
2005-08-09 | same here | Marco Pfatschbacher |
2005-08-09 | ifstated isn't released before 3.8 | Marco Pfatschbacher |
2005-08-09 | if we are replacing a package, the messages for @extra stuff should be | Marc Espie |
2005-08-09 | Introduce new route decision tunable "rde med compare (always|strict)". | Claudio Jeker |
2005-08-09 | add watchdogd | Theo de Raadt |
2005-08-09 | xr sysctl(8) | Michael Shalayeff |
2005-08-09 | link static and mlockall() once daemonised to prevent sudden pageins and wdog... | Michael Shalayeff |
2005-08-09 | use a standard options list, and various other minor tweaks; | Jason McIntyre |
2005-08-08 | with -s, do not wait if we don't have any peers at all. | Henning Brauer |
2005-08-08 | Use unsigned integers for period and nperiod. | Marc Balmer |