summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2005-08-16fix a few minor details: _list() needs to be called as a method.Marc Espie
2005-08-16fix getopt line, noticed by Gerardo SantanaMarc Espie
2005-08-15Fix possible race condition in signal handler.Esben Norby
2005-08-14if there's no identifiable version in the spec, and in the package name,Marc Espie
2005-08-14no reason not to record special files sizes along with md5.Marc Espie
2005-08-14catched->caughtMiod Vallat
2005-08-14zap extra lineMarc Espie
2005-08-14fix error recovery in replacing case.Marc Espie
2005-08-13symlinks and hardlinks do not have an md5Marc Espie
2005-08-13don't set $file->{cwd} until *after* we're sure it's defined.Marc Espie
2005-08-13make the todo-list reflect what is actually going on.Marc Espie
2005-08-13another typo;Jason McIntyre
2005-08-13minor tweaks for BUGS;Jason McIntyre
2005-08-12prefer a simpler synopsis: we do not really need a separate case for -i;Jason McIntyre
2005-08-12- small formatting fixesJason McIntyre
2005-08-12remove reference to non-existent sourcereorg.html;Jason McIntyre
2005-08-12minor semantic tweak: foo-1.0 needs to conflict with foo-1.0p0, always,Marc Espie
2005-08-12don't try to install a page that has been removed; ok jmc@Christian Weisgerber
2005-08-12pkg_add -r does work.Marc Espie
2005-08-12avoid warning messageMarc Espie
2005-08-11EINTR, and a little KNF in packet.cHenning Brauer
2005-08-11on writing, we actually can deal with ENOBUFS just as well as with EAGAINHenning Brauer
2005-08-11two missing EINTR here tooHenning Brauer
2005-08-11check for EINTR too after writev(), pt out by Alexander FarberHenning Brauer
2005-08-10remove drivers from here.Alexandre Anriot
2005-08-10typoMarc Espie
2005-08-10Propogate server's leap indicator flags to clients; ok henning@Darren Tucker
2005-08-10add lmtemp(4) and viasio(4).Alexandre Anriot
2005-08-10record unsafe operations in a journal, so that we can give a muchMarc Espie
2005-08-10bug fix: if default is not available, do not push it for installation.Marc Espie
2005-08-10- comapared -> comparedJason McIntyre
2005-08-10Pass the correct peer to rde_apply_set(). rde_apply_set() needs to knowClaudio Jeker
2005-08-10Call open(2) with O_NONBLOCK and O_NOFOLLOW to make sure mtree can'tTodd C. Miller
2005-08-09same hereMarco Pfatschbacher
2005-08-09ifstated isn't released before 3.8Marco Pfatschbacher
2005-08-09if we are replacing a package, the messages for @extra stuff should beMarc Espie
2005-08-09Introduce new route decision tunable "rde med compare (always|strict)".Claudio Jeker
2005-08-09add watchdogdTheo de Raadt
2005-08-09xr sysctl(8)Michael Shalayeff
2005-08-09link static and mlockall() once daemonised to prevent sudden pageins and wdog...Michael Shalayeff
2005-08-09use a standard options list, and various other minor tweaks;Jason McIntyre
2005-08-08with -s, do not wait if we don't have any peers at all.Henning Brauer
2005-08-08Use unsigned integers for period and nperiod.Marc Balmer