summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-11-02another SIIG Cyber 8S PCI 16C850 variantHenning Brauer
From: Kurt Mosiejczuk <kurt-openbsd-tech@se.rit.edu>
2007-11-02syncHenning Brauer
2007-11-02SIIG 2082Henning Brauer
2007-11-02add man page for chio.conf; missing file spotted by deraadtJason McIntyre
ok beck
2007-11-02+.Xr chio 1 ,Jason McIntyre
ok beck
2007-11-02tweaks for previous;Jason McIntyre
2007-11-02Use the same cache cleaning address computation as done in cpufunc_asm_xscale,Miod Vallat
for there be dragons in xscale cache and it would not be cleaned correctly, leading to wrong pcb data being restored on resume and eventually causing panics.
2007-11-02Fix ram size output botched in my last change; reported byFederico G. Schwindt
Pablo Méndez Hernández.
2007-11-01Remove curproc definition. It is supposed to be in proc.h only.Mike Belopuhov
ok kettenis
2007-11-01Add ieee80211_rate2plcp() and ieee80211_plcp2rate() functions.Marcus Glocker
Help and OK reyk@
2007-11-01move aps(4) into the hardware sensors subsection; ok jmcConstantine A. Murenin
2007-11-01backout last "fix" because it breaks operation on some devices. evenReyk Floeter
if the fix looks right, it seems to expose another problem that i haven't found yet. figured out by Denis Doroshenko at gmail dot com
2007-11-01chio(1), not chio(8);Jason McIntyre
2007-11-01make check on -s and interactive s consistent; from Tilo StritzkyOtto Moerbeek
2007-11-01correct ipmi attach time failure messages (why this one machine fails...Theo de Raadt
still has to be looked at by marco when he has time)
2007-11-01bump arbitrary limit on arg length shown by -C; requested by and ok deraadt@Otto Moerbeek
2007-11-01cleanup of message handling, originally from Mark Lumsden, with aOtto Moerbeek
twist by me. ok deraadt@
2007-11-01even better attach printing; Nicholas MarriottTheo de Raadt
2007-11-01there is a reason why the argument to -l is "exit_status": as well asJason McIntyre
showing the names of signals, it may also convert the exit status of commands terminated by signals to their names. flesh out the description of -l accordingly. issue spotted by
2007-11-01fix attach time messages; tested by Nicholas MarriottTheo de Raadt
2007-11-01Pull from master repo, commit by myself:Otto Moerbeek
next step for ELFABI, hello world works with ELFABI, but register pairs still produce wrong assembly; with Dale Rahn
2007-11-01Pull from master repo:Stefan Kempf
Don't let temporary file lie around if -S is used. ok ragge@
2007-11-01correct fixTheo de Raadt
2007-11-01tsk tsk tsk, noone tested this; spotted by canacarTheo de Raadt
2007-11-01Fix waitpid() idiom. Noticed by deraadt@Todd C. Miller
2007-11-01another unitTheo de Raadt
2007-11-01syncTheo de Raadt
2007-11-01Admtek/Shantou ADM8515; nicm__@ntlworld.comTheo de Raadt
2007-10-31Overhaul fpu context save/restore code, making it more similar to what we doMark Kettenis
on i386 and amd64. Don't let IPIs in when saving fpu context by disabling interrupts.
2007-10-31Remove some XXX code that has been #ifdef'ed out for ages.Mark Kettenis
2007-10-31Remove idle_u; it's been unused for a while.Mark Kettenis
2007-10-31'block return' must not send anything on blocked icmp packets.Marco Pfatschbacher
Noticed by Kai_Doernemann_at_genua.de OK henning@, deraadt@
2007-10-31Don't leak potentially secret authname through ioctl interface.Mike Belopuhov
Suggestions from mpf@ and canacar@ ok deraadt mpf canacar
2007-10-31clamp -ttttttttt test counter to 1B, so that it does not wrap negative;Theo de Raadt
from Nicholas Marriott, ok otto
2007-10-31don't clear sensor flags that were never set; ok deraadtConstantine A. Murenin
2007-10-31Remove some comments about 32-bit mode.Mark Kettenis
2007-10-31Garbage collect ienab_bis() and ienab_bic().Mark Kettenis
Suggested by miod@
2007-10-31Pull from master repo, commit by gmcgarry:Otto Moerbeek
Reset the sue to UCHAR if using CHAR_UNSIGNED. Fixes warnings on powerpc.
2007-10-31Pull from master repo, commit by gmcgarry:Otto Moerbeek
Provide compile-time flag STAB_LINE_ASSOLUTE which creates N_SLINE stabs using absolute addresses instead of relative addresses. Fixes debugging on OSX (and probably other non-ELF targets).
2007-10-31"signal" is an argument, not a flag;Jason McIntyre
originally requested by sobrado, and now Pierre Riteau
2007-10-31sort flags in STANDARDS; from Pierre RiteauJason McIntyre
2007-10-31sync usage() w/ synopsis; from Pierre RiteauJason McIntyre
ok sobrado
2007-10-31some updates from Pierre Riteau; tweaked by myself and teduJason McIntyre
2007-10-31remove out of date comment in BUGS: "Takes 2-10 percent of the CPU."Jason McIntyre
from Pierre Riteau
2007-10-31for now, workaround MP timeout/splhigh/scsi race at reboot time using aTheo de Raadt
delay. will be revisited. ok art
2007-10-31better .Nd; from Pierre RiteauJason McIntyre
2007-10-31comment fixes.Joel Sing
ok miod@
2007-10-31Add parentheses to avoid warning:Charles Longeau
"suggest parentheses around && within ||" ok millert@
2007-10-31syncTheo de Raadt
2007-10-30remove an unused macro, NFSMINOFF;Thordur I. Bjornsson
ok beck@, blambert@ "Kill it. Kill it dead." krw@