unix-history/.git
1989-12-13 Mike Karelsfix noerror, sync
1989-12-13 Keith Bosticreturn error message to the user
1989-12-12 Keith Bosticthis date isn't ambiguous, make explanation clearer
1989-12-11 Mike Karelsfix conv=noerror (don't treat error as EOF)
1989-12-10 Keith Bosticdate and time created 89/12/09 14:15:59 by bostic
1989-12-10 Keith Bosticchange to use strip(1) rather than stripping during...
1989-12-10 Keith Bosticreformat to make more standard; document that install...
1989-12-10 Keith Bosticremove diagnostic if the file has already been stripped...
1989-12-10 Keith Bosticdocument exit values
1989-12-10 Keith Bosticfrom scratch, remove any mention of temporary files
1989-12-08 Keith Bosticredone from scratch from the POSIX manual page
1989-12-08 Keith Bosticexit >1 if an error occurs (POSIX 1003.2)
1989-12-07 Keith Sklowerfix from hibler; (initiallization of mbuf data ptr...
1989-12-07 Keith Bosticget back reasonable header; don't need types.h
1989-12-07 Keith Bosticuse unistd.h names for stdin/stdout fd's
1989-12-03 Keith Bosticappend, don't truncate the nohup.out file
1989-12-01 Kirk McKusickdate and time created 89/11/30 23:58:44 by mckusick
1989-12-01 Kirk McKusickcontributed by Rick Macklem
1989-12-01 Kirk McKusickupdate from Rick Macklem
1989-12-01 Kirk McKusickadd null bmap routine
1989-12-01 Kirk McKusickmajor overhaul to handle logical buffer pool
1989-12-01 Kirk McKusickmajor overhaul to handle logical buffer pool (not quite...
1989-12-01 Kirk McKusickreplace bflush and binval with vflushbuf and vinvalbuf;
1989-12-01 Kirk McKusickoverhaul itrunc; cleanups to inactive; use vprintf
1989-12-01 Kirk McKusickroot is mounted read-only by default; replace bflush...
1989-12-01 Kirk McKusickitrunc has to handle logical.physical buffer cache;
1989-12-01 Kirk McKusickblkatoff looks up in logical buffer cache; itrunc adds...
1989-12-01 Kirk McKusickuse b_lblkno in place of b_blkno; add print routine
1989-12-01 Kirk McKusickuse vprint in place of printf
1989-12-01 Kirk McKusicknow use b_lblkno in place of b_blkno
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;
next