Age | Commit message (Expand) | Author |
2009-06-15 | Do not print non-vnode information if asked to report information on a | Miod Vallat |
2009-06-15 | fix Mdocdate broken in rev 1.2; | Ingo Schwarze |
2009-06-15 | sync to 1.7.16: an output function is the wrong place for validation code | Ingo Schwarze |
2009-06-15 | sync to 1.7.16: | Ingo Schwarze |
2009-06-15 | sync to 1.7.16: implement \~ and \^ escapes, and repair \(ss | Ingo Schwarze |
2009-06-15 | sync to 1.7.16: adapt INDENT to groff conventions | Ingo Schwarze |
2009-06-15 | sync to 1.7.16: avoid trailing space in output | Ingo Schwarze |
2009-06-14 | sync to 1.7.16: support -V command line option | Ingo Schwarze |
2009-06-14 | sync to 1.7.16: comments, whitespace and spelling fixes; no functional change | Ingo Schwarze |
2009-06-14 | Make sure the pglist is TAILQ_INIT()'ed before invoking uvm_pglistalloc(). | Miod Vallat |
2009-06-14 | DBDIR resides in DESTDIR. | Antoine Jacoutot |
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 | We want to install a LIF label on the disk before we run disklabel -A | Theo de Raadt |
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 | mention the number of special devices required | Alexander Hall |
2009-06-13 | - stat is not fatal, since we want resume not to fail for non-existent | Martynas Venckus |
2009-06-13 | tcpdrop broke with the addition of routing domains. Repair. | Andreas Gunnarsson |
2009-06-13 | Figure out which nodes are connected, and use all of their memory for now; | Miod Vallat |
2009-06-13 | Make ldpctl imsg-in-a-lib ready too. | Michele Marchetto |
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 | Use debug3() instead of debug(), requested by markus@ | Andreas Gunnarsson |
2009-06-13 | Define SIZEOF_LONG_LONG in config.h, so that the byteswapping code in ELF | Miod Vallat |
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 | Move some more statics into session_state | Andreas Gunnarsson |
2009-06-12 | Fix warnings. | Andreas Gunnarsson |
2009-06-12 | Fix warnings found by chl@ and djm@ and change roaming_atomicio's | Andreas Gunnarsson |
2009-06-12 | state_panic() tries the active then other valid leases by setting the | Kevin Steves |
2009-06-12 | Make sure splsoftnet() masks softclock; fallout form switch to generic | Miod Vallat |
2009-06-12 | document that RECURSIVE_FETCH_LIST is set to No by default. | Stuart Henderson |
2009-06-12 | KNF and wrap at 80 columns. | Joel Sing |
2009-06-12 | the TZ list cannot fit onto the floppies | Theo de Raadt |
2009-06-12 | Kill copies of prefixlen2mask and inet6applymask their now in util.c | Claudio Jeker |
2009-06-12 | Move prefixlen2mask and inet6applymask to util.c so that we can kill the | Claudio Jeker |
2009-06-12 | YP client functions do not allocate memory when they fail; | Ingo Schwarze |
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 | Document new WRKOBJDIR default value. | Landry Breuil |
2009-06-12 | remove the directory portion of yyfix's pathname from usage's output. | Igor Sobrado |
2009-06-12 | add missing header needed by warn() | Charles Longeau |