for now, redundantly include errno.h to share source with sys.oldvm
[unix-history] / usr / src / sys / ufs /
1991-10-03 Keith Bosticcheckpoint
1991-09-26 Keith Bosticdate and time created 91/09/25 14:34:19 by bostic
1991-09-26 Keith Bosticdate and time created 91/09/25 14:34:06 by bostic
1991-09-26 Keith Bosticdate and time created 91/09/25 14:33:58 by bostic
1991-09-26 Keith Bosticdate and time created 91/09/25 14:31:38 by bostic
1991-09-26 Keith Bosticdate and time created 91/09/25 14:31:19 by bostic
1991-09-26 Keith Bosticcheckpoint, but not because it's working
1991-09-21 Keith Bosticcheckpoint before lfs_iupdat -> ITIMES; reads almost...
1991-09-19 Keith Bosticfold Margo's and mine together
1991-09-19 Keith Bosticdate and time created 91/09/18 10:05:41 by bostic
1991-09-18 Keith Bosticfirst naming pass, make it compile
1991-09-07 Ralph Campbelladded mips to ifdef hp300, i386
1991-08-24 Kirk McKusickuse fs->fs_fmod = 1, not fs->fs_mod++
1991-07-03 Kirk McKusickavoid null pointers
1991-06-29 Mike Karelsrearrange to do getmdev in-line
1991-06-22 Kirk McKusickquotaoff now needs a proc pointer
1991-06-22 Kirk McKusickuse vn_close rather than vrele after vn_open
1991-06-05 Kirk McKusickspeed up sync of filesystems with no quotas; skip locke...
1991-06-04 Kirk McKusickcheck ufs lock count on exit from syscalls
1991-06-04 Kirk McKusickmust unlock vnode after vn_open
1991-05-31 Kirk McKusicktype glitch
1991-05-26 Keith Bosticdelete obsolete printf formats (%X -> %lx)
1991-05-20 Kirk McKusickname resolution checking (need kern/kern_malloc.c 7...
1991-05-20 Kirk McKusickhave to set the offset in the uio now
1991-05-17 Kirk McKusickchange vn_ to vop_ (for marc :-)
1991-05-16 Kirk McKusicknew naming scheme for ufs specific data in namei
1991-05-16 Kirk McKusickupdate rename to use new namei / lookup scheme
1991-05-16 Kirk McKusickreturn type == F_UNLCK to F_GETLK when no blocking...
1991-05-12 Kirk McKusickfor kernel I/O, may not have a proc from which to check...
1991-05-09 Kirk McKusicknew format for prototypes; more precise comments
1991-05-09 Kirk McKusickcorrect bogus comment
1991-05-09 Kirk McKusickmore precise comments
1991-05-09 Kirk McKusickmake comments more precise
1991-05-09 Kirk McKusicknew format for prototypes; make comments more precise
1991-05-09 Kirk McKusickminor nits
1991-05-05 Mike Karelsrm local decl. of printf, is in systm.h; ansify functio...
1991-05-05 Mike Karelsrm local decl. of printf, is in systm.h
1991-05-03 Kirk McKusickresize buffer only after successful allocation (avoid...
1991-04-20 Kirk McKusickadd global flag to allow forcible unmounts to be attempted;
1991-04-17 Kirk McKusickextensive checking of directories only when DIIAGNOSTIC set
1991-04-17 Kirk McKusickenable forcible unmount
1991-04-17 Kirk McKusickdo not panic on "bad dir" if filesystem is mounted...
1991-04-17 Kirk McKusickdo not panic on "freeing free inode" if filesystem...
1991-04-16 Kirk McKusickadd appropriate proc pointers to VFS ops
1991-04-16 Kirk McKusickuse prototypes for ufs vnode ops (from specdev.h, fifo...
1991-04-16 Kirk McKusickuse prototypes for MFS vnode ops (from mfsnode.h);
1991-04-16 Kirk McKusickadd proc pointers to appropriate vnode operations
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP, vnode, and VFS...
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP and vnode operations
1991-04-16 Kirk McKusickinitialize proc pointer in uio setup
1991-04-16 Kirk McKusickadd prototypes for MFS vnode operations
1991-04-16 Kirk McKusickadd prototypes for UFS VFS operations
1991-04-16 Kirk McKusickadd prototypes for UFS vnode operations
1991-03-26 Keith Bostic_DIR_ => _DIR_H
1991-03-26 Kirk McKusickget rid of unneeded namei
1991-03-20 Mike Karelsfirst cut for new proc & user structs (still need to...
1991-03-12 Kirk McKusickmissing iput
1991-03-12 Kirk McKusicksetup uio vectors explicitly as they are no longer...
1991-03-12 Kirk McKusickreset directory link counts on I/O failure
1991-03-01 Kirk McKusickcache open with O_CREAT when the name already exists
1991-02-26 Kirk McKusickmove locking specific code from ufs_vnops.c; fix numero...
1991-02-26 Kirk McKusickmove locking specific code into ufs_lockf.c; fix numero...
1991-02-23 Donn SeeleyPrototype declarations.
1991-02-22 Kirk McKusickfixes for multiple calls to namei (for rename in NFS)
1991-02-22 Kirk McKusickfixes for range locking
1991-02-04 Kirk McKusickfix check for LINK_MAX in ufs_link;
1991-02-04 Kirk McKusickif entry is gone, do not try to release the parent
1991-02-02 Kirk McKusickadd POSIX-style byte-level record locking
1991-02-02 Kirk McKusickkeep me happy about precedence
1991-02-02 Kirk McKusickadd POSIX-style byte-level record locking
1991-02-02 Kirk McKusickdate and time created 91/02/01 16:28:24 by mckusick
1991-02-02 Kirk McKusickadd POSIX-style byte-level record locking
1991-01-11 Kirk McKusickdelete paranoid check
1990-12-15 Keith Bosticfail if try to set VTX on file not of type directory...
1990-12-06 Kirk McKusickupdate for new VM
1990-11-29 Kirk McKusickallow multiple references when mounting miniroot
1990-11-09 Kirk McKusickdo not forget to unlock resources (from Torek)
1990-10-25 Kirk McKusicktypo in comment
1990-10-25 Kirk McKusicklint
1990-10-20 Kirk McKusickproperly decrement reference count on directory
1990-09-28 Kirk McKusickeliminate things that cannot be included multiple times
1990-09-12 Kirk McKusickprotect with _QUOTA_
1990-09-02 Kirk McKusickneed to restore quota credit if allocation fails
1990-08-30 Kirk McKusickmissing vput
1990-08-25 Kirk McKusickbrealloc => allocbuf
1990-07-03 Trent Heinreincarnated clear of i_rdev when freeing an inode...
1990-07-03 William Nesheimadded 386 ifdefs
1990-06-29 Keith Bosticnew copyright notice
1990-06-28 Mike Karelsbetter fix for loop if unmount fails; clear signal...
1990-06-25 Kirk McKusickno longer map ENOENT to ENODEV in getmdev
1990-06-23 Mike Hiblermake separate version of mfs_doio for hp300 and vax...
1990-06-20 Kirk McKusickmark inode dirty to force size update
1990-06-20 Kirk McKusickhandle short reads on quota files by using default...
1990-06-09 Kirk McKusicktemporary hack to avoid infinite signals on shutdown
1990-06-04 Kirk McKusickhave to vrele devvp when just doing an update
1990-05-31 Kirk McKusickhave to write out inode if IO_SYNC is specified
1990-05-31 Kirk McKusickVOP_ABORTOP is no longer responsible for unlocking...
1990-05-30 Kirk McKusickhave to restore quota state after chown
1990-05-25 Kirk McKusickprint out offending uid for filesystem full error messages
1990-05-16 Kirk McKusickfile size is unsigned
next