summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-11-11improve PEEK/POKE macros: better casts, don't multiply evaluateDamien Miller
2015-11-11exit if pledge failsTheo de Raadt
2015-11-11exit() after perror() for pledge failure. Perhaps this got introducedTheo de Raadt
2015-11-11remove prototypes for long-gone s/key support; ok dtucker@Damien Miller
2015-11-11creat() -> open equiv; from Frederic NowakTheo de Raadt
2015-11-10If realpath() fails just try the original path.Nicholas Marriott
2015-11-10Handle absolute paths properly, and don't use resolved path inNicholas Marriott
2015-11-10With -H, do not overrun your static buffer on files longer than 4 kB.Ingo Schwarze
2015-11-10Split the intra-thread functionality from kill(2) into its own syscallPhilip Guenther
2015-11-09add missing NAME entries; ok schwarzeJason McIntyre
2015-11-09use perror() instead, as in lesskeyTheo de Raadt
2015-11-09stop acting like "more" if progname is "page"; ok millertTheo de Raadt
2015-11-09fsync() on a tty is meaningless; ok deraadt@Todd C. Miller
2015-11-09pledge "stdio rpath wpath cpath exec" early, then after openingTheo de Raadt
2015-11-09NULL_IFILE has no weird use patterns. NULL is sufficient.Theo de Raadt
2015-11-09define of SPACES_IN_FILENAMES is never usedTheo de Raadt
2015-11-09use (off_t)-1 rather than a BAD_LSEEK wrapperTheo de Raadt
2015-11-09error() is not a stdarg function, so there is no reason for NULL_PARGTheo de Raadt
2015-11-093 pledge calls; 2 are for secure mode and will help track down if thisTheo de Raadt
2015-11-09do not save history in secure modeTheo de Raadt
2015-11-09Rename AT_DIR -> AT_SPOOL and SPOOL_DIR -> CRON_SPOOL to improveTodd C. Miller
2015-11-09use open() with flags instead of creat()Theo de Raadt
2015-11-09Remove xfree(). From Michael W. Bombardieri.mmcc
2015-11-09Remove NULL-checks before free(), a needless comment, and a needlessmmcc
2015-11-09use strncasecmp()Jasper Lievisse Adriaanse
2015-11-09no need to initialize variables that are being initialized a few lines belowJasper Lievisse Adriaanse
2015-11-09cleanup struct definitionsTheo de Raadt
2015-11-09close_getchr() is now a noopTheo de Raadt
2015-11-09use STDERR_FILENO instead of 2Theo de Raadt
2015-11-09do not need wrappers around O_RDONLY and suchTheo de Raadt
2015-11-08-c before -H, in SYNOPSIS and usage();Jason McIntyre
2015-11-08Add "ssh-keyscan -c ..." flag to allow fetching certificates insteadDamien Miller
2015-11-08remove slogin links; ok deraadt markus djmJason McIntyre
2015-11-08fix OOB read in packet code caused by missing return statementDamien Miller
2015-11-08whitespaceJasper Lievisse Adriaanse
2015-11-08stop pointing people to the gnu and less sites; ok nicmJason McIntyre
2015-11-08Remove support for LESSGLOBALTAGS, we do not have global(1) (standardNicholas Marriott
2015-11-07replace save() with estrdup() and make estrdup() exit like all the otherTed Unangst
2015-11-07delete custom charset tables and just use ctype. init utf_mode from LC_CTYPETed Unangst
2015-11-07Modernization, no functional change intended:Ingo Schwarze
2015-11-07In private header files, __BEGIN_DECLS and __END_DECLS are pointless.Ingo Schwarze
2015-11-07remove some charsets we don't use. remove LESSCHARSET since setting it toTed Unangst
2015-11-06Use __progname instead of the homegrown ProgramName.Todd C. Miller
2015-11-06I was very optimistic in groupling creation. Turns out lists of targetsMarc Espie
2015-11-06correct exit status on pledge(2) errorsIngo Schwarze
2015-11-06Use getprogname(3) rather than __progname.Ingo Schwarze
2015-11-06remove rarely used LESSCHARDEF support. ok nicmTed Unangst
2015-11-06Remove support for ! to run a shell command, we have ^Z around theseNicholas Marriott
2015-11-06Garrett D'Amore has agreed to moving his copyright line up above theNicholas Marriott
2015-11-06time_t is not a long. remove incorrect abstraction around time().Ted Unangst