Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-23 | When extracting the pkg tar file, don't preserve the atime, just set it | Matthias Kilian | |
to the current time. Works around a rare race condition that can happen if daily(8) zaps old files from /var/tmp while pkg_add(8) is installing or updating a package and doesn't yet have moved nor even read some of the files in /var/tmp/pkginfo.* (typically +DESCR). Espie wasn't totally happy with this at first, and will eventually work on something better, so I'm omitting documentations bits for now. ok espie@ | |||
2010-08-22 | small bits of cleanup. ok otto | Ted Unangst | |
2010-08-22 | Redistributing the default route with ospf6d did not work correctly. | Alexander Bluhm | |
- kroute.c may not ignore the default route. - Use the ROUNDUP macro from route/show.c as this one is also correct for netmask with prefixlen 0. - Implement ospf_redistribute and the redistribute parser like ospfd. ok claudio@ | |||
2010-08-22 | When removing an announced prefix, inherit the metric and ext_tag | Alexander Bluhm | |
from the LSA that is currently in the tree. Based on claudio@'s diff and his fix for ospfd. Additionally originate an LSA with external route tag correctly by writing the AS-external-LSA's bit T into the correct field. ok claudio@ | |||
2010-08-22 | Origin network-LSA with options based on the options of the link-LSAs. | Alexander Bluhm | |
Without this fix Cisco's OSPF 6 ignores our network-LSAs. ok claudio@ | |||
2010-08-22 | enable nsd the build. ok deraadt@ | Jakob Schlyter | |
2010-08-22 | regen | Jakob Schlyter | |
2010-08-22 | --enable-nsid now default | Jakob Schlyter | |
2010-08-22 | remove | Jakob Schlyter | |
2010-08-22 | merge | Jakob Schlyter | |
2010-08-22 | NSD v3.2.6 | Jakob Schlyter | |
2010-08-21 | Display usage information as well as the error when a path to | Stuart Henderson | |
src/*.tgz isn't specified. ok ajacoutot@ | |||
2010-08-19 | Correctly decode and print access point names. | Joel Sing | |
2010-08-16 | Fix another gcc4 mis-alignment, by using bcopy() rather than | Kenneth R Westerback | |
(u_int64_t *)charptr = value. Problem reported by Daniel Ouellet, first diff from matthieu@, another from naddy@ equivalent to this one. ok millert@ dlg@ (for naddy's) deraadt@ | |||
2010-08-13 | if we pass pkgnames with .tgz to -l, just deal with it silently. | Marc Espie | |
2010-08-13 | bad works better if you push consistent stuff in it, like always strings... | Marc Espie | |
2010-08-13 | whitespace | Marc Espie | |
2010-08-12 | if we ask for cleanup, always close the location. If it's not open, it's | Marc Espie | |
harmless. This prevents processes from piling up on !network addition of already existing packages... (fixes THAT bug) | |||
2010-08-12 | Use symbolic names for the file descriptors rather than numeric values. | Kevin Lo | |
Some from damien@, millert@ ok phessler@, millert@ | |||
2010-08-08 | .Ek in the right place, or SYNOPSIS blows up; | Jason McIntyre | |
2010-08-08 | tweak previous; specifically, -o is no longer optional; | Jason McIntyre | |
ok marco | |||
2010-08-08 | somehow parts of -c and -w got swapped; from Yar Tikhiy | Jason McIntyre | |
2010-08-07 | nasty inversion of parameters, so that state did not get propagated correctly. | Marc Espie | |
ended up calling './'->errsay in ArcCheck, which of course doesn't work, so a die() in the middle of a package install... compounded with file !existing, so that adjust checksum would fail, and so not even a partial install... | |||
2010-08-07 | Fix carp demotion on tables. For some reason the default values were | Claudio Jeker | |
inherited from the table definition even though these values could not be changed there. While there fix a memory leak in a rather strange case. OK phessler, jsg, pyr, sthen, deraadt | |||
2010-08-07 | need to check that kept packages are still okay. | Marc Espie | |
fixes: sudo pkg_add -r ghostscript-8.63p13-no_x11.tgz quirks-1.17: 1/1 ghostscript-8.63p13->ghostscript-8.63p13-no_x11 forward dependencies: | Dependency of libspectre-0.2.6 on ghostscript-*-!no_x11 doesn't match Merging libspectre-0.2.6->libspectre-0.2.6 (1/3) [libspectre-0.2.6]ghostscript-8.63p13->ghostscript-8.63p13-no_x11: 3/3 Read shared items: ok | |||
2010-08-07 | dep is an object, needs to become a string for error messages | Marc Espie | |
2010-08-06 | Correct a problem which could cause the wrong af to be displayed. | Jonathan Gray | |
Found via the clang static analyser. ok henning@ claudio@ deraadt@ | |||
2010-08-05 | die aml parser die | Marco Peereboom | |
ok deraadt | |||
2010-08-05 | kill kill kill the aml parser, kill kill kill it until it is dead | Marco Peereboom | |
ok deraadt | |||
2010-08-04 | Print the MTU in OSPF dd packets. Borrowed from the ospf6 printer. | Stuart Henderson | |
ok claudio@ deraadt@ | |||
2010-08-03 | fix linecount bug with comments spanning multiple lines | Henning Brauer | |
problem reported with the obvious fix for bgpd by Sebastian Benoit <benoit-lists at fb12.de>, also PR 6432 applied to all the others by yours truly. ok theo isn't it amazing how far this parser (and more) spread? | |||
2010-08-03 | missed one if (continued) test, so simplify logic: test continue beforehand. | Marc Espie | |
fixes display after ^Z/fg. (problem pointed out by Theo) | |||
2010-08-03 | shrink! :) | Marc Espie | |
2010-08-03 | sort journal messsages in a better way, put - before +, so that one can | Marc Espie | |
see deinstall info before new install info (prompted by a comment from tedu@) | |||
2010-08-03 | bug-fix: during updates, only set oldfound after we found a matching pkgpath. | Marc Espie | |
that way, we detect pkgpath problems as "can't update" instead of silently ignoring them (gconf2 issue). | |||
2010-08-03 | use proper log idiom (blanket okay from theo for pkg_add careful changes for | Marc Espie | |
the time being) | |||
2010-08-03 | Fix a usage of logical and where binary and was intended. | Jonathan Gray | |
Spotted by Mike Belopuhov. ok jsing@ deraadt@ | |||
2010-08-03 | Fix a leak in ypldap. Found (and correct diff) from | Pierre-Yves Ritschard | |
plalonde (at) overnet.qc.ca Prompted by deraadt@ | |||
2010-08-02 | Ignore SIGPIPE, the delivery of which prevented /usr/sbin/sendmail from | Jacek Masiulaniec | |
relaying the server diagnostic back to the user (eg. "500 Line too long"). | |||
2010-08-02 | Show PCIe link speed/width, earlier version ok miod@/kettenis@ then | Jonathan Gray | |
tweaked to show both negotiated and capable as well as fixing a mask after comments from damien@ ok deraadt@ | |||
2010-08-02 | Fix use of logical and where binary and was intended. | Jonathan Gray | |
Spotted by Mike Belopuhov, ok yasuoka@ | |||
2010-08-01 | note specifically that pkg_add -u parameters are *installed* package names, | Marc Espie | |
since that's the distinction with -U.... | |||
2010-08-01 | Allow fallback tables for relays, not just redirections. | Stuart Henderson | |
Seems reasonable to jsg, ok phessler, no response from reyk or pyr | |||
2010-08-01 | adjust position of test so that it does something ! | Marc Espie | |
avoid a lot of extra stupid printing. | |||
2010-08-01 | typo | Marc Espie | |
2010-08-01 | fix the qt 4.5 -> 4.6 update issue. | Marc Espie | |
since we usually deal with directories in a global way, replacing a directory with something else didn't work. the fix is to record removed directories in Vstat in a "lazy" way: we only test these objects for existence if we add something else at the same location. Since this happens rarely, we can afford to perform the whole SharedItems dance twice... | |||
2010-07-31 | very old thinko, not really a problem, obviously, but groups and users are | Marc Espie | |
categories, the corresponding keywords are newgroup and newuser. | |||
2010-07-31 | keep location open while we grab updateinfo. | Marc Espie | |
deal with error fallout and need to forget unneeded stuff (halves number of connections, roughly) | |||
2010-07-31 | delete IIJ local functionalities. | YASUOKA Masahiko | |
2010-07-30 | fix header during update | Marc Espie | |