date and time created 94/04/18 20:46:12 by bostic
[unix-history] / usr / src / sys /
1994-04-19 Kirk McKusickdelete dead code
1994-04-19 Kirk McKusickavoid race between vget and getnewvnode (from Hibler)
1994-04-17 Keith BosticIf compressed TCP packets were being received on a...
1994-04-16 Keith Bosticclnp needs sys/types.h (for u_short, etc.), so BYTE_ORD...
1994-04-16 Keith Bosticmerge ffs_root and lfs_root into ufs_root
1994-04-16 Kirk McKusickparanoid check to avoid vrele(NULL) (from polk@bsdi...
1994-04-16 Kirk McKusickavoid hang when given a negative write count (from...
1994-04-15 Kirk McKusickphase error on length computation (from Mark Dapoz...
1994-04-12 Kirk McKusickdon't vgone the vnode in vcount if it is ours
1994-04-11 Keith Bosticmove tcppredack, tcppreddat, tcppcbcachemiss into the...
1994-04-09 Jan-Simon Pendrypass V_SAVE to vinvalbuf
1994-04-09 Kirk McKusickcleanup code and comment on maximum number of processes...
1994-04-02 Mike Hibleroops, forgot to update the Utah id
1994-04-02 Mike Hiblertake advantage of contig block info returned from BMAP
1994-04-01 Keith Bosticiget() is gone, VFS_VGET is loading the vnode
1994-04-01 Keith Bosticiget is gone, getnewvnode() does initialization, mostly
1994-04-01 Mike Hibleranother thought about improving performance
1994-03-31 Jan-Simon Pendryeradicate lofs
1994-03-31 Keith Bosticdeprecate lofs file system
1994-03-29 Keith Bosticchange chown(2) to follow symbolic links
1994-03-29 Keith BosticThis is all stuff first added in 4.2BSD, according...
1994-03-28 Keith Bosticfix address bounds check
1994-03-28 Keith Bosticfix compiler warning
1994-03-28 Keith Bosticlint
1994-03-28 Keith Bosticbreak termios.h, ioctl.h up into filio.h, sockio.h...
1994-03-28 Keith Bosticbreak termios.h, ioctl.h up into filio.h, sockio.h...
1994-03-28 Keith Bosticbreak termios.h, ioctl.h up into filio.h, sockio.h...
1994-03-28 Keith Bosticbreak termios.h, ioctl.h up into filio.h, sockio.h...
1994-03-28 Keith Bosticbreak termios.h, ioctl.h up into filio.h, sockio.h...
1994-03-27 Keith BosticThe NOTRANS option was one I added to mount.h (but...
1994-03-23 Mike Hiblercorrection to last delta: VM_OBJECT_NULL -> NULL
1994-03-23 Keith Bosticadd USL's copyright notice
1994-03-22 Keith Bosticdate and time created 94/03/22 07:52:54 by bostic
1994-03-22 Keith Bosticput an AT&T copyright on it
1994-03-22 Keith Bosticfix the copyright
1994-03-22 Mike Hibleranother relevant fix from Mach 3.0
1994-03-22 Mike Hiblerround kentry_data_size to a page since pmap_bootstrap_a...
1994-03-22 Mike Hiblerlint
1994-03-22 Mike Hiblerdetect a suspected vget race with getnewvnode (and...
1994-03-22 Mike Hiblerallocate segment tables out of a private submap that...
1994-03-22 Mike Hiblerdon't lose signal handler "code" argument when signal...
1994-03-22 Keith Bosticdate and time created 94/03/21 16:00:30 by bostic
1994-03-22 Keith Bosticadd a copyright notice
1994-03-22 Keith Bosticadd procfs, union
1994-03-22 Keith Bosticadd stand directory
1994-03-22 Keith Bosticadd a copyright notice
1994-03-22 Keith Bosticadd add a copyright noitce
1994-03-18 Keith Bostictypo
1994-03-16 Keith Bosticincrease MAX_KMAPENT back to 500, vangogh's kernel...
1994-03-09 Keith BosticMike's changes so that S_ISFIFO and S_ISSOCK return...
1994-03-06 Jan-Simon Pendrychange tag in mnt_stat structure so that
1994-02-27 Marshall Kirk McKusickincluding cluster map info in CGSIZE is dependent on...
1994-02-23 Keith Bosticfirst argument of bcopy is a const
1994-02-23 Keith Bosticuio_seg and uio_rw are used outside the kernel by ktrac...
1994-02-23 Keith Bosticps(1) was having problem with the function declarations
1994-02-22 Keith Bosticmake readv and writev return ssize_t's
1994-02-22 Jan-Simon Pendryin mount, do the target lookup with the
1994-02-22 Keith Bosticmake iov_len a size_t, note that iov_base should be...
1994-02-22 Keith Bosticchange struct recvfrom_args and struct sendto_args...
1994-02-22 Keith Bosticrecv, recvfrom, recvmsg, send, sendto, and sendmsg...
1994-02-21 Kirk McKusickconditionally avoid synchronous writes (and indicate...
1994-02-21 Jan-Simon Pendryadd privilege checks etc to support user mounts
1994-02-21 Jan-Simon Pendryadd MNT_USER flag
1994-02-21 Jan-Simon Pendryadd support for user mounts (MNT_USER flag)
1994-02-18 Jan-Simon Pendryimplement new access policy
1994-02-18 Jan-Simon Pendryre-order locking to avoid races
1994-02-18 Mike Hiblerreturn more informative errors, fix a typo in swstrateg...
1994-02-18 Jan-Simon Pendrycleanup formatting
1994-02-18 Keith Bosticinclude AF_LOCAL and PF_LOCAL (the posix replacements for
1994-02-17 Keith BosticProtect against multiple inclusion
1994-02-17 Jan-Simon Pendryvref -> VREF
1994-02-17 Keith Bosticfix "make clean"
1994-02-17 Keith Bosticforce -O2 since boot is too large otherwise
1994-02-17 Keith Bosticremove reference to af.o
1994-02-16 Jan-Simon Pendryadd support for union stacks into getdirentries.
1994-02-15 Jan-Simon Pendrydate and time created 94/02/15 06:55:14 by pendry
1994-02-15 Jan-Simon Pendrydate and time created 94/02/15 06:52:39 by pendry
1994-02-15 Mike Hiblernull pointer test (from Ralph)
1994-02-15 Kirk McKusickIf the offset within the indirect block of the "end...
1994-02-14 Keith Bosticcomment typo -- confidence that this has run plummets
1994-02-14 Mike Hibleradd sysctl debug variable to enable/disable reallocblks
1994-02-14 Mike Hibleradd null nfs_reallocblks routine (is this needed?)
1994-02-14 Mike Hibleradd define for null reallocblks routine (is this needed?)
1994-02-14 Mike Hiblermake sure we dump the last page of physical memory
1994-02-14 Mike Hiblerattempt to avoid races with file size changes
1994-02-14 Mike Hiblersupport for fcntl file locking
1994-02-14 Mike Hiblerdon't use a kernel stack buffer!
1994-02-13 Mike Karelsfix race in exit of session leader: if tty is revoked...
1994-02-12 Keith Bosticdate and time created 94/02/12 07:57:51 by bostic
1994-02-12 Jan-Simon Pendryfix typo
1994-02-12 Jan-Simon Pendryfixup the link count on directories
1994-02-12 Jan-Simon Pendryunion_statfs should identify itself, not the upper...
1994-02-11 Jan-Simon Pendryfix reference counts in union_vn_create and union_mkshadow
1994-02-11 Jan-Simon Pendrymake sure open(..., O_TRUNC) works right.
1994-02-11 Jan-Simon Pendryadded union
1994-02-11 Jan-Simon Pendryuse miscfs include path
1994-02-11 Jan-Simon Pendryup to v8
1994-02-11 Jan-Simon Pendrycleanup & lint
1994-02-11 Jan-Simon Pendrydisallow read from the root directory
1994-02-11 Jan-Simon Pendrynew locking scheme
next