Age | Commit message (Expand) | Author |
2009-06-16 | Backout all changes to uvm after pmemrange (which will be backed out | Owain Ainsworth |
2009-06-15 | No you cannot remove a sysctl mib once you add it. It becomes ABI. That | Theo de Raadt |
2009-06-15 | sync | Theo de Raadt |
2009-06-15 | Back out all the buffer cache changes I committed during c2k9. This reverts t... | Bob Beck |
2009-06-14 | Make sure the pglist is TAILQ_INIT()'ed before invoking uvm_pglistalloc(). | Miod Vallat |
2009-06-14 | backout: | Theo de Raadt |
2009-06-14 | Noone else ever saw this diff except oga and ariane, so that is an | Theo de Raadt |
2009-06-14 | back out the free vs dirty fix, because pmemrange will go soon too | Theo de Raadt |
2009-06-14 | backout the assert diff in 1.5 | Theo de Raadt |
2009-06-14 | Disable inteldrm by default since it once again breaks x40 suspend. | Theo de Raadt |
2009-06-14 | enable support for deferring the packet that creates a state so that your | David Gwynne |
2009-06-14 | Don't mess with the bounds in the lp if *partoffp is non-NULL, since this | Theo de Raadt |
2009-06-13 | Enumerate all available nodes for hardware on IP27/IP35 systems; works to some | Miod Vallat |
2009-06-13 | Needs <sys/malloc.h> now | Miod Vallat |
2009-06-13 | Figure out which nodes are connected, and use all of their memory for now; | Miod Vallat |
2009-06-13 | The bounds was not always being properly updated | Theo de Raadt |
2009-06-13 | Shuffle and rename HUB defines for consistency, no functional change yet. | Miod Vallat |
2009-06-13 | Simplify ioctl handling. From Brad. | Mark Kettenis |
2009-06-13 | Fixed writes for RAID4/5, was not properly freeing Xor buffer | Jordan Hargrave |
2009-06-12 | Add flag for freeing ccb buffer on I/O completion | Jordan Hargrave |
2009-06-12 | Remove #if 0 code that is of no use at all. Ring overflows will actually | Claudio Jeker |
2009-06-12 | Make sure splsoftnet() masks softclock; fallout form switch to generic | Miod Vallat |
2009-06-12 | KNF and wrap at 80 columns. | Joel Sing |
2009-06-12 | Allow chunks marked as offline to be used for rebuild (ie. once disk has | Joel Sing |
2009-06-12 | rework pool_get() a bit so that if you call if with a constructor set | Owain Ainsworth |
2009-06-12 | rewrite the way states from pfsync are merged into the local state tree | David Gwynne |
2009-06-12 | Added working support for raid4/raid5 softraid | Jordan Hargrave |
2009-06-12 | Add asserts on free memory, double free and while here, fix 1 assert. | Ariane van der Steldt |
2009-06-11 | Limit the BCM5701 B5 chipset to 32-bit mode as a workaround for a | Stuart Henderson |
2009-06-11 | Set the DMA read watermark to 4 on the BCM5703 chipset in PCI-X mode. | Stuart Henderson |
2009-06-11 | Simplify the ioctl handling code. From Brad. | Stuart Henderson |
2009-06-11 | Correctly flush direct mappings (cache/tlb). Uncovered by ariane's new | Mark Kettenis |
2009-06-11 | Create a hotplug callback mechanism. | Marco Peereboom |
2009-06-11 | sync disklabel changes from hppa | Theo de Raadt |
2009-06-11 | fix potential use of uninitialized value. | Charles Longeau |
2009-06-11 | The MAC multicast filter is set in mec_iff() hence there is need to do this | Joel Sing |
2009-06-11 | tab indent SO_RDOMAIN, like all the other SO_* defines. | Jonathan Gray |
2009-06-11 | remove dead assignment and newly created unused variable. | Charles Longeau |
2009-06-11 | KNF | Marco Peereboom |
2009-06-11 | add the VIA CX800 south bridge. | Kevin Lo |
2009-06-10 | Typo | Marco Peereboom |
2009-06-10 | Fix: Clean and dirty pages had the memtype ids and the desparate case failed | Ariane van der Steldt |
2009-06-10 | Remove (unused) CASSERT macro. Whatever it was intended to be used for, it | Miod Vallat |
2009-06-10 | Switch sgi to per-process AST, and move ast() from interrupt.c to trap.c | Miod Vallat |
2009-06-10 | In the NMI handler, always print EPC even if we're going to drop into ddb. | Miod Vallat |
2009-06-10 | Add udl and url, verified to work on Fuel (url to the RAMDISK too) | Miod Vallat |
2009-06-10 | Allow /dev/kmem reads in the direct mapping region where there is | Miod Vallat |
2009-06-10 | Re introduce the _PDC code backed out before 4.5, in addition to evaluating the | Gordon Willem Klok |
2009-06-10 | Add framework for raid 4 & 5 so that we can work in tree. | Marco Peereboom |
2009-06-10 | jj reported a panic in bulk updates to me. this is my attempt to fix the | David Gwynne |