Age | Commit message (Expand) | Author |
2023-09-14 | sh(1), ksh(1): reimplement p_tv() with p_ts() | Scott Soule Cheloha |
2020-05-22 | Fix the exit code when eval()uating a || compound list, it would | Sebastian Benoit |
2018-04-09 | Support 64 bit integers on 32 bit architectures. | Tobias Stoeckmann |
2017-12-27 | Add -Wshadow to Makefile and fix the resulting warnings. Many of | Todd C. Miller |
2017-12-07 | Drop the unused second argument from set_prompt(). It used to be used for | Theo Buehler |
2017-07-22 | Use monotonic clock for the time command in csh and ksh. | anton |
2016-03-04 | remove CSRG BSD-licensed mknod builtin code which was previously used to | Theo de Raadt |
2015-12-30 | rename global "e" to genv to avoid accidental shadowing and aliasing. | Ted Unangst |
2015-12-14 | Move system headers from sh.h to those files that actually need them. | tb |
2015-12-14 | Remove a superfluous macro. No binary change. ok tb@ | mmcc |
2015-11-12 | Use isdigit() instead of ksh's homebrewed alternative. | mmcc |
2015-11-01 | Add uses of areallocarray(). mksh and Bitrig ksh already have similar | mmcc |
2015-10-21 | Don't bother casting NULL. | mmcc |
2015-10-19 | Move string.h include from sh.h to the files that use it. | mmcc |
2015-10-19 | Apply style(9) to header includes. | mmcc |
2015-10-10 | ksh can run with pledge "stdio rpath wpath cpath getpw fattr proc exec tty" | Theo de Raadt |
2015-09-18 | Last of the (thing *)0 -> NULL, from Michael McConville. No binary | Nicholas Marriott |
2015-09-17 | Remove unnecessary casts, from Michael McConville. No binary change. | Nicholas Marriott |
2015-09-15 | correct spelling of NULL from (char *)0. from Michael McConville. | Ted Unangst |
2015-07-20 | Zero-pad the seconds in the output of 'time' to make columns line up | Philip Guenther |
2014-08-27 | promote "times" to posix special built-in; | Jason McIntyre |
2013-09-04 | Add a proper suspend builtin that saves/restores the tty and pgrp | Todd C. Miller |
2013-04-19 | handle long long time_t | Theo de Raadt |
2013-03-20 | Remove bogus #if 0'd code. As the comment says, POSIX doesn't need this. | Todd C. Miller |
2010-03-27 | `b' and `c' arguments to mknod are not optional; from LEVAI Daniel | Jason McIntyre |
2009-05-05 | Fix usage string for mknod builtin. | Todd C. Miller |
2009-01-29 | pass "xerrok" status across the execution call stack to more closely | Jared Yanovich |
2008-07-23 | fix stack abuse in the `time' commmand, using alloc()'d memory instead. | Jared Yanovich |
2007-09-03 | Unsetting a non-existent variable is not an error. See | Otto Moerbeek |
2007-08-02 | fix memory leaks and one potential null deref found by coverity. from netbsd. | Federico G. Schwindt |
2006-04-10 | fix lint comments, no functional changes; ok ray | Jared Yanovich |
2006-03-21 | Partially revert last commit; jaredy@ showed the NULL deref can't | Otto Moerbeek |
2006-03-20 | Fix potential null deref and out-of-bound access. | Otto Moerbeek |
2006-03-12 | might as well make ksh_getopt() match real getopt(), ie. get rid of that | Theo de Raadt |
2005-10-08 | Silence bogus gcc warning. | Otto Moerbeek |
2005-10-06 | Introducing mknod as a built-in. It might be against the unix | Otto Moerbeek |
2005-03-30 | lots of indentation cleanup, now ksh is readable like our other code. | Theo de Raadt |
2005-02-02 | Introduce POSIX hex and octal (0x... and 0...) constants in arithmetic | Otto Moerbeek |
2004-12-28 | ansi. No binary change. | Jonathan Gray |
2004-12-22 | Fix a use-after-free, that causs core dumps if a shell is killed | Otto Moerbeek |
2004-12-22 | Our times(3) just calls getrusage(2) and gettimeofday(2), converting seconds | Todd C. Miller |
2004-12-22 | Use stdbool.h instead of rolling our own bools. | Todd C. Miller |
2004-12-20 | Ansification plus some minor knf. No binary change on i386 and | Otto Moerbeek |
2004-12-19 | umask returns mode_t, not int | Todd C. Miller |
2004-12-18 | Replace fd_clexec() with calls to fcntl(fd, F_SETFD, FD_CLOEXEC) | Todd C. Miller |
2004-12-18 | deregister | Todd C. Miller |
2004-12-18 | Get rid of #ifdef KSH since we don't care about building a V7 style sh and | Todd C. Miller |
2004-12-18 | Remove unused OS dependent #ifdef blocks, #defines and macro abstraction. | Todd C. Miller |
2003-03-13 | a few strcpy -> strlcpy; a couple people have mailed in a variety of | Theo de Raadt |
2003-02-28 | typos; from Brian Poole | Jason McIntyre |