summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-02format string fix: p_*ticks are u_intStefan Fritsch
2013-10-02Format string fixes: Use %l* for paddr_tStefan Fritsch
2013-10-02Format string fix: Use %td for pointer differenceStefan Fritsch
2013-10-02Use u_int64_t instead of daddr_t parameters to sd_cmd_rw*() functions.Kenneth R Westerback
2013-10-02regenJonathan Gray
2013-10-02cleanup the VMware entries and add AHCI/HD Audio/xHCIJonathan Gray
2013-10-02Fix GETBULK mode that got broken with r1.14.Reyk Floeter
2013-10-01tweak previous;Jason McIntyre
2013-10-01If a valid VDM signature is found, but neither a VDIT nor a native label areMiod Vallat
2013-10-01Remove incorret check for bulk walks.Reyk Floeter
2013-10-01Add the simple vdm/vdit dumper I wrote 3 years ago. Turn it into somethingMiod Vallat
2013-10-01Format string fixes: %hu/%hd for uint16_t, %u/%d/%x for uint32_tStefan Fritsch
2013-10-01Format string fixes: Cast time_t to long longStefan Fritsch
2013-10-01Emulate 64-bit atomic operations on 32-bit architectures by using a mutex.Mark Kettenis
2013-10-01Use %z* for size_tStefan Fritsch
2013-10-01format string fix: it's u_long *addrStefan Fritsch
2013-10-01format string fixStefan Fritsch
2013-10-01Don't claim the interrupt if none of the interrupt status bits were set.Mark Kettenis
2013-10-01Add net-snmp's PEN.Reyk Floeter
2013-10-01replace rc4 with ChaCha20; inspired by Nick Mathewson's work on libottery;Markus Friedl
2013-10-01Accept "oid all" for the complete SNMP tree (as an alias to "oid 1.0").Reyk Floeter
2013-10-01Initial support for the "bulkwalk" command.Reyk Floeter
2013-10-01Fix FILE * leak in error path if fprintf fails. Found by and OK gilles@Todd C. Miller
2013-10-01in truth, noone uses these backwards compat stubs to compile make on otherTheo de Raadt
2013-10-01Tell strvisx() to encode newlines found in octet-strings to avoid uglyReyk Floeter
2013-10-01Drop privileges when running as root to mitigate the risk.Reyk Floeter
2013-10-01zap trailing whitespace;Jason McIntyre
2013-10-01Add shorter alias "snmpctl walk".Reyk Floeter
2013-10-01Reorganize the code a bit to adjust it for an async I/O model.Reyk Floeter
2013-10-01better error handlingReyk Floeter
2013-10-01add ber_oid_cmp() to the listReyk Floeter
2013-10-01fix typoReyk Floeter
2013-10-01Add initial SNMP client utility to snmpctl(8).Reyk Floeter
2013-10-01regenJonathan Gray
2013-10-01rename some Xeon E3-1200v2 ids that are actually generic 3rd gen core idsJonathan Gray
2013-10-01avoid a fd_set overflow by calling a different rpc svc functionTheo de Raadt
2013-10-01Add some PENs and sync the declarations.Reyk Floeter
2013-10-01Do not pass the SIOCSIF{DSTADDR,BRDADDR,NETMASK} ioctls down to theMartin Pieuchot
2013-10-01as predicted, problems have been found with mpath. disabling it while theyDavid Gwynne
2013-10-01update currency exchange rates;Jason McIntyre
2013-09-30typo in snarky messageMiod Vallat
2013-09-30netbsd recognise "CODE REFERENCES" section header; from wiz@netbsdJason McIntyre
2013-09-30Make stderr buffered in einfo(). Speeds up display of error messagesTodd C. Miller
2013-09-30Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,Todd C. Miller
2013-09-30jj cale; From: Matthew ClarkeJason McIntyre
2013-09-30move the read/write functions and macros closer to linuxJonathan Gray
2013-09-30add some additional run(4)/urtwn(4) devices found in FreeBSDJonathan Gray
2013-09-30regenJonathan Gray
2013-09-30add some additional run(4)/urtwn(4) devices found in FreeBSDJonathan Gray
2013-09-30syncTodd T. Fries