Age | Commit message (Expand) | Author |
2011-01-04 | tweak previous; | Jason McIntyre |
2011-01-04 | go all the way, put temp pages in /tmp | Marc Espie |
2011-01-04 | create tempfile directly under fake, no need to go down. | Marc Espie |
2011-01-04 | Implememnt NOP-IN -> NOP-OUT handling. If the NOP-In was issued by the | Claudio Jeker |
2011-01-04 | Cleanup tasks with a NULL callback after queuing the PDU to be sent out. | Claudio Jeker |
2011-01-04 | Reset the resid before issuing the task callback so that the pdu can | Claudio Jeker |
2011-01-04 | Print itt, cmdsn and expstatsn as unsigned when printing a PDU. | Claudio Jeker |
2011-01-04 | Truncate the scsi sense data to 18 bytes if more data was supplied. | Claudio Jeker |
2011-01-04 | When translating a PDU to text strip all trailing \0 but one. | Claudio Jeker |
2011-01-04 | Log the PDU which failed because no task was found. | Claudio Jeker |
2011-01-04 | Add missing session parameter. | Claudio Jeker |
2011-01-03 | make it possible to check for a pkgspec by name, without looking at installed | Marc Espie |
2011-01-03 | redo the object creation in a more straightforward way. | Marc Espie |
2011-01-03 | those all need newlines | Marc Espie |
2011-01-03 | unbreak hardlinks, like MLINKS, too. | Jasper Lievisse Adriaanse |
2011-01-03 | broke symlinks, noticed by jasper@ | Marc Espie |
2011-01-02 | add missing newline between @url and @wantlib. | Federico G. Schwindt |
2011-01-02 | create formatted manpages as temporary files we remove after the fact. | Marc Espie |
2011-01-02 | use new convention for methods with empty parameters. | Marc Espie |
2011-01-02 | document optional prepare parameter | Marc Espie |
2011-01-02 | tidy things: use ->new more often. | Marc Espie |
2011-01-02 | kill very old idiom, I don't actually want to go thru items directly. | Marc Espie |
2010-12-31 | Change <sys/types.h> to <sys/param.h> instead of assuming that some | Philip Guenthe |
2010-12-31 | Add missing #includes instead of assuming that some system header pulls in | Philip Guenthe |
2010-12-29 | more stuff that uses print directly dies | Marc Espie |
2010-12-24 | pass state around. | Marc Espie |
2010-12-24 | move the handling of ldconfig to AddDelete::State | Marc Espie |
2010-12-24 | handle failures from ports tree with more care. | Marc Espie |
2010-12-23 | Increase the DATA limit in the RDE to the max value and do the same | Claudio Jeker |
2010-12-23 | Use the provided note() and warning() functions of dhcpd instead of | Claudio Jeker |
2010-12-22 | simplify some more: if it's not installed, ask the ports tree, who knows, | Marc Espie |
2010-12-22 | once we read the list, make sure it matches the dependency. | Marc Espie |
2010-12-21 | parent_exit() signal handler must use _exit() not exit() | Theo de Raadt |
2010-12-21 | fix, as noticed by dcoppa@ | Marc Espie |
2010-12-21 | simplify a bit: | Marc Espie |
2010-12-20 | use a better strategy: ask the ports tree for the plist for packages with | Marc Espie |
2010-12-20 | Only set SO_REUSEPORT for listening ports. | David Hill |
2010-12-20 | missed some | Marc Espie |
2010-12-20 | disable temporarily | Marc Espie |
2010-12-20 | new check in pkg_create: walk the dependency tree for @wantlib, thus | Marc Espie |
2010-12-20 | prepare for reuse in pkgcreate: allow not finding stuff and not failing | Marc Espie |
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 |
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 |