summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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@
2007-10-30untangle a mess in the state update logicReyk Floeter
2007-10-30syncTheo de Raadt
2007-10-30MALLOC/FREE -> malloc/freeCharles Longeau
These are the latest ones needed to build a kernel (on amd64) without the MALLOC/FREE definitions in src/sys/sys/malloc.h ok krw@
2007-10-30Add two module configuration directories named modules and modules.sampleRobert Nagy
and include *.conf files from the modules directory by default. The modules.sample directory will be used by some ports to place their configuration files. ok deraadt@, jsign@
2007-10-30add HISTORYJasper Lievisse Adriaanse
ok jmc@
2007-10-30shrink the intr establish code a bit. all that intrstr handling is cruft.David Gwynne
2007-10-30tweaks for previous;Jason McIntyre
2007-10-30the marvell based boards have difference registers to the current intel iopDavid Gwynne
based ones. this renames the register defines for the revision A boards (the intel ones) to ARC_RA instead of ARC_REG so we can differentiate them from the ARC_RB registers for revision B that are coming.
2007-10-30if we cant query the firmware or allocate ccbs then clean up the pciDavid Gwynne
mappings. without this a problem board can cause a panic when the interrupt handler touches unallocated memory.
2007-10-30Add man pages for et and etphy.Jonathan Gray
2007-10-30fix printing of enterprise-specific SNMP traps.Reyk Floeter
ok claudio@ mglocker@
2007-10-30Initial port of Sepherosa Ziehau's DragonFlyBSD driversJonathan Gray
for Agere/LSI ET1310 Ethernet devices and ET1011 'TruePHY'. All the gross register related bit macros are not yet removed. Currently only Tx seems to work. Putting this in the tree in case someone else wants to look at it while I deal with exams for the next few weeks.
2007-10-30regenJonathan Gray
2007-10-30Add Agere ET1011 10/100/1000 PHYJonathan Gray
2007-10-30- replace the remaining MALLOC/FREE -> malloc/free in sys/compatGilles Chehade
ok krw@, ok pyr@
2007-10-30If we receive SIGTTOU when turning off echo, the process is alreadyTodd C. Miller
backgrounded. Do not print the password prompt in this case since the first read will result in the process receiving SIGTTIN. Fixes an issue where the password prompt would be displayed when readpassphrase() would not be able to read anything. OK deraadt@
2007-10-30fix a typo, LIST_FOREACH(bp2, ... and then using bp instead of bp2Henning Brauer
inside that loop doesn't yield the expected results. from freebsd r1.37 Andrew Thompson <thompsa@freebsd.org>
2007-10-30print some word reads as well in the verbose outputTheo de Raadt