Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-07 | pull some more missing; for err&errx, printf, write, bzopy&bzero | Martynas Venckus | |
ok jsg@ | |||
2009-08-06 | Handle failed disk I/O for RAID6 | Jordan Hargrave | |
RAID6 still disabled in softraid.c | |||
2009-08-06 | Make sure <machine/cpu.h> includes <machine/intr.h> when included with _LOCORE | Miod Vallat | |
defined; cp0access.S relies on this. | |||
2009-08-06 | Work in progress support for Loongson2E/2F processors; need option CPU_LOONGSON2 | Miod Vallat | |
in the kernel to be brought in, due to invasive differences in tlb operation. Comes with a separate cache operations file due to the cache being R5k-style with R10k-style way number encoding. | |||
2009-08-06 | R4k-style coprocessor 0 config register uses 3 bits wide fields to tell | Miod Vallat | |
L1 caches sizes; fix the masking accordingly. | |||
2009-08-06 | Remove _InvalidateICachePage cache op, it isn't used by anything. | Miod Vallat | |
2009-08-06 | Only compile RM7000 performance counter support if defined(RM7K_PERFCNTR). | Miod Vallat | |
This code needs to be cleaned up, and made more generic to work with other processors counters as well. | |||
2009-08-06 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat | |
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. | |||
2009-08-06 | Add device id for BCM5716S, tidy whitespace. From Brad. | Stuart Henderson | |
2009-08-06 | reintroduce the uvm_tree commit. | Owain Ainsworth | |
Now instead of the global object hashtable, we have a per object tree. Testing shows no performance difference and a slight code shrink. OTOH when locking is more fine grained this should be faster due to lock contention on uvm.hashlock. ok thib@, art@. | |||
2009-08-06 | Backout r1.274, william@ has tracked down watchdog timeouts with | Stuart Henderson | |
his BCM5703 A2 to this commit. Original commit message was: "Set the DMA read watermark to 4 on the BCM5703 chipset in PCI-X mode. This is needed to prevent some TX timeouts. From Brad. Tested by myself on BCM5703 B0 on PCI-X 64/66". | |||
2009-08-05 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok krw@ | |||
2009-08-05 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat | |
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. | |||
2009-08-05 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok markus@ | |||
2009-08-05 | don't read/write 1000baseT specific MII registers on 10/100M ony device. | Kevin Lo | |
From dragonflybsd tested by krw@ | |||
2009-08-04 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat | |
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. | |||
2009-08-04 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat | |
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. | |||
2009-08-04 | Fix volume state transitions for RAID4/5/6 | Jordan Hargrave | |
ok marco@ | |||
2009-08-04 | sync | David Hill | |
2009-08-04 | Rhino Equipment donated some T1/E1/J1 cards. Add their vendor and | David Hill | |
product IDs ok deraadt@ | |||
2009-08-04 | group all of the on-stack variables that are uses by the nfsm_macros | Thordur I. Bjornsson | |
to keep the data munging "state" into an nfsm_info structure. Each function now has this structure on its stack, and it and its members are now passed around so that the macros/functions can work there magic. this will make removing the nfsm_* macros way easier. Idea/code picked up from DragonflyBSD. Tested by krw@, jacekm@ and myself. OK blambert@. | |||
2009-08-03 | Comment fixes and code tidy-up (whitespace and more consistent | Stuart Henderson | |
numeric values) from Brad. No binary change. | |||
2009-08-03 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok jsg@ | |||
2009-08-03 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok dlg@ | |||
2009-08-03 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat | |
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. | |||
2009-08-02 | Preserve joined interface groups when tun(4) is switched | Marco Pfatschbacher | |
between layer 2 and 3 tunneling mode. OK claudio@, markus@ | |||
2009-08-02 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok mglocker@ jsg@ | |||
2009-08-02 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok miod@ | |||
2009-08-02 | Dynamic buffer cache support - a re-commit of what was backed out | Bob Beck | |
after c2k9 allows buffer cache to be extended and grow/shrink dynamically tested by many, ok oga@, "why not just commit it" deraadt@ | |||
2009-08-02 | Never return nonzero in a device activate method invoked with DVACT_ACTIVATE, | Miod Vallat | |
for this prevents it to be invoked with DVACT_DEACTIVATE later. This had been sweeped some time ago already, but bad constructs crept in again. | |||
2009-08-02 | Minor KNF from Brad. No binary change. | Stuart Henderson | |
2009-08-02 | sync | Stuart Henderson | |
2009-08-02 | Add PCIE/KT devices for Intel Q45. From Brad; in datasheet/pciids, | Stuart Henderson | |
PCIE also in Windows inf. | |||
2009-08-01 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok michele@ claudio@ | |||
2009-07-31 | remove unused variable definition; unbreaks kernel build. | Stuart Henderson | |
"do it" marco@ | |||
2009-07-31 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok jakemsr@ | |||
2009-07-31 | Factor out code for checking if a chunk is already in use. | Joel Sing | |
ok marco@ | |||
2009-07-31 | Clean up debug droppings. | Joel Sing | |
ok marco@ | |||
2009-07-31 | raidp is degraded when n - 1 disks are online, not offline. | Joel Sing | |
ok marco@ | |||
2009-07-31 | on error, just call unload() instead of doing all the actions that it | Owain Ainsworth | |
would do manually. sparc64 does a similar thing already. ok kettenis@ | |||
2009-07-31 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok art@ | |||
2009-07-31 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok jsg@ | |||
2009-07-31 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok jsg@ | |||
2009-07-31 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat | |
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. | |||
2009-07-31 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat | |
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. | |||
2009-07-31 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat | |
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. | |||
2009-07-31 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok mpf@ | |||
2009-07-30 | Make sure the BUS_SPACE_BARRIER_xxx constants are all non-zero and can be | Miod Vallat | |
or'ed together, even on platforms where bus_space_barrier() ignores the barrier argument yet. | |||
2009-07-30 | Get rid of the obsolet BUS_BARRIER_xxx constants for bus_space_barrier(), only | Miod Vallat | |
provide and use BUS_SPACE_BARRIER_xxx. | |||
2009-07-30 | Put the correct value in the I/O BAR for ACX100 cards. | Miod Vallat | |
ok claudio@ |