summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2010-05-06allow volumes of uninitialized slots to be setAlexandre Ratchov
2010-05-05Identical behaviour to select-prompt can now be obtained withNicholas Marriott
2010-05-05restore mput and mget which got lost in the tab-completion changes.Darren Tucker
2010-05-04end-of-sentence markers at the end of .Fn argument listsIngo Schwarze
2010-05-04make the mixer process data as soon as it's pushed by one of itsAlexandre Ratchov
2010-05-04if the ``device'' is in loopback mode (ie no audio device), thenAlexandre Ratchov
2010-05-04Put this back in with the initialisation in the right order.Nicholas Marriott
2010-05-04Revert last change, it appears to be broken somehow.Nicholas Marriott
2010-05-03Support gcc4 with cpp (gcc4 binary to be installed in /usr/libexec/cpp).Dale Rahn
2010-05-03Make signal handler setup/teardown two common functions instead of six,Nicholas Marriott
2010-05-03Make C-] and other punctuation-based control key combinations work again.Ryan Thomas McBride
2010-05-02sort options.Igor Sobrado
2010-05-02Clean up device handling code to clarify different initialization phasesAlexandre Ratchov
2010-05-02Don't systematically fill with silence the mixer output. ThisAlexandre Ratchov
2010-05-02use clock_gettime() and interval timers instead of gettimeofday()Alexandre Ratchov
2010-05-02in the resampling code, handle the case ``diff == 0'', to avoid producingAlexandre Ratchov
2010-05-01typo; jmeltzer@Damien Miller
2010-04-30shuffle some things around to deal with incomplete typesJonathan Gray
2010-04-28Make the active pane border have a green foreground instead ofNicholas Marriott
2010-04-28Rename nfiles so as not to collide with sys/file.h,Jonathan Gray
2010-04-28shuffle extern decl of header[] so gcc4 doesn't complain aboutJonathan Gray
2010-04-28Fix crash when resizing in copy mode, when cursor can end up outside screen.Nicholas Marriott
2010-04-27Fix a subtle bug noticed by naddy@ in pftop(8), thanks!Ingo Schwarze
2010-04-27imsg.h does not need sys/tree.h.Nicholas Marriott
2010-04-26bz#1502: authctxt.success is declared as an int, but passed byDamien Miller
2010-04-26Fix a bug in auto-completion accidentally introduced when supportStefan Sperling
2010-04-26more portable codeTheo de Raadt
2010-04-25Add a tiled layout, originally from Liam Bedford a while ago, fixed upNicholas Marriott
2010-04-25Implement roff conditional instructions .if .ie .el, in man(7) only for now;Ingo Schwarze
2010-04-25ftpvis was not ok. fix it.Ted Unangst
2010-04-25prevent out-of-bounds access with empty pattern (fixes "grep -x ''")Eric Faurot
2010-04-25pure whitespace cleanupMarc Espie
2010-04-25Fix auto-completion of filenames containing whitespace.Stefan Sperling
2010-04-24delete two extra ; that got inserted somewhere along the lineTheo de Raadt
2010-04-24if there are no files to play in legacy mode, print the usage messageAlexandre Ratchov
2010-04-24don't increment mixer's ``idle'' counter before truncating theAlexandre Ratchov
2010-04-24rename ibuflist/obuflist -> ins/outs to cut long linesAlexandre Ratchov
2010-04-23refuse to generate keys longer than OPENSSL_[RD]SA_MAX_MODULUS_BITS,Damien Miller
2010-04-23set stderr to /dev/null for subsystems rather than just closing it.Damien Miller
2010-04-23set "detach_close" flag when registering channel cleanup callbacks.Damien Miller
2010-04-23When converting A-Z into a control character, want to subtract 64 notNicholas Marriott
2010-04-23mention hostname, prompted by lum@Otto Moerbeek
2010-04-23show hostname in header line; ok lum@ phessler@Otto Moerbeek
2010-04-23bz#1740: display a more helpful error message when $HOME isDamien Miller
2010-04-23Handle literal tab characters both in literal context (.Bd -literal)Ingo Schwarze
2010-04-22Fix a segfault reported by nicm@, introduced in rev. 1.38.Ingo Schwarze
2010-04-22zap trailing whitespace;Jason McIntyre
2010-04-22Allow multiple users to share the same aucat server. If aucat isAlexandre Ratchov
2010-04-21Mark zombie windows as dead in choose-window list, from Romain Francoise.Nicholas Marriott
2010-04-21Rewrite key string conversions to be readable and to work properly forNicholas Marriott