aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/raycontrol
Commit message (Collapse)AuthorAgeFilesLines
* update for 802.11 supportSam Leffler2003-06-281-1/+2
| | | | Notes: svn path=/head/; revision=116954
* Don't dereference a NULL pointer when we don't have a ':' in theWarner Losh2003-04-201-0/+2
| | | | | | | | | | optarg of the -W option. Instead, do the next best thing and give a usage message. Reported by: kris Notes: svn path=/head/; revision=113738
* Replace the remaining strcpy() instances with strlcpy(), fixing a segfaultPeter Pentchev2002-12-021-8/+6
| | | | | | | | | | | when parsing a malformed command-line parameter. Rearrange a risky usage of sprintf() in a loop. Reported by: phrail@division7.us via the vuln-dev mailing list Approved by: re (rwatson) Notes: svn path=/head/; revision=107527
* The .Nm utilityPhilippe Charnier2002-07-141-9/+9
| | | | Notes: svn path=/head/; revision=99968
* Whack this code with the Blessed Wand of Stack Protection.Kris Kennaway2001-08-081-1/+1
| | | | | | | MFC After: 1 week Notes: svn path=/head/; revision=81312
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-1/+2
| | | | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. Notes: svn path=/head/; revision=80029
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79537
* Off by one in counting the number of MIB entries.Duncan Barclay2001-05-031-1/+1
| | | | Notes: svn path=/head/; revision=76252
* mdoc(7) police: removed hard sentence breaks.Ruslan Ermilov2001-04-041-5/+10
| | | | Notes: svn path=/head/; revision=75168
* Fix some minor nits:Ben Smithurst2001-03-291-6/+6
| | | | | | | | | | | | IEEE802.11 -> IEEE 802.11 (infrastructure) mode. -> (infrastructure mode). place of ".". PR: 25985 Submitted by: SUZUKI Koichi <metal@vc-net.ne.jp> Notes: svn path=/head/; revision=74968
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-3/+0
| | | | Notes: svn path=/head/; revision=74532
* replace the custom type of comments (``'\"'') with the standard one (``.\" '').Duncan Barclay2001-03-071-33/+30
| | | | | | | | | remove the duplicate $FreeBSD$ tag. Submitted by: ru Notes: svn path=/head/; revision=73951
* mdoc(7) police: Change -filled displays (which just happenRuslan Ermilov2001-02-071-6/+2
| | | | | | | | | to be the same as -ragged in the current implementation) to -ragged. With mdocNG, -filled displays produce the correct output, formatted and justified to both margins. Notes: svn path=/head/; revision=72126
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
| | | | Notes: svn path=/head/; revision=70015
* mdoc(7) police: do not split author names in the AUTHORS section.Ruslan Ermilov2000-11-221-6/+5
| | | | Notes: svn path=/head/; revision=69027
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-14/+14
| | | | Notes: svn path=/head/; revision=68965
* Control program for raylan cards.Warner Losh2000-11-123-0/+807
This is based on wicontrol. Duncan updated it for raylan. I've updated this to the latest wicontrol. In addition, to make it kinda compatible with ifconfig, you can give the interface name w/o the -i. Submitted by: duncan barclay Notes: svn path=/head/; revision=68648