panic if proc doing unlock is not proc that aquired the lock
[unix-history] / usr / src / sys / kern /
1992-12-10 Kirk McKusicknew include syntax
1992-12-10 Marc Teitelbaumenterpgrp now returns a value
1992-12-10 Kirk McKusicknew include syntax
1992-12-10 Kirk McKusickchanges for allowing downgrade from RW to RO; reload...
1992-12-10 Margo Seltzeradd read and write clustering routines
1992-12-10 Margo Seltzeradd read/write cluster field initialization
1992-12-10 Kirk McKusickonly vgone vnodes open for writing when downgrading...
1992-12-10 Margo Seltzeradd count_lock_queue for LFS
1992-12-02 Kirk McKusickRLIMIT_OFILE => RLIMIT_NOFILE for compatibility with...
1992-12-02 Kirk McKusicknew include structure
1992-12-02 Kirk McKusickRLIMIT_OFILE => RLIMIT_NOFILE for compatibility with...
1992-12-02 Kirk McKusickonly move vnode to front of list when not already there
1992-11-19 Chris Torekrm dregs of RMP (it was deprecated some time ago)
1992-11-19 Chris Torekadd cfroots & simplify; allow duplicate config data...
1992-11-19 Chris Torekp_cpticks is modified by statclock intr; must prevent...
1992-11-17 Chris Torekspelling
1992-11-15 Kirk McKusickcannot put in deadops until done with reclaiming, thus...
1992-11-04 Ralph Campbellmips needs to align stack on 8 byte boundary for double...
1992-10-25 Keith Bosticdon't allow process to attach to itself
1992-10-23 Kirk McKusickuse new queue primitives
1992-10-23 Kirk McKusicktrack allocation sizes
1992-10-12 Keith Bosticmake kernel includes standard
1992-10-10 Kirk McKusickuse kb_last to reference last element in free chain
1992-10-08 Margo SeltzerPass flags to vinvalbuf so it can optionally keep indir...
1992-10-08 Margo SeltzerPass flag argument to vinvalbuf.
1992-10-08 Margo SeltzerAdd argument to bmap to return number of contiguous...
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 McKusickmodernize the management of the hash and free lists
1992-10-01 Kirk McKusickufs_bufstats becomes vfs_bufstats
1992-09-30 Kirk McKusickufs_bufstats becomes vfs_bufstats
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-23 Kirk McKusickcarefully cast volitile pointers to avoid code reorderi...
1992-09-23 Kirk McKusickrootvp and swapvp now done in ?fs_mountroot
1992-09-22 Mike Hiblermake psratio visible: needed to scale tick values in...
1992-09-22 Mike Hiblermust always check for absolute root, ow a chroot'ed...
1992-09-22 Mike Hiblercheck for "trace me" right off the bat
1992-08-27 Keith Bosticlfs_markv only takes 4 longs, now
1992-08-25 Marc Teitelbaumecho quoted ^? correctly
1992-08-25 Marc Teitelbaumsome flags got moved around and code wasen't consistent
1992-08-04 Mike Hiblereliminate a couple of unneeded includes
1992-08-01 Kirk McKusickupdate from torek to fix running time of swapper
1992-07-26 Kirk McKusickspec_vnodeops_p now declared in specdev.h
1992-07-26 Kirk McKusickhave to verify that name is on hash chain before trying...
1992-07-25 Keith Bosticfix? tags
1992-07-25 Kirk McKusickfix for garbage collection from bsy+@CS.CMU.EDU (Bennet...
1992-07-23 Kirk McKusicknew cacheing structure
1992-07-21 Kirk McKusickno need to define vfreeh and vfreet
1992-07-21 Kirk McKusickspeedups
1992-07-21 Jan-Simon Pendryadded union mounts
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 McKusickavoid linear scan through proc table to find number...
1992-07-20 Kirk McKusickadd copyright notice for HP and Motrola when using...
1992-07-19 Keith Sklowermulticast bugfix from arc@sgi.com
1992-07-19 Jan-Simon Pendryadded kernfs
1992-07-18 John Heidemannput redundant stuff in subroutines; add WILLRELE support
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-16 Kirk McKusickvm_map_protect wants range to byte past end of affected...
1992-07-14 Kirk McKusickadd namelength consistency check
1992-07-14 Kirk McKusickwho wrote this code in such a retched style!
1992-07-14 Kirk McKusickput back a semblance of setreuid and setregid compatibility
1992-07-14 Kirk McKusickupdate to use uid_t and gid_t
1992-07-13 Jan-Simon Pendryallow lower layers to consume more of the pathname
1992-07-13 Jan-Simon Pendrywrong sense in checking for free descriptors available
1992-07-13 Jan-Simon Pendryno longer need specdev
1992-07-13 Jan-Simon Pendryno longer need specdev.h
1992-07-13 Jan-Simon Pendrysecond vnode to lookup is INOUT
1992-07-13 Jan-Simon Pendryneed to include systm.h
1992-07-13 Jan-Simon PendryMIN -> min, MAX -> max
1992-07-13 Jan-Simon PendryMIN -> min, MAX -> max
1992-07-13 Jan-Simon Pendrynew include location of specdev.h
1992-07-13 Kirk McKusickget rid of unneeded include
1992-07-13 Kirk McKusickone more try at getting ogetdirentries right for LITTLE...
1992-07-13 Keith Bosticvget is now in VFS
1992-07-13 John Heidemannnote which operations release their vnodes
1992-07-13 John Heidemannadd umap and null fs filesystems
1992-07-12 Kirk McKusickfix LITTLE_ENDIAN code in ogetdirentries;
1992-07-12 Kirk McKusickfixes to ogetdirentries
1992-07-11 Chris Torekfix swapper run stats
1992-07-11 Chris TorekANSIfy syscall args
1992-07-11 Chris TorekANSIfy syscall args, and share args across compat calls
1992-07-11 Chris TorekANSIfy syscall args
1992-07-11 Chris TorekANSIfy syscall args; readv does not need ARGSUSED;...
1992-07-11 Chris TorekANSIfy syscall args
1992-07-10 Chris Torekthere is no profrate in gmonparam (only in gmonhdr)
1992-07-10 Chris Torektypo in GPROF
1992-07-10 Chris Torekcleanup declaration of parameters; note required paddin...
1992-07-10 Chris Torekmove new lseek, truncate, and ftruncate so they can...
1992-07-10 Mike Hiblermove HPUXCOMPAT code to hpux_compat.c
1992-07-10 Chris Torekdelete osetreuid as it is simulated in libc/compat-43;
1992-07-10 Chris Toreksetreuid and setregid become obsolete
1992-07-09 Chris Torekcalcru compensates for recent runtime now
next