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