mdoc version three
[unix-history] / usr / src / sys /
1991-04-24 Mike Karelsbut applications *don't* need kernel prototypes; reform...
1991-04-24 Keith Bosticneeded struct ucred and uio; applications include this
1991-04-24 Keith Sklowerdkio.h defined and obsolete ioctl only of interest...
1991-04-22 Kirk McKusickupdate to new CMU copyright and distribution terms
1991-04-21 Mike Karelsrm u.u_procp; change includes to mirror old for non...
1991-04-21 Mike Karelsadd mdproc substruct; mv kinfo_proc to separate header;
1991-04-21 Mike Karelsnew proc struct, substructs; rm OFILE*; new namei,...
1991-04-21 Mike Karelsfix includes; new driver calling conventions w/ proc
1991-04-21 Mike Karelsnew proc struct, sigacts struct
1991-04-21 Mike Karelsmv kgdb_panic to kgdb_stub.c
1991-04-21 Mike Karelsadd KGDB_EXEC, KGDB_SEQ
1991-04-21 Mike Karelsupdate from lbl: use SL_BUFSIZE, new EXEC message;...
1991-04-21 Mike Karelsdon't need pte.h
1991-04-21 Mike Karelsnew proc struct, sigacts struct; add consinit; bhinit...
1991-04-21 Mike Karelsfix includes; new proc struct
1991-04-21 Mike Karelsnew proc, user structs
1991-04-21 Mike Karelsnew kgdb_trap_glue; change icode for new gas notion...
1991-04-21 Mike Karelsnew proc structure, fix includes
1991-04-21 Mike Karelsfix includes; speed up writes to /dev/null
1991-04-21 Mike Karelsnew proc struct; mv u_ar0; u.u_procp => curproc; fix...
1991-04-21 Mike Karelsuse SS_PRIV instead of suser; fix includes (rm user.h)
1991-04-21 Mike Karelsinetsw isn't in in.h now
1991-04-21 Mike Karelsfix includes; rm *_NULL; nproc => maxproc; break pmap_p...
1991-04-21 Mike Karelsmove pte/ste defs to hp300/pte.h; rm *_NULL, foo_t...
1991-04-21 Mike Karelsadd intrframe and macros, definitions of generic functi...
1991-04-21 Mike Karelsupdate from lbl: add SL_BUFSIZE, with room for checksum
1991-04-21 Mike Karelsrm user.h; errno.h is in param.h
1991-04-21 Mike Karelsrm inetdomain, inetsw (so don't have to include protosw...
1991-04-21 Mike Karelsansify
1991-04-21 Mike Karelsnew proc, user; rm user.h; remove TIOCGETD hack returni...
1991-04-21 Mike Karelsnew proc structure; rm user.h; pass proc to ifioctl...
1991-04-21 Mike Karelsrm user.h, reg.h; pass proc to rtioctl
1991-04-21 Mike Karelsproc array is gone; rm user.h
1991-04-21 Mike Karelsfinish what I was doing when someone checked this in...
1991-04-21 Mike Karelsrm user.h, OFILE*
1991-04-21 Mike Karelsrm user.h, fix vm includes
1991-04-21 Mike Karelsfix includes
1991-04-21 Mike Karelsrm user.h
1991-04-21 Mike Karelsrm user.h; new device calling conventions; ansify
1991-04-21 Mike Karelsrm user.h, reg.h; move ttspeedtab back to tty.c for...
1991-04-21 Mike Karelsrm user.h, reg.h; move ttspeedtab back for drivers;
1991-04-21 Mike Karelsfake out ptrace
1991-04-21 Mike Karelsconsolidate noop, error functions; cpu.h configures...
1991-04-21 Mike Karelsrm user.h; make consintr generic, not tahoe-specific...
1991-04-21 Mike Karelsuse __CONCAT
1991-04-21 Mike Karelsrm user.h; rm old syscall stubs that just error; oquota...
1991-04-21 Mike Karelsset the new limit copy, not the old!
1991-04-21 Mike Karelsrm user.h; ansify
1991-04-21 Mike Karelsit's contaminated; ansify
1991-04-21 Mike Karelsfix includes
1991-04-21 Mike Karelsmove machdep into ../$ARCH dirs
1991-04-21 Mike Karelsmove eproc copy to fill_eproc so coredump can use it
1991-04-21 Mike Karelsrm unneeded proc flags; set up for cpu_fork to relocate...
1991-04-21 Mike Karelsrm user.h; rm unneeded proc flags; noproc is now !curproc
1991-04-21 Mike Karelsfix includes; new proc struct; rm *_NULL
1991-04-21 Mike Karelsadd prototypes, fix formats
1991-04-21 Mike Karelsrm unused; add enoioctl
1991-04-21 Mike Karelsforward declarations of common structs; we use hex...
1991-04-21 Mike Karelsbump bsd; rationalize priorities (mod 4 matters); cleanups
1991-04-21 Mike Karelsfix recvmsg prototype
1991-04-21 Mike Karelsfix includes; new proc struct; rm *_NULL
1991-04-21 Mike Karelsfix includes; new proc struct; rm *_NULL;
1991-04-21 Mike Karelsfix includes; new proc struct; rm *_NULL;
1991-04-21 Mike Karelsfix includes; new proc struct; rm *_NULL;
1991-04-21 Cynthia A. E. Livi... added redist.man
1991-04-20 Kirk McKusickredefine sillyrename structure to avoid use of nameidat...
1991-04-20 Kirk McKusickadd struct stubs to keep prototypes happy
1991-04-20 Kirk McKusicklint
1991-04-20 Kirk McKusickadd doforce flag to allow forcible unmount attempts
1991-04-20 Kirk McKusicklint; when sync'ing, skip vnodes that are locked
1991-04-20 Kirk McKusickadd global flag to allow forcible unmounts to be attempted;
1991-04-20 Kirk McKusickadd VXLOCK as condition making VOP_ISLOCKED true
1991-04-20 Kirk McKusickpass in IO_NDELAY to close in vgone/vclean
1991-04-18 William Nesheimcorrect attribution
1991-04-17 Kirk McKusickextensive checking of directories only when DIIAGNOSTIC set
1991-04-17 Kirk McKusickenable forcible unmount
1991-04-17 Kirk McKusickdo not panic on "bad dir" if filesystem is mounted...
1991-04-17 Kirk McKusickdo not panic on "freeing free inode" if filesystem...
1991-04-16 Kirk McKusickadd proc pointers to appropriate VFS and internal NFS...
1991-04-16 Kirk McKusicku_long tl used in place of u_long p;
1991-04-16 Kirk McKusickuse passed in proc pointers
1991-04-16 Kirk McKusickadd proc pointers to appropriate vnode operations
1991-04-16 Kirk McKusickadd include of namei.h
1991-04-16 Kirk McKusicku_long tl used in place of u_long p; nfsrv_ routines...
1991-04-16 Kirk McKusickuse u_long tl in place of u_long p;
1991-04-16 Kirk McKusickuse u_long tl in place of u_long p
1991-04-16 Kirk McKusickpass proc pointers down to lower levels; use NFS_DIRBLKSIZ
1991-04-16 Kirk McKusicku_long p is replaced by u_long tl (so that p can be...
1991-04-16 Kirk McKusickadd prototypes for NFS VFS operations
1991-04-16 Kirk McKusickadd constant for NFS_DIRBLKSIZ
1991-04-16 Kirk McKusickadd prototypes for NFS vnode ops
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP and uio setup...
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP operations
1991-04-16 Kirk McKusickadd appropriate proc pointers to VFS ops
1991-04-16 Kirk McKusickuse prototypes for ufs vnode ops (from specdev.h, fifo...
1991-04-16 Kirk McKusickuse prototypes for MFS vnode ops (from mfsnode.h);
1991-04-16 Kirk McKusickadd proc pointers to appropriate vnode operations
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP, vnode, and VFS...
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP and vnode operations
1991-04-16 Kirk McKusickinitialize proc pointer in uio setup
next