home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume25 / trash / part03 / DIFFS next >
Encoding:
Text File  |  1992-03-22  |  14.0 KB  |  437 lines

  1. Mon Jun 24 ??:??:?? EST 1991
  2. sysv.c:        sys_recvfrom(): was copying out junk into *fromlenp
  3.  
  4. Tue Jun 25 07:21:56 EST 1991
  5. bsd43.c:    *(): replaced some quiet_proc* with mget/mput
  6.  
  7. Wed Jun 26 16:21:11 EST 1991
  8. bsd43.c:    *(): replaced some quiet_proc* with mget/mput
  9.  
  10. Sat Jun 29 01:52:57 EST 1991
  11. go.c:        go(): print out pc with "unrecognised instrn" message
  12.  
  13. Sat Jun 29 01:53:45 EST 1991
  14. optab.c:    added some i_c*() instructions
  15. i_c.c:            "
  16.  
  17. Sat Jun 29 23:49:21 EST 1991
  18. i_syscall.c:    result spec. for syscalls that return 2 results
  19. bsd43.c:        "
  20. sysv.c:            "
  21. makefile:    incorporated *.u support
  22.  
  23. Tue Jul  2 13:06:27 EST 1991
  24. makefile:    tidied up .u/utrash strand
  25. trash.1:    added H desc.
  26.  
  27. Tue Jul  2 13:07:17 EST 1991
  28. makefile:    replaced cc with /bin/cc
  29.  
  30. Tue Jul  2 23:41:31 EST 1991
  31. i_syscall.c:    'u' = unsigned long type
  32. bsd43.c:        "
  33. sysv.c:            "
  34.  
  35. Wed Jul  3 23:07:19 EST 1991
  36. i_syscall.c:    replaced explicit syscall table lookup with function call
  37. bsd43.c:    defined function for above and removed global variables
  38. sysv.c:            "
  39. posix.c:        "
  40.  
  41. Thu Jul  4 00:50:19 EST 1991
  42. sysv.c:        added some basser-specific syscall support (LIMITS, SHARE)
  43. muck:        created: basser use only -- the right #defines don't exist
  44.  
  45. Fri Jul  5 22:32:37 EST 1991
  46. i_syscall.c:    (suggestion: greg@cxsyd.cx.oz.au) rationalised I/O
  47.         data escapes
  48.  
  49. Sat Jul  6 01:25:23 EST 1991
  50. i_syscall.c:    (suggestion: greg@cxsyd.cx.oz.au) changed time
  51.         representation
  52. bsd43.c:        "
  53. sysv.c:            "
  54.  
  55. Tue Jul 16 03:47:35 EST 1991
  56. <various>:    added vcouldnot()
  57.  
  58. Sat Jul 20 02:14:18 EST 1991
  59. i_d.c:        added "divide by 0" checks
  60.  
  61. Wed Aug  7 17:21:35 EST 1991
  62. sysv.c:        made sysv signal() work for SIG_IGN and SIG_DFL
  63.  
  64. Wed Aug  7 17:22:31 EST 1991
  65. sysv.c:        added support for fcntl(.., F_SETLK, ..)
  66.  
  67. Thu Aug  8 11:50:29 EST 1991
  68. main.c:        added version_string and "-v"
  69.  
  70. Fri Aug  9 02:36:45 EST 1991
  71. main.c:        fixed bug in canonical argument format ("-sh" was
  72.         being interpreted as further arguments by getopt()
  73.         rather than as argv[0])
  74.  
  75. Fri Aug  9 02:38:42 EST 1991
  76. main.c:        added support for "#!" executable interpreter scripts
  77. sysv.c:            "
  78. bsd43.c:        "
  79. process.c:        "
  80. load.c:            "
  81.  
  82. Sat Aug 17 13:26:21 EST 1991
  83. process.h:    typo in Procmgettextword(): changed "unsigned char"
  84.             to "unsigned char *"
  85.  
  86. Sun Aug 18 03:42:07 EST 1991
  87. makefile:    added dependencies for .u support
  88.  
  89. Sun Aug 18 03:42:38 EST 1991
  90. process.h:    improved calculation of taddr in Procmgettextword()
  91.  
  92. Mon Aug 19 22:38:26 EST 1991
  93. flag.h:        isolated common flag print code
  94. bsd43.c:        "
  95. sysv.c:            "
  96.  
  97. Mon Aug 19 22:38:36 EST 1991
  98. bsd43.c:    made bsd43 sigvec() work for SIG_IGN and SIG_DFL, plus
  99.             other minor sig fixes
  100.  
  101. Fri Aug 30 21:05:27 EST 1991
  102. main.c:        sent out first of Version 1
  103.  
  104. Wed Sep  4 19:35:11 EST 1991
  105. sysv.c:        added (incomplete) defn of sigreturn()
  106.  
  107. Thu Sep  5 16:51:10 EST 1991
  108. sysv.c:        added (undocumented) SETOWN to sys_fcntl()
  109.  
  110. Mon Sep  9 01:59:48 EST 1991
  111. sysv.c:        completed (sysv) signal support
  112.  
  113. Mon Sep  9 02:00:43 EST 1991
  114. sysv.c:        enabled alarm() syscall
  115.  
  116. Mon Sep  9 19:58:42 EST 1991
  117. sysv.c:        removed "bsd.h"
  118. makefile:    removed "bsd.h"
  119.  
  120. Mon Sep  9 20:58:22 EST 1991
  121. i_syscall.c:    formats for wait3 args
  122. sysv.c:        formats for wait3 args
  123.  
  124. Tue Sep 10 00:02:08 EST 1991
  125. i_syscall.c:    format for times args
  126.  
  127. Tue Sep 10 19:54:11 EST 1991
  128. sysv.c:        fixed bug in sigreturn -- don't overwrite registers on return
  129.  
  130. Sat Sep 14 01:29:27 EST 1991
  131. myldopen.c:    (bug: greg@cxsyd.cx.oz.au) fixed EBADF bug in myldopen()
  132.  
  133. Tue Sep 24 20:28:44 EST 1991
  134. sysv.c:        delayed sigrelse() call until just before next instrn
  135. go.c:        delayed sigrelse() call until just before next instrn
  136.  
  137. Fri Oct 11 15:37:50 EST 1991
  138. process.c:    (bug: roy@cs.su.oz.au) vcouldnot() error messages during startup
  139. syms.c:        (bug: roy@cs.su.oz.au) vcouldnot() error messages during startup
  140.  
  141. Mon Oct 14 20:02:46 EST 1991
  142. sysv.c:        sysv_utssys() ustat() support
  143.  
  144. Sat Oct 26 21:04:42 EST 1991
  145. bsd43.c:    (bug: kmk@cc.tut.fi) sys_statfs() was using wrong args
  146.  
  147. Sat Oct 26 21:26:24 EST 1991
  148. main.c:        sent out first of Version 2
  149.  
  150. Wed Oct 30 02:49:04 EST 1991
  151. bsd43.c:    added support for bsd43_sysmips(.., HWCONF, ..)
  152. bsd43.c:    tidied up code for bsd43_sysmips(.., GETRUSAGE, ..)
  153.  
  154. Wed Oct 30 03:11:00 EST 1991
  155. bsd43.c:    added support for bsd43_ioctl(.., FLIOC_SENSE_DRIVE, ..)
  156.  
  157. Sat Nov  9 05:05:17 EST 1991
  158. load.c:        replaced procmput() with a quiet_procmput() -- odd...
  159.  
  160. Wed Nov 13 17:07:11 EST 1991
  161. main.c:        added support for C flag
  162. process.h:    added support for C flag
  163. process.c:    added support for C flag
  164. trash.1:    added support for C flag
  165.  
  166. Wed Nov 13 17:59:46 EST 1991
  167. sysv.c:        rearrangements for interconnected sys_ioctl
  168. bsd43.c:    rearrangements for interconnected sys_ioctl
  169. sgttyb.c:    rearrangements for interconnected sys_ioctl
  170.  
  171. Thu Nov 14 16:50:00 EST 1991
  172. sysv.c:        added support for sysv_ioctl(.., oFIO[N]CLEX, ..)
  173.  
  174. Sat Nov 16 01:28:44 EST 1991
  175. i_syscall.c:    ensure -P behaviour after encountering unimplemented
  176.         syscall feature
  177.  
  178. Sat Nov 16 19:15:14 EST 1991
  179. sysv.c:        added support for MTIOCGET
  180.  
  181. Sat Nov 16 21:08:09 EST 1991
  182. sysv.c:        added support for MTIOCTOP
  183.  
  184. Sat Nov 16 21:08:09 EST 1991
  185. bsd43.c:    added support for bsd43_sysmips(BSD43_MIPS_WAIT3, ..)
  186.  
  187. Sun Dec  8 14:17:14 EST 1991
  188. i_syscall.c:    print correct field of sockaddr_in in say_addr()
  189.  
  190. Sun Dec  8 16:11:13 EST 1991
  191. main.c:        extend Aflag to show execve() env vector
  192. i_syscall.c:    extend Aflag to show execve() env vector
  193. sysv.c:        extend Aflag to show execve() env vector
  194. bsd43.c:    extend Aflag to show execve() env vector
  195. trash.1:    extend Aflag to show execve() env vector
  196.  
  197. Sun Dec  8 16:16:58 EST 1991
  198. makefile:    increased -Olimit from 571 to 600
  199.  
  200. Tue Dec 31 15:38:12 EST 1991
  201. process.h:    added support for NMAGIC (both types) and OMAGIC files
  202. process.c:    added support for NMAGIC (both types) and OMAGIC files
  203.  
  204. Tue Dec 31 17:36:48 EST 1991
  205. makefile:    added comment about use of CHMOD
  206.  
  207. Thu Jan  2 10:20:53 EST 1992
  208. sysv.c:        fixed inherited fd bug
  209. bsd43.c:    fixed inherited fd bug
  210. main.c:        fixed inherited fd bug
  211. process.c:    fixed inherited fd bug
  212. syms.c:        fixed inherited fd bug
  213. makefile:    fixed inherited fd bug
  214. load.c:        fixed inherited fd bug
  215. fd.c:        fixed inherited fd bug
  216. trash.1:    fixed inherited fd bug
  217.  
  218. Mon Jan  6 11:50:54 EST 1992
  219. process.c:    fflush log file in procclose()
  220.  
  221. Mon Jan  6 11:53:37 EST 1992
  222. fd.c:        fd_invalid() now sets EBADF
  223.  
  224. Mon Jan  6 11:54:43 EST 1992
  225. makefile:    added entries for generic.[chou]
  226. generic.c:    created
  227. generic.h:    created
  228. sysv.c:        replaced syscalls with generics
  229. bsd43.c:    replaced syscalls with generics
  230. i_syscall.c:    now explicitly passes syscallno to syscall
  231.  
  232. Mon Jan  6 12:04:21 EST 1992
  233. sysv.c:        added support for /proc fcntl()'s
  234.  
  235. Mon Jan  6 23:52:57 EST 1992
  236. sysv.c:        added support for ioctl(TCSETA[FW]) arg printing
  237.  
  238. Tue Jan  7 18:59:49 EST 1992
  239. sysv.c:        added support for fcntl(PFCSTOP)
  240.  
  241. Tue Jan  7 19:05:08 EST 1992
  242. i_syscall.c:    added support for /proc fcntl() cmd printing
  243.  
  244. Tue Jan  7 20:01:50 EST 1992
  245. i_syscall.c:    rationalised post-syscall return_errno code slightly
  246.  
  247. Tue Jan  7 21:12:53 EST 1992
  248. process.c:    proc_mget() and proc_mput() now do nothing when length == 0
  249.  
  250. Tue Jan  7 21:46:33 EST 1992
  251. sysv.c:        added support for fcntl(PFCGETPR)
  252. i_syscall.c:    added support for fcntl(PFCGETPR)
  253.  
  254. Thu Jan  9 23:49:55 EST 1992
  255. sysv.c:        made sys_ofcntl() more like sys_fcntl()
  256.  
  257. Fri Jan 10 00:47:03 EST 1992
  258. sysv.c:        sysv_SIGNAL() now prints truncated form unless Aflag
  259.  
  260. Mon Jan 13 18:47:12 EST 1992
  261. sysv.c:        setpgrp() has 1 argument, not 0
  262.  
  263. Mon Jan 13 23:55:26 EST 1992
  264. generic.c:    added PIXIE test in exit
  265.  
  266. Sat Jan 18 14:33:31 EST 1992
  267. i_syscall.c:    extend Aflag to show execve() arg vector
  268. trash.1:    extend Aflag to show execve() arg vector
  269.  
  270. Thu Jan 23 00:48:57 EST 1992
  271. couldnot.c:    flush outfp before _exit()
  272. vcouldnot.c:    flush outfp before _exit()
  273.  
  274. Thu Jan 23 01:38:41 EST 1992
  275. makefile:    -O3 rather than -O4: seemed to run faster...
  276.  
  277. Thu Jan 23 01:39:17 EST 1992
  278. generic.c:    if defined(PIXIE) then exit() else _exit()
  279.  
  280. Thu Jan 23 01:39:54 EST 1992
  281. entry.h:    created: hashed table of binary trees of decoded instrn pages
  282. diblock.c:    created: hashed table of binary trees of decoded instrn pages
  283. diblock.h:    created: hashed table of binary trees of decoded instrn pages
  284. talloc.h:    created: hashed table of binary trees of decoded instrn pages
  285.  
  286. Thu Jan 23 01:40:04 EST 1992
  287. register.h:    changed to threaded decoded instruction scheme
  288. vcouldnot.c:    changed to threaded decoded instruction scheme
  289. generic.c:    changed to threaded decoded instruction scheme
  290. history.c:    changed to threaded decoded instruction scheme
  291. load.c:        changed to threaded decoded instruction scheme
  292. optab.c:    changed to threaded decoded instruction scheme
  293. i_o.c:        changed to threaded decoded instruction scheme
  294. i_x.c:        changed to threaded decoded instruction scheme
  295. i_n.c:        changed to threaded decoded instruction scheme
  296. instruction.h:    changed to threaded decoded instruction scheme
  297. i_u.c:        changed to threaded decoded instruction scheme
  298. i_syscall.c:    changed to threaded decoded instruction scheme
  299. i_d.c:        changed to threaded decoded instruction scheme
  300. i_m.c:        changed to threaded decoded instruction scheme
  301. i_s.c:        changed to threaded decoded instruction scheme
  302. i_a.c:        changed to threaded decoded instruction scheme
  303. i_b.c:        changed to threaded decoded instruction scheme
  304. sysv.c:        changed to threaded decoded instruction scheme
  305. i_j.c:        changed to threaded decoded instruction scheme
  306. bsd43.c:    changed to threaded decoded instruction scheme
  307. i_l.c:        changed to threaded decoded instruction scheme
  308. process.h:    changed to threaded decoded instruction scheme
  309. go.c:        changed to threaded decoded instruction scheme
  310. i_c.c:        changed to threaded decoded instruction scheme
  311. process.c:    changed to threaded decoded instruction scheme
  312. makefile:    changed to threaded decoded instruction scheme
  313.  
  314. Thu Jan 23 10:15:42 EST 1992
  315. sysv.c:        added support for sysfs()
  316.  
  317. Fri Jan 24 21:03:24 EST 1992
  318. generic.c:    replaced most calls to mgetstring() with mgets()
  319. i_syscall.c:    replaced most calls to mgetstring() with mgets()
  320. bsd43.c:    replaced most calls to mgetstring() with mgets()
  321. sysv.c:        replaced most calls to mgetstring() with mgets()
  322.  
  323. Sun Jan 26 22:43:26 EST 1992
  324. main.c:        Version 3
  325.  
  326. Tue Jan 28 00:22:52 EST 1992
  327. getprbyno.c:    changed to getprbyno.c from getprotobynumber.c (>12 chars)
  328. makefile:    changed to getprbyno.c from getprotobynumber.c (>12 chars)
  329.  
  330. Tue Jan 28 00:27:31 EST 1992
  331. instrn.h:    changed to instrn.h from instruction.h (>12 chars)
  332. makefile:    changed to instrn.h from instruction.h (>12 chars)
  333. *.c:        changed to instrn.h from instruction.h (>12 chars)
  334.  
  335. Wed Jan 29 18:38:08 EST 1992
  336. process.c:    reject processes that call shared libraries
  337.  
  338. Wed Jan 29 18:38:57 EST 1992
  339. vcouldnot.c:    checked dipc before indirecting through it
  340.  
  341. Wed Feb  5 22:57:16 EST 1992
  342. README:        added ack to Robert Bedichek
  343.  
  344. Fri Feb  7 20:56:59 EST 1992
  345. sysv.c:        (bug: roy@cs.su.oz.au) added support for poll()
  346.  
  347. Mon Feb 10 13:19:17 EST 1992
  348. instrn.h:    dipc now an argument and handlers now return dinstrn *
  349. optab.c:    dipc now an argument and handlers now return dinstrn *
  350. diblock.h:    dipc now an argument and handlers now return dinstrn *
  351. diblock.c:    dipc now an argument and handlers now return dinstrn *
  352. go.c:        dipc now an argument and handlers now return dinstrn *
  353. bsd43.c:    dipc now an argument and handlers now return dinstrn *
  354. generic.c:    dipc now an argument and handlers now return dinstrn *
  355. history.c:    dipc now an argument and handlers now return dinstrn *
  356. load.c:        dipc now an argument and handlers now return dinstrn *
  357. process.c:    dipc now an argument and handlers now return dinstrn *
  358. sysv.c:        dipc now an argument and handlers now return dinstrn *
  359. vcouldnot.c:    dipc now an argument and handlers now return dinstrn *
  360. process.h:    dipc now an argument and handlers now return dinstrn *
  361. i_*.c:        dipc now an argument and handlers now return dinstrn *
  362.  
  363. Mon Feb 10 13:28:26 EST 1992
  364. main.c:        vcouldnot() -> couldnot()
  365.  
  366. Mon Feb 10 22:45:50 EST 1992
  367. fd.c:        removed extern decls of *couldnot()
  368. process.c:    removed extern decls of *couldnot()
  369.  
  370. Mon Feb 10 22:45:55 EST 1992
  371. main.c:        Version 4
  372.  
  373. Mon Feb 10 22:46:03 EST 1992
  374. i_j.c:        tidied up a little
  375.  
  376. Mon Feb 10 22:46:03 EST 1992
  377. process.h:    moved quiet_procmget_word() into i_l.c
  378. i_l.c:        moved quiet_procmget_word() into i_l.c
  379. process.h:    moved quiet_procmput_word() into i_s.c
  380. i_s.c:        moved quiet_procmput_word() into i_s.c
  381.  
  382. Mon Feb 10 22:46:03 EST 1992
  383. i_l.c:        added new handlers
  384. i_s.c:        added new handlers
  385.  
  386. Tue Feb 11 01:30:00 EST 1992
  387. i_a.c:        added explicit calls to "c_" routines from "i_" routines
  388. i_b.c:        added explicit calls to "c_" routines from "i_" routines
  389. i_d.c:        added explicit calls to "c_" routines from "i_" routines
  390. i_j.c:        added explicit calls to "c_" routines from "i_" routines
  391. i_l.c:        added explicit calls to "c_" routines from "i_" routines
  392. i_m.c:        added explicit calls to "c_" routines from "i_" routines
  393. i_s.c:        added explicit calls to "c_" routines from "i_" routines
  394.  
  395. Tue Feb 11 05:00:00 EST 1992
  396. i_l.c:        parameterised quiet_procm??t_word() to work with char, short and long
  397.  
  398. Fri Feb 14 00:45:42 EST 1992
  399. makefile:    added PFLAG
  400.  
  401. Sat Feb 15 01:38:59 EST 1992
  402. process.h:    replaced calls to mget() with calls to "in-place" dmget()
  403. process.c:    replaced calls to mget() with calls to "in-place" dmget()
  404. bsd43.c:    replaced calls to mget() with calls to "in-place" dmget()
  405. generic.c:    replaced calls to mget() with calls to "in-place" dmget()
  406. i_syscall.c:    replaced calls to mget() with calls to "in-place" dmget()
  407. sysv.c:        replaced calls to mget() with calls to "in-place" dmget()
  408.  
  409. Sat Feb 15 19:06:41 EST 1992
  410. process.c:    added "wcache": load/store memory access cache
  411. wcache.c:    added "wcache": load/store memory access cache
  412. wcache.h:    added "wcache": load/store memory access cache
  413. makefile:    added "wcache": load/store memory access cache
  414. i_l.c:        added "wcache": load/store memory access cache
  415. i_s.c:        added "wcache": load/store memory access cache
  416.  
  417. Mon Feb 17 20:40:18 EST 1992
  418. i_l.c:        tidied up quiet_procmget_word()
  419. i_s.c:        tidied up quiet_procmput_word()
  420.  
  421. Mon Feb 17 20:41:35 EST 1992
  422. process.h:    rearranged some statements -- seemed to generate faster code
  423.  
  424. Fri Feb 28 20:34:00 EST 1992
  425. sysv.c:        bug: sysv_print_sigcontext() now returns an int as declared
  426.  
  427. Fri Feb 28 22:05:10 EST 1992
  428. i_a.c:        speedup: added c_addi()
  429. i_s.c:        speedup: added c_slt()
  430.  
  431. Sat Feb 29 21:49:31 EST 1992
  432. go.c:        changed "emergency" tracing code slightly in interpret()
  433. i_s.c:        bug: fixed in c_slt()
  434.  
  435. Tue Mar  3 23:00:52 EST 1992
  436. main.c:        Version 5
  437.