summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
2004-11-02spacingTheo de Raadt
2004-11-02added new commands to ifconfig used by net80211 interfaces:Reyk Floeter
mode (set mode for multi-mode interfaces) and chan (set the radio channel). some additional output will be printed by "ifconfig -m". ok deraadt@ millert@ damien@
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
not 70 :( From: Jorden Verwer <J.Verwer@inter.NL.net>
2004-10-27It is no longer necessary to check ioctls SIOCGRADIO and SIOCGTABLE0Damien Bergamini
against ENOTTY because iwi can now report statistics and radio transmitter state at any time
2004-10-27- Remove unused variables declarationsDamien Bergamini
- It is no longer necessary to check ioctls SIOCGRADIO and SIOCGTABLE1 against ENOTTY because ipw can now report statistics and radio transmitter state at any time
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
ok ho
2004-10-20support for Intel 2100/2200BG/2915ABG wireless devices written byTheo de Raadt
damien.bergamini@free.fr. This gets imported even though there is no firmware in the tree. This is a ridiculous situation: everything is free, everything works, except Intel will not let us put a little dinky firmware flat file into OpenBSD. So OpenBSD is ready for Intel whenever they are. Are you a consumer? Do you want to see this changed -- contact jketreno@linux.intel.com and tell him how you feel about this. He is likely someone who cannot do anything about it, though. If anyone can work up or down the chain around his department and get me contact information for various people, I will compile and later publish such a list. Go do it people -- this is how things will change. Get me email addresses and phone numbers.
2004-10-14avoid collision of variable "err" with err()Jared Yanovich
use errx() after strlcpy if out of space style nits/knf ok henning hshoexer
2004-10-14Do not generate either a too large super block or a negative numberOtto Moerbeek
of inodes per cylinder group for large block or fragment sizes. This allows for creation of filesystems with any legal block/fragment size combination. ok tedu@.
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
there is now a TAILQ with all interface groups as members, and in struct ofnet there is only a pointer to the group structure stored and not its name. mostly hacked at c2k4 and somewhere over the atlantic ocean ok markus mcbride
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
systems): ansify, discard first 256 output bytes, make key schedule more arc4 stream ciper like. ok djm ho
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
spotted by and ok krw@
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
added to the bridge. From Benjamin Ewy <bewy@pneservices.com>
2004-09-28Tidy disklabel output for todays big disks. Based on a diff from fOtto Moerbeek
at obiit dot org in PR 3847. ok tedu@ deraadt@ millert@
2004-09-27anchor rules referencing anchors using slashes may need quotes.Jared Yanovich
ok mcbride henning
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
use macros (or more correct macros) for commands/modifiers show full syntax of modifiers ok jmc
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
make other error messages consistent sync usage ok henning
2004-09-24kill osi and mask, ok henningJared Yanovich
2004-09-23grammar/punctuation fixesJared Yanovich
expand some acronyms shorten sysctl list display other minor consistency fixes add a few .Pp's for readability a few macro fixes indent examples ok and help jmc
2004-09-23properly check read() and write() return values.Henning Brauer
one instance found by jaredy, causes issues with route -t monitor ok jaredy hshoexer mickey fgs
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
First match wins, just like "no {binat,nat,rdr}". henning@, dhartmei@ ok
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
ok ho
2004-09-20Remove __func__Hans-Joerg Hoexer
ok ho deraadt
2004-09-18remove unused var, and then fix the code to watch for waitpid() errorsTheo de Raadt
ok otto millert
2004-09-18some delinting; ok ottoTheo de Raadt
2004-09-17avoid signal race.Hans-Joerg Hoexer
ok ho@ otto@