Commit Graph

19 Commits

Author SHA1 Message Date
tg 130367d617 further cleanup 2004-12-31 19:37:03 +00:00
tg f6e24ec417 Our times(3) just calls getrusage(2) and gettimeofday(2), converting seconds
to ticks.  Since ksh needs things in seconds it then converted them back.
Avoid the silliness and use the getrusage(2) and gettimeofday(2) directly.
With man page help from jmc@
From: Todd C. Miller <millert@cvs.openbsd.org>
2004-12-31 18:41:47 +00:00
tg 2b6df533b9 Use the BSD sig_t instead of homegrown handler_t
Remove KSH_SA_FLAGS
From: Todd C. Miller <millert@cvs.openbsd.org>

sanitise signal handling a bit (will be revisited)
2004-12-31 17:29:28 +00:00
tg c34add61ff un-OS/2 (sorry)
no binary change
2004-12-13 19:05:09 +00:00
tg 978a1d53a1 * reduce amount of empty lines
* replace some spaces by tabs
* shuffle code around (shrink)
2004-12-13 18:53:25 +00:00
tg 97d9512149 bump to mksh R19 2004-12-10 18:12:32 +00:00
tg 7920708324 Initial revision 2004-12-10 18:12:29 +00:00
tg 0d12c6140a fix the Interix test, and don't tell the user
it's MS interix/SFU if it's MirOS Interix ;-)
2004-12-10 15:22:19 +00:00
tg 2d1261b883 * better check for interix
* fail chvt() if no setsid()
2004-12-10 15:01:05 +00:00
tg b2de14e57c run GNU protoize
protect header files
nuke some dead code
regenerate configure script
let silly code die
2004-10-28 11:53:44 +00:00
tg 6c8eabf72e polish, mop up whitespace, etc.
passes regressions on MirOS
2004-05-24 19:56:25 +00:00
tg b8d0872109 save us from including GNU GPL'd content 2004-05-24 17:32:11 +00:00
tg aff9c430e6 free AC_HEADER_STAT 2004-05-24 17:25:43 +00:00
tg 165d1927be free AC_LANG_C{,PLUSPLUS} - we don't do OS/2 2004-05-24 17:22:48 +00:00
tg f30bb19422 un-GPL-ify the sys/wait.h check
I still won't say I speak m4, but I'm getting closer,
although not as close as with sirc/wiki perl...
2004-05-24 17:19:10 +00:00
tg d2da772b39 further simplification; for mirbsdksh, GNU autoconf is
only a portability, no Makefile-generating, tool
2004-05-24 16:35:08 +00:00
tg c3babfb63d * mirbsdksh is now maintained in the HEAD branch again
* remove aclocal.m4-local copy of the GNU GPL'd AC_TRY_RUN macro
  (makes no difference, except maybe on OS/2)
2004-05-24 16:24:42 +00:00
tg 4171cbc1e1 these files don't belong into mirbsdksh, either 2004-03-21 00:44:35 +00:00
tg d8e4d937ba Initial revision 2004-03-21 00:34:46 +00:00