first pass for new make
[unix-history] / usr / src / sys /
1990-05-12 Keith Sklowerdate and time created 90/05/11 11:21:31 by sklower
1990-05-12 Keith Sklowerdate and time created 90/05/11 11:21:30 by sklower
1990-05-12 Keith Sklowerdate and time created 90/05/11 11:19:45 by sklower
1990-05-12 Keith Sklowerdate and time created 90/05/11 11:19:44 by sklower
1990-05-12 Keith Sklowerdate and time created 90/05/11 11:19:43 by sklower
1990-05-12 Keith Sklowerdate and time created 90/05/11 11:19:42 by sklower
1990-05-12 Keith Sklowerdate and time created 90/05/11 11:19:41 by sklower
1990-05-12 Keith Sklowerdate and time created 90/05/11 11:19:40 by sklower
1990-05-12 Keith Sklowerdate and time created 90/05/11 11:19:39 by sklower
1990-05-12 Keith Sklowerdate and time created 90/05/11 11:19:38 by sklower
1990-05-12 Keith Sklowerdate and time created 90/05/11 11:19:37 by sklower
1990-05-12 Keith Sklowerdate and time created 90/05/11 11:19:36 by sklower
1990-05-12 Keith Sklowerdate and time created 90/05/11 11:19:35 by sklower
1990-05-12 Keith Sklowerdate and time created 90/05/11 11:19:34 by sklower
1990-05-12 Keith Sklowerdate and time created 90/05/11 11:19:33 by sklower
1990-05-11 Kirk McKusicklint; stop tracing when write error encountered
1990-05-11 Kirk McKusickmerge in support for hp300 from Utah
1990-05-11 Kirk McKusickmerge in support for hp300 from Utah
1990-05-11 Kirk McKusickmerge in support for hp300 from Utah
1990-05-11 Kirk McKusickfine tune NVNODES; merge in support for hp300 from...
1990-05-11 Mike Karelsproc hashing using pointers; variable size hash table
1990-05-11 Kirk McKusickmerge in support for hp300 from Utah
1990-05-11 Kirk McKusickmerge in support for hp300 from Utah
1990-05-11 Kirk McKusicklint
1990-05-11 Kirk McKusickavoid recursive invocation of _stop
1990-05-11 Kirk McKusickset 0x8000 bit on fsid when doing stat to be compatible...
1990-05-11 Kirk McKusickhp300 handles physical I/O elsewhere
1990-05-11 Kirk McKusicklint; checkoverlap code is conditional on DIAGNOSTIC
1990-05-11 Kirk McKusickmerge in support for hp300 from Utah
1990-05-11 Kirk McKusickhp300 does physical I/O mapping itself
1990-05-11 Kirk McKusickdefine i_size based on BYTE_ORDER
1990-05-11 Kirk McKusickmerge in support for System V compatible shared memory
1990-05-11 Kirk McKusickmerge in support for hp300 from Utah
1990-05-11 Kirk McKusickuse NKMEMCLUSTERS to size malloc arena; expand area...
1990-05-11 Kirk McKusickuse NKMEMCLUSTERS to size malloc arena; expand arena...
1990-05-11 Kirk McKusickdelete unused U_QSAVE;
1990-05-11 Kirk McKusickadd configuration for size of kernel malloc arena and...
1990-05-11 Kirk McKusickadd default size for kernel malloc arena
1990-05-11 Kirk McKusickconstants added from merging in hp300 support from...
1990-05-11 Kirk McKusickmerge in support for hp300 from Utah
1990-05-11 Kirk McKusicksize and bytes should be unsigned quads
1990-05-11 Kirk McKusickdelete u_qsave, u_eosys, u_quota, and u_qflags;
1990-05-11 Kirk McKusickno more u_eosys
1990-05-11 Kirk McKusickeliminate spurious #defines in user.h
1990-05-11 Kirk McKusickget rid of spurious #defines in user.h
1990-05-11 Kirk McKusickget rid of #defines in user.h
1990-05-11 Kirk McKusickget rid of spurious #define in user.h
1990-05-11 Kirk McKusickadd typedef for u_quad; merge in support for hp300...
1990-05-11 Kirk McKusickmerge in support for hp300
1990-05-11 Kirk McKusickuse proper error variable
1990-05-10 Kirk McKusickmerge in hp300 support
1990-05-10 Kirk McKusickupdate for hp300 merge
1990-05-10 Kirk McKusickhp300 does not have to support `double avenrun' for...
1990-05-10 Kirk McKusickupdate for hp300 merge
1990-05-10 Kirk McKusickdate and time created 90/05/09 10:49:09 by mckusick
1990-05-10 Kirk McKusickupdate for hp300 merge
1990-05-10 Kirk McKusickupdate for hp300 support
1990-05-09 Kirk McKusickmerge in hp300 support from Utah
1990-05-09 Kirk McKusickdate and time created 90/05/08 22:48:03 by mckusick
1990-05-09 Kirk McKusickmerge in hp300 support from Utah
1990-05-09 Kirk McKusickmerge in hp300 support from Utah
1990-05-09 Kirk McKusickmerge in hp300 support from Utah
1990-05-09 Kirk McKusickdate and time created 90/05/08 17:21:40 by mckusick
1990-05-09 Kirk McKusickdate and time created 90/05/08 17:21:39 by mckusick
1990-05-09 Kirk McKusickdate and time created 90/05/08 17:21:09 by mckusick
1990-05-09 Kirk McKusickdate and time created 90/05/08 17:20:43 by mckusick
1990-05-09 Kirk McKusickmust have vnode locked before doing ufs_access
1990-05-09 Kirk McKusickno locking needed in getmdev
1990-05-09 Kirk McKusickwhen sync'ing, verify that vnode has not been recycled...
1990-05-08 Kirk McKusickadd flags parameter to revoke
1990-05-08 Marc Teitelbaumremove MSG_MAXIOVLEN -- use UIO_{MAX|SMALL}IOV from...
1990-05-08 Marc Teitelbaumwhoops, it's revoke (vgone is internal name)
1990-05-08 Marc Teitelbaumadd vgone
1990-05-07 Kirk McKusickspecify the group in which quota files are created
1990-05-06 Kirk McKusickdo not lock vnodes when copying for kinfo (if the info...
1990-05-06 Kirk McKusickhave to check that vnode is still associated with mount...
1990-05-06 Kirk McKusickno longer need to check um_fs to detect busy;
1990-05-06 Kirk McKusickhave to check MNT_UNMOUNT flag after sleeping, not...
1990-05-05 Kirk McKusicknew quota system
1990-05-05 Kirk McKusickmount structure prefixes go from m_ to mnt_ and M_...
1990-05-05 Kirk McKusickmount struct prefixes go from m_ to mnt_ and M_ to...
1990-05-05 Kirk McKusickuse NULLVP
1990-05-05 Kirk McKusickdelete unneeded header
1990-05-05 Keith Skloweruse generic machinery for llifaddrs to replace themesel...
1990-05-05 Marc Teitelbaumlflag can change while we sleep in ttread.
1990-05-05 Kirk McKusickdelete unneeded headers
1990-05-05 Keith Skloweruse generic machinery for llifaddrs to replace themesel...
1990-05-05 Marc Teitelbaumchange wchan messages to consistant format
1990-05-04 Kirk McKusickadd VATTR_NULL as shorthand for vattr_null
1990-05-04 Kirk McKusickdeclare and initialize va_null for VATTR_NULL
1990-05-04 Kirk McKusickvattr_null => VATTR_NULL
1990-05-04 Keith Sklowerincorporate recent torek changes (not tested)
1990-05-04 Keith Sklower1st level torek changes for now
1990-05-04 Keith Sklowerfirst crack at torek changes, may need bug fixes
1990-05-04 Keith Sklowerfirst crack at torek changes, may need bug fixes
1990-05-04 Keith Sklowerfirst crack at torek changes, may need bug fixes
1990-05-04 Keith Sklowerfirst crack at torek changes, may need bug fixes
1990-05-04 Keith Sklowerfirst crack at torek changes, may need bug fixes
1990-05-04 Keith Sklowerfirst crack at torek changes, may need bug fixes
1990-05-04 Keith Sklowerfirst crack at torek changes, may need bug fixes
next