convert VOP_UNLOCK and vrele into vput's; add proc parameter to union_dircache
[unix-history] / usr / src / sys / kern /
1994-12-11 Jan-Simon Pendryhave to protect acct_process from acctwatch closing...
1994-12-09 Kirk McKusickrequest IO_UNIT on writes, so failures cause truncation...
1994-12-09 Kirk McKusickhave to protect acct_process from acctwatch closing...
1994-12-06 Kirk McKusickreturn ENOSYS rather than EINVAL for non-existent syste...
1994-11-24 Kirk McKusickadd isofs filesystems
1994-11-23 Kirk McKusickcheck (and fix) mounted-on current directories
1994-11-23 Jan-Simon Pendryget rid of usecount mount restriction (needed for union...
1994-11-22 Kirk McKusickreturn EBUSY if reference count on mount point is great...
1994-11-22 Kirk McKusickcheck for symbolic links after mount points to keep...
1994-11-22 Kirk McKusickcheck for symbolic links after mount points to keep...
1994-11-02 Mike Hibleremulate the other common case of setreuid (setregid):
1994-10-25 Kirk McKusickunwhiteout => undelete to be more general
1994-10-19 Kirk McKusickunwhiteout => undelete
1994-10-10 Kirk McKusickupdate for cleaner operation from cgd
1994-08-31 Kirk McKusickfix olstat to give the correct symlink info
1994-08-31 Jan-Simon Pendryclean up error case
1994-08-23 Kirk McKusickuse new queue.h data structures
1994-08-16 Kirk McKusickrelease the old controlling terminal if setting a new one
1994-08-16 Kirk McKusickuucp dies if it cannot repeatedly set the same controll...
1994-08-15 Kirk McKusickcannot get new controlling tty when you already have one
1994-08-15 Kirk McKusickhave to recompute the next pointer after possibly sleep...
1994-08-12 Kirk McKusickbetter formatting (from cgd)
1994-08-12 Kirk McKusickfurther select refinements (from torek via karels)
1994-08-11 Kirk McKusickLEASE_CHECK => VOP_LEASE
1994-08-11 Kirk McKusickmove in NFS specific call from vnode.h
1994-08-11 Kirk McKusickadd vop_lease
1994-08-11 Kirk McKusickmore portable version (from cgd)
1994-08-11 Kirk McKusicka zero-valued timeout (which should poll and return...
1994-08-06 Kirk McKusickinline => __inline (from cgd)
1994-07-29 Mike Hiblersigh...handle another "too much memory in buffer" bound...
1994-07-28 Jan-Simon Pendrychanges for whiteouts and union filesystem
1994-07-15 Kirk McKusickfirst pass at allowing user mounts/unmounts
1994-07-13 Jan-Simon Pendryadd unwhiteout system call to delete a whiteout entry
1994-07-08 Kirk McKusicksince size_t is unsigned must check for overflow increm...
1994-07-08 Kirk McKusicksize size_t is unsigned must check for overflow increme...
1994-07-06 Kirk McKusickturn off MAKEENTRY flag when doingcache is disabled...
1994-06-17 Kirk McKusickifdef DIAGNOSTIC should be ifdef DEBUG (from mycroft)
1994-06-05 Kirk McKusickadd UNION support to ogetdirentries; add cookies and...
1994-06-05 Kirk McKusickadd cookies and eofflag to VOP_READDIR
1994-06-05 Kirk McKusicksince size_t is unsigned, testing iov_len < 0 is futile
1994-06-03 Kirk McKusickhave to check for dead vnodes when checking whether...
1994-06-03 Kirk McKusickcheck for dead vnodes when doing accounting
1994-05-22 Kirk McKusickcheck for ENOTDIR before EISDIR in null pathname case
1994-05-20 Mike Hiblercorrect management of ps_sig field
1994-05-18 Kirk McKusickneed libkern.h include file
1994-05-13 Kirk McKusickproper sizing the dev array on first device (from Glass...
1994-05-11 Jan-Simon Pendrydon't panic getdirentries when a union stack has no...
1994-05-10 Kirk McKusickcope with partial outputting of tabs when output list...
1994-05-10 Jan-Simon Pendryinclude comments about the vnode locking protocol
1994-04-20 Kirk McKusickdo not call close operator of the f_ops vector has...
1994-04-19 Kirk McKusickin sendsig, pass ps_code when signum agrees with ps_sig...
1994-04-19 Kirk McKusickavoid race between vget and getnewvnode (from Hibler)
1994-04-16 Kirk McKusickparanoid check to avoid vrele(NULL) (from polk@bsdi...
1994-04-16 Kirk McKusickavoid hang when given a negative write count (from...
1994-04-15 Kirk McKusickphase error on length computation (from Mark Dapoz...
1994-04-12 Kirk McKusickdon't vgone the vnode in vcount if it is ours
1994-04-09 Kirk McKusickcleanup code and comment on maximum number of processes...
1994-03-31 Jan-Simon Pendryeradicate lofs
1994-03-29 Keith Bosticchange chown(2) to follow symbolic links
1994-03-28 Keith Bosticlint
1994-03-22 Mike Hiblerdetect a suspected vget race with getnewvnode (and...
1994-03-22 Keith Bosticadd procfs, union
1994-03-18 Keith Bostictypo
1994-02-22 Keith Bosticchange struct recvfrom_args and struct sendto_args...
1994-02-21 Jan-Simon Pendryadd support for user mounts (MNT_USER flag)
1994-02-17 Jan-Simon Pendryvref -> VREF
1994-02-16 Jan-Simon Pendryadd support for union stacks into getdirentries.
1994-02-14 Mike Hibleradd sysctl debug variable to enable/disable reallocblks
1994-02-13 Mike Karelsfix race in exit of session leader: if tty is revoked...
1994-02-05 Kirk McKusickfirst cut at improving cluster allocation
1994-02-05 Jan-Simon Pendrytypo in printf
1994-02-03 Kirk McKusickadd definition for VOP_REALLOCBLKS
1994-01-29 Jan-Simon Pendryadded union fs
1994-01-29 Jan-Simon Pendryremoved usecount check in mount()
1994-01-26 Mike Hiblermore ISOFS -> CD9660
1994-01-26 Mike Hiblerwhen checking for MNT_ASYNC, make sure vp->v_mount...
1994-01-26 Mike HiblerISOFS -> CD9660
1994-01-24 Kirk McKusickdisable MNT_ASYNC when doing sync and unmount
1994-01-24 Kirk McKusickdisable MNT_ASYNC when doing sync
1994-01-24 Kirk McKusickimplement MNT_ASYNC
1994-01-22 Keith Bosticcopyright typo
1994-01-22 Kirk McKusickupdate for 4.4BSD-Lite
1994-01-22 Keith Bosticadd USL's copyright notice
1994-01-21 Kirk McKusicknot the right fix, but avoid the deadlock
1994-01-15 Mike Hiblermissing "ifdef KTRACE" around ktrace code
1994-01-15 Mike Hiblercorrectly init v_ralen and v_maxra
1994-01-14 Keith Bosticthe Sparc isn't handling structures passed to the kerne...
1994-01-13 Mike Hiblermove export code from ufs layer to here (for other...
1994-01-13 Mike Hiblermassive overhaul to the clustering strategy,
1994-01-13 Mike Hiblerplace holders for procfs and afs.
1994-01-13 Mike Hiblerentries_pageable set TRUE for shm_map (see vm_map.c...
1994-01-12 Kirk McKusickdebugging the new list code
1994-01-12 Kirk McKusickadd ability to run ffs totally asynchronously (dangerously)
1994-01-07 Kirk McKusickNOLIST moves to buf.h so it can be used for initialization
1994-01-07 Kirk McKusickhave to init b_vnbufs list
1994-01-07 Kirk McKusickupdate to approximate process resident set size (from...
1994-01-07 Kirk McKusickupdate to approximate process resident set size (from...
1994-01-07 Kirk McKusickoff by one error (from karels@bsdi.com)
1994-01-07 Keith Bosticminor simplification of cfree, from Jan-Simon Pendry...
1994-01-06 Kirk McKusicklint
next