Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a problem introduced with the recent lru cache change. | 2005-02-26 | 1 | -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 pathes | 2005-02-26 | 1 | -1/+4 | |
| | | | | is infinite... Andrey Matveev <andrushock@korovino.net> spotted a few again! | ||||
* | cosmetic clean-up | 2005-02-26 | 1 | -8/+16 | |
| | |||||
* | simpler macros; | 2005-02-26 | 1 | -2/+2 | |
| | |||||
* | document wep; | 2005-02-26 | 1 | -1/+10 | |
| | | | | tweaks/ok dlg@ | ||||
* | - underlying file system of /tmp is not relevant here, so do not | 2005-02-26 | 1 | -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. | 2005-02-25 | 1 | -1/+2 | |
| | |||||
* | add ar5211 | 2005-02-25 | 1 | -13/+10 | |
| | |||||
* | add support for the atheros ar5211 802.11A/B/g wireless chipset. | 2005-02-25 | 8 | -160/+4104 | |
| | | | | ok deraadt@ | ||||
* | - switch to rcsnum_parse() where appropriate | 2005-02-25 | 4 | -14/+9 | |
| | | | | - make rcsnum_parse() fail if it encounters an invalid character | ||||
* | exit with an error message if cvs_file_init() fails | 2005-02-25 | 1 | -2/+5 | |
| | |||||
* | add rcsnum_parse() to simplify the most common case | 2005-02-25 | 2 | -3/+26 | |
| | |||||
* | document `cvs diff' options; input/ok jmc; ok jfb Joris Vink; | 2005-02-25 | 1 | -4/+68 | |
| | |||||
* | no more Strncpy or Strncat, ever | 2005-02-25 | 1 | -6/+2 | |
| | |||||
* | spacing | 2005-02-25 | 5 | -24/+24 | |
| | |||||
* | update zoltrix entry; pt out by jsg@ | 2005-02-25 | 3 | -6/+6 | |
| | |||||
* | forgot to remove -P from getopt(). | 2005-02-25 | 1 | -2/+2 | |
| | |||||
* | Zap -P option. It has never done anything. While there tweak descripton of | 2005-02-25 | 4 | -24/+8 | |
| | | | | | | -N. zap -P ok ho@ | ||||
* | Mention that if a cbq/hfsc queue definition doesn't specify 'bandwidth' | 2005-02-25 | 1 | -3/+4 | |
| | | | | | | that it defauls to 100% of the parent queue. Fix examples to match. ok dhartmei@ | ||||
* | minor white spacing | 2005-02-25 | 1 | -4/+4 | |
| | |||||
* | Enable re(4) on alpha. | 2005-02-25 | 4 | -4/+16 | |
| | |||||
* | Correct usage of bus_dma which makes re(4) work on alpha. | 2005-02-25 | 1 | -5/+5 | |
| | | | | | | From NetBSD rtl8169.c -r 1.11 ok pvalchev@ | ||||
* | Add support for software WEP. | 2005-02-25 | 1 | -5/+9 | |
| | | | | Pointers from and ok damien@ | ||||
* | sync | 2005-02-25 | 2 | -2/+7 | |
| | |||||
* | via is integrating s3 video components now..; maxim@chl.chalmers.se | 2005-02-25 | 1 | -1/+2 | |
| | |||||
* | knf | 2005-02-25 | 4 | -4/+8 | |
| | |||||
* | add /etc/motd and $HOME/.hushlogin to FILES; | 2005-02-25 | 1 | -1/+15 | |
| | | | | from michael knudsen; | ||||
* | big changes. | 2005-02-25 | 1 | -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; | 2005-02-25 | 1 | -2/+2 | |
| | | | | | | this after some discussion w/ otto; started by pr #4120, from andy isaacson; | ||||
* | document bsd.rd; text from tom; | 2005-02-25 | 1 | -1/+6 | |
| | | | | ok nick@ tom@ | ||||
* | This test is only valid on archs that have shared kernel and user address | 2005-02-25 | 1 | -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, | 2005-02-25 | 43 | -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 same | 2005-02-25 | 1 | -3/+2 | |
| | | | | thing. Input and OK from markus@, ho@, niklas@, deraadt@, hshoexer@ | ||||
* | fixes inspired by netbsd and pointed out by jsg@ | 2005-02-24 | 1 | -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. | 2005-02-24 | 1 | -5/+7 | |
| | |||||
* | Don't use inline assembly for cpuid instruction, it clobbers | 2005-02-24 | 1 | -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. | 2005-02-24 | 1 | -4/+4 | |
| | |||||
* | another Netgear card. | 2005-02-24 | 3 | -10/+15 | |
| | |||||
* | another Netgear card. | 2005-02-24 | 1 | -2/+2 | |
| | | | | From: Dmitry Bogdan <dsb at eastonline dot ru> | ||||
* | add zoltrix/geniex tv/fm; form jakemsr@ | 2005-02-24 | 1 | -2/+4 | |
| | |||||
* | support zoltrix tv/fm; from jakemsr@ pr4096 | 2005-02-24 | 4 | -5/+46 | |
| | |||||
* | add zoltrix vendor and a bktr device; from jakemsr@ | 2005-02-24 | 1 | -1/+5 | |
| | |||||
* | changes for ccd changes | 2005-02-24 | 1 | -4/+4 | |
| | |||||
* | fix a buffer-done race that makes mirroring work now; | 2005-02-24 | 2 | -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 entry | 2005-02-24 | 1 | -4/+8 | |
| | |||||
* | add wax@uturn; found on c180 | 2005-02-24 | 1 | -1/+2 | |
| | |||||
* | Add two missing breaks and suddenly using filter has no strange side effects. | 2005-02-24 | 1 | -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@ | 2005-02-24 | 1 | -2/+4 | |
| | |||||
* | Remove the kroute nexthop specific code as there is no need for this in | 2005-02-24 | 3 | -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 race | 2005-02-24 | 2 | -6/+14 | |
| | | | | between DPD and initial contact (double free); ok hshoexer |