Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-31 | Overhaul fpu context save/restore code, making it more similar to what we do | Mark Kettenis | |
on i386 and amd64. Don't let IPIs in when saving fpu context by disabling interrupts. | |||
2007-10-31 | Remove some XXX code that has been #ifdef'ed out for ages. | Mark Kettenis | |
2007-10-31 | Remove 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-31 | Don't leak potentially secret authname through ioctl interface. | Mike Belopuhov | |
Suggestions from mpf@ and canacar@ ok deraadt mpf canacar | |||
2007-10-31 | clamp -ttttttttt test counter to 1B, so that it does not wrap negative; | Theo de Raadt | |
from Nicholas Marriott, ok otto | |||
2007-10-31 | don't clear sensor flags that were never set; ok deraadt | Constantine A. Murenin | |
2007-10-31 | Remove some comments about 32-bit mode. | Mark Kettenis | |
2007-10-31 | Garbage collect ienab_bis() and ienab_bic(). | Mark Kettenis | |
Suggested by miod@ | |||
2007-10-31 | Pull from master repo, commit by gmcgarry: | Otto Moerbeek | |
Reset the sue to UCHAR if using CHAR_UNSIGNED. Fixes warnings on powerpc. | |||
2007-10-31 | Pull 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-31 | sort flags in STANDARDS; from Pierre Riteau | Jason McIntyre | |
2007-10-31 | sync usage() w/ synopsis; from Pierre Riteau | Jason McIntyre | |
ok sobrado | |||
2007-10-31 | some updates from Pierre Riteau; tweaked by myself and tedu | Jason McIntyre | |
2007-10-31 | remove out of date comment in BUGS: "Takes 2-10 percent of the CPU." | Jason McIntyre | |
from Pierre Riteau | |||
2007-10-31 | for now, workaround MP timeout/splhigh/scsi race at reboot time using a | Theo de Raadt | |
delay. will be revisited. ok art | |||
2007-10-31 | better .Nd; from Pierre Riteau | Jason McIntyre | |
2007-10-31 | comment fixes. | Joel Sing | |
ok miod@ | |||
2007-10-31 | Add parentheses to avoid warning: | Charles Longeau | |
"suggest parentheses around && within ||" ok millert@ | |||
2007-10-31 | sync | Theo de Raadt | |
2007-10-30 | remove an unused macro, NFSMINOFF; | Thordur I. Bjornsson | |
ok beck@, blambert@ "Kill it. Kill it dead." krw@ | |||
2007-10-30 | untangle a mess in the state update logic | Reyk Floeter | |
2007-10-30 | sync | Theo de Raadt | |
2007-10-30 | MALLOC/FREE -> malloc/free | Charles 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-30 | Add two module configuration directories named modules and modules.sample | Robert 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-30 | add HISTORY | Jasper Lievisse Adriaanse | |
ok jmc@ | |||
2007-10-30 | shrink the intr establish code a bit. all that intrstr handling is cruft. | David Gwynne | |
2007-10-30 | tweaks for previous; | Jason McIntyre | |
2007-10-30 | the marvell based boards have difference registers to the current intel iop | David 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-30 | if we cant query the firmware or allocate ccbs then clean up the pci | David Gwynne | |
mappings. without this a problem board can cause a panic when the interrupt handler touches unallocated memory. | |||
2007-10-30 | Add man pages for et and etphy. | Jonathan Gray | |
2007-10-30 | fix printing of enterprise-specific SNMP traps. | Reyk Floeter | |
ok claudio@ mglocker@ | |||
2007-10-30 | Initial port of Sepherosa Ziehau's DragonFlyBSD drivers | Jonathan 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-30 | regen | Jonathan Gray | |
2007-10-30 | Add Agere ET1011 10/100/1000 PHY | Jonathan Gray | |
2007-10-30 | - replace the remaining MALLOC/FREE -> malloc/free in sys/compat | Gilles Chehade | |
ok krw@, ok pyr@ | |||
2007-10-30 | If we receive SIGTTOU when turning off echo, the process is already | Todd 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-30 | fix a typo, LIST_FOREACH(bp2, ... and then using bp instead of bp2 | Henning Brauer | |
inside that loop doesn't yield the expected results. from freebsd r1.37 Andrew Thompson <thompsa@freebsd.org> | |||
2007-10-30 | print some word reads as well in the verbose output | Theo de Raadt | |
2007-10-30 | don't use intermediate target (a.out) in multiple targets | Otto Moerbeek | |
2007-10-30 | avoid intermediate files with same name (ie. a.out) for parallel make | Theo de Raadt | |
ok miod | |||
2007-10-29 | remove extra backslash at the end of RB_PROTOTYPE, report from | Damien Miller | |
Jan.Pechanec AT Sun.COM; ok deraadt@ | |||
2007-10-29 | run depend so that SFILES depend on assym.h, which allows them to build | Marc Espie | |
with make -j on fast SMP boxes. noticed by robert@, input by miod, kettenis, okay toby@, robert@, and tested to work if people build kernels correctly... | |||
2007-10-29 | add missing dependency. Taken from upstream gcc. | Marc Espie | |
okay kettenis@ (`if it builds' and it does) | |||
2007-10-29 | UltraSPARC CPUs (and other SPARC V9 implementations) don't have a | Mark Kettenis | |
floating-point deferred-trap queue. Remove redundant code inherited from sparc that deals with this. Also remove the code dealing with saving and restoring the FPU state from unaligned memory; we always allocate properly aligned memory for storing the FPU state. | |||
2007-10-29 | Make sure the dma_cachectl*() functions actually do their work on all | Miod Vallat | |
affected processors if option MULTIPROCESSOR. It's amazing bsd.mp could boot multiuser without this. | |||
2007-10-29 | When a secondary cpu gets its interrupt pin stuck, be sure to savectx | Miod Vallat | |
and put the process it was running back on the run queue (unless this was the idle proc). | |||
2007-10-29 | For fd passing, at externalize time we are dealing with int[] not pointer[], | Theo de Raadt | |
so we need to correct the mbuf length using CMSG_LEN() not CMSG_SPACE() test case was sparc64 sending 2 (or more) descriptors ok millert thib | |||
2007-10-29 | Pull from master repo: | Stefan Kempf | |
Fix sorting bug in addcase(). Spotted by Gregory McGarry. ok gmcgarry, ragge@ |