unix-history/.git
1989-12-01 Kirk McKusicknow use mntflushbuf and mntinvalbuf in place of bflush...
1989-12-01 Kirk McKusickmajor overhaul to generalize for a logical buffer pool
1989-12-01 Kirk McKusickadd vprint routine; semantic cleanups to vgone; use...
1989-12-01 Kirk McKusickadd null bmap routine; add printing routine; now flush...
1989-12-01 Kirk McKusickhave to invalidate any buffer references before checkin...
1989-12-01 Kirk McKusickadd linkage fields to allow claiming by vnodes
1989-12-01 Kirk McKusickhave to add tstl instructions because of moving instruc...
1989-12-01 Keith Bosticnew version from Steve Hayman <sahayman@iuvax.cs.indian...
1989-12-01 Kirk McKusickuse vprint
1989-12-01 Keith Bosticadd Berkeley specific copyright notice
1989-12-01 Keith Bosticreversed arguments in mark() drops core; other lint
1989-12-01 Kirk McKusickadd an operation to print contents of a vnode
1989-12-01 Keith Bosticfinal whack, I hope
1989-11-30 Keith Bosticupdate from Amos Shapir
1989-11-30 Keith Bosticfix from Riccardo Gusella
1989-11-30 Keith Bosticdate and time created 89/11/29 10:14:44 by bostic
1989-11-29 Kirk McKusickufs/ufs_bio.c => kern/vfs_bio.c
1989-11-29 Paul BormanAdd code for 4.2 based systems that don't do recv(MSG_O...
1989-11-29 Paul BormanAdd code for 4.2 based systems that don't do MSG_OOB...
1989-11-29 Keith Bosticuse standard names for stdin/stdout
1989-11-29 Keith Bosticuse absolute offsets; it's more straight-forward and...
1989-11-29 Keith Bosticnew version from scratch; this version uses relative...
1989-11-29 Keith Bosticmore from David Silberberg
1989-11-29 Keith Sklowersilly window fix causes panics; fix ``fix''
1989-11-29 Keith Bosticfeedback from David Silberberg <davids@stsci.edu> and...
1989-11-28 Kirk McKusickadd Domenico to list of authors
1989-11-28 Keith Bosticinstall everything in calendars
1989-11-28 Keith Bosticfirst cut at real Jewish calendar
1989-11-28 Mike Karelstuning, as of March 88
1989-11-28 Keith Bosticadd calendar.computer
1989-11-28 Keith Bosticdate and time created 89/11/27 14:10:01 by bostic
1989-11-28 Keith Bosticmove computer events to calendar.computer
1989-11-28 Keith Bosticadd Julian calendar format
1989-11-28 Keith Bosticadd Berkeley specific copyright notice
1989-11-27 Kirk McKusickbrelvp now implied by setting B_INVAL
1989-11-26 Kirk McKusickvclean is local to this file
1989-11-26 Kirk McKusickadd new public functions delete old functions
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 McKusickcheck count on all aliases in deciding to do last close
1989-11-26 Kirk McKusickdo NOT use v_tag; rather search ufs mount table to...
1989-11-26 Kirk McKusickwrappers for read/write/close of special devices to...
1989-11-26 Kirk McKusickget rid of ufs specific code (again!)
1989-11-26 Kirk McKusickVBLK and VCHR now maintain additional state in a specin...
1989-11-26 Kirk McKusickmaintain mount information in v_mounton rather than...
1989-11-26 Kirk McKusickhave to check both v_mount for logical buffer cache...
1989-11-26 Kirk McKusickmaintain mount information in v_mounton rather than...
1989-11-26 Kirk McKusickset v_mount in insmntque; unlock if keeping aliased...
1989-11-26 Craig LeresMove getlogin() declaration to do_write() where it...
1989-11-26 Craig LeresNeed to determine our login name before we reopen(...
1989-11-26 Kirk McKusickcheckalias now sets rdev
1989-11-26 Kirk McKusickset up separate specinfo structure; allow aliased vnodes
1989-11-26 Kirk McKusickmove read/writeblkvp from old ufs_io.c to spec_read...
1989-11-26 Kirk McKusickinstall as mount_mfs
1989-11-25 Edward Wangsig_t
1989-11-25 Kirk McKusickmake dirbad a panic
1989-11-25 Kirk McKusickuse dirbad rather than printf
1989-11-25 Kirk McKusickufs_io.c has been merged into spec_vnops.c and ufs_vnops.c
1989-11-25 Kirk McKusickmove in ufs_read and ufs_write from ufs_io.c;
1989-11-25 Kirk McKusickskip over dead file systems in getfsstat
1989-11-25 Kirk McKusickprotect thyself with copyout to userland
1989-11-25 Kirk McKusickreturn type MOUNT_MFS instead of MOUNT_UFS to statfs
1989-11-25 Kirk McKusickuse static for returned variables!
1989-11-25 Kirk McKusickunknown types use /sbin/mount_XXX
1989-11-25 Kirk McKusickadd MFS type; fix parameter types (from Torek)
1989-11-25 Kirk McKusickadd type MFS
1989-11-24 Craig LeresDon't need to include paths.h.
1989-11-23 Kirk McKusicklabel special device operations
1989-11-23 Kirk McKusickFSYNC now takes a waitfor flag
1989-11-23 Kirk McKusickfsync takes a waitfor flag; replace rdwri with vn_rdwr;
1989-11-23 Kirk McKusickuse FSYNC instead of doing iupdat directly
1989-11-23 Kirk McKusickuse new waitfor flag in syncip
1989-11-23 Kirk McKusicksyncip takes a waitfor flag
1989-11-23 Kirk McKusickwriteip and rdwri are gone, use ufs_write and vn_rdwr...
1989-11-23 Kirk McKusickmust lock around FSYNC and READDIR
1989-11-23 Kirk McKusickread/write no longer take an offp
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 McKusicklocking is now done above the vnode layer;
1989-11-23 Kirk McKusickreadrpc, writerpc, and readdir no longer take an offp;
1989-11-23 Kirk McKusickREAD/WRITE no longer take offp
1989-11-23 Kirk McKusickincrement offset when simulating uiomove
1989-11-23 Kirk McKusicklocking now done above vnode level; read/write no longe...
1989-11-23 Kirk McKusickloss of controlling terminal now returns EIO instead...
1989-11-23 Kirk McKusicklock/unlock use vnodes not nfsnodes
1989-11-23 Kirk McKusickhave to pass locked vnode to VOP_WRITE; no longer takes...
1989-11-23 Marc Teitelbaumno longer need ttydefaults.h
1989-11-23 Marc Teitelbaumfirst pass
1989-11-23 Keith Bosticchange default tty_ch to 0; remove for loop which purpo...
1989-11-23 Marc Teitelbaumtypo
1989-11-23 Keith Bosticminor cleanups, catch HUP as well as INT
1989-11-22 Kirk McKusicksuppress printing of pushes of active vnodes
1989-11-22 Kirk McKusicksuppress printing of pushes of active inodes
1989-11-22 Kirk McKusickREADDIR no longer takes an offp
1989-11-22 Kirk McKusickVOP_READ and VOP_WRITE no longer take an offset pointer
1989-11-22 Keith Bosticnew version from Jef Poskanzer and Craig Leres
1989-11-21 Kirk McKusickget rid of unused nlist name; inode => vnode; reorder...
1989-11-21 Kirk McKusickdate and time created 89/11/20 21:17:16 by mckusick
1989-11-21 Kirk McKusickdate and time created 89/11/20 21:17:15 by mckusick
1989-11-21 Marc Teitelbaumchange name of old tiocsetd ioctls
next