convert to new DSN draft
[unix-history] / usr / src / sys /
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-22 Kirk McKusickcheck that thing being uncached is a regular file
1994-11-22 Kirk McKusickadd istty for spec_open
1994-11-22 Kirk McKusickadd istty
1994-11-22 Kirk McKusickadd istty to identify vnodes that reference ttys in...
1994-11-22 Kirk McKusickreturn EOF for read on dead ttys
1994-11-22 Kirk McKusickset VISTTY flag if opening a tty device
1994-11-22 Kirk McKusickNOCRED becomes NULL
1994-11-22 Kirk McKusickclean up use of cred
1994-11-22 Kirk McKusickadd VISTTY flag to identify tty vnodes
1994-11-22 Kirk McKusickget rid of FSCRED; clean up use of NOCRED
1994-11-22 Kirk McKusickFSCRED goes away; clean up use of NOCRED
1994-11-22 Kirk McKusickdelete FSCRED; change NOCRED to be NULL
1994-11-08 Kirk McKusickuse proper spec and fifo ops
1994-11-08 Keith Skloweroff by one error prevents installing routes for class...
1994-11-05 Kirk McKusickfailure to get a reserved port is EACCES, not EPERM
1994-11-05 Kirk McKusickupdate for other libc files
1994-11-03 Keith Sklowerthis one actually compiles . . .
1994-11-03 Keith Sklowerput in too many flags when setting netmask
1994-11-02 Mike Hibleremulate the other common case of setreuid (setregid):
1994-11-01 Keith Sklowercompromise fixes for duped keys
1994-10-28 Kirk McKusickadd more debugging code for ffs_reallocblks
1994-10-28 Kirk McKusickper Van via Sally Floyd, do not add the constant maxseg...
1994-10-28 Kirk McKusickuse and maintain fs_maxcluster array
1994-10-28 Kirk McKusickallocate space and initialize fs_maxcluster array;
1994-10-28 Kirk McKusickadd fs_maxcluster to track cluster sizes per cylinder...
1994-10-28 Kirk McKusickadd um_savedmaxfilesize to save real value
1994-10-28 Kirk McKusickpass correct flags to VOP_CLOSE when unmounting
1994-10-26 Kirk McKusickconvert blocked list to use queue.h
1994-10-25 Kirk McKusickunwhiteout => undelete to be more general
1994-10-20 Kirk McKusickdo not allow truncation beyond the maximum file size
1994-10-19 Kirk McKusickunwhiteout => undelete
1994-10-10 Kirk McKusickfix checksum so it does not use illegal lvalue cast...
1994-10-10 Kirk McKusickdon't give an error if trying to chgrp to existing...
1994-10-10 Kirk McKusickThis change allows things to compile correctly (from...
1994-10-10 Kirk McKusickFix chip time to GMT convertion so PROM passes self...
1994-10-10 Kirk McKusickBug fix for diskless operation (from NetBSD via Ralph)
1994-10-10 Kirk McKusickFix for the case when DEBUG isn't defined (from Ralph)
1994-10-10 Kirk McKusickWhen the line discipline is changed from term to slip,
1994-10-10 Kirk McKusickupdate for cleaner operation from cgd
1994-10-09 Keith Sklowercompromise fixes re: Richard Woundy; moves knowledge...
1994-10-09 Keith Sklowerthis version corresponds to radix.c SID 8.2.2.1 making...
1994-10-09 Keith SklowerThis version supports both non-contiguous masks and...
1994-09-30 Jan-Simon Pendryadd union_dowhiteout
1994-09-30 Jan-Simon Pendryensure unlink/rmdir create whiteouts when appropriate
1994-09-27 Keith Sklowerminor improvements in error messages suggested by R...
1994-09-27 Keith Sklowerimprovement suggested by R. Stevens
1994-09-24 Keith Sklowerput in branch delta for normal-only routes, and mapping...
1994-09-23 Keith Sklower( ? : ) does not yield an l-value. Fix from cgd.
1994-09-23 Keith Sklowerminor fixes from cgd@alpha.bostic.com
1994-09-23 Keith Sklowerpatch from cgd
1994-09-14 Kirk McKusickadd whiteout type
1994-08-31 Jan-Simon Pendryadd lease support
1994-08-31 Jan-Simon PendryLEASE_CHECK -> VOP_LEASE
1994-08-31 Kirk McKusickfix olstat to give the correct symlink info
1994-08-31 Jan-Simon Pendryclean up error case
1994-08-30 Kirk McKusickupdate for new kernel
1994-08-25 Kirk McKusickreturn ENOTTY to keep disklabel happy (from cgd)
1994-08-23 Kirk McKusickcannot zero p_hash (without causing grief)
1994-08-23 Kirk McKusickupdate for new list structures
1994-08-23 Kirk McKusickuse new queue.h data structures
1994-08-21 Kirk McKusickextern allproc and zombproc; eliminate unused pidhashmask
1994-08-21 Kirk McKusickprocess group hash tables are now dynamic
1994-08-21 Kirk McKusickuse new queue.h data structures
1994-08-21 Kirk McKusickoff-by-one error when translating names for associated...
1994-08-21 Kirk McKusickupdate to use LIST macros for hash table
1994-08-21 Kirk McKusickupdate to use LIST hash structures
1994-08-21 Kirk McKusickupdate to use queue.h
1994-08-21 Kirk McKusickadd LIST_INSERT_BEFORE and TAILQ_INSERT_BEFORE
1994-08-20 Kirk McKusickstreamline getting length of symbolic link
1994-08-19 Kirk McKusickconvert freelist and hash list to use queue.h macros
1994-08-19 Kirk McKusickconversion to queue.h list manipulation (from mycroft)
1994-08-18 Kirk McKusickget lstat of symlinks to return the correct length
1994-08-18 Kirk McKusickwrong check value for FIFO
1994-08-18 Kirk McKusickactually it wasn't a buglet afterall
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-15 Kirk McKusickconvert to vop call
1994-08-15 Kirk McKusickrename fisrt field to be more descriptive
1994-08-12 Kirk McKusickbetter formatting (from cgd)
1994-08-12 Kirk McKusickfurther select refinements (from torek via karels)
1994-08-12 Kirk McKusickbug fix from Macklem
1994-08-11 Kirk McKusickno longer need DT_WHTD
1994-08-11 Kirk McKusickLEASE_CHECK => VOP_LEASE
1994-08-11 Kirk McKusickno longer need DT_WHTD
1994-08-11 Kirk McKusickadd vop_lease
1994-08-11 Jan-Simon Pendryadd whiteout inode number
1994-08-11 Jan-Simon Pendryadd whiteout type
1994-08-11 Kirk McKusickadd ufs_lease_check (dependent on NFS being present)
1994-08-11 Kirk McKusickadd spec_lease_check
1994-08-11 Kirk McKusickadd fifo_lease_check
1994-08-11 Kirk McKusickadd entries for leases
1994-08-11 Jan-Simon Pendryadd whiteout type; add opaque directory flag
1994-08-11 Jan-Simon Pendryadd whiteout entry type
1994-08-11 Kirk McKusickmove in NFS specific call from vnode.h
1994-08-11 Kirk McKusickmove NFS specific call to kern_time.c
next