Age | Commit message (Expand) | Author |
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 |
2004-12-27 | recover from a nasty problem, allow people to delete package even if | Marc Espie |
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 |
2004-12-26 | put the compress 0 codes into a specific object. Handles the case where | Marc Espie |
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 |
2004-12-25 | More secure example | Ian Darwin |
2004-12-23 | allo the "bgpctl show neighbor " commands to take the neighbor descr | Henning Brauer |
2004-12-23 | must only try to match PEERDESC of nothing else matched, it's just a string | Henning Brauer |
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 |
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 |
2004-12-22 | d can be negative, take that into account when comparing to the logging | Henning Brauer |
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 |
2004-12-21 | silently ignore some cases when sendto(2) fails rather than disabling | Dan Harnett |
2004-12-21 | fix nasty cache-out-of-sync bug. | Marc Espie |
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 |
2004-12-21 | correct checks to allow for a package to replace several packages. | Marc Espie |
2004-12-20 | apachectl is section 8, not 1; | Jason McIntyre |
2004-12-20 | allow a replacing package to replace several packages, in principle: | Marc Espie |
2004-12-20 | plug more handle leaks. | Marc Espie |
2004-12-20 | plug fd leak. | Marc Espie |
2004-12-20 | Fix one case of broken duplicate supression, which happens if two lines | Otto Moerbeek |
2004-12-20 | RFC documents are not free enough | Theo de Raadt |
2004-12-20 | remember to close what should be closed... | Marc Espie |
2004-12-20 | convert to mdoc. ok jmc | Jared Yanovich |
2004-12-20 | some typos in log messages. | Moritz Jodeit |
2004-12-20 | store pkgname in handle directly, so that we can delete the packing-list | Marc Espie |
2004-12-20 | repair error message: set_pkgname so that we don't report for the last | Marc Espie |
2004-12-20 | don't display some details in -n mode unless very verbose. | Marc Espie |
2004-12-20 | keep a hash of installed packages, so that we can refuse to replace a | Marc Espie |
2004-12-20 | Add support for displaying Shared Spanning Tree Protocol frames, a minor | Christopher Pascoe |
2004-12-19 | sanity check: in -n mode, we end up replacing stuff that doesn't exist ? | Marc Espie |
2004-12-19 | don't create path if -n. | Marc Espie |
2004-12-19 | simplify solve_dependencies: always compute to_install array (it is | Marc Espie |
2004-12-19 | move conflict code to PkgCfl. | Marc Espie |
2004-12-19 | use strchr instead of index | Theo de Raadt |