Go to file
dyoung 1b19913947 A few fixes affecting user control of the transmit/receive antenna,
and antenna diversity:

Check the hardware capabilities---transmit power control (TPC),
antenna diversity---before setting up the sysctls that control
those capabilities.  Previously, the TPC and ant. diversity sysctls
were not setup because ath_sysctlattach was called before sc_hastpc
and sc_hasdiversity were initialized, so users could not view/control
antenna diversity or TPC settings, even on hardware with those
capabilities.

Obey the user's transmit-antenna selection even when sending IBSS
beacons on hardware with VEOL capability; for all other hardware/modes,
only switch transmit antennas after every four beacons if the user
has not selected a transmit antenna---i.e., they chose antenna 1
or 2 instead of 0 ("auto").
2005-07-27 21:22:57 +00:00
bin More minor cleanup: 2005-07-22 14:27:08 +00:00
crypto Move a variable declaration to the variable declaration section of 2005-07-14 11:26:57 +00:00
dist Apply fixes so that this builds with WARNS=3. 2005-07-13 15:25:29 +00:00
distrib Added /usr/share/wscons/keymaps/mkbd.pt.iso8859-2. 2005-07-25 19:58:32 +00:00
doc Add vndcompress(1) and vnduncompress(1) to transform filesystem/disk 2005-07-25 12:19:36 +00:00
etc Improve on the migration bit. Check if files are different, and if not, 2005-07-17 21:28:45 +00:00
games Comment from Al. 2005-07-23 08:01:38 +00:00
gnu Only define HAVE_STDBOOL_H if we are using __GNUC__ >= 3. 2005-07-17 09:22:03 +00:00
include Add log2f 2005-07-21 12:56:29 +00:00
lib Make sure that werase() always marks the window as dirty. This fixes a 2005-07-27 20:17:42 +00:00
libexec Support immediate PLT binding on m68k. Tested on NetBSD/sun3 using the new 2005-07-26 15:43:34 +00:00
regress 10 seconds is more than enough time to wait. 2005-07-27 00:02:14 +00:00
rescue add scan_ffs and veriexecctl to /rescue 2005-06-18 06:59:23 +00:00
sbin Sort options. Various other fixes. 2005-07-24 21:07:52 +00:00
share Added Portuguese keymap for MAPLE keyboards, found on SEGA Dreamcast. 2005-07-25 19:57:30 +00:00
sys A few fixes affecting user control of the transmit/receive antenna, 2005-07-27 21:22:57 +00:00
tools Fix the toolification of disklabel by using the nbinclude namespace 2005-06-22 21:35:28 +00:00
usr.bin The return type from getopt(3) is int, not char. Besides, char is 2005-07-27 09:29:02 +00:00
usr.sbin Patches from Liam Foy: 2005-07-27 19:09:21 +00:00
x11 fontconfig depends on expat - so insert a .WAIT for parallel builds. 2005-07-22 08:47:20 +00:00
build.sh Remove support for build.sh -m xen, this has been merged in the i386 2005-05-29 10:54:40 +00:00
BUILDING
Makefile
Makefile.inc
UPDATING It's genassym(1) not genassym(8), and it's in /usr/bin not /usr/sbin. 2005-07-01 09:55:37 +00:00