summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-06-17fix endianness issue on BE.Damien Bergamini
2009-06-17Really avoid changing the start of the bounds if we found no LIFTheo de Raadt
2009-06-17remove extra debugging printf(). ok miod@Matthieu Herrb
2009-06-17fix flow data values: first and last time, found by f-kons at yandex ruJoerg Goltermann
2009-06-17do better detection of when we have a better version of the tcp sequenceDavid Gwynne
2009-06-17Remove __packed from memory structure. No idea what in the wolrd I wasMarco Peereboom
2009-06-17Revert bufq's. this is inline with the major midlayer reverts thatThordur I. Bjornsson
2009-06-17date based reversion of uvm to the 4th May.Owain Ainsworth
2009-06-16date based reversion of uvm to the 4th May.Owain Ainsworth
2009-06-16Backout all the PG_RELEASED changes.Owain Ainsworth
2009-06-16Backout pmemrange (which to most people is more well known as physmemAriane van der Steldt
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