always clear setuid and setgid bits when changing owner or group
[unix-history] / usr / src / sys / ufs /
1989-08-26 Kirk McKusickalways clear setuid and setgid bits when changing owner...
1989-08-26 Kirk McKusickupdate for soft references and negative cacheing
1989-08-17 Kirk McKusickreturn vap_bytes in bytes
1989-08-11 Kirk McKusickpurge vnode type when unneeded and returned to the...
1989-08-11 Kirk McKusickzero out usec fields (from Rick Macklem)
1989-07-17 Kirk McKusickcheck carefully for stale file handles and return errors
1989-07-17 Kirk McKusickdetect release of free inodes (from stale file handles)
1989-07-17 Kirk McKusickhave to release those buffers when reading indirect...
1989-07-04 Kirk McKusickadd spare fields for future use
1989-07-04 Kirk McKusickdelete unnecessary check; minor cleanup
1989-06-28 Kirk McKusickufs_vptofh is now called by getfh
1989-06-28 Kirk McKusickupdate reference counts on vnodes using VREF
1989-06-25 Kirk McKusickhave to set the base before each uio
1989-06-08 Kirk McKusickcompatibility code to assign a generation number to...
1989-06-08 Kirk McKusickassign a new generation number when allocating an inode
1989-06-08 Kirk McKusickreturn flags and generation number; set flags
1989-06-08 Kirk McKusickuse uio structure in nameidata rather than constructing...
1989-06-08 Kirk McKusickimplementation of generation numbers
1989-06-07 Kirk McKusickput in explicit lock so that locking can be checked
1989-06-07 Kirk McKusickput in explicit lock and unlock so that locking can...
1989-05-28 Kirk McKusickreturn directory locked (for benefit of NFS)
1989-05-28 Kirk McKusickfill out implementation of ufs_vptofh (from Rick Macklem)
1989-05-20 Kirk McKusickcleanups and paranoia
1989-05-15 Kirk McKusickLOCKPARENT flag means lock parent even on lookup
1989-05-10 Kirk McKusickget the suser check in the correct places
1989-05-10 Kirk McKusickread into system space, not user space!
1989-05-10 Kirk McKusickmerge in vnodes
1989-05-10 Kirk McKusickmerge in vnodes
1989-05-10 Kirk McKusickcheck for multiple includes; change for POSIX compliance
1989-05-10 Kirk McKusickmerge in vnodes
1989-05-10 Kirk McKusicklint
1989-05-10 Kirk McKusickmerge in vnodes
1989-05-02 Marc TeitelbaumKTRACE code
1989-05-02 Keith Bosticadd VAX650 to the processors needs scanc
1989-04-27 Kirk McKusickuse new form of suser()
1989-04-25 Kirk McKusickadd Berkeley copyright
1989-02-22 Marc Teitelbaumput back last version - undo dependency on syslimits.h
1989-02-17 Keith Bosticdon't allow more than LINK_MAX links
1989-02-17 Keith Bosticadd syslimits.h for POSIX 1003.1; included by include...
1989-01-25 Keith Bosticfix chown; don't steal groups or give away files
1989-01-13 Kirk McKusickmove handling of `..' to prove concept and improve...
1989-01-12 Kirk McKusickbreak out non-kernel stuff to <dirent.h>;
1988-09-24 Thomas Ferrinprint proper track# and sector# on errors
1988-06-30 Keith Bosticinstall approved copyright notice
1988-06-28 Keith Bosticinstall approved copyright notice
1988-06-12 Mike Karels"correct" disk block units on tahoe
1988-06-05 Mike Karelswhy not, print cyl/trk/sect on disk errors
1988-05-28 Mike Karelsnew diskerr routine, replacing harderr
1988-05-25 Kirk McKusicklint
1988-05-25 Kirk McKusicklint
1988-05-24 Keith Bosticadded Berkeley specific header
1988-05-23 Mike Karelslint
1988-05-21 Keith Bosticadd Berkeley specific header
1988-05-20 Mike Karelsavoid race between mountfs and update
1988-05-02 Kirk McKusickadd compatibility for dynamic cylinder groups;
1988-05-02 Kirk McKusickconvert cylinder groups to have dynamic arrays;
1988-05-02 Kirk McKusickmacroize cylinder group array references to allow dynam...
1988-04-25 Mike Karelskeep cksum up to date, support variable offset (now...
1987-12-01 Kirk McKusickmajor cleanup of mountfs and fixed a bug too!
1987-11-24 Kirk McKusicklint from torek
1987-11-02 Mike Karelsadd setdisklabel, writedisklabel to check and rewrite...
1987-09-10 Kirk McKusickallow cg's to start at frag instead of block boundries
1987-08-24 Mike Karelslook for disk label at any reasonable offset
1987-06-22 Kirk McKusickgeteblk => malloc for copy of indirect pointers
1987-06-22 Kirk McKusickreplace geteblk and wmemall with malloc to hold superbl...
1987-06-22 Kirk McKusickgeteblk => malloc, so m_bufp => m_fs as it should be
1987-06-21 Kirk McKusickreplace geteblk with malloc/free
1987-06-05 Kirk McKusickchange free() to blkfree() to allow for malloc()/free()
1987-06-05 Mike Karelssave cpg in pack label too
1987-05-04 Sam Lefflercheck ip before dereferencing (can only happen when...
1987-04-19 Mike Karelsdon't clear set-gid when su creates file when not group...
1987-04-14 Keith Bosticbug report 4.2BSD/sys/45
1987-04-03 Mike Karelsworking with pack labels
1987-04-03 Mike Karelsadd ifdefs for dev_bsize (almost working)
1987-04-03 Mike Karelsworking again
1987-04-03 Mike Karelsifdef for dev_bsize
1987-04-02 Mike Karelsadd generalized code to read disk label
1987-03-11 Kirk McKusickonly set ICHG when fsync'ing a file descriptor that...
1987-02-20 Mike Karelsdkcksum
1987-01-14 Kirk McKusickadd trackskew, interleave, npsect, headswitch, and...
1987-01-14 Kirk McKusickadd sanity checks for old file systems
1986-12-23 Keith Bosticbug report 4.1BSD/sys/31
1986-11-04 Mike Karelsmerge in tahoe support
1986-10-14 Mike Karelsmerge in tahoe system
1986-06-05 Kirk McKusick4.3BSD release version
1986-06-05 Kirk McKusick4.3BSD release version
1986-05-05 Kirk McKusickalways round down directory offset to a DIRBLK boundry
1986-05-03 Kirk McKusicksome disks put bad sector replacements at the end of...
1986-04-29 Bob KridleAdded code to define scanc if VAX630 is defined.
1986-04-24 Kirk McKusickclean up block comment at top;
1986-04-24 Kirk McKusickmust invalidate any names for mounted on inode
1986-03-05 Mike Karelsrelax restrictions on *chown: allow owner to change...
1986-02-24 Mike Karelslint
1986-02-22 Mike Karelsmake those switches int!
1986-02-21 Mike Karelsrename nch to avoid name conflict
1986-02-21 Mike Karelsrename nch to avoid name collision
1986-02-21 Mike Karelslint and cleanups from Sam
1986-02-20 Mike Karelslint
1986-02-19 Mike Karelsdon't close, binval on failed mount because already...
1985-11-27 Mike Karelsnow can use XTRC again instead of IXMOD
next