POSIX says timeval's have two long's
[unix-history] / usr / src / sys /
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
1995-04-12 Kirk McKusicknits
1995-04-12 Kirk McKusickadd lockstatus to querry lock status
1995-04-12 Kirk McKusickcomments from cgd and mycroft
1995-04-11 Kirk McKusickfeedback from cgd
1995-04-10 Kirk McKusickdate and time created 95/04/09 23:17:34 by mckusick
1995-04-10 Kirk McKusickdate and time created 95/04/09 23:16:10 by mckusick
1995-04-05 Kirk McKusickupdate BSD
1995-04-04 Kirk McKusickadd revoke operator
1995-04-04 Kirk McKusickadd revoke operator
1995-04-04 Kirk McKusickmove in definitions from fdesc.h
1995-04-04 Kirk McKusickmove out vnops
1995-04-04 Kirk McKusickget rid of that unwanted declaration
1995-04-04 Kirk McKusickdo synchronous writes when MNT_SYNCHRONOUS is set
1995-04-04 Kirk McKusicknew names for some syscalls
1995-04-04 Kirk McKusicklint
1995-04-04 Kirk McKusicksleaze new sysent format by using narg * 4 for argsize
1995-04-03 Kirk McKusickMOUNT_* filesystem types are gone
1995-04-03 Kirk McKusickadd register_t
1995-04-03 Kirk McKusickrequest a synchronous write when O_FSYNC is set (from...
1995-03-31 Kirk McKusickadd cd9660_sysctl; MOUNT_CD9660 goes away
1995-03-31 Kirk McKusickadd cd9660_sysctl; fix prototype for cd9660_init
1995-03-31 Kirk McKusickreaddir now produces cookies; cd9660_enotsupp => eopnotsupp
1995-03-31 Kirk McKusickcd9660_init gets a parameter
1995-03-31 Kirk McKusickadd ffs_sysctl; MOUNT_MFS goes away
1995-03-31 Kirk McKusickfix declaration for mfs_init
1995-03-31 Kirk McKusickfix prototype for mfs_init
1995-03-31 Kirk McKusicklfs_init moves in from lfs_inode.c; MOUNT_LFS => lfs_mo...
1995-03-31 Kirk McKusickMOUNT_LFS becomes lfs_mount_type
1995-03-31 Kirk McKusicklfs_init moves to lfs_vfsops.c
1995-03-31 Kirk McKusickadd lfs_sysctl and lfs_mount_type
1995-03-31 Kirk McKusickufs_init moves in from ufs_inode.c
1995-03-31 Kirk McKusickufs_init moves to ufs_vfsops.c
1995-03-31 Kirk McKusickadded types needed to keep gcc happy
1995-03-31 Kirk McKusickufs_args and mfs_args move in from mount.h
1995-03-31 Kirk McKusickmountroot now uses vfsconf structure; ffs_init moves...
1995-03-31 Kirk McKusickdoclusterread and doclusterwrite become FFS sysctl...
1995-03-31 Kirk McKusickadd definitions for ffs_sysctl values and names
1995-03-31 Kirk McKusickffs_init moves to vfs_vfsops.c
1995-03-31 Kirk McKusickdoasyncfree and prtrealloc move FFS sysctl variables
1995-03-31 Kirk McKusickmount now takes a name rather than a number, vfssw...
1995-03-31 Kirk McKusickreplace initialization of vfssw with vfsconf
1995-03-31 Kirk McKusickreplace vfssw with vfsconf
1995-03-31 Kirk McKusickreaddir now has producer provide cookies rather than...
1995-03-31 Kirk McKusickadd vfs_sysctl
next