sort
[unix-history] / usr / src / sys /
1992-07-24 Keith Bosticsort
1992-07-24 Keith Bosticmove kern/vnode_if.c to machine/vnode_if.c
1992-07-24 Keith Bosticpredeclare strust stat
1992-07-24 Keith Bosticvnode_if.h now in compile directory, add vn_stat prototype
1992-07-24 Keith Bosticbuild vnode_if.c, vnode_if.h from vnode_if.src
1992-07-24 Keith Sklowercheck in for alpha distribution
1992-07-24 Keith Sklowercheck in for distribution
1992-07-24 Keith Sklowercheckpoint for 4.4alpha-lite
1992-07-24 Keith Sklowertwo fixes
1992-07-24 Keith Sklowerinitial release
1992-07-24 Mike Karelsparenthesis error
1992-07-24 Keith Sklowerreorg to be consistent with new config
1992-07-24 Keith BosticDo block accounting when lfs_balloc allocates an indire...
1992-07-24 Keith BosticDo block accounting in terms of sectors. Do block...
1992-07-24 Keith BosticDo block accounting in terms of disk sectors, not file...
1992-07-24 Keith BosticPrint out new fields in superblock.
1992-07-24 Keith BosticDo block accounting in terms of disk sectors, not file...
1992-07-24 Keith BosticDo block accounting in terms of disk sectors, not file...
1992-07-24 Keith BosticDo block accounting in terms of sectors not file system...
1992-07-24 Keith BosticAdd number of summary blocks and number of inode blocks...
1992-07-24 Kirk McKusickupdate to rev 7
1992-07-24 John HeidemannFix irregularities in rename
1992-07-24 Keith Bostickeep gcc happy, no real change
1992-07-24 Akito Fujitaupdate for 4.4BSD-alpha distribution
1992-07-24 Kirk McKusickadd dependencies for libsa
1992-07-24 Chris Torek/sys/scsi moves to /sys/dev/scsi
1992-07-24 Chris Torek/sys/scsi moves to /sys/dev/scsi; add LBL acknowledgeme...
1992-07-23 Keith Bosticdon't end up with dirty ifile buffers after vflush...
1992-07-23 Keith Sklowerthis version compiles at least
1992-07-23 Keith Bostictruncate doesn't need to be synchronous
1992-07-23 Keith Bosticfix fs assignment; clear seglock and set clean on mount
1992-07-23 Keith Bosticdelete unnecessary splbio's;
1992-07-23 Keith Bosticadd LFS_SYNC, so that "synchronous" operations don...
1992-07-23 Kirk McKusicknew hashing scheme
1992-07-23 Kirk McKusicknew cacheing structure
1992-07-23 Keith Sklowerif in_losing notices an RTF_DYNAMIC route, it got freed...
1992-07-23 Kirk McKusickfix from Macklem for the "empty directory" syndrome
1992-07-23 Kirk McKusickupdate to current hashing techniques
1992-07-22 Keith Bosticupdate the contribution notice; LBL requires acknowledg...
1992-07-22 Jan-Simon Pendryfix write checks
1992-07-21 Kirk McKusickno need to define vfreeh and vfreet
1992-07-21 Kirk McKusickspeedups
1992-07-21 Keith Bosticcreation miscfs; rewrite lfs_read to make it look like...
1992-07-21 Keith Bosticindirect block count should be fixed by revision 7...
1992-07-21 Keith Bosticfix count allocation of indirect blocks
1992-07-21 Keith BosticNULL pointer deref fix; fix block counts
1992-07-21 Keith Bosticput in short symlink support; fix block counts
1992-07-21 Keith Bosticcompute number of inode blocks in terms of disk blocks
1992-07-21 Keith Bosticadd lfs_maxfilesize
1992-07-21 Keith Bosticupdate
1992-07-21 Jan-Simon Pendryadded union mounts
1992-07-21 Jan-Simon Pendryadd flag for union mounts
1992-07-21 Keith Bosticprettiness police
1992-07-21 Keith Sklowerbugfix for concatednated packets from mitre.org
1992-07-21 Keith Bosticneeds ioctl.h, now that scsireg.h doesn't include it
1992-07-21 Keith Bosticshouldn't include ioctl.h here
1992-07-21 Keith Bosticminor cleanups, set permissions on installtion
1992-07-20 Kirk McKusicknew hashing scheme
1992-07-20 Kirk McKusickremque => ufs_ihashrem
1992-07-20 Kirk McKusicklint; remque => ufs_ihashrem
1992-07-20 Kirk McKusickupdated hashing scheme
1992-07-20 Kirk McKusicknew parameter types and functions for inode hashing
1992-07-20 Kirk McKusickremque => ufs_ihashrem
1992-07-20 Kirk McKusickset up and initialize usrinfo data structures used...
1992-07-20 Kirk McKusickdecrement process ownership count on exit
1992-07-20 Kirk McKusickadd hashinit to size and allocate hash tables
1992-07-20 Kirk McKusicktransfer proc ownership when doing setuid()
1992-07-20 Kirk McKusickadd data structures and chgproccnt() for tracking users...
1992-07-20 Kirk McKusickadd prototype for hashinit
1992-07-20 Kirk McKusickavoid linear scan through proc table to find number...
1992-07-20 Kirk McKusickadd copyright notice for HP and Motrola when using...
1992-07-20 Kirk McKusickadd vfs_conf.o to the list of things that depends on...
1992-07-19 Jan-Simon Pendryadded boottime
1992-07-19 Jan-Simon Pendryadded default mount point
1992-07-19 Jan-Simon Pendryadded raw root device support to kernfs
1992-07-19 Jan-Simon Pendryunknown target names should return ENOENT in lookup
1992-07-19 Keith Sklowerfix andrew's fix
1992-07-19 Jan-Simon Pendryminor cleanup
1992-07-19 Jan-Simon Pendryminor clean up
1992-07-19 Keith Sklowermulticast bugfix from arc@sgi.com
1992-07-19 Keith Sklowerfixes from andrew cherenson for multicast
1992-07-19 Keith Sklowerneeded for multicast bug fix
1992-07-19 Jan-Simon Pendryadded kernfs
1992-07-19 Jan-Simon Pendrydate and time created 92/07/18 16:42:23 by pendry
1992-07-19 Jan-Simon Pendryadded kernfs
1992-07-18 Jan-Simon Pendrymiscfs reorganisation
1992-07-18 John Heidemannput redundant stuff in subroutines; add WILLRELE support
1992-07-17 Kirk McKusickmaxsymlinklen must be signed comparison
1992-07-17 Kirk McKusicksigned comparison for maxsymlinklen
1992-07-17 Kirk McKusickdate and time created 92/07/16 23:49:01 by mckusick
1992-07-17 Kirk McKusickdate and time created 92/07/16 23:43:38 by mckusick
1992-07-17 Kirk McKusickdate and time created 92/07/16 23:42:44 by mckusick
1992-07-17 Chris Toreksimplify based on new guarantee that tickdelta has...
1992-07-17 Chris Torekset tickdelta negative for slower time; clean up and...
1992-07-17 Kirk McKusickupdate from Jeff Forys for rbootd support
1992-07-17 Kirk McKusickupdate from Van for larger segment sizes
1992-07-16 Kirk McKusickneed to pass down proc pointers
1992-07-16 Kirk McKusickvm_map_protect wants range to byte past end of affected...
1992-07-16 Keith Bosticwe can now distribute hpux_float.o
1992-07-16 Keith Bosticdate and time created 92/07/15 14:26:12 by bostic
next