only move vnode to front of list when not already there
[unix-history] / usr / src / sys / kern /
1992-07-08 Chris Toreklint; fix FIONREAD; new rusage calculations
1992-07-08 Chris Torekconsolidate clock startup; volatile poison; lint
1992-07-08 Chris TorekFIONREAD can only return 32-bit size
1992-07-08 Chris Torekonly need to block clock; volatile poisoning
1992-07-08 Chris Torekvolatile poisoning
1992-07-07 Kirk McKusickget rid of unused vn_fhtovp function
1992-07-07 Keith Bosticmake header clearer
1992-07-07 Kirk McKusickput into KNF
1992-07-07 Keith Bosticgenerate vnode_if.c as well
1992-07-07 Keith Bosticstruct vnodeop_desc *vfs_op_descs[] can be generated...
1992-07-07 Kirk McKusickfix bug in dupfdopen call to pass correct descriptor
1992-07-07 Keith Bosticnot exactly fix the tags, but make them better anyway
1992-07-03 Kirk McKusickdate and time created 92/07/03 01:41:04 by mckusick
1992-07-03 Kirk McKusickdate and time created 92/07/03 01:41:03 by mckusick
1992-07-03 Kirk McKusickdelete USES
1992-07-03 Kirk McKusickdelete USES; declare vop_*_args for vclean
1992-07-03 Kirk McKusickdelete USES
1992-07-03 Kirk McKusickdelete vop_vget declaration
1992-07-03 Kirk McKusickdelete USES
1992-07-03 Kirk McKusickdelete USES
1992-07-03 Kirk McKusickadd ogetdirentries
1992-06-26 Kirk McKusicknothing to do in sigaltstack if no new stack given
1992-06-26 Kirk McKusickdelete mntflushbuf, mntinvalbuf, and vflushbuf;
1992-06-26 Kirk McKusicknew parameters to vinvalbuf, VFS_SYNC, VOP_FSYNC, and...
1992-06-26 Kirk McKusickFHTOVP no longer takes setgen parameter
1992-06-24 Chris Torekfix up profile clock start/stop; watch out for tick...
1992-06-24 Chris Torekfix start/stop profclock calls
1992-06-24 Kirk McKusickmerge in changes for Sparc
1992-06-24 Kirk McKusicktimeval => timespec; lint; be more lenient about alloca...
1992-06-24 Kirk McKusickmerge in changes for Sparc
1992-06-24 Kirk McKusickadd ifdef FIFO's
1992-06-24 Kirk McKusicklint
1992-06-24 Kirk McKusickset SUGID when granting setuid/setgid privilege (to...
1992-06-24 Kirk McKusickadd ptrace ATTACH/DETACH
1992-06-24 Kirk McKusickset SUGID when user/group when permissions change ...
1992-06-24 Kirk McKusickmove up init died panic to start of exit; ptrace ATTACH
1992-06-24 Kirk McKusickMAP_FILE is now the default
1992-06-24 Kirk McKusickadd compat routines for mmap and getdirentries
1992-06-24 Kirk McKusickdate and time created 92/06/23 15:33:10 by mckusick
1992-06-24 Keith Bosticselect(2) race condition with small timeout values...
1992-06-23 Keith BosticLFS unmount code; vinvalbuf should be a VOP?
1992-06-23 Kirk McKusickchecked in for Kirk by TK
1992-06-21 Kirk McKusickzero out mount structure after allocation
1992-06-21 Keith Bosticbreak out library functions
1992-06-21 Kirk McKusickadd startprofclock and stopprofclock to track when...
1992-06-21 Kirk McKusickcall initprofclock to start profiling clock
1992-06-21 Kirk McKusickturn off profiling if on
1992-06-21 Kirk McKusickthings moved into zero range; inherit profiling from...
1992-06-21 Kirk McKusicknotify clock routines when a process requests profiling
1992-06-21 Kirk McKusickphz => stathz
1992-06-20 Kirk McKusicklint
1992-06-20 Kirk McKusickupdate from Torek
1992-06-20 Kirk McKusicktimeval => timespec in vattr and dinode
1992-06-06 Jan-Simon Pendryadded lofs, fdesc & portal
1992-06-06 Jan-Simon Pendryonly call getvfs in getnewfsid when rootfs has been...
1992-06-05 Mike Hiblerchange include path for HP code reorg
1992-06-05 Kirk McKusickadd support for luna68k from Omron
1992-06-05 Kirk McKusicksupport for luna68k from Omron
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 McKusickNULL out p_wmesg
1992-06-03 Kirk McKusickskip SIDL processes
1992-06-03 Kirk McKusickavoid null arguments
1992-06-01 Kirk McKusickcompat versions of stat/lstat/fstat; new seek, truncate...
1992-06-01 Kirk McKusickstat structure now contains timespec's
1992-06-01 Kirk McKusicknew 64-bit versions of get/setrlimit
1992-06-01 Kirk McKusickneed ifdefs for optional filesystems
1992-06-01 Kirk McKusickqseek => __lseek; stat => ostat; qstat => stat; lstat...
1992-06-01 Kirk McKusickfstat becomes ofstat; fqstat becomes the real fstat
1992-05-30 Steven McCannefixed bug introduced in rev 7.52: vm_ssize is in pages...
1992-05-28 Kirk McKusickadd get/setrlimit; make new entry points __name
1992-05-28 Kirk McKusickhave to save away the newly malloc'ed proc
1992-05-21 Keith Bosticdon't use free'd mbuf pointer; bug report net2/sys/10
1992-05-21 Keith Bosticclose should return 0
1992-05-21 Kirk McKusickallocate proc structure before allocate process id...
1992-05-21 Marc Teitelbaumreturn codes for pt[sc]close (and exactly *what* if...
1992-05-21 Keith Bosticfencepost error in ruadd; from Pace Willisson (pace...
1992-05-21 Kirk McKusicktrack previous bucket elements that modify things that...
1992-05-21 Kirk McKusickif possible, straddle forward pointer across two words
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-15 Kirk McKusickadd indir as a real system call
1992-05-15 John Heidemannvnode interface conversion
1992-05-15 John Heidemannvnode interface conversion
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 Kirk McKusickcannot follow a pointer after structure that contains...
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-05 Kirk McKusicklint
next