unix-history/.git
1992-10-08 Margo SeltzerAdd extra argument to VOP_BMAP.
1992-10-08 Margo SeltzerAdd argument to bmap to return number of contiguous...
1992-10-08 Keith Bosticadd Bob Toxen (lock), Dirk Husemann (X25/LLC2)
1992-10-07 Kirk McKusickqueue.h moves to /sys/sys; old MACH queue compatibility...
1992-10-07 Kirk McKusickmove the last of the MACH queue code to vm.h
1992-10-07 Kirk McKusickuse a more efficient queue implementation
1992-10-07 Kirk McKusickdo not need to include <vm/queue.h> as it comes in...
1992-10-07 Margo SeltzerAlways report what segment is cleaned.
1992-10-06 Kirk McKusickeliminate last vestiges of AT&T code
1992-10-06 Kirk McKusickhave to set type of single name ls commands
1992-10-06 Kirk McKusickpsearch get more intuitive name pathsearch
1992-10-06 Kirk McKusickmodernize the bit test macros; more intuitive name...
1992-10-06 Kirk McKusickmisc cleanups; remove last vestiges of AT&T code
1992-10-06 Kirk McKusickmodernize the bit test macros
1992-10-06 Kirk McKusickdo not longjmp before starting command shell
1992-10-06 Kirk McKusickstandardize usage message
1992-10-06 Kirk McKusickuse standard bit test macros
1992-10-06 Keith Bosticerr doesn't need newlines, thanks, Craig!
1992-10-05 Kirk McKusickneed macros
1992-10-05 Keith Bosticdon't write out the trailing NULL
1992-10-05 Keith Bosticdon't write the trailing NULL out
1992-10-05 Margo SeltzerDisallow O_WRONLY permission on hash files.
1992-10-05 Keith Bosticdon't permit O_WRONLY
1992-10-05 Keith Bosticdocument that O_WRONLY isn't doable
1992-10-05 Keith Bosticlitn
1992-10-05 Keith Bosticmake it work for n==0: give in and run strlen first...
1992-10-05 Keith Bosticlint
1992-10-05 Keith Bosticlet mount(2) do existence and type checking
1992-10-05 Keith Bosticfix include files
1992-10-05 Keith Bostic<sys/errno.h> -> <errno.h>
1992-10-05 Keith BosticWelcome to the wonderful world of ANSI C! (Not to...
1992-10-05 Keith Bosticnfssvc has two arguments, second is a caddr_t
1992-10-04 Keith Bosticexplicitly document renumbering effect of deletion
1992-10-04 Keith Bosticfix delete code (pinning was incorrect)
1992-10-04 Ralph Campbellthe field p_frag is a character and cgetnum takes apoin...
1992-10-04 Keith Bosticonce half < nbytes, don't decrement further, can wrap...
1992-10-04 Keith Bosticbytes needed calculation for BLEAF parent page was...
1992-10-04 Eric Allmansecurity fixes: check mode and owner of qf files
1992-10-03 Keith Sklowerfix bug that cherenson reported
1992-10-03 Keith Bosticremove last vestiges of AT&T proprietary code
1992-10-03 Keith Bosticoff_t's aren't longs anymore, from Craig Leres
1992-10-02 Kirk McKusicknow use modern list management methods
1992-10-02 Kirk McKusickmodernize the management of the hash and free lists
1992-10-02 Kirk McKusickav_forw/av_back are gone; now use b_actf/b_actb for...
1992-10-02 Kirk McKusickupdate to modern list management
1992-10-02 Kirk McKusicknow use modern list management methods
1992-10-02 Kirk McKusickav_forw/av_back are gone; now use b_actf/b_actb for...
1992-10-02 Kirk McKusickmodernize the management of the hash and free lists
1992-10-02 Kirk McKusickmove crud out to vfs_bio.c where it belongs
1992-10-02 Keith Bostictypo
1992-10-02 Keith Bosticfix prototypes for gcc 2.2.2
1992-10-02 Kirk McKusickconvert vm_page bit fields to flags
1992-10-02 Elan Amirdate and time created 92/10/01 15:06:58 by elan
1992-10-02 Elan AmirFixed quickch() so it works now.
1992-10-02 Elan Amirquit
1992-10-02 Elan Amirturn off __ISPASTEOL.
1992-10-02 Keith Bosticrequires unistd.h
1992-10-02 Keith Bostic"touch foo; ls foo**" returned no match; from Christos
1992-10-02 Keith Bosticfrom Henry Spencer; fix for "\\$" pattern in BRE's
1992-10-02 Keith Bosticbug fixes from Donn Seeley (BSDI)
1992-10-02 Margo SeltzerDon't change inode and superblock free count until...
1992-10-02 Margo SeltzerInitialize file info pointer fields for first iteration...
1992-10-02 Margo SeltzerAssign lfs_avail using lfs_bfree, not bfree from the...
1992-10-02 Margo SeltzerMake lfs_avail signed since it can temporarily go negative.
1992-10-01 Kirk McKusickSeptember update from Rick Macklem to add accept protoc...
1992-10-01 Keith Bosticconvert to 4BSD style prototypes, includes
1992-10-01 Keith Bosticconvert to 4BSD style prototypes, includes
1992-10-01 Kirk McKusickufs_bufstats becomes vfs_bufstats
1992-10-01 Keith Bosticalpha2.1 release from Henry Spencer
1992-10-01 Kirk McKusickdo not worry about time field in cylinder groups
1992-09-30 Kirk McKusickufs_bufstats becomes vfs_bufstats
1992-09-30 Margo SeltzerDo not allow the number of buffers to go negative.
1992-09-30 Margo SeltzerIncrement blocks available after truncate rather than...
1992-09-30 Keith Bosticadd /dev/zero
1992-09-30 Keith Bosticdon't add every 32-bit machine in existence
1992-09-26 Andrew Cherensonadd igmp, iso protocols
1992-09-26 Andrew Cherensonadd tcpmux service
1992-09-26 Andrew Cherensonadd tcpmux & ntp
1992-09-25 Keith Bosticdelete antique code to check bfreelist[0].b_forw (no...
1992-09-25 Keith Bosticprinting buffer statistics is done in the vfs layer
1992-09-25 Keith Bosticprinting buffer statistics is done at a higher level
1992-09-25 Kirk McKusickhave to check for insertion into head of an empty LRU...
1992-09-25 Keith Bosticget rid of unneeded lfs_flush
1992-09-25 Kirk McKusickfix for LITTLE_ENDIAN code
1992-09-24 Keith Sklowerwant cheap elapsed time (put back chnage from 7.19...
1992-09-24 Eric Allmanmake USERDB dependent on NEWDB
1992-09-24 Eric Allmanfix bug in envp handling in main(); always put trailing...
1992-09-23 Kirk McKusickcarefully cast volitile pointers to avoid code reorderi...
1992-09-23 Kirk McKusickrootvp and swapvp now done in ?fs_mountroot
1992-09-23 Ralph Campbelldumb typo
1992-09-23 Kirk McKusickdo not update local times of special devices on stat...
1992-09-23 Eric Allmana variety of bug minor bug fixes; add file locking...
1992-09-23 Eric Allmanhacks so it will compile -- but I don't see making...
1992-09-23 Eric Allmanversion from Neil Rickert
1992-09-23 Elan AmirFixed standout bug.
1992-09-23 Elan AmirAdded standout
1992-09-22 Mike Hiblerdeal with VM_PAGER_ERROR
1992-09-22 Mike Hiblerbe prepared to handle VM_PAGER_ERROR
1992-09-22 Mike Hiblerreturn VM_PAGER_ERROR not VM_PAGER_FAIL on IO errors
1992-09-22 Mike Hibleradded VM_PAGER_ERROR to reflect pager IO errors
next