Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-06 | Introducing mknod as a built-in. It might be against the unix | Otto Moerbeek | |
philosophy, but in this case it's worth it. ok deraadt@ | |||
2005-03-30 | lots of indentation cleanup, now ksh is readable like our other code. | Theo de Raadt | |
double checked to make sure no binaries change, and eyed by niallo | |||
2004-12-31 | Call perl directly instead of using an sh script to find it. | Todd C. Miller | |
OK otto@ | |||
2004-12-30 | Remove -Wno-unused form CFLAGS and kill some unused vars found as a result of | Otto Moerbeek | |
that. ok millert@ | |||
2004-12-22 | Use sys_signame and sys_siglist instead of building a list of signal | Todd C. Miller | |
values and names via an awk script. OK otto@ | |||
2004-12-18 | Get rid of #ifdef KSH since we don't care about building a V7 style sh and | Todd C. Miller | |
the #ifdef KSH code is required to make a POSIX sh. From Matthias Kilian | |||
2004-12-18 | Remove unused OS dependent #ifdef blocks, #defines and macro abstraction. | Todd C. Miller | |
First step in making the ksh code easier to read. From Matthias Kilian | |||
2004-02-16 | give up on amd64 -O0 | Theo de Raadt | |
2004-02-10 | XXX: build ksh -O0 for now, since it makes it a whole lot more stable. | Theo de Raadt | |
we'll figure out what the bug is later, or maybe some of the other fixes going in will fix it.. | |||
2004-01-09 | use cc -E for the preprocessor instead of cpp. | Brad Smith | |
ok espie@ millert@ | |||
2003-08-11 | I can not reproduce the ksh -O1 issues anymore on mvme88k with the latest | Miod Vallat | |
snapshot, so stop disabling optimization. | |||
2003-08-08 | Enable the first level of compiler optimizations on mvme88k by default, | Miod Vallat | |
now that is getting stable. ksh(1) still has to be builh at -O0 for now, though. ok deraadt@ | |||
2002-04-22 | Do not hardcode mvme88k-specific compilation flags here, especially since | Miod Vallat | |
the new flags happen to be no different from those set in <sys.mk> | |||
1999-09-28 | disable optimization on 88k | Steve Murphree | |
1999-06-15 | patches from pdksh 5.2.13.11 | Todd C. Miller | |
1999-01-10 | sync with pdksh-unstable-5.2.13.6 | Todd C. Miller | |
1998-03-06 | Add unlimit man link for csh and ulimit man link for sh. | Todd C. Miller | |
1996-11-30 | Install ksh as sh too. | Jason Downs | |
1996-08-25 | Removed unused file and move KSH define to CFLAGS. | Jason Downs | |
1996-08-20 | Forgot emacs.out depends on emacs.c. | Jason Downs | |
1996-08-19 | invoke /bin/sh | Jason Downs | |
1996-08-14 | Ok, I give up kill the pdksh links. | Jason Downs | |
1996-08-14 | Yet more links. | Jason Downs | |
1996-08-14 | Add links. | Jason Downs | |
1996-08-14 | Import pdksh 5.2.7. | Jason Downs | |