Age | Commit message (Expand) | Author |
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 |
2015-12-13 | fix warnings; spotted by `mandoc -Tlint' | Gleydson Soares |
2015-12-13 | Hook up the ThinkLight to the keyboard backlight support code. | Mark Kettenis |
2015-12-13 | unbreak connections with peers that set first_kex_follows; | Damien Miller |
2015-12-13 | Use member names in cmd_entry definitions so I stop getting confused | Nicholas Marriott |
2015-12-13 | Sort button defines. | Mark Kettenis |
2015-12-13 | Actually I thought cmd_get_state_client was unnecessary but it will be | Nicholas Marriott |
2015-12-13 | add filter api man page | Joerg Jung |
2015-12-13 | Respect the k-values configuration when calculating the composite metric. | Renato Westphal |
2015-12-13 | Fix bug in the documentation of the k-values configuration option. | Renato Westphal |
2015-12-13 | Minor cosmetic changes. | Renato Westphal |
2015-12-13 | Introduce new command to show traffic statistics. | Renato Westphal |
2015-12-13 | -c needs to be able for fail for display-message. | Nicholas Marriott |
2015-12-13 | Remove an unnecessary function. | Nicholas Marriott |
2015-12-13 | show-options and environment need CANFAIL flag. | Nicholas Marriott |
2015-12-13 | Don't log an error when doing the first check for move-window. | Nicholas Marriott |
2015-12-13 | Use struct cmd_find_state directly and remove cmd_state_flag, also | Nicholas Marriott |
2015-12-13 | Change cmd_find_target to use a state struct from the caller. | Nicholas Marriott |
2015-12-13 | If command returns error, report it. | Nicholas Marriott |
2015-12-13 | Remove the cmd_find_{session,window,pane,index} functions (which are | Nicholas Marriott |
2015-12-13 | Move logging into cmd_find_target rather than each function. | Nicholas Marriott |
2015-12-13 | Instead of every command resolving the target (-t or -s) itself, prepare | Nicholas Marriott |
2015-12-13 | less macro; | Jason McIntyre |
2015-12-13 | Move some variables local to makemap(). | Sunil Nimmagadda |
2015-12-13 | smtpd is no longer 5.4.6 | Gilles Chehade |
2015-12-13 | document filter keyword | Gilles Chehade |
2015-12-13 | refactor smtp_session to plug into the filters infrastructure | Gilles Chehade |
2015-12-13 | remove prototype to now unused function + pass fallback hint to lka | Gilles Chehade |