silly window fix causes panics; fix ``fix''
[unix-history] / usr / src / sys / kern /
1989-11-26 Kirk McKusickvclean is local to this file
1989-11-26 Kirk McKusickoptimize alias lookup in checkalias;
1989-11-26 Kirk McKusickget rid of all users of a particular device
1989-11-26 Kirk McKusickhave to check both v_mount for logical buffer cache...
1989-11-26 Kirk McKusickset v_mount in insmntque; unlock if keeping aliased...
1989-11-26 Kirk McKusickset up separate specinfo structure; allow aliased vnodes
1989-11-25 Kirk McKusickskip over dead file systems in getfsstat
1989-11-25 Kirk McKusickprotect thyself with copyout to userland
1989-11-23 Kirk McKusickmust lock around FSYNC and READDIR
1989-11-23 Kirk McKusickread/write locking is now done above the vnode layer
1989-11-23 Kirk McKusickmust lock before calling READ/WRITE
1989-11-23 Kirk McKusickhave to pass locked vnode to VOP_WRITE; no longer takes...
1989-11-21 Marc Teitelbaumchange name of old tiocsetd ioctls
1989-11-21 Marc Teitelbaumadd revoke
1989-11-21 Marc Teitelbaumpropagate SCTTY
1989-11-21 Marc Teitelbaumcontrolling terminal now a vnode; remove vhangup
1989-11-21 Marc Teitelbaumpointer to process group held, (instead of process...
1989-11-21 Marc Teitelbaumtty now holds pointer to process group, not a process...
1989-11-21 Marc Teitelbaumrevoke controlling terminal when session leader exits
1989-11-21 Marc Teitelbaumpull out tty specific code
1989-11-21 Marc Teitelbaumcontrolling terminal is a vnode
1989-11-21 Marc Teitelbaumdeprecate vhangup
1989-11-21 Marc Teitelbaumcontrolling terminal is a vnode
1989-11-21 Marc Teitelbaumvhangup replaced with "revoke"
1989-11-21 Marc Teitelbaumcontrolling terminal is a vnode
1989-11-20 Kirk McKusickdo not lock vnode while doing VFS_STATFS
1989-11-20 Kirk McKusickonly do write check if asking about writing
1989-11-14 Kirk McKusickreturn error from copying in arg list, not from throwin...
1989-11-13 Kirk McKusickcheck for null rdir before vrele'ing it
1989-11-13 Kirk McKusickhave to check mode of descriptor being duped, not the...
1989-11-12 Mike KarelsPOSIX changes
1989-11-11 Kirk McKusickmust set vnode type to VNON after reassigning it
1989-11-11 Kirk McKusickgeneralize iflush into vflush; first cut at support...
1989-11-11 Kirk McKusickvinifod now kills process if errors occur during mapping
1989-11-10 Kirk McKusickfdopen returns a special error so that resources get...
1989-11-10 Kirk McKusickfdopen has to return a special error so that resources...
1989-11-10 Marc Teitelbaumclear session on master close. also, temporary conversi...
1989-11-04 Kirk McKusicklint
1989-11-03 Kirk McKusickvclean optionally can close a vnode
1989-11-03 Kirk McKusickKeith Bostic says not so quick with the copyright notice
1989-11-01 Kirk McKusickvnode layer fills in f_flags and f_fsid for statfs()
1989-10-30 Kirk McKusickblk_vnodeops => spec_vnodeops
1989-10-30 Kirk McKusickimplement file system initialization; ensure that the...
1989-10-30 Kirk McKusickfile system initialization is now all done by vfsinit
1989-10-28 Mike Karelsnew wait macros, return errno instead of setting u...
1989-10-27 Marc Teitelbaumcleanups, add ^T prototype, CIGNORE instead of separate...
1989-10-25 Kirk McKusickmerge inode and nfsnode tables into a single vnode...
1989-10-25 Kirk McKusickheader file cleanups; vput, vrele, and vref move to...
1989-10-25 Kirk McKusickinitialize list of vnodes associated with a new mount...
1989-10-25 Kirk McKusickinitialize systemwide vnode table
1989-10-21 Kirk McKusickbreak out unmounting part so it can be used by mfs
1989-10-20 Kirk McKusickclosef now returns errors
1989-10-20 Kirk McKusickclosef now returns and error (which is ignored)
1989-10-20 Kirk McKusickclosef now returns an error code (which we ignore here)
1989-10-20 Kirk McKusickuse EACCES rather than ENOEXEC for "noexec" option...
1989-10-19 Kirk McKusickexpand vfs_add inline; allow update of mounted file...
1989-10-19 Kirk McKusickvfs_add gets selectively expanded inline
1989-10-16 Kirk McKusickupdated version of blkflush from Torek
1989-10-14 Kirk McKusickdo not return error if source and destination of rename...
1989-10-02 Keith Bosticreverse errors returned by rename(dir,file) and rename...
1989-09-27 Keith Sklowerfast track m_adj from tail didn't adjust pkthdr.len
1989-09-22 Keith Bosticthere's no reason for ffs to be dependent on NSIG
1989-09-15 Kirk McKusickhave to keep b_vp setting inside loop because swstrateg...
1989-09-07 Marc Teitelbaumtty.h needs ioctl.h
1989-09-06 Kirk McKusickadd configuration for memory filesystem
1989-09-06 Kirk McKusickvfs_lock really locks now
1989-09-06 Kirk McKusickadd VFS_START call for memory filesystem;
1989-09-05 Mike Karelsnew mbufs
1989-09-05 Mike Karelsdir.h for osi alpha release
1989-09-05 Mike Karelsrev 7
1989-09-04 Mike Karelsruid, rgid moved to proc
1989-09-04 Mike Karelsremove WSIGRESTART; start count from 0 each time in...
1989-09-04 Mike Karelsmove real uid, gid to proc structure; remove SOUSIG
1989-09-04 Mike Karelsmove signal processing to kern_sig; add saved uid,...
1989-09-04 Mike Karelsall zeros isn't good enough for signal initialization now
1989-09-04 Mike Karelsrev 7
1989-09-04 Mike Karelsmove IEXTEN; cbreak has IEXTEN
1989-09-02 Kirk McKusickadd memory filesystem initialization
1989-08-31 Kirk McKusickrelease vnode immediately after done with swap buffer
1989-08-31 Kirk McKusickminor fixes for NFS
1989-08-31 Kirk McKusickadd async_daemon for NFS
1989-08-31 Mike Karelsnew signals
1989-08-31 Mike Karelsrename {s,g}etlog{name,in}
1989-08-29 Kirk McKusickget the splx's in the right place
1989-08-27 Mike Karelsfix for savecore: disk drivers decrease bcount near...
1989-08-27 Kirk McKusickgeneralize the buffer pool so that NFS can become a...
1989-08-27 Kirk McKusickbread and baddr now require a credential structure
1989-08-27 Kirk McKusickinitialize other fields in the buffers
1989-08-26 Kirk McKusickva_bytes is really bytes; return st_blocks in S_BLKSIZE...
1989-08-26 Kirk McKusickupdate for soft references and negative cacheing
1989-08-23 Keith Bosticmore work on the tags
1989-08-18 Mike Karelschmod 444 output files
1989-08-18 Mike Karelsalways check malloc type if using the type for stats
1989-08-16 Kirk McKusickhave to remember to lock buffers before trying to grab...
1989-08-16 Kirk McKusickbinval must wait for I/O to complete before marking...
1989-08-14 Marc Teitelbaumremove header reference to dir.h
1989-08-14 Marc Teitelbaumpassing wrong argument to ktrgenio
1989-08-12 Mike Karelscheckpoint before playing around with EOR conventions...
1989-08-11 Kirk McKusickcheck for lookup with ENOENT before setting EROFS for...
1989-07-06 Marc Teitelbaumadd missing bump to reference count
next