checked in for torek by sklower; Mike agrees to all these changes
[unix-history] / usr / src / sys / kern /
1991-05-17 Kirk McKusickchange vn_ to vop_ (for marc :-)
1991-05-17 Marc Teitelbaumpass flags through device close and l_close
1991-05-17 Marc Teitelbaumpass flags to l_close, dont ttywait if IO_NDELAY (revoke)
1991-05-16 Kirk McKusickneed to set reference count on copied credential
1991-05-16 Kirk McKusickneed to set reference count on cred0
1991-05-16 Kirk McKusickbreak namei into namei + lookup
1991-05-16 Kirk McKusickrewrite rename to use new SAVESTART flag
1991-05-16 Kirk McKusickdelete nddup, ndrele, ndinit
1991-05-16 Kirk McKusickprogram name now returned in ni_ptr instead of ni_dent
1991-05-16 Kirk McKusickmissing ABORTOP
1991-05-16 Kirk McKusickXXX need to initialize spare fields (should be in zero...
1991-05-14 Mike Hiblerpass address of vm_map not structure itself, got rid...
1991-05-13 Kirk McKusickadd code for printing locked vnodes
1991-05-13 William Nesheimtwo minor fixes for 386; others unaffected
1991-05-12 Kirk McKusickdate and time created 91/05/11 15:31:10 by mckusick
1991-05-12 Kirk McKusickdate and time created 91/05/11 15:31:09 by mckusick
1991-05-12 Kirk McKusickdate and time created 91/05/11 15:31:08 by mckusick
1991-05-12 Kirk McKusickclarify comments
1991-05-12 Kirk McKusickupdate comments; get rid of unused function rmget
1991-05-12 Kirk McKusickupdate comments to be more accurate
1991-05-12 Kirk McKusickfill out comments
1991-05-11 Mike Hiblercorrect argument to vm_deallocate
1991-05-11 Kirk McKusickinclude proper copyright header
1991-05-10 Keith Bosticnew copyright; att/bsd/shared
1991-05-10 Keith Bosticnew copyright; att/bsd/shared
1991-05-10 Keith Bosticnew copyright; att/bsd/shared
1991-05-10 Keith Bosticmakefiles don't need copyrights
1991-05-10 William Nesheimadded p to setregs. Also, deallocation limied to MAXUSR
1991-05-10 Keith Sklowertry changing conventions about where M_EOR lies (never...
1991-05-10 Keith Sklowerpossibly change conventions about where M_EOR lies...
1991-05-10 Kirk McKusickprofil moves from kern_clock.c to sys_process.c
1991-05-10 Mike Karelsstartup => cpu_startup, remove unused arg
1991-05-09 Keith Bosticleftover va_end didn't get deleted
1991-05-09 Kirk McKusickupdate from Rick Macklem for race condition in NFS
1991-05-09 Mike Karelsunifdef NVM
1991-05-09 Mike Karelsupdate copyright date
1991-05-08 Mike Karelsprint copyright on startup (before msgbuf is init'ed!);
1991-05-08 Mike Karelsredo partab using #defines; meta chars are normal;...
1991-05-08 Kirk McKusickRegularize comments
1991-05-08 Mike Hibleradded (ifdef'ed) call to initprofclock for high precision
1991-05-08 Mike Hiblerdon't wait for initial mcount buffer,
1991-05-08 Mike Hiblernew stack limit implementation: when changing limits
1991-05-08 Mike Hiblereliminate kernelmap and kmapwnt references
1991-05-07 Mike Karelsmove bufinit here from init_main.c
1991-05-07 Mike Karelsshouldn't have used p_addr to get current process regs
1991-05-07 Kirk McKusickmore uncontaminated code from vfs_bio.c to vfs_subr.c
1991-05-07 Mike Karelsdefine selwait
1991-05-07 Mike Karelsdefine curpri
1991-05-06 Mike Karelsproc parameter for read/write now in uio
1991-05-06 Keith Bosticmove ttyprintf to subr_prf.c
1991-05-06 William Nesheimmake kprintf externally visable (for the moment)
1991-05-06 Mike Karelsproc 0 has no p_pptr
1991-05-05 Mike Karelsadd proc parm to sbselqueue; rm user.h
1991-05-05 Mike Karelsneed proc parameter; for now use curproc. u. is gone
1991-05-05 Mike Karelsu. is gone, pcb is at p_addr; aston => signotify
1991-05-05 Mike Karelsu. is gone, pcb is at p_addr
1991-05-05 Mike Karelsadd proc parm to sbselqueue
1991-05-05 Mike Karelsmv init of p_regs to cpu_fork; cosmetic changes
1991-05-05 Mike Karelsnoproc => !curproc; don't need user.h for aston now
1991-05-05 Keith Bosticlint
1991-05-05 Mike Karelsmv vmspace_free and kmem_free of kernel stack to cpu_exit;
1991-05-05 Mike Karelsmalloc now returns void *
1991-05-05 Keith Bosticreimplement kernel printf ((rename prf to kprintf,...
1991-05-04 Keith Sklowerminor fix to allow sendmsg with purely control data...
1991-05-04 Mike Karelsin setpgid, check target's pid against pgrp, not ours...
1991-05-04 Mike Karelsp_addr is now (struct user *); stack isn't necessarily...
1991-05-04 Mike Karelsuser.h no longer needed for ast's; noproc => !curproc
1991-05-02 Mike Karelsremove u. entirely (p_addr is struct user *); only...
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-20 Kirk McKusicklint; when sync'ing, skip vnodes that are locked
1991-04-20 Kirk McKusickpass in IO_NDELAY to close in vgone/vclean
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP and vnode operations
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP and vnode operations;
1991-04-16 Kirk McKusickadd proc pointer to soo_close
1991-04-16 Kirk McKusickadd proc pointers to uio setup operations; inline expan...
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP, vnode, and uio...
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP operations and...
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP operations
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP and vnode operations;
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP and vnode operations
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP operations
next