summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-17synchronize synopsis and usage.Igor Sobrado
2009-06-17remove superfluous spaces around brackets in usage.Igor Sobrado
2009-06-17Document the 'defer' ifconfig flag. From me with a few tweaks by dlg@.Stuart Henderson
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-17syncTheo de Raadt
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-16Do not break gcc -Z on powerpc. mprotect the got only if it is padded.Dale Rahn
2009-06-16Typo: Use settings -> User settings.Stuart Henderson
2009-06-16Backout all changes to uvm after pmemrange (which will be backed outOwain Ainsworth
2009-06-15bring back miod@'s "real functions" patch (rev. 1.2)Ingo Schwarze
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-15Do not print non-vnode information if asked to report information on aMiod Vallat
2009-06-15fix Mdocdate broken in rev 1.2;Ingo Schwarze
2009-06-15sync to 1.7.16: an output function is the wrong place for validation codeIngo Schwarze
2009-06-15sync to 1.7.16:Ingo Schwarze
2009-06-15sync to 1.7.16: implement \~ and \^ escapes, and repair \(ssIngo Schwarze
2009-06-15sync to 1.7.16: adapt INDENT to groff conventionsIngo Schwarze
2009-06-15sync to 1.7.16: avoid trailing space in outputIngo Schwarze
2009-06-14sync to 1.7.16: support -V command line optionIngo Schwarze
2009-06-14sync to 1.7.16: comments, whitespace and spelling fixes; no functional changeIngo Schwarze
2009-06-14Make sure the pglist is TAILQ_INIT()'ed before invoking uvm_pglistalloc().Miod Vallat
2009-06-14DBDIR resides in DESTDIR.Antoine Jacoutot
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-14We want to install a LIF label on the disk before we run disklabel -ATheo de Raadt
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-13mention the number of special devices requiredAlexander Hall
2009-06-13- stat is not fatal, since we want resume not to fail for non-existentMartynas Venckus
2009-06-13tcpdrop broke with the addition of routing domains. Repair.Andreas Gunnarsson
2009-06-13Figure out which nodes are connected, and use all of their memory for now;Miod Vallat
2009-06-13Make ldpctl imsg-in-a-lib ready too.Michele Marchetto
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