summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2004-11-06oops. Thanks krw.Marc Espie
2004-11-06die if moving tempfiles doesn't work.Marc Espie
2004-11-06zap tempname once we've moved the file.Marc Espie
2004-11-06mark whole state for `replacing' so that only file entries get tempnameMarc Espie
2004-11-05Use SA_LEN() instead of ss.ss_len. Evaluates to the same result but it'sDarren Tucker
2004-11-05memleaks in error pathes, again awesome work from Patrick LatifiHenning Brauer
2004-11-05memleaks in error pathes, patrick latifi, Thanks!Henning Brauer
2004-11-04use SIG_DFL instead of SIG_IGN when we are not interested in SIG_CHILDHenning Brauer
2004-11-04Treat EOF at prompt the same as 'n' instead of looping forever.Todd C. Miller
2004-11-04adjust rtt estimates, fixes IPv6 problem.Jakob Schlyter
2004-11-04(try to) open the config file earlier, makes the error handling easier inHenning Brauer
2004-11-03Fix typo (termal -> thermal). From bob at cemetery dot homeunix dot org.Aaron Campbell
2004-11-03fix for potential denial of service.Dan Harnett
2004-11-02logic error: match library version of *new* plist against existing packages.Marc Espie
2004-11-02refuse to update if library numbers do not match.Marc Espie
2004-11-02superfluous comma, From: James Herbert <lists@artyzan.net>Henning Brauer
2004-11-02don't leak mem on strlcpy failure, Patrick LatifiHenning Brauer
2004-11-02now that carp media descriptions are available through the ifmedia frameworkHenning Brauer
2004-11-02supress logging of the (likely very long) repeated Connect -> Active ->Henning Brauer
2004-11-02save the previous state in struct peer, claudio okHenning Brauer
2004-11-01adjust dependenciesMarc Espie
2004-11-01pkg_add may need to clean up shared items now that it can delete old stuff.Marc Espie
2004-11-01allows Delete to remove a plist (assuming it's already been validated).Marc Espie
2004-11-01move all the checking prior to extraction to a `prepare_to_extract' function.Marc Espie
2004-11-01linknames have extra 0 we want to get rid of.Marc Espie
2004-11-01typoMarc Espie
2004-11-01handle the case of symlinks.Marc Espie
2004-11-01separate `extract' routine that can put an archive in temporary filesMarc Espie
2004-11-01reorg pkg_add slightly, put all options into state so that we don't needMarc Espie
2004-10-31fix logic error: we will be able to fully validate the new packing-listMarc Espie
2004-10-31Simplify ldconfig handling: one single ensure_ldconfig routine thatMarc Espie
2004-10-31change the undocumented -t flag to -n used for configuration testingCan Erkin Acar
2004-10-31Move most of the code of pkg_delete into a separate module so that it willMarc Espie
2004-10-31Erase old codeMarc Espie
2004-10-28manpage to go with sys/netinet6/nd6_rtr.c 1.31 -> 1.32Jun-ichiro itojun Hagino
2004-10-27Calculate Hz and round up; ok henning@Darren Tucker
2004-10-27use clock_getres(3) and calculate precision from that, and fill theHenning Brauer
2004-10-27typo, adresses -> addressesJared Yanovich
2004-10-26kill old duplicate code.Marc Espie
2004-10-26more accurate name: DirRmOnly -> SharedItemsOnlyMarc Espie
2004-10-26move the code that handles shared items into a separate Module.Marc Espie
2004-10-26ease the parser a bit.Henning Brauer
2004-10-26document -nHenning Brauer
2004-10-26in the "show summary" view print the peer descr instead of the IP (if a descrHenning Brauer
2004-10-26do /%u instead of /%6u for max_prefix, looks better, claudio okHenning Brauer
2004-10-26make the ntp version check even better, use NTP_VERSION_MIN and _MAXHenning Brauer
2004-10-24accept replies with a NTP version number of 4 or lower, instead of only 4Henning Brauer
2004-10-23beginning of update module: basic check that stuff we are replacingMarc Espie
2004-10-23system() method that stores command normal output so that we can showMarc Espie
2004-10-23store pkgname in shared items, so that delayed printing can be usedMarc Espie