Age | Commit message (Expand) | Author |
2009-06-05 | add some hostname sanity check | Alexander Hall |
2009-06-05 | Disable and clear hardware cursor to clean up after X. | Mark Kettenis |
2009-06-05 | Sanity check: we overrun the rnd_ed[] array if nbits is 32, but that | Philip Guenthe |
2009-06-05 | Update to Reinoud Zandijk's much more current version of ecma167-udf.h | Kenneth R Westerback |
2009-06-05 | Save some state and restore it after we return from X, because the accelerated | Mark Kettenis |
2009-06-05 | Dynamic buffer cache sizing. | Bob Beck |
2009-06-05 | Preliminary rdomain support, all hacked up by reyk@ | Claudio Jeker |
2009-06-05 | Document rdomain | Claudio Jeker |
2009-06-05 | %zu is not meant for size_t in the kernel. Change to %lu. | Ray Lai |
2009-06-05 | more rtm->rtm_hdrlen conversion | Chris Cappuccio |
2009-06-05 | Add the ability to attach wsmoused to a different wsdisplay than wsdisplay0 | Miod Vallat |
2009-06-05 | EPERM from VOP_ACCESS() is always an error, so don't hide it. | Thordur I. Bjornsson |
2009-06-05 | Remove trailing newlines, spaces, and tabs. | Ray Lai |
2009-06-05 | Add missing #ifdef INET6 ... #endif | Alexander Hall |
2009-06-05 | this one too | Martynas Venckus |
2009-06-05 | reduce diff i will send in a minute | Martynas Venckus |
2009-06-05 | treat buf->wpos as the size to send out on the wire, not buf->size, | Pierre-Yves Ritschard |
2009-06-05 | don't mess with buffer internals, | Pierre-Yves Ritschard |
2009-06-05 | Document SO_RDOMAIN | Claudio Jeker |
2009-06-05 | Clamp the ending bound to the size of the disk. This makes disklabel -A | Theo de Raadt |
2009-06-05 | The names for p_flags bits had fallen out of date | Philip Guenthe |
2009-06-05 | some KNF cleanup following the last sed. | Pierre-Yves Ritschard |
2009-06-05 | Last but not least. Telnet -V rdomain to connect to systems in other routing | Claudio Jeker |
2009-06-05 | The networking swissarmy knife needs to work on alternate domains as well. | Claudio Jeker |
2009-06-05 | One more tool that knows about other domains via -V | Claudio Jeker |
2009-06-05 | Fix usage. | Claudio Jeker |
2009-06-05 | Use -V to specify an alternate routing domain. | Claudio Jeker |
2009-06-05 | Allow ping to use an alternate routing domain by using the -V flag. | Claudio Jeker |
2009-06-05 | Make it possible to bind an interface to a rdomain. Manpage will follow soon. | Claudio Jeker |
2009-06-05 | Initial support for routing domains. This allows to bind interfaces to | Claudio Jeker |
2009-06-05 | Make imsg completely async model agnostic by not requiring an | Pierre-Yves Ritschard |
2009-06-04 | If a buffer is created with a name that starts and ends with an askerisk | Kjell Wooding |
2009-06-04 | Change i386 ACPI sleep to KASSERT if the pmap can't be activated | Mike Larkin |
2009-06-04 | - factor out rf into its own structure | Martynas Venckus |
2009-06-04 | After calling adjfreq to correct the clock's rate, measure and fix the clock | Chris Kuethe |
2009-06-04 | Add the notion of an "ephemeral" popup, so we can flag a window | Kjell Wooding |
2009-06-04 | silently ignore -a if a username is supplied in the url | Alexander Hall |
2009-06-04 | Print a better message than '(null)' if no command is specified ("tmux \;"). | Nicholas Marriott |
2009-06-04 | move logging functions out of imsg.h, make imsg.c more library ready | Pierre-Yves Ritschard |
2009-06-04 | Ensure we are sleeping from the kernel. Code changed to match i386. | Mike Larkin |
2009-06-04 | Fix problem where line numbers get out of sync on a region-kill (C-w). | Kjell Wooding |
2009-06-04 | When in auto-mode, automatically install binary files (from the X set). | Antoine Jacoutot |
2009-06-04 | remove variable left behind by thib | Theo de Raadt |
2009-06-04 | Make backtraces through interrupts work. | Mark Kettenis |
2009-06-04 | turn ipvcrap on on the interface in question. sake bottle pushed by theo, | Henning Brauer |
2009-06-04 | change imsg_close() return type to void. It never fails nor does it | Eric Faurot |
2009-06-04 | No longer consider kernel pointers invalid if pointing under the kernel | Miod Vallat |
2009-06-04 | switch to a bnx style dynamic pool backed tx so we don't | Jonathan Gray |
2009-06-04 | fix minor tab alignment | Charles Longeau |
2009-06-04 | Make mrt understand alternate RIB plus remove some other static rib references. | Claudio Jeker |