lint
[unix-history] / usr / src / sys /
1989-08-17 Keith Bosticlots of other places define NULL
1989-08-16 Kirk McKusickhave to remember to lock buffers before trying to grab...
1989-08-16 Marc Teitelbaumdate and time created 89/08/15 19:13:58 by marc
1989-08-16 Mike Karelscurrent version from monet
1989-08-16 Mike Karelsdkit_kmc.c.ori from monet
1989-08-16 Mike Karelskmcreg.h.old from monet
1989-08-16 Mike Karelsdk.h.old from monet
1989-08-16 Mike Karelsdk.c.ori from monet
1989-08-16 Kirk McKusickbinval must wait for I/O to complete before marking...
1989-08-16 Kirk McKusickdo not try to close device if binval failed to flush...
1989-08-16 Keith Bosticdate and time created 89/08/15 11:53:45 by bostic
1989-08-15 Mike Karelshalf of it is gone; the other half later
1989-08-15 Mike Karelskcall 139 is dead
1989-08-14 Marc Teitelbaumremove header reference to dir.h
1989-08-14 Marc Teitelbaumcosmetic. move some defines around.
1989-08-14 Marc Teitelbaummove IEXTEN to the lflag
1989-08-14 Marc Teitelbaumpassing wrong argument to ktrgenio
1989-08-12 Mike Karelscheckpoint before playing around with EOR conventions...
1989-08-11 Kirk McKusickpurge vnode type when unneeded and returned to the...
1989-08-11 Kirk McKusickcheck for lookup with ENOENT before setting EROFS for...
1989-08-11 Kirk McKusickreturn flags and generation number; post error (from...
1989-08-11 Kirk McKusickzero out usec fields (from Rick Macklem)
1989-08-11 Keith Bosticlint; pass structure pointer, not structure itself
1989-08-10 Keith Bosticfrom Dave Slattengren, add Berkeley specific copyright...
1989-08-09 Keith Bosticnew versions of time calls; add Berkeley specific copyright
1989-08-05 Mike Karelscorrect network release branch: needed additional decla...
1989-07-20 Keith Sklowerchange iso_pcbconnect so that specifying a null nsap...
1989-07-20 Keith Sklowerfix clnp_route for SO_DONTROUTE to set first_hop correctly.
1989-07-17 Kirk McKusickcheck carefully for stale file handles and return errors
1989-07-17 Kirk McKusickdetect release of free inodes (from stale file handles)
1989-07-17 Kirk McKusickavoid dangling reference for cdir when doing rename
1989-07-17 Kirk McKusickuse precise NFS semantics for access checks
1989-07-17 Kirk McKusickhave to release those buffers when reading indirect...
1989-07-07 Kirk McKusickdo not nput when mkdir fails (from Rick Macklem)
1989-07-07 Kirk McKusickupdate of July 5th from Rick Macklem
1989-07-06 Marc Teitelbaumadd missing bump to reference count
1989-07-06 Marc Teitelbaumgrab vnode reference, not inode reference
1989-07-06 Kirk McKusickeliminate vn_access; do checks directly
1989-07-06 Kirk McKusickfirst bootable NFS from Rick Macklem
1989-07-06 Kirk McKusickbreak up vn_access using vn_writechk and VOP_ACCESS...
1989-07-06 Kirk McKusickfirst bootable NFS from Rick Macklem
1989-07-06 Kirk McKusickdynamic allocation of nfsnode table
1989-07-06 Kirk McKusickallocation of nfsnode table
1989-07-06 Kirk McKusickfirst bootable NFS from Rick Macklem
1989-07-05 Kirk McKusickdefine initial set of fields for syscontext structure
1989-07-05 Kirk McKusickpass in system call context pointer instead of using...
1989-07-05 Kirk McKusickpass &u to syscall routines (eventually to become a...
1989-07-05 Mike Karelsget rid of old compatibility code
1989-07-05 Marc TeitelbaumKTRACE code
1989-07-04 Kirk McKusickadd spare fields for future use
1989-07-04 Kirk McKusickreplace vn_access with vn_writechk;
1989-07-04 Kirk McKusickget rid of unnecessary access checks
1989-07-04 Kirk McKusickbreak vn_access into its constituent parts vn_writechk...
1989-07-04 Kirk McKusickdelete unnecessary check; minor cleanup
1989-07-04 Kirk McKusickuse VOP_ACCESS directly
1989-07-04 Kirk McKusickdo not need vn_access, just use VOP_ACCESS directly
1989-07-04 Kirk McKusickuse VOP_ACCESS directly
1989-07-04 Kirk McKusickmust ensure that the vnode is locked while operating...
1989-07-03 Kirk McKusickmust properly calculate whether at end of path
1989-07-03 Kirk McKusickmust return value in ni_vp when cd .. through the root
1989-07-02 Kirk McKusickadd nnfsnode for NFS
1989-07-02 Kirk McKusickadd MAXPHYS for NFS
1989-07-02 Kirk McKusickallocation of nfsnode table
1989-07-02 Sam Lefflermust handle alignment for packets w/o data
1989-07-01 Mike Karelsmerge new code from van, sundry cleanups
1989-07-01 Mike Karelsnew version from van
1989-06-30 Mike Karelsinitial version from van
1989-06-30 Mike Karelsnew version from van
1989-06-30 Mike Karelsinitial working version
1989-06-30 Sam Lefflercheckpoint; should fix previous bug, but see next version
1989-06-30 William Nesheimcheckpoint; working without compression
1989-06-29 Sam Lefflerdate and time created 89/06/28 11:48:36 by sam
1989-06-28 Kirk McKusicksyntax error
1989-06-28 Kirk McKusicksyntax error in Nfsiomap; use /sbin/init instead of...
1989-06-28 Kirk McKusickupdate for POSIX tty driver from Rick Macklem
1989-06-28 Kirk McKusickufs_vptofh is now called by getfh
1989-06-28 Kirk McKusickexpand maximum datagram size to 9K for benefit of NFS
1989-06-28 Kirk McKusickadd NFS specific calls nfssvc, getfh, and exportfs
1989-06-28 Kirk McKusickadd VREF macro
1989-06-28 Kirk McKusickmust vrelse vnode if VOP_OPEN fails; add vref
1989-06-28 Kirk McKusickupdate reference counts on vnodes using VREF
1989-06-25 Kirk McKusickfix from Rick Macklem to avoid infinite loop for stale...
1989-06-25 Kirk McKusickhave to set the base before each uio
1989-06-23 William Nesheimfixed induced bug due to new link layer support (thx...
1989-06-10 Kirk McKusickadd $i to print out locked inodes
1989-06-09 Kirk McKusickadd getfsstat system call
1989-06-09 Kirk McKusickmust inline expand read-only and text busy checks as...
1989-06-09 Kirk McKusickgather nameidata duplication and freeing code into...
1989-06-09 Kirk McKusickmanagement routines for nameidata (ndinit, nddup, and...
1989-06-09 Kirk McKusickgather initialization code for nameidata into ndinit()
1989-06-08 Kirk McKusickadd fchdir, chflags, and fchflags system calls
1989-06-08 Kirk McKusickinitialize flags and generation number in vattr structure
1989-06-08 Kirk McKusickreturn flags and generation number in stat structure
1989-06-08 Kirk McKusickcompatibility code to assign a generation number to...
1989-06-08 Kirk McKusickassign a new generation number when allocating an inode
1989-06-08 Kirk McKusickreturn flags and generation number; set flags
1989-06-08 Kirk McKusickuse uio structure in nameidata rather than constructing...
1989-06-08 Kirk McKusickimplementation of generation numbers
1989-06-07 Kirk McKusickadd getfsstat
1989-06-07 Kirk McKusickadd selectors for newly used fields
next