summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2011-01-18Quiet a gcc warningTodd C. Miller
2011-01-18Our crontab(1) hasn't used SIGUSR1 to signal cron in years, we now useTodd C. Miller
2011-01-17Fix redistribution of overlapping routes (e.g 10/8 and 10.0/16).Claudio Jeker
2011-01-17Refactor ldap searches for passwd and group queries into a commonMartin Hedenfal
2011-01-17extract common code for building the idm_req struct for passwordsMartin Hedenfal
2011-01-16the serial number is now available in struct usb_device_info, soJacob Meuser
2011-01-14plug memleak in err path; from zinovik, ok claudioHenning Brauer
2011-01-14Quick fix for cwd = /Marc Espie
2011-01-13Add an entry for "Advanced Capabilities for Conventional PCI"Jonathan Gray
2011-01-13fix an off by oneJonathan Gray
2011-01-13Remove forward declarations of non-existant functions.Martin Hedenfal
2011-01-13Remove double 'to' in comment, ok pyr@Martin Hedenfal
2011-01-13Log match requests at debug level.Martin Hedenfal
2011-01-13Extract common preparation of key in ypmatch handling, and check theMartin Hedenfal
2011-01-12Add SATA capability. Use nitems() to decide if a capability is known or not.Mark Kettenis
2011-01-12Kill struct rroute and move the metric to struct kroute. ThisClaudio Jeker
2011-01-11oops! missing macro in previous;Jason McIntyre
2011-01-11 Add Wake on Lan support to arp(8). This is partly based on the originalJasper Lievisse Adriaanse
2011-01-10have "non quiet" mode for pkg_info -r show something...Marc Espie
2011-01-10Remove 2 empty lines.Claudio Jeker
2011-01-10Fix a bad heritage from ospfd. Make neighbors independent of interfaces.Claudio Jeker
2011-01-10Make sure the tlv length is exactly the size we expect.Claudio Jeker
2011-01-10Implement optional parameter handling for initialization messages.Claudio Jeker
2011-01-10Better optional parameter parsing. Ignore unknown TLVs that haveClaudio Jeker
2011-01-10Rename struct fec_tlv to struct tlv since it is just the genericClaudio Jeker
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