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