Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-04 | Enable ARP table manipulation on CARP interfaces. | Christopher Pascoe | |
ok niklas@ mcbride@ | |||
2005-01-04 | simplified FILTER AND TRANSLATION RULES; | Jason McIntyre | |
from michael knudsen; | |||
2005-01-03 | - use .Bk/.Ek to keep SYNOPSIS tidy | Jason McIntyre | |
- `-F keyword' -> `-F keywords' in SYNOPSIS for consistency | |||
2005-01-03 | rename -f -> -F | Marc Espie | |
okay pvalchev@, naddy@, marco@, deraadt@ (keep -f around for the transition, will scrap it soon) | |||
2005-01-02 | add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@ | Dale Rahn | |
2005-01-02 | breaks at least vax; backout | Theo de Raadt | |
2005-01-02 | document ssl(8); | Jason McIntyre | |
2005-01-02 | "bad-timestamp" is a valid logging reason; | Jason McIntyre | |
from joel knight; | |||
2005-01-01 | Make sure uextraloc ends up in .data so UKC works. OK deraadt@ | Todd C. Miller | |
2004-12-31 | add ssl(8) to SEE ALSO; | Jason McIntyre | |
2004-12-31 | document using neighbor descriptions to specify neighbors where | Jared Yanovich | |
applicable. ok henning, jmc | |||
2004-12-30 | -c is required when generating initial specification; | Jason McIntyre | |
ok deraadt@ | |||
2004-12-29 | show `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-29 | remove 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-29 | round number of stars immediately, avoids off-by-1 display error. | Marc Espie | |
fixes an elusive problem reported ages ago by sturm@... | |||
2004-12-28 | add a boguslibs forced option, that rescans packages for libraries | Marc Espie | |
not marked with @lib. This allows pkg_add -current to deal with 3.6 packages fully. | |||
2004-12-28 | document that suexec has to be setuid to work correctly; | Jason McIntyre | |
slightly more logical layout of the page; ok henning@ | |||
2004-12-28 | clearer error/warning | Marc Espie | |
2004-12-28 | improve message quality: don't say we can't update stuff when we are going | Marc 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-28 | synchronize conflict lists when we add/remove anything. | Marc Espie | |
2004-12-28 | add apache manual to SEE ALSO; | Jason McIntyre | |
2004-12-27 | allow 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-27 | recover from a nasty problem, allow people to delete package even if | Marc Espie | |
some dependency got badly adjusted. | |||
2004-12-27 | better message | Marc Espie | |
2004-12-27 | if we can't read this packing-list, this is not really an issue. | Marc Espie | |
2004-12-27 | use delete, not undef, to update installed_packages correctly... | Marc Espie | |
while we're there, clean-up code slightly. | |||
2004-12-26 | put the compress 0 codes into a specific object. Handles the case where | Marc 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-26 | simplify BUGS message, especially since it is not accurate any longer. | Marc Espie | |
2004-12-26 | be less verbose by default: no need to show the look-ups in dependent | Marc 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-25 | More secure example | Ian Darwin | |
2004-12-23 | allo the "bgpctl show neighbor " commands to take the neighbor descr | Henning Brauer | |
too, claudio ok | |||
2004-12-23 | must only try to match PEERDESC of nothing else matched, it's just a string | Henning Brauer | |
and will match almost everything... | |||
2004-12-23 | in getpeerbydesc(), complain if we find more than one match and return NULL | Henning Brauer | |
2004-12-23 | allow "bgpctl neighbor" to take the peer's descr as argument as well | Henning Brauer | |
as its address so "bgpctl neighbor upstream1 clear" now works and you don't have to remember IPs claudio ok | |||
2004-12-23 | introduce getpeerbydesc(), find a peer by its description | Henning Brauer | |
2004-12-23 | KNF | Henning Brauer | |
2004-12-23 | even more excellent alignment, with mickey | Henning Brauer | |
2004-12-23 | lower latency by processing no more than 25 messages at once for each peer | Henning Brauer | |
2004-12-23 | sort structs for most optimal alignment, help mickey, claudio ok | Henning Brauer | |
2004-12-22 | avoid a null dereference when using membufs. | Dan Harnett | |
ok otto@ millert@ | |||
2004-12-22 | d can be negative, take that into account when comparing to the logging | Henning Brauer | |
threshold. spotted by Constantine Murenin <mureninc@gmail.com>, mickey ok | |||
2004-12-22 | keep less stuff around for -e pkgpath. | Marc Espie | |
2004-12-22 | Save original value returned by getifaddrs to free later; ok henning@ | Darren Tucker | |
2004-12-22 | if our first getpwnam(), testing for NTPD_USER, succeeded, but the second | Henning 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-21 | silently ignore some cases when sendto(2) fails rather than disabling | Dan Harnett | |
logging to a remote host. Similar patch sent by Marc Huber <Marc.Huber@web.de> in PR4044. ok deraadt@ henning@ millert@ | |||
2004-12-21 | fix nasty cache-out-of-sync bug. | Marc Espie | |
Now, update with the same package name works again. | |||
2004-12-21 | missing apache Xr's; | Jason McIntyre | |
2004-12-21 | sync w/ obsd; | Jason McIntyre | |
2004-12-21 | if we can't get this packing-list, this is not dramatic | Marc Espie | |
2004-12-21 | oops, really cache stuff. | Marc Espie | |