Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-22 | document recent changes | Hans-Joerg Hoexer | |
ok deraadt | |||
2005-08-22 | Only let unused disks be marked hot spares. ok deraadt@ | Marco Peereboom | |
2005-08-22 | Fix problems with some Linksys DHCP servers (and probably others) by | Kenneth R Westerback | |
not accidentally inserting two NULL characters after each option in the DHCPREQUEST packet. Thanks to Christian Jones for the problem report and tcpdump's, and to Emmett Pate for finding a problematic Linksys model still in my local stores. ok deraadt@ | |||
2005-08-22 | check for scsi_autoconf state, spotted by marco; ok krw | Theo de Raadt | |
2005-08-22 | don't go beyond the end when parsing tuples. diff originally by pascoe@, | Federico G. Schwindt | |
final from enami@netbsd.org. problem found and tested by Simon Kuhnle <simonkuhnle at web dot de> with a rtw card with a broken cis. jsg@ pascoe@ deraadt@ ok. | |||
2005-08-22 | EOF in ascii mode may also mean EOF so avoid printing a bogus error and ↵ | Michael Shalayeff | |
behave same as bin mode; beck@ deraadt@ millert@ ok | |||
2005-08-22 | Teach ipsecctl to control isakmpd. | Hans-Joerg Hoexer | |
ok deraadt | |||
2005-08-22 | spelling: you missed this one david ;) | Jason McIntyre | |
2005-08-22 | document $CVSROOT/CVSROOT/history file; ok jmc joris | Xavier Santolaria | |
2005-08-22 | fix Xr; | Jason McIntyre | |
2005-08-22 | take the SMC 2862W-G entry out: damien thinks this is not a ralink chip; | Jason McIntyre | |
agreed w/ reyk@; from a mail from ian@; | |||
2005-08-22 | Protect against more signals. Mark them as caught in a unified message. | Marc Espie | |
During exit, just rethrow the signals, so that a wrapping process can know what's going on. | |||
2005-08-22 | when nat'ing icmp 'connections', replace icmp id with proxy values | Daniel Hartmeier | |
(similar to proxy ports for tcp/udp). not all clients use per-invokation random ids, this allows multiple concurrent connections from such clients. thanks for testing to Rod Whitworth, "looks ok" markus@ | |||
2005-08-22 | protect against $pkgname not being defined. | Marc Espie | |
2005-08-22 | likewise, report only the first three files | Marc Espie | |
2005-08-22 | while scanning a potential package, process issues anyways: | Marc Espie | |
if create() fails, we want to remove any stub file (and report the problem), so that tools won't get confused in believing the packing-list got created correctly. | |||
2005-08-22 | maintain a counter of problems encountered per-filesystem. | Marc Espie | |
Do not report more than 3 problems per filesystem unless -v -v. | |||
2005-08-22 | - handle removal of a freshly added file | Xavier Santolaria | |
- fix crash if we specify -f and the file is not on disk anymore ok joris@. | |||
2005-08-22 | parse mount entry correctly even if space left is negative | Marc Espie | |
2005-08-22 | fix rdr to bitmask replacement address pool. patch from Max Laier, | Daniel Hartmeier | |
reported by Boris Polevoy, tested by Jean Debogue, ok henning@ | |||
2005-08-22 | add the correct entry for newly added files. | Joris Vink | |
ok xsa@ | |||
2005-08-22 | spelling | David Krause | |
2005-08-22 | spell: failture->failure | David Krause | |
2005-08-22 | regen | Brad Smith | |
2005-08-22 | add a unknown Broadcom Gig PHY. This is just a placeholder for now until | Brad Smith | |
we find out what model this is. a dmesg might help from that slacker niklas! From: niklas@ ok deraaadt@ | |||
2005-08-21 | try to blink the device given on the command line before walking inquiries | David Gwynne | |
on the device looking for an enclosure. this allows bioctl -b 0:0 ses0 to work as well as bioctl -b 0:0 sd0/ami0. ok deraadt@ | |||
2005-08-21 | device may be {ses,safte}# as well, for slot-operations | Theo de Raadt | |
2005-08-21 | handle the unblink request; ok dlg marco krw | Theo de Raadt | |
2005-08-21 | update the 802.11 station address if the ethernet lladdr has been changed. | Reyk Floeter | |
pointed out by Nick Holmes and Justin Reigle. | |||
2005-08-21 | catch QUIT, HUP, KILL, TERM along with INT, remove the temp dirs, then die. | Marc Espie | |
(remember, perl signal handlers are safe, e.g., there's a redirection). Handle critical section where we create the directory so that we die after it's registered. | |||
2005-08-21 | Comment out description for 'ulimit -v' since we don't support | Todd C. Miller | |
RLIMIT_VMEM / RLIMIT_AS at the moment. Support for those may go in post-3.8. | |||
2005-08-21 | Some devices go berserk when asked for mode sense pages they don't | Kenneth R Westerback | |
have. Some devices return four bytes less information than requested for the PAGE_RIGID_GEOMETRY page. Put the two together and older Conner drives don't work because we rejected the short page and asked for the PAGE_FLEX_GEOMETY page. Noted by hshoexer@ and kettenis@. Also should fix the problems with a device miod@ reported that did a similar short PAGE_FLEX_GEOMETRY. ok deraadt@ | |||
2005-08-21 | remove the IEEE80211_C_SCANALL capability, it should be used on | Reyk Floeter | |
devices with firmware-based scanning only. pointed out in a discussion about iwi(4) and ipw(4). | |||
2005-08-21 | Parameter being passed __func__ must be const char *. Allows aac to | Kenneth R Westerback | |
compile with AAC_DEBUG set. ok deraadt@ | |||
2005-08-21 | The patch addresses a problem with high-load resolvers which | Brad Smith | |
hit memory barriers. Without this patch, running the resolving name server out of memory would lead to "unpredictable results." From glebius FreeBSD ok deraadt@ millert@ cloder@ krw@ | |||
2005-08-20 | cac(4) are 234* series and ciss(4) are 56* series. | Brad Smith | |
2005-08-20 | handle timeouts and errors better | Michael Shalayeff | |
2005-08-20 | some wsdisplay devices don't have an input device attached. | Matthieu Herrb | |
Fixes multi-head on sparc. ok henning@ | |||
2005-08-20 | Check for and report the presense of SSE3. This has started to appear | Jonathan Gray | |
in AMD products with the arrival of the venice core. ok deraadt@ | |||
2005-08-20 | PNI was changed to be known as SSE3 by Intel so make | Jonathan Gray | |
a similiar change when reporting CPU features here. ok deraadt@ | |||
2005-08-19 | Copyright does not need its own .Sh, it is already commented. | Jonathan Gray | |
ok jmc@ deraadt@ | |||
2005-08-19 | ipsecctl(8) can be used for manual setups too; | Jason McIntyre | |
2005-08-19 | add /etc/ipsec.conf to FILES; | Jason McIntyre | |
2005-08-19 | punctuation; | Jason McIntyre | |
2005-08-19 | do not close the entries file until all files depending on it have | Joris Vink | |
been passed to the callback. ok xsa@ | |||
2005-08-19 | knight industries two thousand; | Jason McIntyre | |
from stuart henderson (pr #4466); | |||
2005-08-19 | Make note of inverted axis on X40s. | Jonathan Gray | |
2005-08-19 | regen | Jonathan Gray | |
2005-08-19 | A few more ATI products: RS300 Host, Radeon X600 and FireGL V3100. | Jonathan Gray | |
2005-08-19 | document manual keying with ipsecctl | Hans-Joerg Hoexer | |
ok, tweaks jmc@ |