home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / mod.std.unix.v3 / text0029.txt < prev    next >
Encoding:
Internet Message Format  |  1987-06-30  |  1.2 KB

  1. Date: Sun, 17 Nov 85 16:28:42 PST
  2. From: seismo!sun!gorodish!guy (Guy Harris)
  3.  
  4. > I support the idea of making the limits available at run-time, but
  5. > let's not copy Berkeley's naming (getdlimit or whatever it is).  There
  6. > should be just *one* call that gets all the limits into a struct;
  7. > Berkeley compatability can be achieved with "wrapper" routines.
  8.  
  9. I wanted to make sure nobody introduced a routine to get the size of
  10. the descriptor table with the same semantics as 4.2BSD's, but with a
  11. different name.
  12.  
  13. > UniSoft has already done 90% of the work of this call by moving
  14. > everything that used to be in param.h into a structure named 'v'.  This
  15. > was done so that binary customers could patch NPROC et al easily, but a
  16. > system call that returned the contents of 'v' would be trivial to add.
  17. > Maybe we could get AT&T to buy the changes (they're extensive) from UniSoft.
  18.  
  19. You've got it backwards here.  The PWB/UNIX group at AT&T invented
  20. the "v" structure; a lot of PWB/UNIX stuff, including the "v"
  21. structure, made it into UNIX/TS 1.0 and subsequent releases from the
  22. USG/USDL including S3 and S5.  UniSoft already bought that code from
  23. AT&T, so there's no need to get AT&T to buy it back.
  24.  
  25. Volume-Number: Volume 3, Number 31
  26.  
  27.