summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2002-09-08Fix a bunch of -pedantic errorsJason Wright
2002-09-08socklen_t audit. from deraadt.Jun-ichiro itojun Hagino
2002-09-08signal handler must take "int" arg. from deraadt. sync w/kameJun-ichiro itojun Hagino
2002-09-08socklen_t audit. from deraadt, sync w/kameJun-ichiro itojun Hagino
2002-09-08No, do NOT put -ansi -pedantic in our treeTheo de Raadt
2002-09-08-ansi -pedantic (socklen_t). from cloder@loder.usJun-ichiro itojun Hagino
2002-09-07off by one fix from aaron@. -mojMats O Jansson
2002-09-07pedantic ansify. -mojMats O Jansson
2002-09-07makeinfo --no-warn to suppress harmless but annoying warningsPeter Valchev
2002-09-06ansiTheo de Raadt
2002-09-06socklen_t; henning okTheo de Raadt
2002-09-06ansi; miod okTheo de Raadt
2002-09-06Modernize the same way as hilinfo: use opendev, clean the dust, etc.Miod Vallat
2002-09-06socklen_tTheo de Raadt
2002-09-06cope with INITQFNAMES without a ;Theo de Raadt
2002-09-06get correct parameter type to res_search. -mojMats O Jansson
2002-09-06ansiHenning Brauer
2002-09-06first cut at -WallTheo de Raadt
2002-09-06bit KNFHenning Brauer
2002-09-06default: needs statement after itTheo de Raadt
2002-09-06MD5Final() takes unsigned char *Theo de Raadt
2002-09-06compile with -ansiMiod Vallat
2002-09-06socklen_t use; pvalchev okTheo de Raadt
2002-09-06socklen_tTheo de Raadt
2002-09-06use more socklen_t; pvalchevTheo de Raadt
2002-09-06do not use //Theo de Raadt
2002-09-06socklen_t; henning okTheo de Raadt
2002-09-06socklen_t, not int.Henning Brauer
2002-09-06inline is not ansi C, and cast to right type for MD5Update()Theo de Raadt
2002-09-06md5.h needs types.h to be included firstTheo de Raadt
2002-09-06misuse of volatile, not even ansi CTheo de Raadt
2002-09-06do not pull in virtual.c, because ansi C does not permit empty filesTheo de Raadt
2002-09-06put some code after default:Theo de Raadt
2002-09-06no , at end of enum; maja okTheo de Raadt
2002-09-06use socklen_tTheo de Raadt
2002-09-06no , at end of enumTheo de Raadt
2002-09-06fopen() does not return < 0Theo de Raadt
2002-09-06; after label:Theo de Raadt
2002-09-06no comma at end of enumTheo de Raadt
2002-09-06undo signed vs unsigned confusionTheo de Raadt
2002-09-06no ; after INITQFNAMESTheo de Raadt
2002-09-04remove some unnecessary casts and adjust format stringsHenning Brauer
2002-09-03Sync with tcpdump.orgHakan Olsson
2002-09-01more appropriate comments about UserDir.Henning Brauer
2002-08-31warn if multiple addresses are returned from DNS; suggestedKevin Steves
2002-08-30domains -> domain'sHugh Graham
2002-08-30have -I option, which causes traceroute6 to use ICMPv6 echo request for probingJun-ichiro itojun Hagino
2002-08-30add some history regarding use of UDP probe packets vs. ICMP.Kevin Steves
2002-08-27warn if multiple addresses are returned from DNS (traceroute(8) should do it ...Jun-ichiro itojun Hagino
2002-08-26Check svc_register() return value and bomb out on failure; ok deraadtPeter Valchev