Age | Commit message (Expand) | Author |
2015-12-15 | Some hooks API changes to fire a hook while waiting another cmdq and | Nicholas Marriott |
2015-12-15 | Do not panic when trying to delete an non-existing route with ART. | Martin Pieuchot |
2015-12-15 | PATCH is like PUT, data is expected. | Reyk Floeter |
2015-12-15 | test some valid UTF-8, but in the C locale | Ingo Schwarze |
2015-12-15 | test encoding of a few invalid UTF-8 sequences | Ingo Schwarze |
2015-12-15 | Sync the DB file once when done with fsync(), not on each write with O_SYNC. | Philip Guenther |
2015-12-15 | test vis(3)ing | Ingo Schwarze |
2015-12-15 | tests for the following keywords: cwd login group rgroup ruser user | Ingo Schwarze |
2015-12-15 | remove some not interesting debug printfs | Mike Larkin |
2015-12-15 | regression suite for the "command" keyword | Ingo Schwarze |
2015-12-15 | if a vcpu run thread in vmd exits unexpectedly, teardown the VM's kernel | Mike Larkin |
2015-12-15 | support reset vcpu by triple fault (kernel part, userland fix will come | Mike Larkin |
2015-12-15 | Allow list-keys and list-commands to be run without a running server. | Nicholas Marriott |
2015-12-15 | We changed somewhat recently to us the pty when tmux was run inside | Nicholas Marriott |
2015-12-15 | Don't copy marked pane when can just point to it. | Nicholas Marriott |
2015-12-15 | Make the marked pane a cmd_find_state. | Nicholas Marriott |
2015-12-14 | Use cmd_find_clear_state instead of an extra function doing the same. | Nicholas Marriott |
2015-12-14 | Use long long rather than off_t for line_no to ensure that it's always | mmcc |
2015-12-14 | Handle the keyboard backlight found on newer Thinkpads. Doesn't handle the | Mark Kettenis |
2015-12-14 | Work on a copy of the slowaccept flag instead of the global one as | Alexandre Ratchov |
2015-12-14 | move daemon(3) call before chroot(2) in tftpd. | Sebastien Marie |
2015-12-14 | Move system headers from sh.h to those files that actually need them. | tb |
2015-12-14 | Update iwm(4) CAVEATS section in light of initial 802.11n support. | Stefan Sperling |
2015-12-14 | iwm(4) firmware errors during association have been fixed. Remove BUGS section. | Stefan Sperling |
2015-12-14 | Wrap long lines. | Sunil Nimmagadda |
2015-12-14 | Wrap long lines and fix bad indents. | Sunil Nimmagadda |
2015-12-14 | Fix bad indents and whitespaces. | Sunil Nimmagadda |
2015-12-14 | Wrap long lines and whitespace fixes. | Sunil Nimmagadda |
2015-12-14 | remove trailing whitespace | Joerg Jung |
2015-12-14 | oops, sorry sunil, -d was in the wrong place: | Jason McIntyre |
2015-12-14 | Document -d option. | Sunil Nimmagadda |
2015-12-14 | In AMRR debug printfs, show ni_txmcs instead of ni_txrate for HT nodes. | Stefan Sperling |
2015-12-14 | Add initial 802.11n support to the iwm(4) driver. | Stefan Sperling |
2015-12-14 | various minor tweaks; | Jason McIntyre |
2015-12-14 | Support only one vcpu for now, until we implement SMP support. | Mike Larkin |
2015-12-14 | track used memory in each VM. This is passed back to vmctl status. | Mike Larkin |
2015-12-14 | Remove more needless casts of NULL and allocations. | mmcc |
2015-12-14 | Remove casts of allocations and NULL. There are a *ton* of these to | mmcc |
2015-12-14 | Remove a superfluous macro. No binary change. ok tb@ | mmcc |
2015-12-14 | Remove unused macro that's just a clone of abs(3). ok tb@ | mmcc |
2015-12-14 | initialize ext_len to 0. | Bob Beck |
2015-12-14 | initialize ok to 0 | Bob Beck |
2015-12-14 | initialize md_len to 0 for readability to quell warnings. | Bob Beck |
2015-12-14 | Remove NULL-checks before free(). | mmcc |
2015-12-14 | s/begining/beginning/g | mmcc |
2015-12-14 | "harware" -> "hardware" | mmcc |
2015-12-14 | Update default MTA reference to smtpd(8). Rectify documentation of | Sunil Nimmagadda |
2015-12-14 | pledge. | Kenneth R Westerback |
2015-12-14 | Remove some stray debug code. | Nicholas Marriott |
2015-12-14 | Instead of combined flags for -c, -s, -t, split into different sets | Nicholas Marriott |