checkpoint almost working version of kernel TP0/X.25; TP4/Cons seems
[unix-history] / usr / src / sys / kern /
1991-07-18 Mike Karelsfstat of socket gets mode S_IFSOCK
1991-06-30 Kirk McKusickfix syntax errors
1991-06-30 Keith Bosticminor cleanups, don't #deffine consintr on tahoe
1991-06-29 Kirk McKusickdate and time created 91/06/28 16:45:35 by mckusick
1991-06-29 Mike Karelsnot so verbose about the "trade secrets"
1991-06-29 Mike Karelspreserve login name across setsid
1991-06-29 Mike Karelsdump core as core.progname (no pid)
1991-06-28 Mike Karelssleep doesn't need spl0 (idle does it)
1991-06-28 Mike Karelsunmap (user) address space early enough to allow sleep...
1991-06-28 Kirk McKusickadd vn_closefile to avoid warnings about void * coersions
1991-06-27 Marc TeitelbaumKINFO_FILE to extract file structures
1991-06-26 Kirk McKusickselect list before initializing the ofile entry
1991-06-26 Mike Karelscan't kill zombies even by killpg
1991-06-22 Kirk McKusicknew calling convention for fo_close
1991-06-22 Kirk McKusickuse vn_close rather than vrele after vn_open
1991-06-22 Kirk McKusickincrement v_writecount when vn_open is called with...
1991-06-22 Kirk McKusickpanic if v_writecount is non-zero on last use; print...
1991-06-22 Kirk McKusickjust check v_writecount rather than searching the file...
1991-06-22 Kirk McKusicksoo_close now gets pointer to struct socket instead...
1991-06-22 Kirk McKusickuse vn_close rather than vrele after vn_open
1991-06-20 Kirk McKusickdump core as core.progname.pid rather than just as...
1991-06-08 Mike Karelsconsistency with tty.c about value for "no pgrp"
1991-06-04 Kirk McKusickfile structures are now dynamically allocated and linke...
1991-06-04 Kirk McKusickcall ffree to free file structures
1991-06-04 Kirk McKusickfile structures are now dynamically allocated and linke...
1991-06-04 Kirk McKusicktighten up linked list management
1991-05-31 Keith Bosticcleanups from Chris Torek; bug fix on va_start for...
1991-05-31 Kirk McKusickuse FHASLOCK and SADVLCK to track processes using locks...
1991-05-31 Kirk McKusickuse FHASLOCK and SADVLCK to track processes using locks...
1991-05-31 Kirk McKusickadd support for opening files with advisory locks
1991-05-31 Kirk McKusickVOP_OPEN called with vnode locked; vn_open returns...
1991-05-31 Kirk McKusickmake file flags consistent
1991-05-31 Kirk McKusickdead code elimination
1991-05-29 Mike KarelsKNF patrol; avoid needless sign extension; try for...
1991-05-29 Kirk McKusickvn_open now returns locked, so must unlock when done
1991-05-29 Kirk McKusickvnode must now be locked when calling VOP_OPEN
1991-05-29 Kirk McKusickvn_open now returns locked, so must unlock when done
1991-05-29 Keith Bostickprintf can't be static, used by 386 locore debugging...
1991-05-29 Keith Bosticadd sprintf(3); support space/zero padding, field width...
1991-05-29 Keith Bosticuse the printf routines in subr_prf instead of rolling...
1991-05-22 Kirk McKusickremove the 8-bit restriction in namei
1991-05-20 Kirk McKusickname resolution checking (need kern/kern_malloc.c 7...
1991-05-20 Kirk McKusickname resolution checking (need kern/kern_malloc.c 7...
1991-05-20 Kirk McKusickmust conditionally allocate buffer
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
next