home *** CD-ROM | disk | FTP | other *** search
- Mon Jun 24 ??:??:?? EST 1991
- sysv.c: sys_recvfrom(): was copying out junk into *fromlenp
-
- Tue Jun 25 07:21:56 EST 1991
- bsd43.c: *(): replaced some quiet_proc* with mget/mput
-
- Wed Jun 26 16:21:11 EST 1991
- bsd43.c: *(): replaced some quiet_proc* with mget/mput
-
- Sat Jun 29 01:52:57 EST 1991
- go.c: go(): print out pc with "unrecognised instrn" message
-
- Sat Jun 29 01:53:45 EST 1991
- optab.c: added some i_c*() instructions
- i_c.c: "
-
- Sat Jun 29 23:49:21 EST 1991
- i_syscall.c: result spec. for syscalls that return 2 results
- bsd43.c: "
- sysv.c: "
- makefile: incorporated *.u support
-
- Tue Jul 2 13:06:27 EST 1991
- makefile: tidied up .u/utrash strand
- trash.1: added H desc.
-
- Tue Jul 2 13:07:17 EST 1991
- makefile: replaced cc with /bin/cc
-
- Tue Jul 2 23:41:31 EST 1991
- i_syscall.c: 'u' = unsigned long type
- bsd43.c: "
- sysv.c: "
-
- Wed Jul 3 23:07:19 EST 1991
- i_syscall.c: replaced explicit syscall table lookup with function call
- bsd43.c: defined function for above and removed global variables
- sysv.c: "
- posix.c: "
-
- Thu Jul 4 00:50:19 EST 1991
- sysv.c: added some basser-specific syscall support (LIMITS, SHARE)
- muck: created: basser use only -- the right #defines don't exist
-
- Fri Jul 5 22:32:37 EST 1991
- i_syscall.c: (suggestion: greg@cxsyd.cx.oz.au) rationalised I/O
- data escapes
-
- Sat Jul 6 01:25:23 EST 1991
- i_syscall.c: (suggestion: greg@cxsyd.cx.oz.au) changed time
- representation
- bsd43.c: "
- sysv.c: "
-
- Tue Jul 16 03:47:35 EST 1991
- <various>: added vcouldnot()
-
- Sat Jul 20 02:14:18 EST 1991
- i_d.c: added "divide by 0" checks
-
- Wed Aug 7 17:21:35 EST 1991
- sysv.c: made sysv signal() work for SIG_IGN and SIG_DFL
-
- Wed Aug 7 17:22:31 EST 1991
- sysv.c: added support for fcntl(.., F_SETLK, ..)
-
- Thu Aug 8 11:50:29 EST 1991
- main.c: added version_string and "-v"
-
- Fri Aug 9 02:36:45 EST 1991
- main.c: fixed bug in canonical argument format ("-sh" was
- being interpreted as further arguments by getopt()
- rather than as argv[0])
-
- Fri Aug 9 02:38:42 EST 1991
- main.c: added support for "#!" executable interpreter scripts
- sysv.c: "
- bsd43.c: "
- process.c: "
- load.c: "
-
- Sat Aug 17 13:26:21 EST 1991
- process.h: typo in Procmgettextword(): changed "unsigned char"
- to "unsigned char *"
-
- Sun Aug 18 03:42:07 EST 1991
- makefile: added dependencies for .u support
-
- Sun Aug 18 03:42:38 EST 1991
- process.h: improved calculation of taddr in Procmgettextword()
-
- Mon Aug 19 22:38:26 EST 1991
- flag.h: isolated common flag print code
- bsd43.c: "
- sysv.c: "
-
- Mon Aug 19 22:38:36 EST 1991
- bsd43.c: made bsd43 sigvec() work for SIG_IGN and SIG_DFL, plus
- other minor sig fixes
-
- Fri Aug 30 21:05:27 EST 1991
- main.c: sent out first of Version 1
-
- Wed Sep 4 19:35:11 EST 1991
- sysv.c: added (incomplete) defn of sigreturn()
-
- Thu Sep 5 16:51:10 EST 1991
- sysv.c: added (undocumented) SETOWN to sys_fcntl()
-
- Mon Sep 9 01:59:48 EST 1991
- sysv.c: completed (sysv) signal support
-
- Mon Sep 9 02:00:43 EST 1991
- sysv.c: enabled alarm() syscall
-
- Mon Sep 9 19:58:42 EST 1991
- sysv.c: removed "bsd.h"
- makefile: removed "bsd.h"
-
- Mon Sep 9 20:58:22 EST 1991
- i_syscall.c: formats for wait3 args
- sysv.c: formats for wait3 args
-
- Tue Sep 10 00:02:08 EST 1991
- i_syscall.c: format for times args
-
- Tue Sep 10 19:54:11 EST 1991
- sysv.c: fixed bug in sigreturn -- don't overwrite registers on return
-
- Sat Sep 14 01:29:27 EST 1991
- myldopen.c: (bug: greg@cxsyd.cx.oz.au) fixed EBADF bug in myldopen()
-
- Tue Sep 24 20:28:44 EST 1991
- sysv.c: delayed sigrelse() call until just before next instrn
- go.c: delayed sigrelse() call until just before next instrn
-
- Fri Oct 11 15:37:50 EST 1991
- process.c: (bug: roy@cs.su.oz.au) vcouldnot() error messages during startup
- syms.c: (bug: roy@cs.su.oz.au) vcouldnot() error messages during startup
-
- Mon Oct 14 20:02:46 EST 1991
- sysv.c: sysv_utssys() ustat() support
-
- Sat Oct 26 21:04:42 EST 1991
- bsd43.c: (bug: kmk@cc.tut.fi) sys_statfs() was using wrong args
-
- Sat Oct 26 21:26:24 EST 1991
- main.c: sent out first of Version 2
-
- Wed Oct 30 02:49:04 EST 1991
- bsd43.c: added support for bsd43_sysmips(.., HWCONF, ..)
- bsd43.c: tidied up code for bsd43_sysmips(.., GETRUSAGE, ..)
-
- Wed Oct 30 03:11:00 EST 1991
- bsd43.c: added support for bsd43_ioctl(.., FLIOC_SENSE_DRIVE, ..)
-
- Sat Nov 9 05:05:17 EST 1991
- load.c: replaced procmput() with a quiet_procmput() -- odd...
-
- Wed Nov 13 17:07:11 EST 1991
- main.c: added support for C flag
- process.h: added support for C flag
- process.c: added support for C flag
- trash.1: added support for C flag
-
- Wed Nov 13 17:59:46 EST 1991
- sysv.c: rearrangements for interconnected sys_ioctl
- bsd43.c: rearrangements for interconnected sys_ioctl
- sgttyb.c: rearrangements for interconnected sys_ioctl
-
- Thu Nov 14 16:50:00 EST 1991
- sysv.c: added support for sysv_ioctl(.., oFIO[N]CLEX, ..)
-
- Sat Nov 16 01:28:44 EST 1991
- i_syscall.c: ensure -P behaviour after encountering unimplemented
- syscall feature
-
- Sat Nov 16 19:15:14 EST 1991
- sysv.c: added support for MTIOCGET
-
- Sat Nov 16 21:08:09 EST 1991
- sysv.c: added support for MTIOCTOP
-
- Sat Nov 16 21:08:09 EST 1991
- bsd43.c: added support for bsd43_sysmips(BSD43_MIPS_WAIT3, ..)
-
- Sun Dec 8 14:17:14 EST 1991
- i_syscall.c: print correct field of sockaddr_in in say_addr()
-
- Sun Dec 8 16:11:13 EST 1991
- main.c: extend Aflag to show execve() env vector
- i_syscall.c: extend Aflag to show execve() env vector
- sysv.c: extend Aflag to show execve() env vector
- bsd43.c: extend Aflag to show execve() env vector
- trash.1: extend Aflag to show execve() env vector
-
- Sun Dec 8 16:16:58 EST 1991
- makefile: increased -Olimit from 571 to 600
-
- Tue Dec 31 15:38:12 EST 1991
- process.h: added support for NMAGIC (both types) and OMAGIC files
- process.c: added support for NMAGIC (both types) and OMAGIC files
-
- Tue Dec 31 17:36:48 EST 1991
- makefile: added comment about use of CHMOD
-
- Thu Jan 2 10:20:53 EST 1992
- sysv.c: fixed inherited fd bug
- bsd43.c: fixed inherited fd bug
- main.c: fixed inherited fd bug
- process.c: fixed inherited fd bug
- syms.c: fixed inherited fd bug
- makefile: fixed inherited fd bug
- load.c: fixed inherited fd bug
- fd.c: fixed inherited fd bug
- trash.1: fixed inherited fd bug
-
- Mon Jan 6 11:50:54 EST 1992
- process.c: fflush log file in procclose()
-
- Mon Jan 6 11:53:37 EST 1992
- fd.c: fd_invalid() now sets EBADF
-
- Mon Jan 6 11:54:43 EST 1992
- makefile: added entries for generic.[chou]
- generic.c: created
- generic.h: created
- sysv.c: replaced syscalls with generics
- bsd43.c: replaced syscalls with generics
- i_syscall.c: now explicitly passes syscallno to syscall
-
- Mon Jan 6 12:04:21 EST 1992
- sysv.c: added support for /proc fcntl()'s
-
- Mon Jan 6 23:52:57 EST 1992
- sysv.c: added support for ioctl(TCSETA[FW]) arg printing
-
- Tue Jan 7 18:59:49 EST 1992
- sysv.c: added support for fcntl(PFCSTOP)
-
- Tue Jan 7 19:05:08 EST 1992
- i_syscall.c: added support for /proc fcntl() cmd printing
-
- Tue Jan 7 20:01:50 EST 1992
- i_syscall.c: rationalised post-syscall return_errno code slightly
-
- Tue Jan 7 21:12:53 EST 1992
- process.c: proc_mget() and proc_mput() now do nothing when length == 0
-
- Tue Jan 7 21:46:33 EST 1992
- sysv.c: added support for fcntl(PFCGETPR)
- i_syscall.c: added support for fcntl(PFCGETPR)
-
- Thu Jan 9 23:49:55 EST 1992
- sysv.c: made sys_ofcntl() more like sys_fcntl()
-
- Fri Jan 10 00:47:03 EST 1992
- sysv.c: sysv_SIGNAL() now prints truncated form unless Aflag
-
- Mon Jan 13 18:47:12 EST 1992
- sysv.c: setpgrp() has 1 argument, not 0
-
- Mon Jan 13 23:55:26 EST 1992
- generic.c: added PIXIE test in exit
-
- Sat Jan 18 14:33:31 EST 1992
- i_syscall.c: extend Aflag to show execve() arg vector
- trash.1: extend Aflag to show execve() arg vector
-
- Thu Jan 23 00:48:57 EST 1992
- couldnot.c: flush outfp before _exit()
- vcouldnot.c: flush outfp before _exit()
-
- Thu Jan 23 01:38:41 EST 1992
- makefile: -O3 rather than -O4: seemed to run faster...
-
- Thu Jan 23 01:39:17 EST 1992
- generic.c: if defined(PIXIE) then exit() else _exit()
-
- Thu Jan 23 01:39:54 EST 1992
- entry.h: created: hashed table of binary trees of decoded instrn pages
- diblock.c: created: hashed table of binary trees of decoded instrn pages
- diblock.h: created: hashed table of binary trees of decoded instrn pages
- talloc.h: created: hashed table of binary trees of decoded instrn pages
-
- Thu Jan 23 01:40:04 EST 1992
- register.h: changed to threaded decoded instruction scheme
- vcouldnot.c: changed to threaded decoded instruction scheme
- generic.c: changed to threaded decoded instruction scheme
- history.c: changed to threaded decoded instruction scheme
- load.c: changed to threaded decoded instruction scheme
- optab.c: changed to threaded decoded instruction scheme
- i_o.c: changed to threaded decoded instruction scheme
- i_x.c: changed to threaded decoded instruction scheme
- i_n.c: changed to threaded decoded instruction scheme
- instruction.h: changed to threaded decoded instruction scheme
- i_u.c: changed to threaded decoded instruction scheme
- i_syscall.c: changed to threaded decoded instruction scheme
- i_d.c: changed to threaded decoded instruction scheme
- i_m.c: changed to threaded decoded instruction scheme
- i_s.c: changed to threaded decoded instruction scheme
- i_a.c: changed to threaded decoded instruction scheme
- i_b.c: changed to threaded decoded instruction scheme
- sysv.c: changed to threaded decoded instruction scheme
- i_j.c: changed to threaded decoded instruction scheme
- bsd43.c: changed to threaded decoded instruction scheme
- i_l.c: changed to threaded decoded instruction scheme
- process.h: changed to threaded decoded instruction scheme
- go.c: changed to threaded decoded instruction scheme
- i_c.c: changed to threaded decoded instruction scheme
- process.c: changed to threaded decoded instruction scheme
- makefile: changed to threaded decoded instruction scheme
-
- Thu Jan 23 10:15:42 EST 1992
- sysv.c: added support for sysfs()
-
- Fri Jan 24 21:03:24 EST 1992
- generic.c: replaced most calls to mgetstring() with mgets()
- i_syscall.c: replaced most calls to mgetstring() with mgets()
- bsd43.c: replaced most calls to mgetstring() with mgets()
- sysv.c: replaced most calls to mgetstring() with mgets()
-
- Sun Jan 26 22:43:26 EST 1992
- main.c: Version 3
-
- Tue Jan 28 00:22:52 EST 1992
- getprbyno.c: changed to getprbyno.c from getprotobynumber.c (>12 chars)
- makefile: changed to getprbyno.c from getprotobynumber.c (>12 chars)
-
- Tue Jan 28 00:27:31 EST 1992
- instrn.h: changed to instrn.h from instruction.h (>12 chars)
- makefile: changed to instrn.h from instruction.h (>12 chars)
- *.c: changed to instrn.h from instruction.h (>12 chars)
-
- Wed Jan 29 18:38:08 EST 1992
- process.c: reject processes that call shared libraries
-
- Wed Jan 29 18:38:57 EST 1992
- vcouldnot.c: checked dipc before indirecting through it
-
- Wed Feb 5 22:57:16 EST 1992
- README: added ack to Robert Bedichek
-
- Fri Feb 7 20:56:59 EST 1992
- sysv.c: (bug: roy@cs.su.oz.au) added support for poll()
-
- Mon Feb 10 13:19:17 EST 1992
- instrn.h: dipc now an argument and handlers now return dinstrn *
- optab.c: dipc now an argument and handlers now return dinstrn *
- diblock.h: dipc now an argument and handlers now return dinstrn *
- diblock.c: dipc now an argument and handlers now return dinstrn *
- go.c: dipc now an argument and handlers now return dinstrn *
- bsd43.c: dipc now an argument and handlers now return dinstrn *
- generic.c: dipc now an argument and handlers now return dinstrn *
- history.c: dipc now an argument and handlers now return dinstrn *
- load.c: dipc now an argument and handlers now return dinstrn *
- process.c: dipc now an argument and handlers now return dinstrn *
- sysv.c: dipc now an argument and handlers now return dinstrn *
- vcouldnot.c: dipc now an argument and handlers now return dinstrn *
- process.h: dipc now an argument and handlers now return dinstrn *
- i_*.c: dipc now an argument and handlers now return dinstrn *
-
- Mon Feb 10 13:28:26 EST 1992
- main.c: vcouldnot() -> couldnot()
-
- Mon Feb 10 22:45:50 EST 1992
- fd.c: removed extern decls of *couldnot()
- process.c: removed extern decls of *couldnot()
-
- Mon Feb 10 22:45:55 EST 1992
- main.c: Version 4
-
- Mon Feb 10 22:46:03 EST 1992
- i_j.c: tidied up a little
-
- Mon Feb 10 22:46:03 EST 1992
- process.h: moved quiet_procmget_word() into i_l.c
- i_l.c: moved quiet_procmget_word() into i_l.c
- process.h: moved quiet_procmput_word() into i_s.c
- i_s.c: moved quiet_procmput_word() into i_s.c
-
- Mon Feb 10 22:46:03 EST 1992
- i_l.c: added new handlers
- i_s.c: added new handlers
-
- Tue Feb 11 01:30:00 EST 1992
- i_a.c: added explicit calls to "c_" routines from "i_" routines
- i_b.c: added explicit calls to "c_" routines from "i_" routines
- i_d.c: added explicit calls to "c_" routines from "i_" routines
- i_j.c: added explicit calls to "c_" routines from "i_" routines
- i_l.c: added explicit calls to "c_" routines from "i_" routines
- i_m.c: added explicit calls to "c_" routines from "i_" routines
- i_s.c: added explicit calls to "c_" routines from "i_" routines
-
- Tue Feb 11 05:00:00 EST 1992
- i_l.c: parameterised quiet_procm??t_word() to work with char, short and long
-
- Fri Feb 14 00:45:42 EST 1992
- makefile: added PFLAG
-
- Sat Feb 15 01:38:59 EST 1992
- process.h: replaced calls to mget() with calls to "in-place" dmget()
- process.c: replaced calls to mget() with calls to "in-place" dmget()
- bsd43.c: replaced calls to mget() with calls to "in-place" dmget()
- generic.c: replaced calls to mget() with calls to "in-place" dmget()
- i_syscall.c: replaced calls to mget() with calls to "in-place" dmget()
- sysv.c: replaced calls to mget() with calls to "in-place" dmget()
-
- Sat Feb 15 19:06:41 EST 1992
- process.c: added "wcache": load/store memory access cache
- wcache.c: added "wcache": load/store memory access cache
- wcache.h: added "wcache": load/store memory access cache
- makefile: added "wcache": load/store memory access cache
- i_l.c: added "wcache": load/store memory access cache
- i_s.c: added "wcache": load/store memory access cache
-
- Mon Feb 17 20:40:18 EST 1992
- i_l.c: tidied up quiet_procmget_word()
- i_s.c: tidied up quiet_procmput_word()
-
- Mon Feb 17 20:41:35 EST 1992
- process.h: rearranged some statements -- seemed to generate faster code
-
- Fri Feb 28 20:34:00 EST 1992
- sysv.c: bug: sysv_print_sigcontext() now returns an int as declared
-
- Fri Feb 28 22:05:10 EST 1992
- i_a.c: speedup: added c_addi()
- i_s.c: speedup: added c_slt()
-
- Sat Feb 29 21:49:31 EST 1992
- go.c: changed "emergency" tracing code slightly in interpret()
- i_s.c: bug: fixed in c_slt()
-
- Tue Mar 3 23:00:52 EST 1992
- main.c: Version 5
-