Age | Commit message (Expand) | Author |
2009-06-03 | Ensure there is a statement after a label. | Jonathan Gray |
2009-06-03 | rename sc_config to sc_conffile since that's what this field is about, it | Gilles Chehade |
2009-06-03 | Add support for the newer 82575 and maybe 82576 chips. The cards work more | Claudio Jeker |
2009-06-03 | whitespace. "Sure" marco@ | Chris Kuethe |
2009-06-03 | Do not set the window title by default (make set-titles option default to off), | Nicholas Marriott |
2009-06-03 | gak, I loose, backout unintended hitchiker on my last commit | Todd T. Fries |
2009-06-03 | New session option, status-utf8, to control the interpretation of top-bit-set | Nicholas Marriott |
2009-06-03 | Improve error checking for the secrets encoding function; ok gilles@ | Jacek Masiulaniec |
2009-06-03 | sync | Theo de Raadt |
2009-06-03 | crank libc major | Theo de Raadt |
2009-06-03 | Add a UTF-8 aware string length function and make UTF-8 in | Nicholas Marriott |
2009-06-03 | Take advantage of the surprise libc bump to bring in | Ingo Schwarze |
2009-06-03 | Add missing documentation for the -a flag used to move to next/previous window | Nicholas Marriott |
2009-06-03 | Adapt for putenv and unsetenv changes. | Todd C. Miller |
2009-06-03 | Make putenv(), setenv() and unsetenv() standards compliant. The | Todd C. Miller |
2009-06-03 | Add a section summarising the status line. There are quite a number of status | Nicholas Marriott |
2009-06-03 | sync these also | Janne Johansson |
2009-06-03 | sync | Janne Johansson |
2009-06-03 | remove bad #ifdef from syscall.master | Janne Johansson |
2009-06-03 | sync | Todd T. Fries |
2009-06-03 | If both -h and -k are specified, the latter takes precedence. | Todd C. Miller |
2009-06-03 | Sync | Janne Johansson |
2009-06-03 | Sync | Janne Johansson |
2009-06-03 | remove unused variable | Charles Longeau |
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar... | Janne Johansson |
2009-06-03 | rewind DATA, so that the next scp: url will have code to connect to... | Marc Espie |
2009-06-03 | undo a mistake found by sobrado; | Jason McIntyre |
2009-06-03 | When swapping pane positions, swap the PANE_HIDDEN flag as well, otherwise tmux | Nicholas Marriott |
2009-06-03 | Import acpi power resource driver. This is needed for suspend/resume logic. | Paul Irofti |
2009-06-03 | some cleanup; ok nicm | Jason McIntyre |
2009-06-03 | Oops need to kill the XXX comment that we are not enabling softraid rebuild | Marco Peereboom |
2009-06-03 | Start using the shiny new function pointer to determine if we have disk | Marco Peereboom |
2009-06-03 | Add a callback specifically for softraid. If you touch this kittens will | Marco Peereboom |
2009-06-03 | Whack conflicting BARs, such that they get assigned a non-conflicting value | Mark Kettenis |
2009-06-03 | make sure timezone and sets location gets sane defaults | Alexander Hall |
2009-06-03 | set IFF_ALLMULTI properly also when in promiscuous mode and some | Christian Weisgerber |
2009-06-03 | change buf_close return type to void. | Eric Faurot |
2009-06-03 | register bit definitions instead of magic numbers; | Christian Weisgerber |
2009-06-03 | Don't disable dock devices if dock isn't initially attached | Jordan Hargrave |
2009-06-03 | Use the new powerful route flush to clean up the mess. With this multiple | Claudio Jeker |
2009-06-03 | mjacob took kettenis's r1.44 into FreeBSD and added a tweak to | Kenneth R Westerback |
2009-06-03 | phys allocator fix: zeroed pages are not clean. | Ariane van der Steldt |
2009-06-03 | ansi function decls, no binary change. | Jonathan Gray |
2009-06-03 | Change bufhash from the old grotty hash table to red-black trees hanging | Bob Beck |
2009-06-03 | Cast char to u_char before passing to isalnum(). | Ray Lai |
2009-06-03 | Revert readv/writev changes, as they trigger an apparent file descriptor | Bret Lambert |
2009-06-03 | kill some unused defines, don't do an ifndef dance for | Thordur I. Bjornsson |
2009-06-03 | sync | Theo de Raadt |
2009-06-03 | Don't postpone memory allocation for the error message to the error handler: | Ingo Schwarze |
2009-06-03 | remove the never used bufq_ code. | Thordur I. Bjornsson |