summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2008-03-17another sizeofa instead of sizeof fixReyk Floeter
2008-03-17fix incorrect use of sizeof() where there sizeofa() macro should be usedReyk Floeter
2008-03-17option 252 is generally used to specify an autoproxy-script on a subnet.David Gwynne
2008-03-16s/273.16/273.15/g, then refactor the formulae to ensure that theConstantine A. Murenin
2008-03-16text simplification;Jason McIntyre
2008-03-16avoid errno trashing, ok mpf henningTheo de Raadt
2008-03-16syslogd leaves zombies around if multiple |/pathto/mylogprogMarco Pfatschbacher
2008-03-16Reduce the number of unnecessary time(3)/gettimeofday(2) calls, and make sureConstantine A. Murenin
2008-03-16implement the hrSWRun portion of the HOST-RESOURCES mib. you can see whatsDavid Gwynne
2008-03-16usage statements are preceeded with usage:David Gwynne
2008-03-15provide sizeofa for counting the number of elements in an array. use it forDavid Gwynne
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