summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2008-03-15space allocated is sum of CMSG_SPACE()'s. length given to the kernelTheo de Raadt
2008-03-15Repair the simple cases for msg_controllen where it should just beTheo de Raadt
2008-03-15Repair more msg_controllen dealing with structures or arrays ofTheo de Raadt
2008-03-15repair msg_controllen and also an errant buf[CMSG_LEN(..)] declTheo de Raadt
2008-03-15Repair the simple cases for msg_controllen where it should just beTheo de Raadt
2008-03-15if the device supports the PCI capabilities list and the verbose flagReyk Floeter
2008-03-15Because the shuffle code initialisation is a specific case of shufflingDamien Miller
2008-03-15explicitly report whether the lower or upper limit is exceeded; ok sthen@ cku...Constantine A. Murenin
2008-03-15move zerodotzero up so more stuff can use itDavid Gwynne
2008-03-14- punctuate and order the tokens list, to stop it looking scrappyJason McIntyre
2008-03-14add a new ber function ber_add_astring() that strdups the string andReyk Floeter
2008-03-14Add a "%l" token to signal whether a sensor value is in or out of bounds,Chris Kuethe
2008-03-13document the just-committed %s token.Chris Kuethe
2008-03-13Allow a program invoked on state change to receive sensor status. PerhapsChris Kuethe
2008-03-13Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toTheo de Raadt
2008-03-12"usage:" should precede the first statement onlyIgor Sobrado
2008-03-12remove noisy warning messageReyk Floeter
2008-03-12fix a memleak in the ber_read_elements() error case.Reyk Floeter
2008-03-12Check that the current ber element is a sequence or a set when '{' or '('Claudio Jeker
2008-03-12mostly stylistic - always print the client host name in snmpe errorReyk Floeter
2008-03-12if (class != BER_CLASS_UNIVERSAL || type != BER_TYPE_SEQUENCE)Claudio Jeker
2008-03-12SNMP has a restricted BER encoding especially all encodings use theClaudio Jeker
2008-03-12Return an error if more data is requested even though the buffer is empty.Claudio Jeker
2008-03-12nuke unused variable.Pierre-Yves Ritschard
2008-03-11oopsMarc Espie
2008-03-10print better error message if child dies... with extra dark magic to grabMarc Espie
2008-03-10provide a partial implementation of the HOST-RESOURCES-MIB. this implementsDavid Gwynne
2008-03-10Fix a null deref in link_state, which happens on configMarco Pfatschbacher
2008-03-09tweak previous;Jason McIntyre
2008-03-08rename forced to definesMarc Espie
2008-03-08better -q: mention once, and it speeds up (assumes normal files haven'tMarc Espie
2008-03-08tweak messages mentioning checksums so that they mention checksums, notMarc Espie
2008-03-08let GetOpt count how many times it sees an option, removes special caseMarc Espie
2008-03-08avoid request for input if lines are set to zeroSimon Bertrang
2008-03-04Since the back-off goes 5,10,20,40 seconds, allow the retry timeout toChris Kuethe
2008-03-03tweak previous;Jason McIntyre
2008-03-03log a different notification message when the tcp check times out.Reyk Floeter
2008-03-03fix utterly confusing message for updates.Marc Espie
2008-03-03Inherit global table options.Reyk Floeter
2008-03-03The fix removes the replacement of se_key from relay_dns_request. se_keyReyk Floeter
2008-03-03improve the compare function of addresses respecting the ports; this will fixReyk Floeter
2008-03-02fix pkg_add -r -BMarc Espie
2008-03-02fix bugs formattingMarc Espie
2008-03-02introduce a isc_random_uniform() function to return a uniformly distributedDamien Miller
2008-03-02set the refid for v4 queries too. this allows sensor-driven ntpd to says itsChris Kuethe
2008-03-02another extra endpwent() not neededTheo de Raadt
2008-03-02Pass a buffer size to InterpretArg() and do not let it overflow it, savesMiod Vallat
2008-03-02PCI devices are specified by bus:dev:func, not dev:bus:func. Adjust usageMark Kettenis
2008-02-29no , at end of enum; tobiasu@tmux.orgTheo de Raadt
2008-02-29replacement algorithm. initialize a 64K-short buffer using DurstenfeldTheo de Raadt