summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix a problem introduced with the recent lru cache change.jsg2005-02-261-2/+3
| | | | | Check that we actually have a node before trying to release it. This was causing a panic when playing with IBSS. ok reyk@
* ypu sure get the impression the number of memory leaks in error patheshenning2005-02-261-1/+4
| | | | is infinite... Andrey Matveev <andrushock@korovino.net> spotted a few again!
* cosmetic clean-upespie2005-02-261-8/+16
|
* simpler macros;jmc2005-02-261-2/+2
|
* document wep;jmc2005-02-261-1/+10
| | | | tweaks/ok dlg@
* - underlying file system of /tmp is not relevant here, so do notjmc2005-02-261-6/+5
| | | | | talk about it; from krw and beck - /tmp is never preserved, so say it; from pval
* unlink() control socket in error path. Spotted by Theo.claudio2005-02-251-1/+2
|
* add ar5211reyk2005-02-251-13/+10
|
* add support for the atheros ar5211 802.11A/B/g wireless chipset.reyk2005-02-258-160/+4104
| | | | ok deraadt@
* - switch to rcsnum_parse() where appropriatejfb2005-02-254-14/+9
| | | | - make rcsnum_parse() fail if it encounters an invalid character
* exit with an error message if cvs_file_init() failsjfb2005-02-251-2/+5
|
* add rcsnum_parse() to simplify the most common casejfb2005-02-252-3/+26
|
* document `cvs diff' options; input/ok jmc; ok jfb Joris Vink;xsa2005-02-251-4/+68
|
* no more Strncpy or Strncat, everderaadt2005-02-251-6/+2
|
* spacingderaadt2005-02-255-24/+24
|
* update zoltrix entry; pt out by jsg@mickey2005-02-253-6/+6
|
* forgot to remove -P from getopt().hshoexer2005-02-251-2/+2
|
* Zap -P option. It has never done anything. While there tweak descripton ofhshoexer2005-02-254-24/+8
| | | | | | -N. zap -P ok ho@
* Mention that if a cbq/hfsc queue definition doesn't specify 'bandwidth'joel2005-02-251-3/+4
| | | | | | that it defauls to 100% of the parent queue. Fix examples to match. ok dhartmei@
* minor white spacingderaadt2005-02-251-4/+4
|
* Enable re(4) on alpha.jsg2005-02-254-4/+16
|
* Correct usage of bus_dma which makes re(4) work on alpha.jsg2005-02-251-5/+5
| | | | | | From NetBSD rtl8169.c -r 1.11 ok pvalchev@
* Add support for software WEP.jsg2005-02-251-5/+9
| | | | Pointers from and ok damien@
* syncderaadt2005-02-252-2/+7
|
* via is integrating s3 video components now..; maxim@chl.chalmers.sederaadt2005-02-251-1/+2
|
* knfderaadt2005-02-254-4/+8
|
* add /etc/motd and $HOME/.hushlogin to FILES;jmc2005-02-251-1/+15
| | | | from michael knudsen;
* big changes.dlg2005-02-251-75/+139
| | | | | | | | | | | | | - capitalise the chipset names since thats what the manufacturer uses. - lowercase b in 802.11b because thats what ieee uses. - dont lie about supporting hostap and adhoc demo modes. - better descriptions of what the hardware can do, especially the operating modes. - replace the ifconfig examples with real documentation what options are used to configure operation of the interface - list caveats lots and lots of help from and ok jmc@
* avoid specifying which hash to use;jmc2005-02-251-2/+2
| | | | | | this after some discussion w/ otto; started by pr #4120, from andy isaacson;
* document bsd.rd; text from tom;jmc2005-02-251-1/+6
| | | | ok nick@ tom@
* This test is only valid on archs that have shared kernel and user addressotto2005-02-251-1/+5
| | | | | space, as mickey@ pointed out. Enable only for i386 and amd64, since it might give false negatives on other archs.
* Be correct in our man pages when talking about NUL termination (that is,cloder2005-02-2543-108/+108
| | | | | termination with '\0') vs. null termination. Input from krw@, jaredy@, jmc@. OK deraadt@
* Fix an obviously incorrect call to memset. '0' and 0 are not the samecloder2005-02-251-3/+2
| | | | thing. Input and OK from markus@, ho@, niklas@, deraadt@, hshoexer@
* fixes inspired by netbsd and pointed out by jsg@dlg2005-02-241-4/+11
| | | | | - make sure the interface is up before continuing in atu_start - use IFQ_DEQUEUE instead of IF_DEQUEUE
* mention more chips, jumbo frames and receive checksum offload.brad2005-02-241-5/+7
|
* Don't use inline assembly for cpuid instruction, it clobbersgrange2005-02-241-7/+8
| | | | | | | | registers that are used by gcc. Use cpuid() function instead like all others do. Problem noticed by david@. ok tom@
* Workaround for a suspend problem when building on the zaurus.drahn2005-02-241-4/+4
|
* another Netgear card.brad2005-02-243-10/+15
|
* another Netgear card.brad2005-02-241-2/+2
| | | | From: Dmitry Bogdan <dsb at eastonline dot ru>
* add zoltrix/geniex tv/fm; form jakemsr@mickey2005-02-241-2/+4
|
* support zoltrix tv/fm; from jakemsr@ pr4096mickey2005-02-244-5/+46
|
* add zoltrix vendor and a bktr device; from jakemsr@mickey2005-02-241-1/+5
|
* changes for ccd changesmickey2005-02-241-4/+4
|
* fix a buffer-done race that makes mirroring work now;mickey2005-02-242-132/+155
| | | | | | use pool instead of malloc/free and this fixes new buffer mode; implement DIOCGPDINFO for disklabel -d; tested by henning@ millert@ fries@
* do not even ask for btlb on 8k cpus as pdc pretends there is some but then it does not work; found w/ Moritz Kiese <mbk@mytum.de> on c180; add a debug print and fix pcxu entrymickey2005-02-241-4/+8
|
* add wax@uturn; found on c180mickey2005-02-241-1/+2
|
* Add two missing breaks and suddenly using filter has no strange side effects.claudio2005-02-241-1/+3
| | | | Sometimes it is good to look at the rib output of a test box.
* Close files after we are done with them; from mpech@millert2005-02-241-2/+4
|
* Remove the kroute nexthop specific code as there is no need for this inclaudio2005-02-243-303/+5
| | | | | ospfd. While there clean up some other no longer needed stuff. OK norby@
* disable the SA dpd timer on sa_free(). this avoid a racemarkus2005-02-242-6/+14
| | | | between DPD and initial contact (double free); ok hshoexer