unix-history/.git
1990-01-15 Kirk McKusickdebugging, print out information on processes holding...
1990-01-15 Kirk McKusickadd VOP_ISLOCKED to test for underlying object locked
1990-01-14 Kirk McKusicktake care not to derefernce through NULL (from gmf...
1990-01-14 Kirk McKusicknew macro to calculate multiplication by fs_bsize
1990-01-14 Kirk McKusickcheck decision on doing read-ahead; add missing biodone;
1990-01-14 Kirk McKusickminor optimization
1990-01-14 Kirk McKusickhave to account for rawread (that does not use a b_vp)
1990-01-10 Marc Teitelbaumremove TC[SG]ET defines - they're not compatable
1990-01-08 Edward Wangsprint returns int
1990-01-07 Keith Bosticafter reorg, don't need config.MACHINE any more
1990-01-06 Kirk McKusicknow AT&T free
1990-01-06 Keith Bosticwritten by Helge Skrivervik; Berkeley copyright notice
1990-01-06 Keith BosticBerkeley copyright notice, rewhack the man page slightly
1990-01-06 Kirk McKusickmissing fsbtodb (from noemi@osf.org)
1990-01-06 Keith Bosticnew strsep broke it; was stupidly coded anyway
1990-01-06 Keith Bosticdocument that compar can be NULL
1990-01-05 Kirk McKusicksystem call is unmount not umount
1990-01-05 Kirk McKusickadd xref to unmount(2)
1990-01-05 Kirk McKusickmanage dirty and clean buffer chains;
1990-01-05 Kirk McKusickdiscard argdev buffers instead of aging them
1990-01-05 Kirk McKusickaccount for I/O's in progress
1990-01-05 Kirk McKusickinitialize i_diroff; proper association of indirect...
1990-01-05 Kirk McKusickensure that dirty indirect blocks are associated with...
1990-01-05 Kirk McKusickrewrite ufs_sync to take advantage of clean/dirty buffe...
1990-01-05 Kirk McKusickv_blockh is split into clean and dirty lists; count...
1990-01-05 Kirk McKusickv_blockh is split into clean and dirty lists
1990-01-05 Mike Karelssignal updates
1990-01-05 Kirk McKusickexpand notavail inline to avoid spl's
1990-01-05 Kirk McKusickadd dirty buffer list
1990-01-05 Kirk McKusickupdate from Rick Macklem
1990-01-05 Kirk McKusickclean up the terminology
1990-01-05 Kirk McKusickupdate from Rick Macklem
1990-01-05 Keith Bosticwritten by Asa Romberger and Jerry Berkman; add Berkele...
1990-01-05 Keith Bosticttyname may return a NULL
1990-01-05 Mike Karelsterminate address, alias lists for gethostbyaddr
1990-01-04 Edward Wangsome overdue updates
1990-01-04 Kirk McKusickfix reference bug in fchdir
1990-01-04 Kirk McKusickdate and time created 90/01/03 19:24:15 by mckusick
1990-01-04 Kirk McKusickparanoia, make sure that the uioseg flag is set properly
1990-01-04 Keith Bosticassign immediately, so on error return NULL's aren...
1990-01-04 Keith Bosticmake sure fields are space separated
1990-01-04 Keith Bosticwritten by Bob Corbett; add Berkeley specific copyright...
1990-01-03 Kirk McKusickmore rational order for the flags
1990-01-03 Kirk McKusickmust do biodone on error
1990-01-03 Kirk McKusickneed null lock and unlock ops for vclean
1990-01-03 Keith Bosticdate and time created 90/01/02 16:27:49 by bostic
1990-01-03 Keith Bosticadd Berkeley specific copyright notice
1990-01-03 Keith Bosticfrom scratch
1990-01-03 Jaap Akkerhuisjust saving current version, shutting up Charlie
1990-01-03 Keith Bosticremove mention of mtab, consolidate descriptions
1990-01-03 Jaap Akkerhuisjust saving current version, shutting up Charlie
1990-01-03 Kirk McKusickget rid of use of mtab.h
1990-01-03 Keith Bosticextract absolute pathnames
1990-01-03 Kirk McKusicknew rules for New Zealand (from mark@comp.vuw.ac.nz...
1990-01-03 Kirk McKusick4096 size should be 1024 (4.3BSD/lib/155)
1990-01-03 Kirk McKusickfix local declarations to get unsigned comparisons...
1990-01-03 Keith Bosticnew signals
1990-01-03 Kirk McKusickreturn null on error (4.3BSD/lib/28)
1990-01-03 Kirk McKusickprotect against trashed disk labels (4.3BSD-tahoe/sys/47)
1990-01-03 Keith Bosticnew signals
1990-01-03 Keith Bosticmemcpy & memccpy had args reversed; bug report 4.3BSD...
1990-01-02 Keith Bostictoo much information...
1990-01-02 Keith Bosticfrom scratch, using fts(3) and setmode(3) and the POSIX...
1990-01-01 Keith Bosticdeclare setmode(3)
1990-01-01 Keith Bosticadd symbolic modes using setmode(3)
1990-01-01 Keith Bosticdate and time created 89/12/31 16:42:55 by bostic
1990-01-01 Keith Bosticdate and time created 89/12/31 16:42:48 by bostic
1990-01-01 Kirk McKusickI/O routines should use b_blkno, not b_lblkno
1990-01-01 Kirk McKusickuse vfinddev to find vnode as b_vp may represent a...
1990-01-01 Kirk McKusickadd vfinddev to yield a device vnode from its dev
1989-12-31 Kirk McKusickneed more UPAGES for NFS
1989-12-31 Kirk McKusickbadblock moves into this file
1989-12-31 Kirk McKusicksyncip is replaced by vflushbuf; badblock moves to...
1989-12-31 Kirk McKusicki_lastr => v_lastr; v_count => v_usecount
1989-12-31 Kirk McKusickv_count => v_usecount
1989-12-31 Kirk McKusickv_mounton is gone; v_count => v_usecount
1989-12-31 Kirk McKusickv_count => v_usecount
1989-12-31 Kirk McKusicki_flag becomes a u_long, i_text is unused, i_lastr...
1989-12-31 Kirk McKusickdebugging, print out inode lock owner and waiter
1989-12-31 Kirk McKusickv_count => v_usecount
1989-12-31 Kirk McKusickv_count => v_usecount; v_lastr is being used; v_mounton...
1989-12-31 Kirk McKusickblkflush is no longer used;
1989-12-31 Kirk McKusickVREF => VHOLD as buffers hold holdcnts not usecounts
1989-12-31 Kirk McKusickv_count => v_usecount
1989-12-31 Kirk McKusickv_count =>v_usecount; add v_refcount, v_lastr, two...
1989-12-31 Kirk McKusickeliminate unintended overlap, #define ni_segflg =>...
1989-12-31 Keith Bosticdate and time created 89/12/30 15:57:56 by bostic
1989-12-31 Keith Bosticdate and time created 89/12/30 15:55:57 by bostic
1989-12-31 Keith Bosticdate and time created 89/12/30 15:55:11 by bostic
1989-12-31 Keith Bosticstupid mistake in execl
1989-12-30 Kirk McKusickv_count => v_usecount
1989-12-30 Kirk McKusickdebugging, check lock count on exit
1989-12-30 Kirk McKusickdebugging, ILOCK and IUNLOCK always call ilock and...
1989-12-30 Kirk McKusickdebugging, put in accounting for process id holding...
1989-12-30 Kirk McKusickdebugging, force VREF to call vref so that we can check...
1989-12-30 Keith Bosticrshd can dump core; bug report 4.3BSD-tahoe/libexec/0
1989-12-28 Jim Bloomdnbuf is no longer used
1989-12-28 Jim Bloomfgets leaves the newline - check for a truncated line...
1989-12-28 Jim Bloomcheck return value from socket call
1989-12-28 Jim Bloomadd more error checking
next