summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2004-11-09-s seamless with other options: let it work with -a, let it be on for -v.Marc Espie
2004-11-09kill old Logger interface, use $state->print() to report problems atMarc Espie
2004-11-09alternate between package names correctly when replacing a package.Marc Espie
2004-11-09kill dup codeMarc Espie
2004-11-09-s option, grange's request.Marc Espie
2004-11-09in the list of RIRs:Henning Brauer
2004-11-09avoid scanning the whole packing-list when looking for info that areMarc Espie
2004-11-09save dir in plist, not state (unconfuse script operations when severalMarc Espie
2004-11-09don't keep libraries whose version numbers are not needed.Marc Espie
2004-11-09remove code we don't use.Marc Espie
2004-11-08Advice user to use multiple servers. Prodded by Daniel Polak, help and ok jmc@Otto Moerbeek
2004-11-08add more olden times keyword.Marc Espie
2004-11-07document that keywords can be specified multiple times;Jason McIntyre
2004-11-07document the current behavior of pkg_add -r.Marc Espie
2004-11-07clone() library entry so that md5 and modes/owners get copied along.Marc Espie
2004-11-07split off libraries, so that we can erase the old packages.Marc Espie
2004-11-07shared libraries, preliminary work, a simpler scheme:Marc Espie
2004-11-07don't try to be smart and not store the full tempname: we don't use thisMarc Espie
2004-11-07show tally in verbose mode as well, why not ?Marc Espie
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