avoid reading partial sectors when reading symbolic links (from mycroft)
[unix-history] / usr / src / sys /
1995-01-07 Kirk McKusickreset IN_RENAME flag if doing directory rename and...
1995-01-03 Kirk McKusickmissing header file
1995-01-03 Kirk McKusickadd types to devices (from mycroft)
1995-01-03 Kirk McKusickuse type in dev switch to determine if disk, tape,...
1995-01-03 Kirk McKusickadd device type field
1995-01-03 Kirk McKusickquad => int64
1995-01-03 Kirk McKusickquad => int64_t
1995-01-03 Kirk McKusickquad => int64_t
1995-01-03 Kirk McKusickconvert quad => int64_t (from mycroft)
1995-01-03 Kirk McKusickminor cleanup
1995-01-03 Kirk McKusickdelete old vaxisms
1995-01-03 Kirk McKusickYou can't do pointer arithmetic on a void* in ANSI...
1995-01-03 Kirk McKusickPad struct lfs out to 512 bytes so we don't try to...
1995-01-03 Kirk McKusickmake sure to free correct allocation type if ffs_reclai...
1995-01-03 Kirk McKusickdisallow read/write mounts of 4.2 filesystems (from...
1995-01-03 Kirk McKusickUse the sector size in the label, rather than DEV_BSIZE...
1995-01-03 Kirk McKusickminor cleanups (from mycroft)
1995-01-03 Kirk McKusickcheck length > maxfilesize only when growing and return...
1995-01-03 Kirk McKusickmore consistent with DEBUG (from mycroft)
1994-12-31 Kirk McKusickmake sure type is valid (needed for little-endian machines)
1994-12-30 Jan-Simon Pendryunion_statfs should only return free space information
1994-12-14 Keith Bosticnot quite as VAX-like (from mycroft)
1994-12-14 Keith Bosticnits (from mycroft)
1994-12-11 Jan-Simon Pendryfix readdir for non-linear union stacks
1994-12-11 Jan-Simon Pendryfix readdir for no-linear stacks
1994-12-11 Jan-Simon Pendryhave to protect acct_process from acctwatch closing...
1994-12-09 Kirk McKusickavoid converting NOVAL (from karels)
1994-12-09 Kirk McKusickrequest IO_UNIT on writes, so failures cause truncation...
1994-12-09 Kirk McKusickhave to protect acct_process from acctwatch closing...
1994-12-06 Kirk McKusickchanges from version set by mycroft
1994-12-06 Kirk McKusickcleanups
1994-12-06 Kirk McKusickthings from mycroft that don't match
1994-12-06 Kirk McKusickmycroft updates
1994-12-06 Kirk McKusickupdate from mycroft
1994-12-06 Kirk McKusickreturn ENOSYS rather than EINVAL for non-existent syste...
1994-12-03 Keith Sklowerdocument non-working code sent to mitre
1994-12-03 Keith Sklowerdocument non-working version sent to mitre
1994-12-03 Keith Sklowerdocument state of non-working code for tunnel driver...
1994-12-03 Keith Sklowerthis doesn't include annotation bugfixes, but documents
1994-12-02 Jan-Simon Pendryfix dangling pointer
1994-12-01 Kirk McKusickfix undefined reference when DEBUG not defined (from...
1994-12-01 Kirk McKusickget disk and block size when opening device rather...
1994-12-01 Kirk McKusickfix problem with disconnects (from ralph)
1994-12-01 Kirk McKusickuninitialized variable (from ralph)
1994-11-29 Kirk McKusickcleanup of cred usage
1994-11-24 Kirk McKusickadd isofs filesystems
1994-11-23 Kirk McKusickcheck (and fix) mounted-on current directories
1994-11-23 Jan-Simon Pendryget rid of usecount mount restriction (needed for union...
1994-11-22 Kirk McKusickmissing ktrace point for syscall entry
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.
next