bwrite->vn_bwrite and vfree returns error for vn_if
[unix-history] / usr / src / sys /
1992-05-16 John Heidemannbwrite->vn_bwrite and vfree returns error for vn_if
1992-05-16 John Heidemannnfs_vfree prototype changed for vn_if
1992-05-16 John Heidemannvclean cleaned up for new vn_if
1992-05-16 John Heidemannnew vnode interface config tables added (ops and opvs)
1992-05-16 John Heidemannvn_bwrite added as new, generic vnode op
1992-05-16 John Heidemannffs_vfree now returns a (0) error
1992-05-16 John Heidemannprototypes cleaned up after vn_if change
1992-05-16 John Heidemannbwrite -> vn_bwrite for vn_if change
1992-05-16 John Heidemanndirect vop calls cleaned up by hand
1992-05-16 John Heidemannprototypes cleaned up after vn_if change
1992-05-16 John Heidemannlfs_vfree now returns an int
1992-05-16 John Heidemannprototypes cleaned up after vn_if change
1992-05-16 John Heidemanna few direct calls cleaned up by hand
1992-05-15 Kirk McKusickadd indir as a real system call
1992-05-15 John Heidemannvnode interface conversion
1992-05-15 John Heidemannnfs_rename made one line
1992-05-15 John Heidemannufs_rename made one line
1992-05-15 John Heidemannffs_extern.h requires #include <sys/vnode.h>
1992-05-15 John Heidemannlfs_extern.h requires #include <sys/vnode.h>
1992-05-15 John Heidemannlfs_extern.h requires lfs_cksum.c
1992-05-15 John HeidemannFIFOOPS update for vn_if conversion
1992-05-15 John Heidemannvnode interface conversion
1992-05-15 John Heidemannap in lfs_truncate renamed inp because of name conflict...
1992-05-15 John Heidemanninclude reordering due to vn_if change
1992-05-15 John Heidemannvnode interface conversion
1992-05-15 John Heidemannvinit changed for new vn_if
1992-05-15 John Heidemannufs_vinit prototype changed for new vn_if
1992-05-15 John Heidemannlfs_ubwrite change to for new vnode interface
1992-05-15 John Heidemannvnode interface conversion
1992-05-15 John Heidemannlfs_ubwrite fixed
1992-05-15 John Heidemannvnode.h/specdev.h swapped to avoid prototype warnings
1992-05-15 John Heidemannvpos param of getnewvnode changed type
1992-05-15 John Heidemannsys/vnode.h included for function prototype structures
1992-05-15 John Heidemannvnode interface conversion
1992-05-15 John Heidemannvfs initialization code moved to vfs_init.c
1992-05-14 John Heidemannvnode interface conversion
1992-05-14 John Heidemannminor syntax change before vnode interface conversion
1992-05-14 John Heidemannvnode interface conversion
1992-05-14 John Heidemanni405 conversion
1992-05-14 Kirk McKusickcannot follow a pointer after structure that contains...
1992-05-14 Kirk McKusickmake off_t and dev_t's explicitly their old sizes
1992-05-14 Kirk McKusickexported routines cannot be static
1992-05-14 Kirk McKusickn_size is now 64-bits
1992-05-14 Kirk McKusickinode times are now timevals
1992-05-14 Kirk McKusicklint; inode times are now timevals
1992-05-14 Kirk McKusickcleanup casts, spell DIAGNOSTIC correctly, inode times...
1992-05-14 Kirk McKusickfix prototypes
1992-05-14 Kirk McKusick32-bit dev, inode times are now stroed in timevals
1992-05-14 Kirk McKusicknew 64-bit file sizes, 32-bit uid, gid, and dev's
1992-05-14 Kirk McKusicktemporary hack to copy short uid and gid to new long...
1992-05-14 Kirk McKusickset the seconds field of the timeval; lint
1992-05-14 Keith Bosticlint
1992-05-14 Kirk McKusickstat times become timevals
1992-05-14 Kirk McKusickadd qseek, qstat, qlstat, qtruncate for
1992-05-14 Kirk McKusickadd fqstat for 64-bit file sizes, 32-bit uid, gid,...
1992-05-14 Kirk McKusicknew syscalls for 64-bit file sizes, 32-bit uid, gid...
1992-05-14 Keith Bosticmore prototypes
1992-05-14 Kirk McKusicktemporary change of lseek prototype from off_t to long
1992-05-14 Kirk McKusick32-bit dev's; more prototypes
1992-05-14 Kirk McKusick64-bit file sizes, 32-bit uid, gid, and dev's
1992-05-14 Kirk McKusicknew stat structure reflecting 64-bit file sizes, 32...
1992-05-13 Keith Sklowerchanges suggested by jch to ifa_ifwithnet()
1992-05-13 Keith Bosticuser programs get to this through vm.h
1992-05-12 Kirk McKusickfix to avoid pageout of text pages back to their binari...
1992-05-12 Kirk McKusicksanity checks (from macklem)
1992-05-12 Kirk McKusickfix to avoid pageout of text pages back to their binari...
1992-05-12 Kirk McKusickadd MBUFLOCK to protect statistics updates (from forys...
1992-05-12 Kirk McKusickfix cltom macro (from forys@snake.cs.utah.edu)
1992-05-12 Kirk McKusickmissing flags argument to sosend (from forys@snake...
1992-05-12 Kirk McKusickinitialize swpa buffers to use proc0 credential (from...
1992-05-12 Kirk McKusickavoid stale caches (from macklem, approved by ralp)
1992-05-12 Keith BosticDon't send an EOI to the slave interrupt controller...
1992-05-12 Keith Bosticfix header
1992-05-12 Keith BosticDon't send an EOI to the slave interrupt controller...
1992-05-12 Keith BosticImplement aston, etc, whose absence has prevented preemtive
1992-05-12 Keith Bosticfix NPX device handling; from Pace Willison
1992-05-12 Keith Bosticdisable pageing in basemem until someone understands...
1992-05-12 Keith Bosticfix NPX device handling; memory sizing update; bad...
1992-05-12 Keith Bosticfix NPX device handling; from Pace Willison
1992-05-12 Keith Bosticpmap_kernel() -> kernel_pmap; from Pace Willison
1992-05-12 Keith Bosticadd quad library (from Pace Willison)
1992-05-12 Keith Sklowerbugfix from julian@tfs.com (Julian Elischer)
1992-05-09 Keith Sklowerremove #define for ia_net
1992-05-07 Kirk McKusickDonn Seeley's to improve interoperability (via Macklem)
1992-05-07 Kirk McKusickAIX interoperability
1992-05-06 Keith Sklowersince IFF_NOARP doesn't cause the ethernet address...
1992-05-06 Keith Bosticfix links target
1992-05-06 Mike Karelsfix tags
1992-05-06 Keith Bosticfix links target
1992-05-06 Mike Karelstags
1992-05-06 Keith Bosticfix links target
1992-05-06 Mike Karelstags
1992-05-05 Keith Skloweruse new m_devget facility
1992-05-05 Keith Sklowercopy out etherheader into vax memory; seems to prevent...
1992-05-05 Keith Sklowerminor fixes made aug 22 1991
1992-05-05 Keith Sklowerdate and time created 92/05/04 17:52:47 by sklower
1992-05-05 Keith Bosticquiet the warnings
1992-05-05 Keith Bosticnew include format; lint
1992-05-05 Keith Bosticnew include format; lint; function prototypes
1992-05-05 Keith Bosticnew include format; lint
next