summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2011-07-05Sync to bsd.lv (all coded by kristaps@):Ingo Schwarze
2011-07-04remove compat_svr4Ted Unangst
2011-07-04Nuke a load of trailing whitespace; no binary change.Nicholas Marriott
2011-07-04Support "show ip bgp peer-as" in bgplg.Claudio Jeker
2011-07-04Show full targets for lsp/lsw -a.Nicholas Marriott
2011-07-04Use screen_reinit for respawn-pane to keep history and call input_initNicholas Marriott
2011-07-04Big restructuring of the main switch making it much more readable.Otto Moerbeek
2011-07-04Change the list-keys format so that it shows the keys using actual tmuxNicholas Marriott
2011-07-03Add an option to trigger the terminal bell when there is an alert, fromNicholas Marriott
2011-07-03Include the existing window and session name in the prompt when renamingNicholas Marriott
2011-07-03Update floating-point format specifier checks; the situation hasMartynas Venckus
2011-07-02Allow the initial context on prompts to be set with the new -I option toNicholas Marriott
2011-06-30switch to license in /usr/share/misc/license.templateAlexandre Ratchov
2011-06-29make -u flag per-device similarly to -a and -wAlexandre Ratchov
2011-06-27for mount_ntfs, fix an error in previous; for tr, fix an error of theJason McIntyre
2011-06-27remove two forgotten debug printf()sAlexandre Ratchov
2011-06-27Display the CPU usage when -ddddd is used, ie the time spent onAlexandre Ratchov
2011-06-27expose audio client names through sysex messages, this way anyAlexandre Ratchov
2011-06-27PANE_FREEZE doesn't do anything anymore, so remove it.Nicholas Marriott
2011-06-26no mcdTed Unangst
2011-06-25DESTDIR handling does not belong here. This is built live.Theo de Raadt
2011-06-25some improvements from Cl??ment B??sch; ok teduJason McIntyre
2011-06-25add CAVEATS section explaining some of the differences between thisJasper Lievisse Adriaanse
2011-06-23ignore EINTR errors from poll()Damien Miller
2011-06-23switch to installing source manuals (base part)Ingo Schwarze
2011-06-23Don't check dev/ramdisk.h for ioctl(2) commands as it doesn't existMatthew Dempsky
2011-06-23Add a couple of extra xterm-style keys that gnome terminal provides,Nicholas Marriott
2011-06-23rename sandbox.h => ssh-sandbox.h to make things easier for portableDamien Miller
2011-06-22$OpenBSD$ makersDamien Miller
2011-06-22hook up a channel confirm callback to warn the user then requested X11Damien Miller
2011-06-22introduce sandboxing of the pre-auth privsep child using systrace(4).Damien Miller
2011-06-22reuse the multistate option arrays to pretty-print options for "sshd -T"Damien Miller
2011-06-21Convert SO_RTABLE's protocol level to the SOL_SOCKET; ok claudioMike Belopuhov
2011-06-20Make -aoff option apply to MIDI ports (-q) as well, ensuring the deviceAlexandre Ratchov
2011-06-20fix a segfault found by jasper@Marc Espie
2011-06-20Switch binary file detection from !(isprint() || isspace()) to checkingStefan Sperling
2011-06-20more fancy kdump output, mostly from FreeBSD; ok deraadt@ tedu@Otto Moerbeek
2011-06-20Teach lint about %F, %A, %a format specifiers.Martynas Venckus
2011-06-20Revert rev 1.21 which is superceded by 1.22Todd C. Miller
2011-06-20Prevent lint from warning about %m in C format strings. QuietsTodd C. Miller
2011-06-20- Adjust Getopts() hash to align options with values.Jasper Lievisse Adriaanse
2011-06-20- implement --static, and preserve dependency order,Jasper Lievisse Adriaanse
2011-06-18the %m argument as used by syslog does not eat an argument, so skip over it.Ted Unangst
2011-06-18Have -T[x]html print out the link target for `Lk'Ingo Schwarze
2011-06-18Warn and stop processing if the format string ends with an backslash.Philip Guenthe
2011-06-17setproctitle for a mux master that has been gracefully stopped;Damien Miller
2011-06-17factor out multi-choice option parsing into a parse_multistate labelDamien Miller
2011-06-17the protocol version should be unsigned; bz#1913 reported by mb ATDamien Miller
2011-06-17make the pre-auth privsep slave log via a socketpair shared with theDamien Miller
2011-06-16Prototypes of functions generated by mksubr.Otto Moerbeek