summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2011-01-09NYTProf now warns against $& in regexps, remove that one which doesn'tMarc Espie
2011-01-09add yet another check: obviously in a @depend line, if the def part doesn'tMarc Espie
2011-01-08Change detection of indefinite BER lenghts (which is not allowed). Only aMartin Hedenfal
2011-01-08Count the right values for the consumed counter.Claudio Jeker
2011-01-06Ugly hack, call session_schedule in the task pdu callback handler.Claudio Jeker
2011-01-06Pass the magic LUN -1 to VSCSI_REQPROBE so that all LU are probedClaudio Jeker
2011-01-06Add minimal LUN handling. Currently only single level LUN addressing isClaudio Jeker
2011-01-05- properly fix pr6009. a different fix was commited as the original patchJasper Lievisse Adriaanse
2011-01-04tweak previous;Jason McIntyre
2011-01-04go all the way, put temp pages in /tmpMarc Espie
2011-01-04create tempfile directly under fake, no need to go down.Marc Espie
2011-01-04Implememnt NOP-IN -> NOP-OUT handling. If the NOP-In was issued by theClaudio Jeker
2011-01-04Cleanup tasks with a NULL callback after queuing the PDU to be sent out.Claudio Jeker
2011-01-04Reset the resid before issuing the task callback so that the pdu canClaudio Jeker
2011-01-04Print itt, cmdsn and expstatsn as unsigned when printing a PDU.Claudio Jeker
2011-01-04Truncate the scsi sense data to 18 bytes if more data was supplied.Claudio Jeker
2011-01-04When translating a PDU to text strip all trailing \0 but one.Claudio Jeker
2011-01-04Log the PDU which failed because no task was found.Claudio Jeker
2011-01-04Add missing session parameter.Claudio Jeker
2011-01-03make it possible to check for a pkgspec by name, without looking at installedMarc Espie
2011-01-03redo the object creation in a more straightforward way.Marc Espie
2011-01-03those all need newlinesMarc Espie
2011-01-03unbreak hardlinks, like MLINKS, too.Jasper Lievisse Adriaanse
2011-01-03broke symlinks, noticed by jasper@Marc Espie
2011-01-02add missing newline between @url and @wantlib.Federico G. Schwindt
2011-01-02create formatted manpages as temporary files we remove after the fact.Marc Espie
2011-01-02use new convention for methods with empty parameters.Marc Espie
2011-01-02document optional prepare parameterMarc Espie
2011-01-02tidy things: use ->new more often.Marc Espie
2011-01-02kill very old idiom, I don't actually want to go thru items directly.Marc Espie
2010-12-31Change <sys/types.h> to <sys/param.h> instead of assuming that somePhilip Guenthe
2010-12-31Add missing #includes instead of assuming that some system header pulls inPhilip Guenthe
2010-12-29more stuff that uses print directly diesMarc Espie
2010-12-24pass state around.Marc Espie
2010-12-24move the handling of ldconfig to AddDelete::StateMarc Espie
2010-12-24handle failures from ports tree with more care.Marc Espie
2010-12-23Increase the DATA limit in the RDE to the max value and do the sameClaudio Jeker
2010-12-23Use the provided note() and warning() functions of dhcpd instead ofClaudio Jeker
2010-12-22simplify some more: if it's not installed, ask the ports tree, who knows,Marc Espie
2010-12-22once we read the list, make sure it matches the dependency.Marc Espie
2010-12-21parent_exit() signal handler must use _exit() not exit()Theo de Raadt
2010-12-21fix, as noticed by dcoppa@Marc Espie
2010-12-21simplify a bit:Marc Espie
2010-12-20use a better strategy: ask the ports tree for the plist for packages withMarc Espie
2010-12-20Only set SO_REUSEPORT for listening ports.David Hill
2010-12-20missed someMarc Espie
2010-12-20disable temporarilyMarc Espie
2010-12-20new check in pkg_create: walk the dependency tree for @wantlib, thusMarc Espie
2010-12-20prepare for reuse in pkgcreate: allow not finding stuff and not failingMarc Espie
2010-12-20split solver class into a base that can be reused from pkgcreate.Marc Espie