summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2002-06-07Before detaching, log output should go to stderr, not syslog.Hakan Olsson
2002-06-06split out the pf_state printing functions to be used elsewhere, no functional...Michael Shalayeff
2002-06-06Answer requests for netmasks, subnets, and dhcp-servers as well. AddHakan Olsson
2002-06-06Tyop. IBBS->IBSSKjell Wooding
2002-06-06Cleanup / styleHakan Olsson
2002-06-06print normalized signal strength; from Gabriel Kihlman <gk@univits.se>Michael Shalayeff
2002-06-06styleHakan Olsson
2002-06-06better format/typeHakan Olsson
2002-06-06Style, and a few additional format/type mods.Hakan Olsson
2002-06-05more correction to RTF_HOST handling.Jun-ichiro itojun Hagino
2002-06-05clarify nwkey usage; ok millert@Jason Peel
2002-06-04Fix identify logic to match kernel. Works better on big endian architectures.Constantine Sapuntzakis
2002-06-04do not automagically have -prefixlen 128 on IPv6 host route.Jun-ichiro itojun Hagino
2002-06-04spelling; raj@cerias.purdue.eduTheo de Raadt
2002-06-03Add NAT keyword so it is picked up by apropos (man -k NAT). ok dhartmei@Kjell Wooding
2002-06-03Also print labels in 'pfctl -s all'. ok dhartmei@Kjell Wooding
2002-06-02BSD air-tools 0.2 patches from dachb0den labs; h1kari@dachb0den.comTodd C. Miller
2002-06-01size_t must be cast to (unsigned long) and printed using %luTheo de Raadt
2002-06-01ECN flag support for pf. Committed in consultation with Daniel.Hugh Graham
2002-05-31KNFTheo de Raadt
2002-05-31kill the signal racesTheo de Raadt
2002-05-31Look for the authentication info from the kernel in the correct message.Angelos D. Keromytis
2002-05-31clarify comment when nreceived > ntransmitted. from deraadtJun-ichiro itojun Hagino
2002-05-30missing "%s". from netbsdJun-ichiro itojun Hagino
2002-05-30typoTheo de Raadt
2002-05-30power management and microwave over robustness are booleansTodd C. Miller
2002-05-30add WSKBD_TYPE_SUN5 here, tooJason Wright
2002-05-30spacesTheo de Raadt
2002-05-29Add support for WSKBD_TYPE_SUN5. -moj ok miod@Mats O Jansson
2002-05-29more strlcatTheo de Raadt
2002-05-29more snprintfTheo de Raadt
2002-05-28off_t to size_t change for printf format and malloc. Pointed out by <greg@nes...Hakan Olsson
2002-05-28printf format __attribute__. From <greg@nest.cx>, slightly modified.Hakan Olsson
2002-05-28Proper types in format strings. From <greg@nest.cx>Hakan Olsson
2002-05-28document net.inet6.ip6.maxfragsJun-ichiro itojun Hagino
2002-05-27Ports require 6 chars, from Oleg SafiullinDaniel Hartmeier
2002-05-27correct pid handlingTheo de Raadt
2002-05-26KNF. remove unneeded variable. from deraadtJun-ichiro itojun Hagino
2002-05-26re-integrate a grammar fixTheo de Raadt
2002-05-26sync with latest KAME tree. -S option uses bind(2), -g option, KNFJun-ichiro itojun Hagino
2002-05-26pid_t cleanupTheo de Raadt
2002-05-26- CPU_MAXID and CPU_CHIPSET were swapped in cpu.hMatthieu Herrb
2002-05-24add net.inet.icmp.tstamprepl sysctl for timestamp control; jason@ackley.netTheo de Raadt
2002-05-24Support mixed (IPv4/v6) address lists, expand to all possible and validDaniel Hartmeier
2002-05-23One last sprintf -> snprintf, requested by deraadt.Hakan Olsson
2002-05-23minor KNF encountered while doing yet another boring 4AM source code audit...Theo de Raadt
2002-05-23tiny KNF, some malloc checks, etcTheo de Raadt
2002-05-23new_addr is not used from anywhere. daniel@benzedrine.cx okJun-ichiro itojun Hagino
2002-05-22add sunffb typeJason Wright
2002-05-22use strlcpy(3)Thierry Deval