Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-25 | Correct usage of bus_dma which makes re(4) work on alpha. | Jonathan Gray | |
From NetBSD rtl8169.c -r 1.11 ok pvalchev@ | |||
2005-02-25 | Add support for software WEP. | Jonathan Gray | |
Pointers from and ok damien@ | |||
2005-02-25 | sync | Theo de Raadt | |
2005-02-25 | via is integrating s3 video components now..; maxim@chl.chalmers.se | Theo de Raadt | |
2005-02-25 | knf | Theo de Raadt | |
2005-02-25 | add /etc/motd and $HOME/.hushlogin to FILES; | Jason McIntyre | |
from michael knudsen; | |||
2005-02-25 | big 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-25 | avoid specifying which hash to use; | Jason McIntyre | |
this after some discussion w/ otto; started by pr #4120, from andy isaacson; | |||
2005-02-25 | document bsd.rd; text from tom; | Jason McIntyre | |
ok nick@ tom@ | |||
2005-02-25 | This test is only valid on archs that have shared kernel and user address | Otto Moerbeek | |
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, | Chad Loder | |
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 | Chad Loder | |
thing. Input and OK from markus@, ho@, niklas@, deraadt@, hshoexer@ | |||
2005-02-24 | fixes 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-24 | mention more chips, jumbo frames and receive checksum offload. | Brad Smith | |
2005-02-24 | Don't use inline assembly for cpuid instruction, it clobbers | Alexander Yurchenko | |
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. | Dale Rahn | |
2005-02-24 | another Netgear card. | Brad Smith | |
2005-02-24 | another Netgear card. | Brad Smith | |
From: Dmitry Bogdan <dsb at eastonline dot ru> | |||
2005-02-24 | add zoltrix/geniex tv/fm; form jakemsr@ | Michael Shalayeff | |
2005-02-24 | support zoltrix tv/fm; from jakemsr@ pr4096 | Michael Shalayeff | |
2005-02-24 | add zoltrix vendor and a bktr device; from jakemsr@ | Michael Shalayeff | |
2005-02-24 | changes for ccd changes | Michael Shalayeff | |
2005-02-24 | fix 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-24 | do 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-24 | add wax@uturn; found on c180 | Michael Shalayeff | |
2005-02-24 | Add 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-24 | Close files after we are done with them; from mpech@ | Todd C. Miller | |
2005-02-24 | Remove the kroute nexthop specific code as there is no need for this in | Claudio Jeker | |
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 | Markus Friedl | |
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 | Markus Friedl | |
an exchange; ok hshoexer | |||
2005-02-24 | add carp(4) to SEE ALSO; | Jason McIntyre | |
from freebsd -r1.4; | |||
2005-02-24 | const correctness, string literals are const char *, no functional change | Daniel Hartmeier | |
from Joerg Sonnenberger joerg(at)britannica(dot)bec(dot)de | |||
2005-02-24 | ok, 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-24 | Add -N switch to select port for udpencap. Thus it's possible to run multiple | Hans-Joerg Hoexer | |
isakmpds on different ports specified with -p and -N. ok ho@ | |||
2005-02-24 | List some adapters known to work. ok damien@ | Jonathan Gray | |
2005-02-24 | Note the requirement of PCI 2.2 (3.3V signalling) on all PCI ral devices | Jonathan Gray | |
we've come across so far. ok damien@ | |||
2005-02-24 | Store 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-24 | remove docompress() completely in case of -DSMALL and | Moritz Jodeit | |
replace it with a better error message. ok millert@ henning@ | |||
2005-02-24 | Add tedu's copy* test, turned into a regress test by me. | Otto Moerbeek | |
2005-02-24 | fix pr4036, don't set p2->p_cpu to null | Ted Unangst | |
ok deraadt miod markus | |||
2005-02-24 | Document the 'source-track' stateful tracking option. Heavy influence | Joel Knight | |
from dhartmei and henning. ok dhartmei@ henning@ jmc@ jaredy@ | |||
2005-02-24 | Never respond to 0-length UDP packets. Reduces, but does not eliminate | Chad Loder | |
probability that isakmp service will be detected during port scans. OK hoexer@ | |||
2005-02-23 | use a string format argument instead of nothing in the example | Robert Nagy | |
ok otto@ | |||
2005-02-23 | add all supported regulation domains. the forced COUNTRYCODE in ar5xxx | Reyk Floeter | |
is now disabled by default to use the value found in EEPROM. ok deraadt@ | |||
2005-02-23 | shrink | David Gwynne | |
ok drahn@ | |||
2005-02-23 | sync | Theo de Raadt | |
2005-02-23 | palm zire 31; pr 4113, jamesw@bsdhosting.co.za | Theo de Raadt | |
2005-02-23 | do not permit a suspend if the lid is closed; uwe ok | Theo de Raadt | |
2005-02-23 | Make no distinction between standby and suspend requests for now. | Uwe Stuehler | |
2005-02-23 | A healthy dose of 'die static'. | Dale Rahn | |