dynamically allocate private part
[unix-history] / usr / src / sys / ufs /
1991-11-02 Keith Bosticcheckpoint before integration
1991-11-02 Keith Bosticmove ENTRY macro into lfs.h; reorganize source, checkpo...
1991-11-02 Keith Bosticdelete code common with FFS; add inode truncation code
1991-11-02 Keith Bosticdelete code common with FFS; checkpoint before integration
1991-11-02 Keith Bosticmove LFS_IENTRY into lfs.h; checkpoint before integration
1991-11-02 Keith Bosticcheckpoint before integration
1991-11-02 Keith BosticUFS/FFS split for LFS version 1
1991-11-02 Keith BosticUFS/FFS split for LFS version 1; move prototypes into...
1991-11-02 Keith BosticUFS/FFS split for LFS version 1; mfs_print returns int
1991-11-02 Keith BosticUFS/FFS split for LFS version 1; fixes for mountfs...
1991-11-02 Keith BosticUFS/FFS split for LFS version 1
1991-11-02 Keith BosticUFS/FFS split for LFS version 1; move everything but...
1991-11-02 Keith BosticUFS/FFS split for LFS version 1; add ufsmount inode...
1991-11-02 Keith BosticUFS/FFS split for LFS version 1; split ufs_vinit and...
1991-11-02 Keith BosticUFS/FFS split for LFS version 1; add ffs_blkatoff,...
1991-11-02 Keith BosticUFS/FFS split for LFS version 1
1991-11-02 Keith BosticUFS/FFS split for LFS version 1; move inode pref into...
1991-11-02 Keith Bosticnormalize KERNEL includes
1991-11-02 Keith BosticUFS/FFS split for LFS version 1; move ROOTINO into...
1991-10-11 Keith Bosticprintf cleanup, it seems to work
1991-10-10 Keith Bosticadd UNASSIGNED for nonexistent disk address in bmap;
1991-10-10 Keith Bosticlint
1991-10-10 Bill Joylint, use UNASSIGNED, not -1
1991-10-10 Keith Bosticlint
1991-10-10 Keith Bosticcheckpoint, seems to kind of work
1991-10-10 Keith Bosticlint
1991-10-10 Keith Bosticcheckpoint after Margo's changes to make sync work
1991-10-04 Keith Bosticminor cleanups
1991-10-04 Keith Bosticsingle thread LFS syncs
1991-10-04 Keith Bosticprettiness patrol
1991-10-04 Keith Bosticcheckpoint; lots of minor stuff, synchronization redone...
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
next