summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-11-01update currency exchange rates;Jason McIntyre
2015-11-01KNF; from Rob PierceTheo de Raadt
2015-10-31Update Matroska magic file.Nicholas Marriott
2015-10-31Fall back silently to ~ or / rather than checking -c with access(), thisNicholas Marriott
2015-10-31Don't shift version out of peerid, it is needed later.Nicholas Marriott
2015-10-31The output log is only useful once and it means creating a file, so openNicholas Marriott
2015-10-31Split client-only (at, crontab) functions out of misc.c and intoTodd C. Miller
2015-10-31mark *Completions* buffer as read-onlyJasper Lievisse Adriaanse
2015-10-31Because pledge(2) does not allow us to pass directory file descriptorsNicholas Marriott
2015-10-30Redo 1.69, but correctly, so that this really works for yp setups.Miod Vallat
2015-10-30If a .Bd block has no arguments at all, drop the block and only keepIngo Schwarze
2015-10-30Do not access a NULL pointer when a .Bd macro has no arguments at all.Ingo Schwarze
2015-10-30top renice command requires pledge "id", from Michael LesniewskiTheo de Raadt
2015-10-30mark usage __deadTed Unangst
2015-10-29I assume KRANDOM was the previous name for FFRAND. KRANDOM is not inMark Lumsden
2015-10-29Fix opening dired from the command line. Incorrect cursor placementMark Lumsden
2015-10-29This sausage is made from unsound meat.Ted Unangst
2015-10-29Break version check into a separate function, and limit version to 8 bits.Nicholas Marriott
2015-10-29Fix "PubkeyAcceptedKeyTypes +..." inside a Match block; ok dtucker@Damien Miller
2015-10-29pledge "stdio rpath".Theo de Raadt
2015-10-29Pretty sure this can pledge "stdio rpath wpath cpath". Commiting to startTheo de Raadt
2015-10-28pledgeTheo de Raadt
2015-10-28remove knowledge of dnssocket/dnsconnectTheo de Raadt
2015-10-28Like options, move the environ struct into environ.c.Nicholas Marriott
2015-10-27Move struct options into options.c.Nicholas Marriott
2015-10-27No more TMPDIR.Nicholas Marriott
2015-10-27Break the common process set up, event loop and imsg dispatch codeNicholas Marriott
2015-10-27Count brackets in #{?...} so that nested conditional formats work, fromNicholas Marriott
2015-10-27The format callback may not always succeed, so we need to check forNicholas Marriott
2015-10-27Use copy-mode -et= in WheelUpPane binding, from Patrick Palka.Nicholas Marriott
2015-10-27fix execv arguments in a way less likely to cause grief for -portable;Damien Miller
2015-10-27log certificate serial in verbose() messages to match the mainDamien Miller
2015-10-27avoid de-const warning & shrink; ok dtucker@Damien Miller
2015-10-26If a mouse event has no key binding, pass it through to the pane itNicholas Marriott
2015-10-26Default bindings for mouse wheel on status line to change window (likeNicholas Marriott
2015-10-26Tidy up error() levels: merge COMPILE and COMPILE2, and kill ERROR (unused)Jeremie Courreges-Anglas
2015-10-26Use error(FATAL) instead of what was previously err(1,...)Jeremie Courreges-Anglas
2015-10-26Handle unknown keys more gracefully, return a string instead of NULL.Nicholas Marriott
2015-10-26Don't reject properties with no whitespace after the colon; it's perfectlyJasper Lievisse Adriaanse
2015-10-26no more TMPDIR;Jason McIntyre
2015-10-26Some extra logging of where keys are actually going.Nicholas Marriott
2015-10-26Rather than setpassent(1) for the lifetime of the program, use two smallerTheo de Raadt
2015-10-26Put off some "notyet" dust from login.c.Vadim Zhukov
2015-10-26Rename err() to error() to prevent confusion with the stdlib function.mmcc
2015-10-26remove the silly username cache here and use libc user_from_uid.Ted Unangst
2015-10-26remove TMPDIR supportTheo de Raadt
2015-10-26remove TMPDIR support. ok millertTed Unangst
2015-10-26print uptime too. ok deraadtTed Unangst
2015-10-26If the system call is entirely unpermitted, code will be 0, and there isTheo de Raadt
2015-10-26remove libutil from dpadd tooTed Unangst