add fpregs entry point
[unix-history] / usr / src / sys / ufs /
1994-01-22 Keith Bosticcopyright typo
1994-01-22 Keith Bosticadd USL's copyright notice
1994-01-14 Keith Bosticthe Sparc isn't handling structures passed to the kerne...
1994-01-14 Keith Bosticlint and KNF conversion
1994-01-14 Keith Bosticlint
1994-01-13 Mike Hiblerexport routine and ufs_mountedon defns moved to mount.h.
1994-01-13 Mike Hiblerexport routines and ufs_mountedon moved to vfs_subr.c.
1994-01-13 Mike Hiblerreflect FS independent nature of export info.
1994-01-13 Mike Hiblerallow (optional) exporting to NFS,
1994-01-13 Mike Hibleruse new vfs_export routine, ufs_mountedon -> vfs_mountedon.
1994-01-13 Mike Hiblerdefine docluster{read,write} as 1 if DEBUG not defined.
1994-01-13 Mike Hibleruse new vfs_export routine, ufs_mountedon -> vfs_mountedon.
1994-01-12 Kirk McKusickfix panic message to print a string rather than a funct...
1994-01-07 Kirk McKusickavoid panic when process is signaled and lock clears...
1994-01-05 Keith Bosticlint
1993-12-31 Kirk McKusicknew queue structure
1993-12-31 Kirk McKusickvget now locks optionally; new queue structure; no...
1993-12-31 Kirk McKusicknew queue structure
1993-12-31 Kirk McKusickstub to avoid ufs_inactive
1993-12-31 Kirk McKusicknew queue structure
1993-12-31 Kirk McKusickvget now locks optionally; new queue structure
1993-12-31 Kirk McKusicknew queue structure
1993-12-31 Kirk McKusickvget now locks optionally
1993-12-31 Kirk McKusickvget now locks optionally; new queue structures
1993-12-31 Kirk McKusickvget now locks optionally
1993-11-15 Kirk McKusickIN_CHANGE should set flags not mode
1993-11-15 Keith Bosticfix access check for requests covering multiple modes
1993-09-24 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-09-21 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-09-21 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-09-21 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-09-06 Keith Bosticftp didn't transfer the last N bytes...
1993-09-06 Keith BosticCleanups for 4.4BSD-Lite
1993-09-06 Keith BosticCleanups for 4.4BSD-Lite
1993-09-06 Keith Bosticmerge {lfs,ffs}_{read,write}; Cleanups for 4.4BSD-Lite
1993-09-06 Kirk McKusickcommon version for ffs and lfs
1993-09-06 Kirk McKusickffs_read and ffs_write shared with lfs in <ufs/ufs...
1993-08-12 Kirk McKusickadd mfs_pathconf
1993-06-12 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-12 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-12 Keith Bosticupdate for 4.4BSD
1993-06-12 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-02 Kirk McKusickfix bug when expanding the size of a file with truncate
1993-05-31 Kirk McKusickmv spares to allow for quad alignment of dinode
1993-05-29 Kirk McKusickadjust spares to account for bigger pid's
1993-05-26 Kirk McKusickadd pathconf
1993-05-26 Kirk McKusickadd ufs_pathconf
1993-05-26 Kirk McKusickadd pathconf
1993-05-11 Kirk McKusickuse definitions of user and super-user changeable flags
1993-05-10 Kirk McKusicklike ffs, do not need to do explicit ufs_ihashrem as...
1993-05-10 Kirk McKusickdo not need to do explicit ufs_ihashrem as it will...
1993-04-29 Kirk McKusickvfinddev returns 1 for success
1993-04-29 Kirk McKusickpass special credential to allow opening of disks
1993-04-28 Kirk McKusickupdate comments to reflect reality
1993-04-27 Kirk McKusicksymbolic links take on user ownership of their containi...
1993-04-27 Kirk McKusickadd sysctl debugging; lint
1993-04-19 Kirk McKusickenable clustered read/write by default as we now believ...
1993-04-18 Kirk McKusickallow truncate to grow files as well as shrink them
1993-04-18 Kirk McKusickenable clustered read/write by default
1993-04-17 Kirk McKusickhave to call the tree delete function before freeing...
1993-04-17 Kirk McKusickufs_free_netcred needs a return value
1993-04-09 Keith Sklowernew conventions for calling routing layer
1993-04-03 Kirk McKusickmake truncate of file to the same length asynchronous
1993-03-23 Kirk McKusickavoid null references (from Torek)
1993-03-09 Keith Bostictest on VA_UTIMES_NULL was reversed
1993-03-09 Keith Bosticrename va_cflags -> va_vaflags
1993-03-06 Keith Bosticmake utime(NULL) work for POSIX 1003.1 compatibility
1993-03-05 Keith Bosticrename file flags to UF_* and SF_*, minimize name space...
1993-03-04 Keith Bosticit's used now, it's also a u_long
1993-03-04 Kirk McKusickadd checks for immutability and append-only
1993-03-04 Kirk McKusickenforce append-only mode (for NFS requests)
1993-03-01 Kirk McKusickcheck blkno on every call to try and track down the...
1993-03-01 Kirk McKusicknew approach to avoid temporary inode
1993-02-03 Kirk McKusickvinvalbuf takes parameter to indicate interrupt
1993-02-03 Kirk McKusickgetblk takes parameter to indicate interrupt
1993-02-03 Kirk McKusickvinvalbuf takes parameter to indicate interrupt
1993-02-03 Kirk McKusickparameter to indicate interrupt
1993-02-03 Kirk McKusickgetblk takes parameter to indicate interrupt
1993-02-03 Kirk McKusickvinvalbuf and getblk take parameter to indicate interrupt
1993-02-03 Kirk McKusickgetblk takes parameter to indicate interrupt
1993-02-03 Margo SeltzerMove argument structure declaration outside of function.
1993-01-09 Kirk McKusickcorrect fix to deleteing short symbolic links
1993-01-04 Kirk McKusickmake clustered read/write conditional (and off by defau...
1992-12-11 Margo SeltzerMove allocation and deallocation out of syscall now...
1992-12-11 Margo SeltzerMake local routines (lfs_vref, lfs_vunref) global....
1992-12-11 Margo SeltzerAdd calls to lfs_vref, lfs_vunref. More args to lfs_se...
1992-12-11 Margo SeltzerUse di_inumber, not di_inum to get on-disk inode number.
1992-12-11 Margo SeltzerUse balloc to extend Ifile.
1992-12-11 Margo SeltzerFix call to segwrite (pass SYNC and CKP flags instead...
1992-12-11 Margo SeltzerFor now, take out directory operation locking. Get...
1992-12-11 Margo SeltzerMake WRITE/WAIT thresholds higher. Add stat counting.
1992-12-11 Margo Seltzeradd segment pointer and locking pid insuperblock. ...
1992-12-11 Margo SeltzerExtend lfs_seglock and lfs_segunlock to allow the same...
1992-12-11 Margo SeltzerChange != to |= to assign flag values!
1992-12-10 Kirk McKusickallow downgrade of read-write to read-only (though...
1992-12-10 Kirk McKusickpanic if proc doing unlock is not proc that aquired...
1992-12-10 Kirk McKusickcollect lock holder when locking inodes
1992-12-10 Kirk McKusickffs_reload to reload state after fsck runs; code to...
1992-12-10 Margo Seltzermake calls to read and write clustering
1992-12-10 Margo Seltzeradd ihashlookup
next