summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to reflect net install changes.nwhitehorn2011-04-171-12/+44
* Get rid of the "nfscl: consider increasing kern.ipc.maxsockbuf"rmacklem2011-04-171-7/+2
* Fix up some of the sysctls for the experimental NFS client sormacklem2011-04-172-6/+10
* Make dialog's --prgbox option actually work.nwhitehorn2011-04-171-7/+6
* Update dialog to version 1.1-20110302.nwhitehorn2011-04-1799-2873/+5185
|\
| * Update dialog to 20110302 version.nwhitehorn2011-04-1798-2868/+5179
| * Vendor import of dialog-1.1-20100428.nwhitehorn2011-01-13282-0/+61165
* Make in_proto.c dependent on either inet or inet6.bz2011-04-172-1/+10
* Fix error where error variable was assigned result of comparison,glebius2011-04-171-1/+1
* Remove hast_proto_recv(). It was used only in one place, wheretrociny2011-04-173-21/+1
* Fix IPv6 ND. After r219562 we in nd6_ns_input() were erroneously alwaysbz2011-04-171-2/+2
* Allow using CMSG_NXTHDR with -Wcast-align.jilles2011-04-171-1/+1
* Cleanup some left-over empty directories in contrib/llvm.dim2011-04-170-0/+0
* ktrace: Log the code for all signals (PSIG events).jilles2011-04-171-2/+2
* Change some defaults in the experimental NFS client to be thermacklem2011-04-172-4/+21
* Mark the PHY as inactive before the chip is reset.adrian2011-04-171-0/+9
* If we can retrieve interface address sleep for one second and try again.sobomax2011-04-171-9/+29
* Fix readdirplus in the experimental NFS client so that itrmacklem2011-04-171-1/+22
* Add a lktype flags argument to nfscl_nget() and ncl_nget() in thermacklem2011-04-167-20/+25
* Add mutex locking on the nfs node in ncl_inactive() for thermacklem2011-04-161-0/+4
* Remove malloc(9) return value checks when M_WAITOK is used.dchagin2011-04-162-44/+0
* Add some new features:bschmidt2011-04-163-3/+69
* Bring over the HAL/OPS changes, instead of two const structs it is nowbschmidt2011-04-162-166/+160
* Read RX/TX chainmasks directly of the EEPROM. Some chips are known tobschmidt2011-04-161-14/+8
* Just a whitespace sync, some more style(9) conform then others.bschmidt2011-04-163-225/+158
* Sync comments with OpenBSD.bschmidt2011-04-162-37/+38
* Sync debug and error messages with OpenBSD.bschmidt2011-04-161-84/+65
* Shuffle code around a bit. Mostly to group functional connected things,bschmidt2011-04-162-306/+301
* Don't do Kite antenna switch selection this way (for now); antennaadrian2011-04-161-26/+3
* Rename some stuff in favour of the OpenBSD names:bschmidt2011-04-161-26/+26
* Fix WME/QoS handling:bschmidt2011-04-161-27/+43
* Remove if_ierrors which do not necessarily indicate a RX error, alsobschmidt2011-04-161-3/+2
* Disable classic-style fast diversity on the AR5416 and later.adrian2011-04-161-0/+2
* Instead of hardcoding TX rates and using that to fill the retry tablebschmidt2011-04-162-85/+70
* Remove some duplicate code from the AR9285 TX power configuration path.adrian2011-04-163-58/+5
* Remove missing include directory in preparation for addingbrucec2011-04-161-1/+1
* Replace RX/TX ring allocation error messages with something more sanebschmidt2011-04-161-22/+14
* Prevent double-free, also use the same error codes as OpenBSD.bschmidt2011-04-161-3/+2
* Add missing bus_dmamap_sync calls as well as remove two duplicate ones.bschmidt2011-04-161-4/+8
* Unify TX/RX ring allocation, finish the descriptior DMA stuff beforebschmidt2011-04-161-9/+10
* Make sure to destroy all DMA tags and maps.bschmidt2011-04-161-7/+19
* Rewrite DMA segment handling to be more inline with the OpenBSD code.bschmidt2011-04-161-46/+62
* scratch_paddr has the same address pre-assigned, use that instead.bschmidt2011-04-161-4/+2
* In case a new mbuf can't be loaded, reuse the old one.bschmidt2011-04-161-0/+12
* OpenBSD uses IWN_RBUF_SIZE not MJUMPAGESIZE for the RX path, also replacebschmidt2011-04-161-12/+10
* Remove the flags argument of iwn_dma_contig_alloc(), it is always setbschmidt2011-04-161-23/+21
* Move a comment to the right place. The rearrange done in r208928 leftjh2011-04-161-4/+3
* RSSI related syncs with the OpenBSD code:bschmidt2011-04-161-17/+11
* Pass errors that might happen during state transitions up to net80211.bschmidt2011-04-161-3/+11
* Obtain the channel number directly from the laster RXON command, alsobschmidt2011-04-161-5/+4
OpenPOWER on IntegriCloud