summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-02-27spelling fixDavid Krause
2005-02-27capitalize OpenBSDDavid Krause
2005-02-27the theDavid Krause
2005-02-27SPF and route table calculation.Esben Norby
Calculate Shortest Path Tree for each area known in the link state database. The Shortest Path Tree is used as input for route table calculation. Route tabled is calculated and the result is inserted into the kernel route table. ok claudio@
2005-02-27regenBrad Smith
2005-02-27MF -> MTBrad Smith
2005-02-27If test_unit_ready() in sdattach() returns EIO, try to spin up unitKenneth R Westerback
exactly as is done in sdopen(). This improves the chances of getting valid geometry/size and avoiding 'drive offline' errors, without subjecting the device to anything it won't see anyway. No impact on devices that already work. Fixes problem with Jim Rees' Hitachi DK23DA in an Archos Multimedia Jukebox. Without adding quirks! Tested by Jim Rees. ok marco@.
2005-02-27Many improvements to the RCS support:Jean-Francois Brousseau
- make it possible to specify creation and the file mode in rcs_open() - implicitly write the contents to disk on rcs_close() if the RCS handle has been changed - fix a bug in the output of the `expand' keyword - add functions to retrieve and modify the expansion mode - rcs_parse() shouldn't be available to the outside - empty string instead of `(null)' if there is no description ok Joris
2005-02-27specify directionBrad Smith
2005-02-26receive onlyBrad Smith
2005-02-26nge(4) doesn't support VLAN tagging/insertion just yet.Brad Smith
2005-02-26spelling fixesDavid Krause
2005-02-26fix {send,recv}data so they don't add -1 to pos in theMoritz Jodeit
EINTR/EAGAIN case as found by otto@. also make them more quiet as requested by deraadt@. ok millert@ otto@ henning@
2005-02-26Fix a problem introduced with the recent lru cache change.Jonathan Gray
Check that we actually have a node before trying to release it. This was causing a panic when playing with IBSS. ok reyk@
2005-02-26ypu sure get the impression the number of memory leaks in error pathesHenning Brauer
is infinite... Andrey Matveev <andrushock@korovino.net> spotted a few again!
2005-02-26cosmetic clean-upMarc Espie
2005-02-26simpler macros;Jason McIntyre
2005-02-26document wep;Jason McIntyre
tweaks/ok dlg@
2005-02-26- underlying file system of /tmp is not relevant here, so do notJason McIntyre
talk about it; from krw and beck - /tmp is never preserved, so say it; from pval
2005-02-25unlink() control socket in error path. Spotted by Theo.Claudio Jeker
2005-02-25add ar5211Reyk Floeter
2005-02-25add support for the atheros ar5211 802.11A/B/g wireless chipset.Reyk Floeter
ok deraadt@
2005-02-25- switch to rcsnum_parse() where appropriateJean-Francois Brousseau
- make rcsnum_parse() fail if it encounters an invalid character
2005-02-25exit with an error message if cvs_file_init() failsJean-Francois Brousseau
2005-02-25add rcsnum_parse() to simplify the most common caseJean-Francois Brousseau
2005-02-25document `cvs diff' options; input/ok jmc; ok jfb Joris Vink;Xavier Santolaria
2005-02-25no more Strncpy or Strncat, everTheo de Raadt
2005-02-25spacingTheo de Raadt
2005-02-25update zoltrix entry; pt out by jsg@Michael Shalayeff
2005-02-25forgot to remove -P from getopt().Hans-Joerg Hoexer
2005-02-25Zap -P option. It has never done anything. While there tweak descripton ofHans-Joerg Hoexer
-N. zap -P ok ho@
2005-02-25Mention that if a cbq/hfsc queue definition doesn't specify 'bandwidth'Joel Knight
that it defauls to 100% of the parent queue. Fix examples to match. ok dhartmei@
2005-02-25minor white spacingTheo de Raadt
2005-02-25Enable re(4) on alpha.Jonathan Gray
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