Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2005-08-19 | style; | Xavier Santolaria | |
2005-08-19 | more useful error message | Hans-Joerg Hoexer | |
2005-08-19 | missing cast; | Xavier Santolaria | |
2005-08-19 | if Unused is .Dq, then so is Hot Spare.. | Theo de Raadt | |
2005-08-19 | - sort options | Jason McIntyre | |
- tighten up a list - reference ses(4) and safte(4) in SEE ALSO | |||
2005-08-19 | Spacing. | Marco Peereboom | |
2005-08-19 | remove tempdir right away if it turns out we're not dealing with a | Marc Espie | |
package at all. | |||
2005-08-19 | trap SIGINT so that tempdirs get removed. | Marc Espie | |
2005-08-18 | Only allow blocksizes that are powers of 2 between 512 and 64K. An sd | Kenneth R Westerback | |
device that returns any other value via READ CAPACITY or MODE SENSE will be marked 'drive offline'. Prevents divide by zero when calculating disk size in MB, amoung other interesting possibilities. ok mickey@ dlg@ deraadt@ millert@ marco@ | |||
2005-08-18 | sync with new functionality, and add a bit more meat | Theo de Raadt | |
2005-08-18 | add support to stop blinking (-u) or use the alarm LED instead (-B) | Theo de Raadt | |
2005-08-18 | Silly dlg did not read my old code careful enough. Missed 2 bits that are | Marco Peereboom | |
necessary for the blinkenlight magic. Also removed some XXX cruft that was misleading. | |||
2005-08-18 | Skip (trap) instruction in cpu_fork() instead of proc_trampoline(). | Mark Kettenis | |
Add special handling for init(8) in setregs(). Fixes returning from fork(2) in the child with a pending signal. ok deraadt@, art@ (screaming in agony) | |||
2005-08-18 | Oops, previous fix would prevent standard input from being processed at all | Miod Vallat | |
since it is not stat(2)'ed; spotted by fgs@, better fix by tom@ | |||
2005-08-18 | sync | Theo de Raadt | |
2005-08-18 | on debug, print the tuple number along with the name to help debugging in | Federico G. Schwindt | |
case of reserved tuples and pad to 0 the byte number. deraadt@ ok. | |||
2005-08-18 | make sure dependencies are picked up; | Jason McIntyre | |
from mpf@, tweaked by millert@ | |||
2005-08-18 | Update a few error descriptions w.r.t. obtaining the limits | Jared Yanovich | |
that cause the errors to reality. ok millert, jmc | |||
2005-08-18 | better diagnostics in case of bad arguments; ok dlg | Theo de Raadt | |
2005-08-18 | Properly initialize 'end' in seq(), fixing a crash | Jared Yanovich | |
on input with long lines when the -n flag is given. ok millert | |||
2005-08-18 | rework the addressing for blinking to make it like the hotspares | David Gwynne | |
help from and ok deraadt@ | |||
2005-08-18 | document M_WAITOK as a separate flag rather than a note to M_NOWAIT | David Gwynne | |
help from and ok jmc@ ok deraadt@ no objections art@ | |||
2005-08-18 | no need to wrap (sub-)section headers in quotes; | Jason McIntyre | |