Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-20 | new check in pkg_create: walk the dependency tree for @wantlib, thus | Marc Espie | |
preventing packages that won't install (much easier to fix that when you still have the fake tree around !) specifically, look into depend that are installed, and possibly in the fake tree: if the package does build, it requires the libraries to be around anyways, so pure RUN_DEPENDS are not an issue (and avoid old libraries, if we find wantlib only in .lib, something really fishy is going on). Reuse the Dependencies class, so we're sure to have the exact same way to find libraries. Also fix exit codes from pkg_create... | |||
2010-12-20 | prepare for reuse in pkgcreate: allow not finding stuff and not failing | Marc Espie | |
also mark as known a special package known as BUILD | |||
2010-12-20 | split solver class into a base that can be reused from pkgcreate. | Marc Espie | |
2010-12-20 | more refactor: errsay_library | Marc Espie | |
2010-12-20 | more refactor: method for global_cache, add find_in_installed, separate | Marc Espie | |
cache handling from the rest for solve_dependency | |||
2010-12-20 | move stuff around | Marc Espie | |
2010-12-20 | use Auto::cache | Marc Espie | |
2010-12-20 | turn find_candidate into a real method we can inherit, tweak parameters | Marc Espie | |
2010-12-20 | extra indirection: allow registration of library objects (refactor for later) | Marc Espie | |
2010-12-20 | use state->defines | Marc Espie | |
2010-12-20 | pass state to SharedLibs for direct printing | Marc Espie | |
(also cosmetic ws) | |||
2010-12-20 | Fix another stray addition that was too early. Oops. | Nicholas Marriott | |
2010-12-20 | Undo a change to next/previous session that got mixed in prematurely. | Nicholas Marriott | |
2010-12-20 | Dead sessions are never on the active sessions list, so the SESSION_DEAD | Nicholas Marriott | |
flag is effectively unused. Remove it. | |||
2010-12-20 | Use pointer rather than index for the client's last session. | Nicholas Marriott | |
2010-12-20 | Unify the way sessions are used by callbacks - store the address and use | Nicholas Marriott | |
the reference count, then check it is still on the global sessions list in the callback. | |||
2010-12-19 | add -xxx to usage(); | Jason McIntyre | |
2010-12-19 | Add -xxx option that print PCIe extended config space. | Mark Kettenis | |
ok mikeb@, deraadt@ | |||
2010-12-19 | Don't nuke the index counter when a session group comes up. | Nicholas Marriott | |
2010-12-19 | - use usb_lookup(), these should be the last drivers that rolled their own | Jasper Lievisse Adriaanse | |
unneeded macro around it. - fix a reference to the previous driver name utwitch while here ok jakemsr@ | |||
2010-12-19 | Since we have an ioctl that uses a struct with an off_t member as its | Mark Kettenis | |
argument, we need to make sure this buffer has 64-bit alignment, even on 32-bit architectures. Fixes the alignment trap triggered by vnconfig(8) on sparc for kernels compiled with gcc4. ok miod@ | |||
2010-12-19 | Add other-pane-height and other-pane-width options, allowing the width | Nicholas Marriott | |
or height of the smaller panes in the main-horizontal and main-vertical layouts to be set. Mostly from David Goodlad. | |||
2010-12-19 | Handle .Bk in -Thmtl the same way as in -Tascii. | Ingo Schwarze | |
From kristaps@. | |||
2010-12-19 | Handle .Bk the same way as groff 1.20.1: | Ingo Schwarze | |
.Bk without arguments defaults to -words. .Bk with invalid arguments (including -lines) has no effect. ok kristaps@ | |||
2010-12-19 | If MX lookup fails, fallback to using the host itself. This has always been | Gilles Chehade | |
the behavior but I introduced a regression when switching to ASR. bug reported by jmc@, bugfix tested by jmc@ and I | |||
2010-12-19 | Significant improvements to -Thtml by kristaps@: | Ingo Schwarze | |
Use less <DIV>, use more <H1>, <H2>, <P>, <BR>, <PRE>, <UL>, <OL>, <DL> etc. Triggered by input from Will Backman. Remove CSS2 note in mandoc.1, which is no longer true. | |||
2010-12-19 | Sync to bsd.lv (except that i'm not adding .ft documentation, | Ingo Schwarze | |
which we have in roff.7): Remove documentation of the bogus macros .i and .r (which we just removed from mandoc and which never worked in groff), of .b (which never existed at all), and of the commented-out chunks for .PD, .Sp, .Vb, and .Ve (the latter three occur in the pod2man preamble and are now handled by roff.7 .de). | |||
2010-12-19 | Remove `i' and `r' macro handlers. These macros, originally part of the | Ingo Schwarze | |
me package, aren't recognised by "groff -mandoc" so we don't need to do so either. Besides, they are not used in base or Xenocara, and only at two or three places in one single port, which are probably typos. From kristaps@. | |||
2010-12-18 | rsu(4) supports the Sweex LW154 | Jacob Meuser | |
2010-12-18 | document "certificate" a little better; | Jason McIntyre | |
based on a diff from Sunil Nimmagadda ok gilles | |||
2010-12-18 | remove david as author. he is not to blame for the current C implementation. | Ted Unangst | |
ok david | |||
2010-12-18 | bump ->defines up to main state class. | Marc Espie | |
2010-12-18 | use copy_file from state | Marc Espie | |
always remove our special sighandlers on fork, this should prevent all the "smart" progress stuff to fail when perl children are active. | |||
2010-12-18 | zap old Error usage, state incorporates error printing. | Marc Espie | |
2010-12-18 | go thru state for printing (prodded by landry@) | Marc Espie | |
2010-12-18 | sync | Jacob Meuser | |
2010-12-18 | Sweex LW154 | Jacob Meuser | |
2010-12-18 | add some off_t and ssize_t love; ok stsp millert | Theo de Raadt | |
2010-12-17 | don't catch signals in usbd_{bulk,intr}_transfer if a timeout is | Jacob Meuser | |
set. no other transfer methods catch signals, and it is not possible to restart these transfers reliably. | |||
2010-12-17 | - use nitems() | Jasper Lievisse Adriaanse | |
ok jakemsr@ | |||
2010-12-17 | - use usb_lookup() instead of handrolled macro | Jasper Lievisse Adriaanse | |
ok jakemsr@ | |||
2010-12-17 | - attach to abbott stereo plug and fix it's firmware loading | Jasper Lievisse Adriaanse | |
from aschrijver@ ok deraadt@ | |||
2010-12-17 | regen | Jasper Lievisse Adriaanse | |
2010-12-17 | add abbbott stereo plug cable | Jasper Lievisse Adriaanse | |
from aschrijver@ | |||
2010-12-17 | Add missing util.h include for opendev() | Todd C. Miller | |
2010-12-17 | opendev() path argument should be const. OK deraadt@ | Todd C. Miller | |
2010-12-17 | - attach to moxa uport110, from rivo nurges | Jasper Lievisse Adriaanse | |
2010-12-17 | - regen | Jasper Lievisse Adriaanse | |
2010-12-17 | add moxa uport110, from rivo nurges | Jasper Lievisse Adriaanse | |
2010-12-17 | - use usb_lookup() instead of handrolled macro. | Jasper Lievisse Adriaanse | |
ok jakemsr@ |