summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2005-01-04Enable ARP table manipulation on CARP interfaces.Christopher Pascoe
ok niklas@ mcbride@
2005-01-04simplified FILTER AND TRANSLATION RULES;Jason McIntyre
from michael knudsen;
2005-01-03- use .Bk/.Ek to keep SYNOPSIS tidyJason McIntyre
- `-F keyword' -> `-F keywords' in SYNOPSIS for consistency
2005-01-03rename -f -> -FMarc Espie
okay pvalchev@, naddy@, marco@, deraadt@ (keep -f around for the transition, will scrap it soon)
2005-01-02add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@Dale Rahn
2005-01-02breaks at least vax; backoutTheo de Raadt
2005-01-02document ssl(8);Jason McIntyre
2005-01-02"bad-timestamp" is a valid logging reason;Jason McIntyre
from joel knight;
2005-01-01Make sure uextraloc ends up in .data so UKC works. OK deraadt@Todd C. Miller
2004-12-31add ssl(8) to SEE ALSO;Jason McIntyre
2004-12-31document using neighbor descriptions to specify neighbors whereJared Yanovich
applicable. ok henning, jmc
2004-12-30-c is required when generating initial specification;Jason McIntyre
ok deraadt@
2004-12-29show `reading plist' while deleting packages, since we can do this easily,Marc Espie
and this gives a hint about what is going on for big packages (like tetex).
2004-12-29remove vreaddir support, since library lookup no longer needs it.Marc Espie
important memory gain, since virtual and virtual_dir account for the lion's share of pkg_add's memory consumption.
2004-12-29round number of stars immediately, avoids off-by-1 display error.Marc Espie
fixes an elusive problem reported ages ago by sturm@...
2004-12-28add a boguslibs forced option, that rescans packages for librariesMarc Espie
not marked with @lib. This allows pkg_add -current to deal with 3.6 packages fully.
2004-12-28document that suexec has to be setuid to work correctly;Jason McIntyre
slightly more logical layout of the page; ok henning@
2004-12-28clearer error/warningMarc Espie
2004-12-28improve message quality: don't say we can't update stuff when we are goingMarc Espie
to force it. Group the verification of forward dependencies, so that it is less verbose. Also, register .libs conflict, even if it's not that useful.
2004-12-28synchronize conflict lists when we add/remove anything.Marc Espie
2004-12-28add apache manual to SEE ALSO;Jason McIntyre
2004-12-27allow pkg_add -r to proceed even if there's more than one conflict.Marc Espie
Put an arbitrary threshold at 5 conflicts, so that a package that conflicts with everything won't wipe everything out... Take inter-dependencies into account while adjusting dependencies: we can't adjust dependencies for stuff that is no longer there.
2004-12-27recover from a nasty problem, allow people to delete package even ifMarc Espie
some dependency got badly adjusted.
2004-12-27better messageMarc Espie
2004-12-27if we can't read this packing-list, this is not really an issue.Marc Espie
2004-12-27use delete, not undef, to update installed_packages correctly...Marc Espie
while we're there, clean-up code slightly.
2004-12-26put the compress 0 codes into a specific object. Handles the case whereMarc Espie
file ends with a block of zero, as sleuthed by sturm@. The object means the code is cleaned up with all the state in one place. Also, better use of constant. And beginnings of an Ustar writer code...
2004-12-26simplify BUGS message, especially since it is not accurate any longer.Marc Espie
2004-12-26be less verbose by default: no need to show the look-ups in dependentMarc Espie
and libs packages, since we do that all the time now and it works, and since we have a good error message when it fails.
2004-12-25More secure exampleIan Darwin
2004-12-23allo the "bgpctl show neighbor " commands to take the neighbor descrHenning Brauer
too, claudio ok
2004-12-23must only try to match PEERDESC of nothing else matched, it's just a stringHenning Brauer
and will match almost everything...
2004-12-23in getpeerbydesc(), complain if we find more than one match and return NULLHenning Brauer
2004-12-23allow "bgpctl neighbor" to take the peer's descr as argument as wellHenning Brauer
as its address so "bgpctl neighbor upstream1 clear" now works and you don't have to remember IPs claudio ok
2004-12-23introduce getpeerbydesc(), find a peer by its descriptionHenning Brauer
2004-12-23KNFHenning Brauer
2004-12-23even more excellent alignment, with mickeyHenning Brauer
2004-12-23lower latency by processing no more than 25 messages at once for each peerHenning Brauer
2004-12-23sort structs for most optimal alignment, help mickey, claudio okHenning Brauer
2004-12-22avoid a null dereference when using membufs.Dan Harnett
ok otto@ millert@
2004-12-22d can be negative, take that into account when comparing to the loggingHenning Brauer
threshold. spotted by Constantine Murenin <mureninc@gmail.com>, mickey ok
2004-12-22keep less stuff around for -e pkgpath.Marc Espie
2004-12-22Save original value returned by getifaddrs to free later; ok henning@Darren Tucker
2004-12-22if our first getpwnam(), testing for NTPD_USER, succeeded, but the secondHenning Brauer
returns NULL, we don't need loooong explanations, but at least some indicator what went wrong, From: Michael Knudsen <e@molioner.dk>
2004-12-21silently ignore some cases when sendto(2) fails rather than disablingDan Harnett
logging to a remote host. Similar patch sent by Marc Huber <Marc.Huber@web.de> in PR4044. ok deraadt@ henning@ millert@
2004-12-21fix nasty cache-out-of-sync bug.Marc Espie
Now, update with the same package name works again.
2004-12-21missing apache Xr's;Jason McIntyre
2004-12-21sync w/ obsd;Jason McIntyre
2004-12-21if we can't get this packing-list, this is not dramaticMarc Espie
2004-12-21oops, really cache stuff.Marc Espie