summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2016-05-28Test if stdin is a terminal before resetting the tty state.Martijn van Duren
2016-05-28repair braces. from ilya.kaliman/gsoares/natanoTed Unangst
2016-05-28Simplify search form: minus two visible control elements, minusIngo Schwarze
2016-05-28Fix file block size rounding and ensure it's large enough to store aAlexandre Ratchov
2016-05-27Padding cell is always the same so use a static.Nicholas Marriott
2016-05-27Break the save-last-cell code into a separate function (so it can beNicholas Marriott
2016-05-27Most of the utf8_data is fixed so simplify utf8_set to use a memcpy.Nicholas Marriott
2016-05-27Use getprogname() instead of __progname to make portability easier.Nicholas Marriott
2016-05-27When resampling, use the exact resampling factor instead of the ratioAlexandre Ratchov
2016-05-27Flush rec buffer if there's less than one block space left and refillAlexandre Ratchov
2016-05-27Simplify slot_fill() and slot_flush(). No behaviour changeAlexandre Ratchov
2016-05-27Make resamp_do() get the exact number input and output samples andAlexandre Ratchov
2016-05-27Per the libtls man page, tls_init() must be called prior to any otherJoel Sing
2016-05-27Revert CHAR_T removal. Some signedness flaws were introduced.Martijn van Duren
2016-05-26Use "cc -E" instead of "cpp". OK deraadt@ natano@Todd C. Miller
2016-05-26Extend 0x1234 keys form to more bits so that Unicode keys work.Nicholas Marriott
2016-05-26Just nuke environ instead of trying to unsetenv everything because thatNicholas Marriott
2016-05-26Make format conversion routines return the number of framesAlexandre Ratchov
2016-05-25To prevent screwing up terminal settings when printing to theIngo Schwarze
2016-05-25Avoid a use-after-free.Kenneth R Westerback
2016-05-25Don't warn when read or write block at cycle boundary, this mayAlexandre Ratchov
2016-05-25Assert we're not freeing buffers we didn't allocateAlexandre Ratchov
2016-05-25Log files skipped during poll() as well, and flush the log bufferAlexandre Ratchov
2016-05-25Set initial mixer slot name to "prog" to make all slots visible inAlexandre Ratchov
2016-05-24KNF compression proposal and simplify the client side a little. ok djm@Darren Tucker
2016-05-24Back out 'plug memleak'.Darren Tucker
2016-05-23prefer agent-hosted keys to keys from PKCS#11; ok markusDamien Miller
2016-05-23Use a fixed buffer for strftime() because there is no portable way toNicholas Marriott
2016-05-23Remove unused variable, from Ben Boeckel.Nicholas Marriott
2016-05-23Trim trailing whitespace from man.conf lines. OK schwarze@.Todd C. Miller
2016-05-23UTF-8 support.Ingo Schwarze
2016-05-23Plug mem leak in filter_proposal. ok djm@Darren Tucker
2016-05-22On hppa, function pointer comparison can require dereferencing them.Philip Guenther
2016-05-19fix type of ed25519 valuesDamien Miller
2016-05-18Also print a warning if the user doesn't fill the mail SubjectJeremie Courreges-Anglas
2016-05-18Print a user-friendly message if some fields are missing; ok tedu@Jeremie Courreges-Anglas
2016-05-17Refactor the handling of pledge and the optional user string: The threeTheo Buehler
2016-05-17Move the code block that builds up a default seed further down in orderTheo Buehler
2016-05-17Fix "skeyinit username" run as root. Also reduce the pledgeTodd C. Miller
2016-05-13spelling and usage() fixes;Jason McIntyre
2016-05-13have sinclude/include be more compatible with sysv, handle list of filesMarc Espie
2016-05-13-F is nonstandard as well. from Caspar SchutijserTed Unangst
2016-05-12Add -F option to install(1) that calls fsync(2) on the installedTodd C. Miller
2016-05-12- Rework load_cfg() error handling a little.Tim van der Molen
2016-05-12set-hook needs CANFAIL like the other set commands.Nicholas Marriott
2016-05-11remove hppa64 port, which we never got going beyond broken single users.Theo de Raadt
2016-05-11Add on alerts rather than ignoring them if the event has already beenNicholas Marriott
2016-05-11signify should refer to the future keyTheo de Raadt
2016-05-11Allow top(1) to filter process args if they are being displayed.Edd Barrett
2016-05-09Implement Mdocdate keyword substitution.Ingo Schwarze