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