Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-27 | spelling fix | David Krause | |
2005-02-27 | capitalize OpenBSD | David Krause | |
2005-02-27 | the the | David Krause | |
2005-02-27 | SPF 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-27 | regen | Brad Smith | |
2005-02-27 | MF -> MT | Brad Smith | |
2005-02-27 | If test_unit_ready() in sdattach() returns EIO, try to spin up unit | Kenneth 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-27 | Many 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-27 | specify direction | Brad Smith | |
2005-02-26 | receive only | Brad Smith | |
2005-02-26 | nge(4) doesn't support VLAN tagging/insertion just yet. | Brad Smith | |
2005-02-26 | spelling fixes | David Krause | |
2005-02-26 | fix {send,recv}data so they don't add -1 to pos in the | Moritz Jodeit | |
EINTR/EAGAIN case as found by otto@. also make them more quiet as requested by deraadt@. ok millert@ otto@ henning@ | |||
2005-02-26 | Fix 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-26 | ypu sure get the impression the number of memory leaks in error pathes | Henning Brauer | |
is infinite... Andrey Matveev <andrushock@korovino.net> spotted a few again! | |||
2005-02-26 | cosmetic clean-up | Marc Espie | |
2005-02-26 | simpler macros; | Jason McIntyre | |
2005-02-26 | document wep; | Jason McIntyre | |
tweaks/ok dlg@ | |||
2005-02-26 | - underlying file system of /tmp is not relevant here, so do not | Jason McIntyre | |
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. | Claudio Jeker | |
2005-02-25 | add ar5211 | Reyk Floeter | |
2005-02-25 | add support for the atheros ar5211 802.11A/B/g wireless chipset. | Reyk Floeter | |
ok deraadt@ | |||
2005-02-25 | - switch to rcsnum_parse() where appropriate | Jean-Francois Brousseau | |
- make rcsnum_parse() fail if it encounters an invalid character | |||
2005-02-25 | exit with an error message if cvs_file_init() fails | Jean-Francois Brousseau | |
2005-02-25 | add rcsnum_parse() to simplify the most common case | Jean-Francois Brousseau | |
2005-02-25 | document `cvs diff' options; input/ok jmc; ok jfb Joris Vink; | Xavier Santolaria | |
2005-02-25 | no more Strncpy or Strncat, ever | Theo de Raadt | |
2005-02-25 | spacing | Theo de Raadt | |
2005-02-25 | update zoltrix entry; pt out by jsg@ | Michael Shalayeff | |
2005-02-25 | forgot to remove -P from getopt(). | Hans-Joerg Hoexer | |
2005-02-25 | Zap -P option. It has never done anything. While there tweak descripton of | Hans-Joerg Hoexer | |
-N. zap -P ok ho@ | |||
2005-02-25 | Mention 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-25 | minor white spacing | Theo de Raadt | |
2005-02-25 | Enable re(4) on alpha. | Jonathan Gray | |
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 | |