summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2004-11-02KNF - reyk, look at this diffHenning Brauer
2004-11-02spacingTheo de Raadt
2004-11-02added new commands to ifconfig used by net80211 interfaces:Reyk Floeter
2004-11-02delint gunk approved by otto a while backTheo de Raadt
2004-11-01much to my surprise a minute has only 60 seconds, and the hour 60 minutes,Henning Brauer
2004-10-27It is no longer necessary to check ioctls SIOCGRADIO and SIOCGTABLE0Damien Bergamini
2004-10-27- Remove unused variables declarationsDamien Bergamini
2004-10-25broke parsing, oops, noted by jsgTheo de Raadt
2004-10-25typo, from Nathan RickerbyOtto Moerbeek
2004-10-24unify device selectionTheo de Raadt
2004-10-22sparc does not have pci or cardbus, but sgi doesTheo de Raadt
2004-10-20bit of roto-tillingTheo de Raadt
2004-10-20make more like wicontrol for argument parsingTheo de Raadt
2004-10-20fix potential memleaks & small cleanup. found by patrick latifi, thanks!Hans-Joerg Hoexer
2004-10-20support for Intel 2100/2200BG/2915ABG wireless devices written byTheo de Raadt
2004-10-14avoid collision of variable "err" with err()Jared Yanovich
2004-10-14Do not generate either a too large super block or a negative numberOtto Moerbeek
2004-10-13print the expire route metric as signed; ok deraadt claudioJared Yanovich
2004-10-11enable mount_ntfs on amd64, ok miod@ millert@Anil Madhavapeddy
2004-10-11ifgroups reqriteHenning Brauer
2004-10-08it's kbd(8) not kbd(1)Jared Yanovich
2004-10-08Use LINE_MAX, not _POSIX2_LINE_MAX. OK miod@Todd C. Miller
2004-10-08pull in some changes from libc arc4random (only relevant for non-OpenBSDHans-Joerg Hoexer
2004-10-08fix an overflow in the encoding/variant parsing. ok miod henningJared Yanovich
2004-10-08Don't increment beyond end of message.Hakan Olsson
2004-10-04Allow one more char for fstype, to avoid truncation of ISO9660 fstype.Otto Moerbeek
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@Jonathan Gray
2004-09-30print invalid hostmask when refusing it, ok deraadt@Daniel Hartmeier
2004-09-30remove stray const, noted by david@Otto Moerbeek
2004-09-29Note that the spanning tree protocol is disabled by default on interfacesRyan Thomas McBride
2004-09-28Tidy disklabel output for todays big disks. Based on a diff from fOtto Moerbeek
2004-09-27anchor rules referencing anchors using slashes may need quotes.Jared Yanovich
2004-09-27make usage() fatal, use err/warn, and minor knfJared Yanovich
2004-09-26fix printf's for route metrics. ok henningJared Yanovich
2004-09-26capitalize ESP and AHJared Yanovich
2004-09-25tidy usage; ok ho hshoexerJared Yanovich
2004-09-24simplify some parts, little more warn() fixing. ok henningJared Yanovich
2004-09-24Don't process NAT-T keepalives. Noted by Kamel Messaoudi. hshoexer@ okHakan Olsson
2004-09-24kill homegrown quit(); use err()/errx() insteadJared Yanovich
2004-09-24kill osi and mask, ok henningJared Yanovich
2004-09-23grammar/punctuation fixesJared Yanovich
2004-09-23properly check read() and write() return values.Henning Brauer
2004-09-22remove -S, -src, -srcmask, and other source routing stuff. ok henningJared Yanovich
2004-09-21Implement "no scrub" to allow exclusion of specific traffic from scrub rules.Aaron Campbell
2004-09-21spelling fixes; ok jmc@ henning@David Krause
2004-09-21print route labels in monitor mode. ok henningJared Yanovich
2004-09-20compile cleanly with -Wsign-compareHans-Joerg Hoexer
2004-09-20Remove __func__Hans-Joerg Hoexer
2004-09-18remove unused var, and then fix the code to watch for waitpid() errorsTheo de Raadt
2004-09-18some delinting; ok ottoTheo de Raadt