home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Documentation / PUPS_Html / AUUGN / andrew_notes.txt / text0001.txt < prev   
Encoding:
Text File  |  1995-11-01  |  1.3 KB  |  37 lines

  1. The list of authors has grown. It now includes Thompson, Ritchie, Ossana
  2. Morris, McIlroy, McMahon, Lorinda Cherry and Roberts.
  3. The manual was done with ~ed' and 'roff' (as was the first).
  4.  
  5. 1) cc only has one option (-c)!!
  6.  
  7. 2) the bugs section for dsw reads:
  8.     'The name "dsw" is a carryover from the ancient past. Its etymology
  9.     is amusing but the name is nonetheless ill-advised.'
  10.  
  11. 3) find(1) takes file names or inode numbers and prints pwds of all matches.
  12.  
  13. 4) pr(l) takes only 3 options (l==78 lines, c==current date, m=-modify date)
  14.  
  15. 5) ls(1) takes five (ltasd)
  16.  
  17. 6) sort has no options!!
  18. 7) there is a cemt(2) system call to catch EMT traps.
  19. 8) there is a hog(2) system call (somewhat equivalent to nice(20))
  20.  
  21. 9) catching interrupts is done by intr(2). The bugs reads
  22.     'It should be easier to resume after an interrupt but I don't
  23.     know how to make it work.'
  24.  
  25. 10) setting the modified date on a file is done by mdate(2)
  26. 11) sleep(2) sleeps for n/60 seconds. The bugs reads
  27.     'Due to the implementation the sleep interval is only accurate to
  28.     256/60 (4.26) seconds. Even then, the process is placed on a low
  29.     priority queue and must be scheduled.'
  30.  
  31. 12) qsort(3) uses its own comparison routine
  32.  
  33. 13) the switch statement in C was supplied as a library function.
  34.     (C was just starting)
  35. ------------------
  36. andrew
  37.