summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-02-25Correct usage of bus_dma which makes re(4) work on alpha.Jonathan Gray
From NetBSD rtl8169.c -r 1.11 ok pvalchev@
2005-02-25Add support for software WEP.Jonathan Gray
Pointers from and ok damien@
2005-02-25syncTheo de Raadt
2005-02-25via is integrating s3 video components now..; maxim@chl.chalmers.seTheo de Raadt
2005-02-25knfTheo de Raadt
2005-02-25add /etc/motd and $HOME/.hushlogin to FILES;Jason McIntyre
from michael knudsen;
2005-02-25big changes.David Gwynne
- 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-25avoid specifying which hash to use;Jason McIntyre
this after some discussion w/ otto; started by pr #4120, from andy isaacson;
2005-02-25document bsd.rd; text from tom;Jason McIntyre
ok nick@ tom@
2005-02-25This test is only valid on archs that have shared kernel and user addressOtto Moerbeek
space, as mickey@ pointed out. Enable only for i386 and amd64, since it might give false negatives on other archs.
2005-02-25Be correct in our man pages when talking about NUL termination (that is,Chad Loder
termination with '\0') vs. null termination. Input from krw@, jaredy@, jmc@. OK deraadt@
2005-02-25Fix an obviously incorrect call to memset. '0' and 0 are not the sameChad Loder
thing. Input and OK from markus@, ho@, niklas@, deraadt@, hshoexer@
2005-02-24fixes inspired by netbsd and pointed out by jsg@David Gwynne
- make sure the interface is up before continuing in atu_start - use IFQ_DEQUEUE instead of IF_DEQUEUE
2005-02-24mention more chips, jumbo frames and receive checksum offload.Brad Smith
2005-02-24Don't use inline assembly for cpuid instruction, it clobbersAlexander Yurchenko
registers that are used by gcc. Use cpuid() function instead like all others do. Problem noticed by david@. ok tom@
2005-02-24Workaround for a suspend problem when building on the zaurus.Dale Rahn
2005-02-24another Netgear card.Brad Smith
2005-02-24another Netgear card.Brad Smith
From: Dmitry Bogdan <dsb at eastonline dot ru>
2005-02-24add zoltrix/geniex tv/fm; form jakemsr@Michael Shalayeff
2005-02-24support zoltrix tv/fm; from jakemsr@ pr4096Michael Shalayeff
2005-02-24add zoltrix vendor and a bktr device; from jakemsr@Michael Shalayeff
2005-02-24changes for ccd changesMichael Shalayeff
2005-02-24fix a buffer-done race that makes mirroring work now;Michael Shalayeff
use pool instead of malloc/free and this fixes new buffer mode; implement DIOCGPDINFO for disklabel -d; tested by henning@ millert@ fries@
2005-02-24do not even ask for btlb on 8k cpus as pdc pretends there is some but then ↵Michael Shalayeff
it does not work; found w/ Moritz Kiese <mbk@mytum.de> on c180; add a debug print and fix pcxu entry
2005-02-24add wax@uturn; found on c180Michael Shalayeff
2005-02-24Add two missing breaks and suddenly using filter has no strange side effects.Claudio Jeker
Sometimes it is good to look at the rib output of a test box.
2005-02-24Close files after we are done with them; from mpech@Todd C. Miller
2005-02-24Remove the kroute nexthop specific code as there is no need for this inClaudio Jeker
ospfd. While there clean up some other no longer needed stuff. OK norby@
2005-02-24disable the SA dpd timer on sa_free(). this avoid a raceMarkus Friedl
between DPD and initial contact (double free); ok hshoexer
2005-02-24dpd_find_sa: only ready SAs, otherwise DPD will delete SAs owned byMarkus Friedl
an exchange; ok hshoexer
2005-02-24add carp(4) to SEE ALSO;Jason McIntyre
from freebsd -r1.4;
2005-02-24const correctness, string literals are const char *, no functional changeDaniel Hartmeier
from Joerg Sonnenberger joerg(at)britannica(dot)bec(dot)de
2005-02-24ok, last commit was partly wrong: an(4) uses BSS by default,Jason McIntyre
so adjust the surrounding text accordingly; verified by and ok dlg@
2005-02-24Add -N switch to select port for udpencap. Thus it's possible to run multipleHans-Joerg Hoexer
isakmpds on different ports specified with -p and -N. ok ho@
2005-02-24List some adapters known to work. ok damien@Jonathan Gray
2005-02-24Note the requirement of PCI 2.2 (3.3V signalling) on all PCI ral devicesJonathan Gray
we've come across so far. ok damien@
2005-02-24Store result of snprintf() in a signed type and check it for -1.Jonathan Gray
Do not depend on errno being set for snprintf, use errx() instead of err(). ok otto@, earlier version ok deraadt@ some time ago
2005-02-24remove docompress() completely in case of -DSMALL andMoritz Jodeit
replace it with a better error message. ok millert@ henning@
2005-02-24Add tedu's copy* test, turned into a regress test by me.Otto Moerbeek
2005-02-24fix pr4036, don't set p2->p_cpu to nullTed Unangst
ok deraadt miod markus
2005-02-24Document the 'source-track' stateful tracking option. Heavy influenceJoel Knight
from dhartmei and henning. ok dhartmei@ henning@ jmc@ jaredy@
2005-02-24Never respond to 0-length UDP packets. Reduces, but does not eliminateChad Loder
probability that isakmp service will be detected during port scans. OK hoexer@
2005-02-23use a string format argument instead of nothing in the exampleRobert Nagy
ok otto@
2005-02-23add all supported regulation domains. the forced COUNTRYCODE in ar5xxxReyk Floeter
is now disabled by default to use the value found in EEPROM. ok deraadt@
2005-02-23shrinkDavid Gwynne
ok drahn@
2005-02-23syncTheo de Raadt
2005-02-23palm zire 31; pr 4113, jamesw@bsdhosting.co.zaTheo de Raadt
2005-02-23do not permit a suspend if the lid is closed; uwe okTheo de Raadt
2005-02-23Make no distinction between standby and suspend requests for now.Uwe Stuehler
2005-02-23A healthy dose of 'die static'.Dale Rahn