use -d99.100 to avoid dropping into background
[unix-history] / usr / src / sys / kern /
1995-05-28 Kirk McKusickdelete read-only checking; it must be done by the files...
1995-05-27 Kirk McKusickdo not allow time to go backwards when in secure mode
1995-05-27 Kirk McKusickvnode_free_list_slock has to be exported for LFS
1995-05-26 Kirk McKusicknew system call argument convention
1995-05-23 Kirk McKusickmake provision for shared access locks on vnodes not...
1995-05-22 Kirk McKusickmore precise output from lockmgr_printinfo
1995-05-21 Kirk McKusickget rid of dead code
1995-05-20 Kirk McKusickmerge vfs_lock and vfs_busy; interlock mount points...
1995-05-20 Kirk McKusickallow drained locks to be reenabled
1995-05-20 Kirk McKusickattempt to avoid spurious simple_lock complaints from...
1995-05-20 Kirk McKusicksysctl_vnode passes a proc pointer
1995-05-20 Kirk McKusickhack to try to avoid improperly detected recursive...
1995-05-20 Jan-Simon Pendryneed to pass proc to vinvalbuf
1995-05-20 Jan-Simon Pendryaccounting for simple locks and unlocks
1995-05-20 Jan-Simon Pendrytrack number of simple locks
1995-05-19 Jan-Simon Pendryconvert VOP_UNLOCK and vrele into vput's; add proc...
1995-05-19 Kirk McKusickdelete reference if vget lock attempt fails
1995-05-18 Kirk McKusickif mountroot != NULL, then just call it
1995-05-18 Kirk McKusickadd back trace to simple lock diagnostic information...
1995-05-18 Kirk McKusickadd back trace to simple lock diagnostic information...
1995-05-18 Kirk McKusickaccounting for locks and unlocks;
1995-05-18 Kirk McKusickget rid of attempt to detect hanging
1995-05-18 Jan-Simon Pendryexpand vput inline so that locking is managed properly
1995-05-15 Kirk McKusickallow simple lock failure to be a warning rather than...
1995-05-14 Kirk McKusickconvert VOP_LOCK to vn_lock; add parameters to VOP_UNLOCK
1995-05-14 Kirk McKusickmassive overhaul to use new lock manager;
1995-05-14 Kirk McKusickadd vn_lock function; convert VOP_LOCK to vn_lock;...
1995-05-14 Kirk McKusickget proc pointer rather than pid; more checking for...
1995-05-14 Kirk McKusickvop_inactive is called with locked vnode;
1995-05-12 Kirk McKusickvclean is static to vfs_subr.c
1995-05-12 Kirk McKusickinvolve the preprocessor so that incorrect argument...
1995-05-12 Kirk McKusickminor cleanups; non-inline version of simple locking...
1995-05-11 Kirk McKusickadd vfs_mountroot and vfs_rootmountalloc functions;
1995-05-11 Kirk McKusickadd mountroot functions to vfsconf; no longer make...
1995-05-11 Kirk McKusickreplace mountroot with function vfs_mountroot
1995-05-11 Jan-Simon Pendrydon't call VFS_SYNC for read-only filesystems
1995-05-11 Jan-Simon PendryVOP_REVOKE(vp, 0) should really be vgone(vp)
1995-05-11 Kirk McKusickset MNT_ROOTFS immediately after doing mountroot rather...
1995-05-10 Kirk McKusickdisallow unmount of root fs
1995-05-10 Kirk McKusickchange mountlist to CIRCLEQ so we can do unmountall...
1995-05-05 Kirk McKusickIf the buffer is full, keep the most recent data. ...
1995-05-03 Kirk McKusickfix bug pointed out by Stevens in his vol II book
1995-05-02 Kirk McKusickmissing second parameter to closef (from Poul-Henning...
1995-05-02 Kirk McKusicksilently accept multiple instances of the same address...
1995-05-02 Kirk McKusickcleanups of init argument setup (from mycroft)
1995-05-02 Kirk McKusicklimit process to 327.67 rather than 227 seconds timeout;
1995-04-29 Kirk McKusickmove relookup in from ufs_vnops.c
1995-04-28 Kirk McKusicklockmgr now takes an interlock and a pid but no longer...
1995-04-28 Kirk McKusickatomic_lock => simple_lock
1995-04-14 Kirk McKusickadd LK_DRAIN
1995-04-13 Kirk McKusickadd flags and proc ptr to vop_lock and vop_unlock opera...
1995-04-12 Kirk McKusickhave to purge v_id as soon as it is cleaned
1995-04-12 Kirk McKusicknits
1995-04-12 Kirk McKusickadd lockstatus to querry lock status
1995-04-12 Kirk McKusickcomments from cgd and mycroft
1995-04-11 Kirk McKusickfeedback from cgd
1995-04-10 Kirk McKusickdate and time created 95/04/09 23:17:34 by mckusick
1995-04-04 Kirk McKusickdo synchronous writes when MNT_SYNCHRONOUS is set
1995-04-03 Kirk McKusickrequest a synchronous write when O_FSYNC is set (from...
1995-03-31 Kirk McKusickmount now takes a name rather than a number, vfssw...
1995-03-31 Kirk McKusickreplace initialization of vfssw with vfsconf
1995-03-31 Kirk McKusickreplace vfssw with vfsconf
1995-03-31 Kirk McKusickreaddir now has producer provide cookies rather than...
1995-03-31 Kirk McKusickadd vfs_sysctl
1995-03-31 Kirk McKusickfirst argument to mount is now a string pointer
1995-03-31 Kirk McKusickenable vfs_sysctl; fix range bug in debug code
1995-03-29 Kirk McKusickadd einval for invalid operations
1995-03-29 Kirk McKusickdoreallocblks moves into ffs
1995-03-25 Kirk McKusickonly remove from special device list if it is on one
1995-03-23 Kirk McKusicktrack whiteout negative cache entries (from mycroft)
1995-03-23 Kirk McKusicklstat returns inode number of symbolic link to match...
1995-03-23 Kirk McKusickpass exclusive create flag in to VOP_CREATE
1995-03-22 Kirk McKusicknew include needed for ffs_extern.h
1995-03-19 Kirk McKusickreverse arguments to VOP_LINK (to get them right)
1995-03-19 Kirk McKusickmerge in code from Poul-Henning Kamp
1995-02-24 Kirk McKusickconvert vgoneall to vop_revoke
1995-02-24 Kirk McKusickallow revoke on any file; vgoneall => VOP_REVOKE
1995-02-24 Kirk McKusickvgoneall => VOP_REVOKE
1995-02-24 Kirk McKusickadd vop_revoke operator
1995-02-23 Kirk McKusickvgoneall => VOP_REVOKE
1995-02-23 Kirk McKusickallow revoke on any file; vgoneall => VOP_REVOKE
1995-02-21 Dave A. BormanWhen the EXTPROC bit is being turned off, and we
1995-02-15 Chris G. Demetrioufix a substitution error in the last commit.
1995-02-15 Chris G. Demetrioudate and time created 95/02/14 12:21:06 by cgd
1995-02-15 Chris G. Demetrioureturn types, syscall arg conventions & recording fixes.
1995-02-15 Chris G. Demetrioureturn types.
1995-02-15 Chris G. Demetrioureturn types. use NULL instead of (void *)0.
1995-02-15 Chris G. Demetriouadd some space after commas.
1995-02-15 Chris G. Demetrioureturn types, light clean.
1995-02-15 Chris G. Demetrioureturn types, add a comment or type where necessary.
1995-02-15 Chris G. Demetrioureturn types, KNF, some protos.
1995-02-15 Chris G. Demetriounew argument passing conventions. minor type size...
1995-02-15 Chris G. Demetriouinsert a missing space.
1995-02-15 Chris G. Demetrioucheck pointer != NULL rather than cast.
1995-02-15 Chris G. Demetrioulight cleanup, return types, KNF, etc.
1995-02-15 Chris G. Demetriounew argument passing conventions. minor type size...
1995-02-15 Chris G. Demetriouspecify return types.
1995-02-15 Chris G. Demetriounew argument passing conventions. minor type size...
1995-02-15 Chris G. Demetriounew syscall arg conventions.
1995-02-15 Chris G. Demetriouspecify return types.
next