Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2005-02-26 | ypu sure get the impression the number of memory leaks in error pathes | 1 | -1/+4 | ||
is infinite... Andrey Matveev <andrushock@korovino.net> spotted a few again! | |||||
2005-02-26 | cosmetic clean-up | 1 | -8/+16 | ||
2005-02-26 | simpler macros; | 1 | -2/+2 | ||
2005-02-26 | document wep; | 1 | -1/+10 | ||
tweaks/ok dlg@ | |||||
2005-02-26 | - underlying file system of /tmp is not relevant here, so do not | 1 | -6/+5 | ||
talk about it; from krw and beck - /tmp is never preserved, so say it; from pval | |||||
2005-02-25 | unlink() control socket in error path. Spotted by Theo. | 1 | -1/+2 | ||
2005-02-25 | add ar5211 | 1 | -13/+10 | ||
2005-02-25 | add support for the atheros ar5211 802.11A/B/g wireless chipset. | 8 | -160/+4104 | ||
ok deraadt@ | |||||
2005-02-25 | - switch to rcsnum_parse() where appropriate | 4 | -14/+9 | ||
- make rcsnum_parse() fail if it encounters an invalid character | |||||
2005-02-25 | exit with an error message if cvs_file_init() fails | 1 | -2/+5 | ||
2005-02-25 | add rcsnum_parse() to simplify the most common case | 2 | -3/+26 | ||
2005-02-25 | document `cvs diff' options; input/ok jmc; ok jfb Joris Vink; | 1 | -4/+68 | ||
2005-02-25 | no more Strncpy or Strncat, ever | 1 | -6/+2 | ||
2005-02-25 | spacing | 5 | -24/+24 | ||
2005-02-25 | update zoltrix entry; pt out by jsg@ | 3 | -6/+6 | ||
2005-02-25 | forgot to remove -P from getopt(). | 1 | -2/+2 | ||
2005-02-25 | Zap -P option. It has never done anything. While there tweak descripton of | 4 | -24/+8 | ||
-N. zap -P ok ho@ | |||||
2005-02-25 | Mention that if a cbq/hfsc queue definition doesn't specify 'bandwidth' | 1 | -3/+4 | ||
that it defauls to 100% of the parent queue. Fix examples to match. ok dhartmei@ | |||||
2005-02-25 | minor white spacing | 1 | -4/+4 | ||
2005-02-25 | Enable re(4) on alpha. | 4 | -4/+16 | ||
2005-02-25 | Correct usage of bus_dma which makes re(4) work on alpha. | 1 | -5/+5 | ||
From NetBSD rtl8169.c -r 1.11 ok pvalchev@ | |||||
2005-02-25 | Add support for software WEP. | 1 | -5/+9 | ||
Pointers from and ok damien@ | |||||
2005-02-25 | sync | 2 | -2/+7 | ||
2005-02-25 | via is integrating s3 video components now..; maxim@chl.chalmers.se | 1 | -1/+2 | ||
2005-02-25 | knf | 4 | -4/+8 | ||
2005-02-25 | add /etc/motd and $HOME/.hushlogin to FILES; | 1 | -1/+15 | ||
from michael knudsen; | |||||
2005-02-25 | big changes. | 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@ | |||||
2005-02-25 | avoid specifying which hash to use; | 1 | -2/+2 | ||
this after some discussion w/ otto; started by pr #4120, from andy isaacson; | |||||
2005-02-25 | document bsd.rd; text from tom; | 1 | -1/+6 | ||
ok nick@ tom@ | |||||
2005-02-25 | This test is only valid on archs that have shared kernel and user address | 1 | -1/+5 | ||
space, as mickey@ pointed out. Enable only for i386 and amd64, since it might give false negatives on other archs. | |||||
2005-02-25 | Be correct in our man pages when talking about NUL termination (that is, | 43 | -108/+108 | ||
termination with '\0') vs. null termination. Input from krw@, jaredy@, jmc@. OK deraadt@ | |||||
2005-02-25 | Fix an obviously incorrect call to memset. '0' and 0 are not the same | 1 | -3/+2 | ||
thing. Input and OK from markus@, ho@, niklas@, deraadt@, hshoexer@ | |||||
2005-02-24 | fixes inspired by netbsd and pointed out by jsg@ | 1 | -4/+11 | ||
- make sure the interface is up before continuing in atu_start - use IFQ_DEQUEUE instead of IF_DEQUEUE | |||||
2005-02-24 | mention more chips, jumbo frames and receive checksum offload. | 1 | -5/+7 | ||
2005-02-24 | Don't use inline assembly for cpuid instruction, it clobbers | 1 | -7/+8 | ||
registers that are used by gcc. Use cpuid() function instead like all others do. Problem noticed by david@. ok tom@ | |||||
2005-02-24 | Workaround for a suspend problem when building on the zaurus. | 1 | -4/+4 | ||
2005-02-24 | another Netgear card. | 3 | -10/+15 | ||
2005-02-24 | another Netgear card. | 1 | -2/+2 | ||
From: Dmitry Bogdan <dsb at eastonline dot ru> | |||||
2005-02-24 | add zoltrix/geniex tv/fm; form jakemsr@ | 1 | -2/+4 | ||
2005-02-24 | support zoltrix tv/fm; from jakemsr@ pr4096 | 4 | -5/+46 | ||
2005-02-24 | add zoltrix vendor and a bktr device; from jakemsr@ | 1 | -1/+5 | ||
2005-02-24 | changes for ccd changes | 1 | -4/+4 | ||
2005-02-24 | fix a buffer-done race that makes mirroring work now; | 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@ | |||||
2005-02-24 | 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 | 1 | -4/+8 | ||
2005-02-24 | add wax@uturn; found on c180 | 1 | -1/+2 | ||
2005-02-24 | Add two missing breaks and suddenly using filter has no strange side effects. | 1 | -1/+3 | ||
Sometimes it is good to look at the rib output of a test box. | |||||
2005-02-24 | Close files after we are done with them; from mpech@ | 1 | -2/+4 | ||
2005-02-24 | Remove the kroute nexthop specific code as there is no need for this in | 3 | -303/+5 | ||
ospfd. While there clean up some other no longer needed stuff. OK norby@ | |||||
2005-02-24 | disable the SA dpd timer on sa_free(). this avoid a race | 2 | -6/+14 | ||
between DPD and initial contact (double free); ok hshoexer | |||||
2005-02-24 | dpd_find_sa: only ready SAs, otherwise DPD will delete SAs owned by | 1 | -2/+2 | ||
an exchange; ok hshoexer |