summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-08-22regenBrad Smith
2005-08-22add a unknown Broadcom Gig PHY. This is just a placeholder for now untilBrad Smith
we find out what model this is. a dmesg might help from that slacker niklas! From: niklas@ ok deraaadt@
2005-08-21try to blink the device given on the command line before walking inquiriesDavid 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-21device may be {ses,safte}# as well, for slot-operationsTheo de Raadt
2005-08-21handle the unblink request; ok dlg marco krwTheo de Raadt
2005-08-21update the 802.11 station address if the ethernet lladdr has been changed.Reyk Floeter
pointed out by Nick Holmes and Justin Reigle.
2005-08-21catch 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-21Comment out description for 'ulimit -v' since we don't supportTodd C. Miller
RLIMIT_VMEM / RLIMIT_AS at the moment. Support for those may go in post-3.8.
2005-08-21Some devices go berserk when asked for mode sense pages they don'tKenneth 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-21remove the IEEE80211_C_SCANALL capability, it should be used onReyk Floeter
devices with firmware-based scanning only. pointed out in a discussion about iwi(4) and ipw(4).
2005-08-21Parameter being passed __func__ must be const char *. Allows aac toKenneth R Westerback
compile with AAC_DEBUG set. ok deraadt@
2005-08-21The patch addresses a problem with high-load resolvers whichBrad 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-20cac(4) are 234* series and ciss(4) are 56* series.Brad Smith
2005-08-20handle timeouts and errors betterMichael Shalayeff
2005-08-20some wsdisplay devices don't have an input device attached.Matthieu Herrb
Fixes multi-head on sparc. ok henning@
2005-08-20Check for and report the presense of SSE3. This has started to appearJonathan Gray
in AMD products with the arrival of the venice core. ok deraadt@
2005-08-20PNI was changed to be known as SSE3 by Intel so makeJonathan Gray
a similiar change when reporting CPU features here. ok deraadt@
2005-08-19Copyright does not need its own .Sh, it is already commented.Jonathan Gray
ok jmc@ deraadt@
2005-08-19ipsecctl(8) can be used for manual setups too;Jason McIntyre
2005-08-19add /etc/ipsec.conf to FILES;Jason McIntyre
2005-08-19punctuation;Jason McIntyre
2005-08-19do not close the entries file until all files depending on it haveJoris Vink
been passed to the callback. ok xsa@
2005-08-19knight industries two thousand;Jason McIntyre
from stuart henderson (pr #4466);
2005-08-19Make note of inverted axis on X40s.Jonathan Gray
2005-08-19regenJonathan Gray
2005-08-19A few more ATI products: RS300 Host, Radeon X600 and FireGL V3100.Jonathan Gray
2005-08-19document manual keying with ipsecctlHans-Joerg Hoexer
ok, tweaks jmc@
2005-08-19style;Xavier Santolaria
2005-08-19more useful error messageHans-Joerg Hoexer
2005-08-19missing cast;Xavier Santolaria
2005-08-19if Unused is .Dq, then so is Hot Spare..Theo de Raadt
2005-08-19- sort optionsJason McIntyre
- tighten up a list - reference ses(4) and safte(4) in SEE ALSO
2005-08-19Spacing.Marco Peereboom
2005-08-19remove tempdir right away if it turns out we're not dealing with aMarc Espie
package at all.
2005-08-19trap SIGINT so that tempdirs get removed.Marc Espie
2005-08-18Only allow blocksizes that are powers of 2 between 512 and 64K. An sdKenneth 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-18sync with new functionality, and add a bit more meatTheo de Raadt
2005-08-18add support to stop blinking (-u) or use the alarm LED instead (-B)Theo de Raadt
2005-08-18Silly dlg did not read my old code careful enough. Missed 2 bits that areMarco Peereboom
necessary for the blinkenlight magic. Also removed some XXX cruft that was misleading.
2005-08-18Skip (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-18Oops, previous fix would prevent standard input from being processed at allMiod Vallat
since it is not stat(2)'ed; spotted by fgs@, better fix by tom@
2005-08-18syncTheo de Raadt
2005-08-18on debug, print the tuple number along with the name to help debugging inFederico G. Schwindt
case of reserved tuples and pad to 0 the byte number. deraadt@ ok.
2005-08-18make sure dependencies are picked up;Jason McIntyre
from mpf@, tweaked by millert@
2005-08-18Update a few error descriptions w.r.t. obtaining the limitsJared Yanovich
that cause the errors to reality. ok millert, jmc
2005-08-18better diagnostics in case of bad arguments; ok dlgTheo de Raadt
2005-08-18Properly initialize 'end' in seq(), fixing a crashJared Yanovich
on input with long lines when the -n flag is given. ok millert
2005-08-18rework the addressing for blinking to make it like the hotsparesDavid Gwynne
help from and ok deraadt@
2005-08-18document M_WAITOK as a separate flag rather than a note to M_NOWAITDavid Gwynne
help from and ok jmc@ ok deraadt@ no objections art@
2005-08-18no need to wrap (sub-)section headers in quotes;Jason McIntyre