lock_init => lockinit
[unix-history] / usr / src / sys /
1995-05-12 Kirk McKusicklock_init => lockinit
1995-05-12 Kirk McKusickminor cleanups; non-inline version of simple locking...
1995-05-12 Kirk McKusickadd simple locking primatives
1995-05-12 Kirk McKusick<sys/lock.h> MUST FOLLOW <vm/vm_param.h>
1995-05-12 Kirk McKusickmove stuff out to <machine/param.h> and kern_lock.c
1995-05-12 Kirk McKusicktake the pmap_page_protect outside the page queue lock...
1995-05-12 Kirk McKusickfix locking bug in vm_object_terminate (from hibler)
1995-05-11 Kirk McKusickmissing simple_unlock
1995-05-11 Kirk McKusickonly unlock object if we have not already done so
1995-05-11 Kirk McKusickadd vfs_mountroot and vfs_rootmountalloc functions;
1995-05-11 Kirk McKusickadd mountroot functions to vfsconf; no longer make...
1995-05-11 Kirk McKusickreplace mountroot with function vfs_mountroot
1995-05-11 Kirk McKusickadd vfs_rootmountalloc and vfs_mountroot
1995-05-11 Kirk McKusickmountroot should fail, not panic
1995-05-11 Kirk McKusickadd vfc_mountroot entry to vfsconf
1995-05-11 Kirk McKusickdefine lfs_mountroot
1995-05-11 Kirk McKusickreturn error rather than panic when mountroot fails...
1995-05-11 Kirk McKusickuse vfs_rootmountalloc
1995-05-11 Jan-Simon PendryVOP_REVOKE(vp, 0) should really be vgone(vp)
1995-05-11 Jan-Simon Pendrydon't call VFS_SYNC for read-only filesystems
1995-05-11 Jan-Simon PendryVOP_REVOKE(vp, 0) should really be vgone(vp)
1995-05-11 Kirk McKusickcleanups (from mycroft)
1995-05-11 Kirk McKusicklint
1995-05-11 Kirk McKusickavoid panic's on attempted open's of non-existent devices
1995-05-11 Bill Joylock.h moves to /sys/sys
1995-05-11 Kirk McKusicklookup error return cleanups (from mycroft)
1995-05-11 Kirk McKusickset MNT_ROOTFS immediately after doing mountroot rather...
1995-05-11 Kirk McKusickcheck for forcible unmount at syscall level
1995-05-11 Kirk McKusickdoforce is gone
1995-05-11 Kirk McKusickcheck for forcible unmount at syscall level; better...
1995-05-11 Kirk McKusickcheck for forcible unmount at syscall level
1995-05-10 Kirk McKusickdisallow unmount of root fs
1995-05-10 Kirk McKusickchange mountlist to CIRCLEQ so we can do unmountall...
1995-05-10 Kirk McKusickchange mountlist to CIRCLEQ so we can do unmountall...
1995-05-10 Kirk McKusickchange mountlist to CIRCLEQ so we can do unmountall...
1995-05-10 Kirk McKusickput in request to unmount all filesystems when rebooting
1995-05-10 Kirk McKusickchange mountlist to CIRCLEQ so we can do unmountall...
1995-05-09 Kirk McKusickLFS blksize now takes three arguments; lfs_balloc now...
1995-05-09 Kirk McKusickget rid of unused um_relvp
1995-05-09 Kirk McKusickmissing decl
1995-05-09 Kirk McKusickupdate from margo
1995-05-05 Kirk McKusicksa_handler always takes an int argument
1995-05-05 Kirk McKusicklint
1995-05-05 Kirk McKusickIf the buffer is full, keep the most recent data. ...
1995-05-05 Kirk McKusickPOSIX says timeval's have two long's
1995-05-05 Kirk McKusickCLK_TCK => 64 (from Ralph)
1995-05-05 Kirk McKusickcopied from HP300
1995-05-04 Kirk McKusickPOSIX compliance (from karels)
1995-05-04 Kirk McKusickmore POSIX and ANSI compliance (from karels)
1995-05-04 Kirk McKusickgive up on rotational layout if there is only one rotat...
1995-05-04 Kirk McKusickunix domain => local domain
1995-05-04 Kirk McKusickparenthesis around BUCKETINDX
1995-05-04 Kirk McKusickkinfo_* is gone; add vm_sysctl
1995-05-04 Kirk McKusickpass valid mbuf to in_cksum (from mccanne@horse.ee...
1995-05-03 Kirk McKusickback out revision 8.9 (re karels)
1995-05-03 Kirk McKusickdocument linger time as being in seconds
1995-05-03 Kirk McKusickfix bug pointed out by Stevens in his vol II book
1995-05-02 Kirk McKusickfix bug pointed out by Stevens in his vol II book
1995-05-02 Kirk McKusickspelling error in comment
1995-05-02 Kirk McKusickdelete unused prototype
1995-05-02 Kirk McKusickupdate for SETOPT/GETOPT (from karels)
1995-05-02 Kirk McKusickset TF_ACKNOW rather than TF_DELACK when TH_PUSH bit...
1995-05-02 Kirk McKusickmissing second parameter to closef (from Poul-Henning...
1995-05-02 Kirk McKusicksilently accept multiple instances of the same address...
1995-05-02 Kirk McKusickcleanups of init argument setup (from mycroft)
1995-05-02 Kirk McKusicklimit process to 327.67 rather than 227 seconds timeout;
1995-05-02 Kirk McKusickcheck for current nfs_args structure
1995-05-02 Kirk McKusickadd version field so we can detect old nfs_args structures
1995-04-29 Keith Bosticarpwhohas prototyped twice
1995-04-29 Keith BosticP80 is the 80Mbit ring
1995-04-29 Kirk McKusickmove relookup to vfs_lookup.c as it is not UFS specific...
1995-04-29 Kirk McKusickmove relookup in from ufs_vnops.c
1995-04-29 Keith Skloweradd a statistic that netBSD keeps
1995-04-29 Keith BosticLONG_MIN and LONG_MAX need suffixes, and ULONG_MAX...
1995-04-28 Kirk McKusickhave to include <ufs/ufs/dir.h> to get doff_t
1995-04-28 Kirk McKusicklockmgr now takes an interlock and a pid but no longer...
1995-04-28 Kirk McKusicklockmanager takes an interlock and a pid rather than...
1995-04-28 Kirk McKusickgive up and just include <sys/proc.h>
1995-04-28 Kirk McKusickatomic_lock => simple_lock
1995-04-28 Kirk McKusicklockmanager takes an interlock and a pid rather than...
1995-04-28 Kirk McKusickatomic_lock => simplelock
1995-04-28 Kirk McKusickadd interlock; change proc pointer to pid
1995-04-28 Kirk McKusickatomic_lock => simple_lock
1995-04-28 Kirk McKusickmove definition of doff_t to dir.h
1995-04-28 Kirk McKusickmove in definition of doff_t and MAXDIRSIZE
1995-04-25 Kirk McKusickmust use hex constants
1995-04-22 Kirk McKusickhave to do vnode_pager_setsize after new length is...
1995-04-14 Kirk McKusickadd LK_DRAIN
1995-04-14 Kirk McKusickadd LK_DRAIN; add atomic_lock_try(); lint
1995-04-13 Kirk McKusickadd macros for vm_map_set_recursive and vm_map_clear_re...
1995-04-13 Kirk McKusickredefine lock_* calls to use lockmgr
1995-04-13 Kirk McKusickadd compatibility to kernel-wide lock manager
1995-04-13 Kirk McKusickredefine lock_* calls to use lockmgr
1995-04-13 Kirk McKusickredefine vm_map_lock primitives in terms of lockmgr...
1995-04-13 Kirk McKusickfix includes for new locking
1995-04-13 Kirk McKusickadd flags and proc ptr to vop_lock and vop_unlock opera...
1995-04-13 Kirk McKusickvm/kern_lock.c moves to kern/kern_lock.c
1995-04-13 Kirk McKusickadd vfsconf support
1995-04-13 Kirk McKusickhave to initialize mp->mnt_vfc before calling ffs_mount...
1995-04-12 Kirk McKusickhave to purge v_id as soon as it is cleaned
next