only do write check if asking about writing
[unix-history] / usr /
1989-11-20 Kirk McKusickonly do write check if asking about writing
1989-11-20 Keith Bosticsource reorganization
1989-11-16 Keith Sklowerdate and time created 89/11/15 19:41:07 by sklower
1989-11-16 Keith Sklowerdate and time created 89/11/15 19:41:06 by sklower
1989-11-16 Keith Bosticadd a reasonable copyright notice
1989-11-16 Keith BosticBerkeley copyright notice
1989-11-15 Kirk McKusickhave to put the NFS and MFS maps outside the kmem map...
1989-11-15 Keith Bosticeditor temporaries are in /var/tmp, now
1989-11-15 Kirk McKusickmaps for NFS and MFS should not be in the middle of...
1989-11-15 Keith Bosticadd _PATH_VARTMP == /var/tmp
1989-11-15 Kirk McKusickupdate for final letter
1989-11-15 Kirk McKusickhave to vput vnode on error
1989-11-15 Paul BormanBug fixes to the state machine
1989-11-15 Paul BormanLatest and greatest version of telnet
1989-11-15 Paul BormanLatest & greatest version of telnet
1989-11-15 Paul BormanAdd new MODE_ definitions for new version of telnet
1989-11-14 Keith Bosticmove shared internal facilities into syslog.h; probably...
1989-11-14 Keith Bosticadd ttymsg.c
1989-11-14 Keith Bosticreorder and comment facilities/priorities defines;...
1989-11-14 Keith Bosticunitialized automatic variable
1989-11-14 Kirk McKusickflush first, then remove from hashlist
1989-11-14 Kirk McKusickprint proper error messages from NFS, null terminate...
1989-11-14 Kirk McKusickreturn error from copying in arg list, not from throwin...
1989-11-13 Kirk McKusickpull lock check out into a subroutine
1989-11-13 Kirk McKusickset error bit on buffer in dead_strategy
1989-11-13 Kirk McKusickinitialize i_flag not i_flags
1989-11-13 Kirk McKusickclear i_flags when allocating new inodes
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 McKusicknfs_nflush is replaced by the more general vflush
1989-11-11 Kirk McKusicknfs_nflush now uses vflush
1989-11-11 Kirk McKusickgeneralize iflush into vflush; first cut at support...
1989-11-11 Kirk McKusickadd bmap entry for dead texts
1989-11-11 Kirk McKusickcleanups; add ops returning EBADF for access, getattr...
1989-11-11 Kirk McKusickvinifod now kills process if errors occur during mapping
1989-11-11 Kirk McKusickiflush becomes vflush with hopes of doing forcible...
1989-11-11 Kirk McKusickiflush becomes vflush and moves to vfs_subr.c
1989-11-11 Paul BormanFix bugs in state machine, add more TERMIOS support
1989-11-10 Kirk McKusickforcibly is now implemented
1989-11-10 Kirk McKusickadd -f flag for forcible unmounting
1989-11-10 Kirk McKusickadd -f flag for forcible unmount
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-08 Mike Karelsdon't log crap on fork; syslogd needs signals reset...
1989-11-04 Kirk McKusickget rid of notdef code (and make lint happy)
1989-11-04 Kirk McKusicklint
1989-11-04 Kirk McKusickrevisions from OSF
1989-11-04 Kirk McKusicklint
1989-11-04 Kirk McKusicklint
1989-11-04 Kirk McKusicklint
1989-11-04 Kirk McKusickmake provision for stat, readdir, and readlink on a...
1989-11-03 Kirk McKusickmake provision for forcible close
1989-11-03 Kirk McKusickvclean optionally can close a vnode
1989-11-03 Kirk McKusickdate and time created 89/11/02 17:33:50 by mckusick
1989-11-03 Kirk McKusickKeith Bostic says not so quick with the copyright notice
1989-11-03 Kirk McKusickincorporate comments from OSF
1989-11-03 Keith Bosticcleanup, fix optind initialization bug, replace example
1989-11-02 Keith Bosticadd -s option
1989-11-02 Keith Bosticuse strtol()
1989-11-02 Keith Bosticuse strtol(3)
1989-11-02 Kirk McKusickupdate to use dinode.h
1989-11-01 Kirk McKusickdinode.h replaces vnode.h and inode.h
1989-11-01 Kirk McKusickconvert utime to be utimes; fix syntax error from new...
1989-11-01 Kirk McKusickconvert utime to be utimes
1989-11-01 Kirk McKusickget rid of -lcompat
1989-11-01 Gregory MinshallHome didn't work if position (0,0) was an attribute...
1989-11-01 Gregory MinshallRandom fixes and cleanups.
1989-11-01 Kirk McKusickadd description of the M_UPDATE flag
1989-11-01 Kirk McKusickadd description of the -u flag
1989-11-01 Kirk McKusickfor update requests scan kernel mount table, not fstab...
1989-11-01 Kirk McKusickvnode layer fills in f_flags and f_fsid for statfs()
1989-11-01 Kirk McKusickvnode layer defines f_fsid and f_flags for statfs()
1989-11-01 Kirk McKusickvnode layer fills in f_flags and f_fsid
1989-11-01 Kirk McKusickdefine set of flags exported by statfs()
1989-11-01 Kirk McKusicknothing to do when doing mount update; delete printf
1989-11-01 Kirk McKusickmknod must do an abortop and return an error;
1989-11-01 Kirk McKusickmust pass reference to vnode pointer to nfs_loadattrcac...
1989-11-01 Kirk McKusicknfs_loadattrcache must update an aliased vnode
1989-11-01 Kirk McKusick../machine should be machine
1989-11-01 Keith Bosticadd boolean and numeric capabilities, key word longname...
1989-10-31 Kirk McKusickset searchpath
1989-10-31 Keith Bosticlink man page tput to clear
1989-10-31 Keith Bosticdate and time created 89/10/30 17:12:01 by bostic
1989-10-31 Keith Bosticreplace clear with tput
1989-10-31 Keith Bosticreplace clear with simple version of tput
1989-10-31 Keith Bosticfix Election Day
1989-10-30 Kirk McKusickuse 40 second timeout rather than 10 when no pending...
1989-10-30 Kirk McKusickblk_vnodeops => spec_vnodeops
1989-10-30 Kirk McKusickblk_* => spec_*
1989-10-30 Kirk McKusicknfs_ngrab is replaced by vget; flushing vnodes handled...
1989-10-30 Kirk McKusickspecial device aliasing is now handled at the vnode...
1989-10-30 Kirk McKusickadd file system initialization routine
1989-10-30 Kirk McKusickclean out trash
1989-10-30 Kirk McKusickcreate spec_nfsv2nodeops; ngrab is replaced by vget...
1989-10-30 Kirk McKusickdevice uniqueness and aliasing is now handled at the...
1989-10-30 Kirk McKusickadd file system initialization routine; panic if device...
1989-10-30 Kirk McKusickflush out any pending I/O before trying to close
next