Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-30 | deploy .An -nosplit; ok jmc | Jared Yanovich | |
2004-10-24 | unify device selection | Theo de Raadt | |
2004-08-24 | spelling corrections; ok jmc@ | David Krause | |
2004-08-19 | - sort options and sync usage() | Jason McIntyre | |
- a few other tweaks ok mickey@ | |||
2004-08-19 | document -QZ options; pt out by david hill | Michael Shalayeff | |
2004-08-17 | missing inet_ntoa proto and fix an error it uncovers; form Moritz Jodeit ↵ | Michael Shalayeff | |
<moritz@jodeit.org> | |||
2004-08-06 | build on hppa | Michael Shalayeff | |
2004-08-05 | better signal cache printf | Michael Shalayeff | |
2004-07-15 | fix for setting antena diversity; from Brian Falk <falk@seas.upenn.edu> | Michael Shalayeff | |
2004-05-13 | fields are unsigned -- printf 'em accordingly; from David Hill <davidh@wmis.net> | Michael Shalayeff | |
2004-04-15 | typos from Jared Yanovich; | Jason McIntyre | |
2004-04-09 | typos; ok jmc@. | Xavier Santolaria | |
2004-01-29 | cats will have these | Theo de Raadt | |
2004-01-28 | Repair build links for pegosos, and also build for amd64 | Theo de Raadt | |
2004-01-11 | -DANCACHE belongs to CPPFLAGS, not CFLAGS. | Alexander Yurchenko | |
ok millert@ | |||
2003-06-11 | ansification | Theo de Raadt | |
2003-06-03 | - section reorder | Jason McIntyre | |
- some mdoc fixes | |||
2003-01-29 | typos; | Jason McIntyre | |
many tweaks by millert@ (thanks) thanks mpech@ for help with adduser(8) ok millert@ | |||
2002-11-09 | second round to SEE ALSO fixes. | Federico G. Schwindt | |
2002-11-09 | SEE ALSO reordering and corrections. | Federico G. Schwindt | |
2002-06-09 | rm trailing whitespace | Todd T. Fries | |
2002-06-06 | print normalized signal strength; from Gabriel Kihlman <gk@univits.se> | Michael Shalayeff | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-12-13 | o) start new sentence on a new line; | Mike Pechkin | |
o) wrap long lines; o) fix bogus .Xr usage; o) we don't like blank lines; o) always close .Bl tags; o) OpenBSD -> .Ox; o) don't like .Pp before .Ss; millert@ ok; | |||
2001-09-29 | alright, do not print quality and noise for cache; pr#2063 | Michael Shalayeff | |
2001-09-01 | Changes to build platform specific files properly with the powerpc -> macppc | Dale Rahn | |
port rename. This adds support for some of these to mvmeppc when it becomes MACHINE_ARCH=powerpc, as MACHINE_ARCH is tested in some instances. ancontrol and wicontrol are MACHINE_ARCH changes. | |||
2001-08-23 | recieve -> receive | Aaron Campbell | |
2001-08-08 | Typo: remove space before period. Spotted by Brian J. Kifiak <bk@rt.fm>. | Heikki Korpela | |
millert@ ok | |||
2001-07-02 | No, do NOT build them on everything | Theo de Raadt | |
2001-06-23 | make this on everything | Michael Shalayeff | |
2001-06-04 | return from main() don't exit | Michael Shalayeff | |
2001-05-02 | T doesnt take an arg | Eric Jackson | |
2001-04-30 | Assure that we always close the socket, and that the default behavior | Eric Jackson | |
is always chosen. Cleanup the documentation and add a security section about WEP taken from FreeBSD. | |||
2001-04-16 | check for 'i' before the getopt. (idea from freebsd) | Eric Jackson | |
this allows us to call the functions directly from the switch, which lets us now put all options on ONE command line, instead of separating them out into several command's. ok tholo@, deraadt@ | |||
2001-04-16 | We default to infrastructure mode now; say so in the man page instead of | Thorsten Lockert | |
claiming we do ad-hoc by default. ok ericj@ | |||
2001-04-16 | much more cleanup. | Eric Jackson | |
- Only create the socket for ioctl()'s once. - get rid of gratuitous argument passing - treat an_dump* function different than the regular options - fix the -T option, it doesnt take an arguement. deraadt@, tholo@ ok | |||
2001-04-16 | Actually permit setting the transmit key in WEP mode; from Kurt Miller. | Thorsten Lockert | |
Correctly display number and order of WEP keys; from Kurt Miller. Fixes part of PR 1754; ok deraadt@ | |||
2001-04-15 | start some cleanup to ancontrol | Eric Jackson | |
- alphabetize the argument list - get rid of unused vars deraadt@ ok | |||
2001-04-13 | typo. ok deraadt@ | Jakob Schlyter | |
2001-02-27 | Match reality | Thorsten Lockert | |
2001-02-26 | Allow configuration of WEP. From FreeBSD; ok aaron@ | Thorsten Lockert | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-10-13 | The -i flags was being ignored, this breaks backwards compatibility | Chris Cappuccio | |
ok deraadt@ | |||
2000-08-17 | make interface optional, and provide a good default | Theo de Raadt | |
2000-06-22 | fix a typo by wpaul; using ipv6 tunneled to usenix (thanks itojun!) | Todd T. Fries | |
2000-06-20 | spelling | Aaron Campbell | |
2000-06-18 | Fix more buffer overflows... that's 5 in this one program (so far) | Aaron Campbell | |
2000-06-18 | strcpy() -> strlcpy() | Aaron Campbell | |
2000-05-20 | make this more like our wicontrol(8) | Theo de Raadt | |
2000-05-18 | Prepare to recurse down those directories for all arches, to grab manpages. | Marc Espie | |