summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-20new check in pkg_create: walk the dependency tree for @wantlib, thusMarc 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-20prepare for reuse in pkgcreate: allow not finding stuff and not failingMarc Espie
also mark as known a special package known as BUILD
2010-12-20split solver class into a base that can be reused from pkgcreate.Marc Espie
2010-12-20more refactor: errsay_libraryMarc Espie
2010-12-20more refactor: method for global_cache, add find_in_installed, separateMarc Espie
cache handling from the rest for solve_dependency
2010-12-20move stuff aroundMarc Espie
2010-12-20use Auto::cacheMarc Espie
2010-12-20turn find_candidate into a real method we can inherit, tweak parametersMarc Espie
2010-12-20extra indirection: allow registration of library objects (refactor for later)Marc Espie
2010-12-20use state->definesMarc Espie
2010-12-20pass state to SharedLibs for direct printingMarc Espie
(also cosmetic ws)
2010-12-20Fix another stray addition that was too early. Oops.Nicholas Marriott
2010-12-20Undo a change to next/previous session that got mixed in prematurely.Nicholas Marriott
2010-12-20Dead sessions are never on the active sessions list, so the SESSION_DEADNicholas Marriott
flag is effectively unused. Remove it.
2010-12-20Use pointer rather than index for the client's last session.Nicholas Marriott
2010-12-20Unify the way sessions are used by callbacks - store the address and useNicholas Marriott
the reference count, then check it is still on the global sessions list in the callback.
2010-12-19add -xxx to usage();Jason McIntyre
2010-12-19Add -xxx option that print PCIe extended config space.Mark Kettenis
ok mikeb@, deraadt@
2010-12-19Don'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 ownJasper Lievisse Adriaanse
unneeded macro around it. - fix a reference to the previous driver name utwitch while here ok jakemsr@
2010-12-19Since we have an ioctl that uses a struct with an off_t member as itsMark 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-19Add other-pane-height and other-pane-width options, allowing the widthNicholas Marriott
or height of the smaller panes in the main-horizontal and main-vertical layouts to be set. Mostly from David Goodlad.
2010-12-19Handle .Bk in -Thmtl the same way as in -Tascii.Ingo Schwarze
From kristaps@.
2010-12-19Handle .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-19If MX lookup fails, fallback to using the host itself. This has always beenGilles Chehade
the behavior but I introduced a regression when switching to ASR. bug reported by jmc@, bugfix tested by jmc@ and I
2010-12-19Significant 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-19Sync 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-19Remove `i' and `r' macro handlers. These macros, originally part of theIngo 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-18rsu(4) supports the Sweex LW154Jacob Meuser
2010-12-18document "certificate" a little better;Jason McIntyre
based on a diff from Sunil Nimmagadda ok gilles
2010-12-18remove david as author. he is not to blame for the current C implementation.Ted Unangst
ok david
2010-12-18bump ->defines up to main state class.Marc Espie
2010-12-18use copy_file from stateMarc 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-18zap old Error usage, state incorporates error printing.Marc Espie
2010-12-18go thru state for printing (prodded by landry@)Marc Espie
2010-12-18syncJacob Meuser
2010-12-18Sweex LW154Jacob Meuser
2010-12-18add some off_t and ssize_t love; ok stsp millertTheo de Raadt
2010-12-17don't catch signals in usbd_{bulk,intr}_transfer if a timeout isJacob 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 macroJasper Lievisse Adriaanse
ok jakemsr@
2010-12-17- attach to abbott stereo plug and fix it's firmware loadingJasper Lievisse Adriaanse
from aschrijver@ ok deraadt@
2010-12-17 regenJasper Lievisse Adriaanse
2010-12-17add abbbott stereo plug cableJasper Lievisse Adriaanse
from aschrijver@
2010-12-17Add missing util.h include for opendev()Todd C. Miller
2010-12-17opendev() path argument should be const. OK deraadt@Todd C. Miller
2010-12-17- attach to moxa uport110, from rivo nurgesJasper Lievisse Adriaanse
2010-12-17- regenJasper Lievisse Adriaanse
2010-12-17add moxa uport110, from rivo nurgesJasper Lievisse Adriaanse
2010-12-17- use usb_lookup() instead of handrolled macro.Jasper Lievisse Adriaanse
ok jakemsr@