unix-history/.git
1992-06-06 Keith Bosticadd Sony News, Omron Luna contrib
1992-06-06 Jan-Simon Pendryuse getnewfsid instead of rolling our own
1992-06-06 Jan-Simon Pendryonly call getvfs in getnewfsid when rootfs has been...
1992-06-06 Elan AmirAdded clarification about second synopsis form.
1992-06-06 Mike Hiblermerge latest Utah hp300 code including 68040 support
1992-06-06 Mike Hiblerdate and time created 92/06/05 15:25:47 by hibler
1992-06-06 Mike Hiblermerge latest Utah hp300 code including 68040 support
1992-06-06 Keith Bosticdate and time created 92/06/05 12:55:23 by bostic
1992-06-06 Elan AmirAdded dependency of operators.o.
1992-06-06 Elan AmirFixed bug in posix_binary_op() that did not initialize...
1992-06-06 Mike Hiblerchanges for 68040 support
1992-06-05 Kirk McKusickcalculate the maximum possible file size; lint
1992-06-05 Kirk McKusickinclude <unistd.h> to get lseek prototype
1992-06-05 Kirk McKusickadd new fields for inode format
1992-06-05 Kirk McKusickinitialize filds not found on the older format filesystems
1992-06-05 Kirk McKusickcopy old uid/gid to new uid/gid only if old filesystem
1992-06-05 Kirk McKusickhave to limit the file size to the maximum that the...
1992-06-05 Mike Hiblercorrect device.h path for hp300
1992-06-05 Elan AmirRevised to work with bsd.prog.mk.
1992-06-05 Mike Hiblerchange include path for HP code reorg
1992-06-05 Kirk McKusickadd SCCS headers
1992-06-05 Kirk McKusickinitial port from Kazumasa Utashiro
1992-06-05 Elan AmirFixed bug in name concatenation.
1992-06-05 Mike Hiblerdate and time created 92/06/04 15:26:01 by hibler
1992-06-05 Kirk McKusickadd support for luna68k from Omron
1992-06-05 Kirk McKusicksupport for luna68k from Omron
1992-06-05 Keith Bosticcheck __get_buf return status
1992-06-05 Kirk McKusickfinished registerizing vnodeop ops after vnode interfac...
1992-06-05 Keith Bosticadd unistd.h to includes
1992-06-05 John Heidemannregisterized vnodeop ops after vnode interface conversion
1992-06-04 Kirk McKusickst_blocks is a quad
1992-06-04 Marc Teitelbaumdate and time created 92/06/03 17:58:45 by marc
1992-06-04 Marc Teitelbaumdate and time created 92/06/03 17:58:44 by marc
1992-06-04 Elan Amirfixed copyright.
1992-06-04 Elan AmirFixed copyright.
1992-06-04 Elan AmirFixed sccs bugs.
1992-06-04 Elan AmirAdded chmod to ./mkops.
1992-06-04 Elan Amirdate and time created 92/06/03 16:37:34 by elan
1992-06-04 Elan AmirAdded BSD Copyright
1992-06-04 Elan AmirAdded BSD Copyright. Indented correctly and made white...
1992-06-04 Elan AmirAdded BSD Copyright
1992-06-04 Elan AmirAdded BSD Copyright.
1992-06-04 Elan AmirChanged copyright to shell type.
1992-06-04 Elan AmirAdded Berkeley Copyright.
1992-06-04 Elan AmirAdded Berkeley copyright.
1992-06-04 Jan-Simon Pendrydate and time created 92/06/03 14:26:06 by pendry
1992-06-04 Jan-Simon Pendrydate and time created 92/06/03 14:26:05 by pendry
1992-06-04 Jan-Simon Pendryremove misc debug messages
1992-06-04 Jan-Simon Pendrydate and time created 92/06/03 14:19:10 by pendry
1992-06-04 Jan-Simon Pendrydate and time created 92/06/03 14:19:09 by pendry
1992-06-04 Jan-Simon Pendrydate and time created 92/06/03 14:19:08 by pendry
1992-06-04 Jan-Simon Pendrydate and time created 92/06/03 14:01:18 by pendry
1992-06-04 Elan Amirdate and time created 92/06/03 13:16:31 by elan
1992-06-04 Elan Amirdate and time created 92/06/03 13:16:30 by elan
1992-06-04 Elan Amirdate and time created 92/06/03 13:16:29 by elan
1992-06-04 Elan Amirdate and time created 92/06/03 13:16:28 by elan
1992-06-04 Elan AmirFixed error message bug and made error handling more...
1992-06-04 Mike Hiblerremove misplaced simple_unlock call
1992-06-04 Kirk McKusickproper use of off_t in lseek
1992-06-03 Jan-Simon Pendryadded getnewfsid: global fsid allocator.
1992-06-03 Jan-Simon Pendryopen now handles ENXIO in the same way as ENODEV.
1992-06-03 Jan-Simon Pendrynew filesystems: lofs, fdesc, portal.
1992-06-03 Jan-Simon Pendrydupfdopen extended to allow file stealing in addition...
1992-06-03 Kirk McKusickproperly calculate indirect block sizes
1992-06-03 Chris Torekrm extraneous `>> 16'
1992-06-03 Kirk McKusickenable mouse and keyboard events for X11R4 (from Macklem)
1992-06-03 Kirk McKusicksize now has to be printed out as a quad
1992-06-03 Kirk McKusickNULL out p_wmesg
1992-06-03 Kirk McKusickskip SIDL processes
1992-06-03 Kirk McKusickavoid null arguments
1992-06-03 Kirk McKusickinit if_next to NULL
1992-06-03 Kirk McKusickshifts parameters are quads too
1992-06-03 Keith Bosticdon't drop core if no arguments
1992-06-03 Kirk McKusickit is not really a panic, just a thought
1992-06-03 Marc Teitelbaumadd byte count to stats
1992-06-03 Kirk McKusickput frequently used arguments into separate variables
1992-06-03 Keith Bosticwrong copyright notice
1992-06-03 Keith BosticQuad support in printf(3) family
1992-06-03 Keith Bosticadd quad library
1992-06-03 Keith Bosticvalues handed to printf(3) as field widths are really...
1992-06-03 Jan-Simon Pendryhave to move cross device check below the VFS interface
1992-06-03 Kirk McKusickput frequently used arguments into separate variables
1992-06-03 Kirk McKusickfix to locally record mtime and atime on NFS nodes
1992-06-03 Jan-Simon Pendryhave to move cross device check below the VFS interface
1992-06-03 Keith Bosticdon't lose the output of updatedb
1992-06-03 Kirk McKusickquad's need 8-byte alignment
1992-06-03 Keith Bosticoff-by-one, from Craig Leres
1992-06-03 Keith Bosticfix allocated stat structure alignment
1992-06-03 Keith Bosticdate and time created 92/06/02 13:39:25 by bostic
1992-06-03 Keith Bosticdate and time created 92/06/02 13:39:04 by bostic
1992-06-03 Keith Bosticdate and time created 92/06/02 13:38:48 by bostic
1992-06-03 Keith Bosticdate and time created 92/06/02 13:38:45 by bostic
1992-06-03 Keith Bosticfix header
1992-06-03 Keith Bosticnew version from Chris Torek
1992-06-03 Elan AmirDocumented changes to command line symbolic link handling.
1992-06-03 Elan AmirChanged symlink behavior on the command line to logical.
1992-06-03 Elan AmirMade the symlink handling section much more comprehensive.
1992-06-03 Keith Sklowerlatest types from mrose (need frame relay)
1992-06-03 Keith Bosticdate and time created 92/06/02 10:29:46 by bostic
1992-06-03 Keith Bosticadd vi, Steve Kirkendall
next