add fd routines
[unix-history] / usr / src / sys / kern /
1990-04-07 Keith Sklowersame as 7.14 (7.15 just records debugging code)
1990-04-07 Keith Sklowerdocument debugging code (collect refusal modes)
1990-04-06 Keith Sklowerremove unneeded (and harmful) header file dir.h
1990-04-06 Marc Teitelbaumsingle thread
1990-04-06 Marc Teitelbaump_comm, p_logname, ktrace inherit flag in traceflag...
1990-04-06 Marc Teitelbaumtsleep
1990-04-06 Marc Teitelbaumstrcat, strcpy, strncpy
1990-04-06 Marc Teitelbaum[us]time's maintained in proc. copy to rusage as necessary
1990-04-06 Marc Teitelbaumv_getc and v_poll (to support kdb on workstations monitors)
1990-04-06 Marc Teitelbaumtsleep, unwind, ktrace, ISSIG->CURSIG, expunge cursig
1990-04-06 Marc Teitelbaumswapper and pagedaemon have names set in p_comm.
1990-04-06 Marc Teitelbaumu_comm->p_comm, trace signals, minor cleanups, make...
1990-04-06 Marc Teitelbaumtimes moved to proc, also ctty to session
1990-04-06 Keith Sklowergross hack to distinguish between different malloc...
1990-04-06 Keith Sklowerfast hack at making rights special case of ancillary...
1990-04-04 Mike Karelstsleep; unwind on interrupt
1990-04-04 Mike Karelstsleep; unwind on interrupt; don't back up uio then...
1990-04-04 Mike Karelstsleep II, as it was meant to be
1990-04-04 Marc Teitelbaumtsleep I (checked in for marc)
1990-04-04 Mike Karelsproc hashing with pointers instead of indices
1990-04-04 Mike Karelsremove setjmp; new tsleep
1990-04-04 Mike Karelsnew tsleep; rm setjmp's; strings for sleep messages
1990-04-04 Mike Karelstsleep; sblock/sbwait catch/return interrupts; implemen...
1990-04-04 Mike Karelsutime/stime now in proc structure, copy to rusage for...
1990-04-04 Mike KarelsYech! use a "reserved" errno for fdopen
1990-04-04 Mike Karelsremove setjmp's; check for EINTR/ERESTART, and clear...
1990-04-04 Mike Karelsremove u.u_error; fixes in previous delta; rearrange...
1990-04-04 Mike Karelsnew tsleep, catching interrupts; access rights now...
1990-04-04 Mike Karelsas of Feb 23: tsleep; confirming sockets; hack for...
1990-04-03 Marc Teitelbaum[us]time moves to proc
1990-04-02 Mike Karelsnew proc hashing (pointers, not indices)
1990-04-01 Mike Karelsadd third arg to ctlinput routines
1990-04-01 Mike Karelsmove euids, etc. to proc (for signals); mv logname...
1990-03-30 Kirk McKusickhave to reset vfreet when removing the last vnode
1990-03-30 Kirk McKusickprotect vgoneall from other vgone's
1990-03-28 Kirk McKusickbreak specinfo structure out of vnode.h into specdev.h
1990-03-28 Kirk McKusickva_size and va_bytes become quads
1990-03-28 Kirk McKusickdo not release vnode until done creating its alias
1990-03-28 Kirk McKusickmissing splbio (from Naomi@osf)
1990-03-27 Kirk McKusickget rid of unneeded header files
1990-03-27 Kirk McKusickget rid of unneeded includes
1990-03-26 Mike Karelsas currently running: tsleep round one; confirming...
1990-03-26 Mike Karelsas currently running: control replaces rights entirely,
1990-03-20 Kirk McKusickvgone has to avoid reentry
1990-03-09 Kirk McKusickdelete exportfs system call; fill out vendor reserved...
1990-03-07 Kirk McKusickstatfs structure is now cached in the mount table entry
1990-03-07 Kirk McKusickm_fsid is now found in m_stat.f_fsid
1990-03-07 Kirk McKusickpack now takes a vnode instead of a dev
1990-03-07 Kirk McKusickadd additional flags parameter to getfsstat
1990-03-07 Kirk McKusickreaddir takes a new flag to indicate end-of-file
1990-03-06 Kirk McKusickadd VFIFO vnode type
1990-03-06 Kirk McKusickadd mkfifo system call
1990-03-06 Kirk McKusickselect now passes in file flags (to support FIFO's)
1990-02-26 Kirk McKusickhave to protect count increment with splbio to protect...
1990-02-24 Kirk McKusickcheck for modified text file and take appropriate action
1990-02-23 Marc Teitelbaumu_comm moved to proc
1990-02-23 Marc Teitelbaumcheckpoint before removing extra estimation pass
1990-02-21 Kirk McKusickVOP_SELECT needs file flags
1990-02-21 Marc Teitelbaumadd getkerninfo
1990-02-21 Marc Teitelbaumadd underscores to make all syscall names a single...
1990-02-21 Kirk McKusickadd mkfifo for POSIX
1990-02-21 Marc Teitelbaumadd kinfo system call
1990-02-20 Kirk McKusickmove definitions out of vnode.h
1990-02-18 Kirk McKusickget rid of dir.h
1990-02-17 Kirk McKusickdo not change mount flags if underlying filesystem...
1990-02-17 Kirk McKusickdo not link new mount points into mount list until...
1990-02-17 Marc Teitelbaumstrcat moves to kern_subr.c
1990-02-17 Kirk McKusickhave to check both the device AND the type
1990-02-15 Marc TeitelbaumThis version compiles, not yet tested! (by kls).
1990-02-15 Marc Teitelbaumcheckpoint by sklower before re-arranging
1990-02-10 Kirk McKusickhave to check type, not just device number
1990-02-09 Marc Teitelbaumforgot tsleep.h
1990-02-09 Marc Teitelbaumtsleep
1990-02-09 Kirk McKusickreassign instead of invalidating buffers associated...
1990-02-08 Marc Teitelbaumcheck for compat ioctls. pgrp can now be null.
1990-02-08 Marc Teitelbaumtsleep
1990-02-01 Kirk McKusickget minimal set of include files
1990-02-01 Marc Teitelbaumdate and time created 90/01/31 16:29:37 by marc
1990-01-20 Kirk McKusickadditional initialization needed for 7.24
1990-01-20 Kirk McKusickcannot skip vgone when recycling VNON vnodes
1990-01-16 Kirk McKusickprint out flag values in vprint
1990-01-14 Kirk McKusickminor optimization
1990-01-05 Kirk McKusickmanage dirty and clean buffer chains;
1990-01-05 Kirk McKusickdiscard argdev buffers instead of aging them
1990-01-05 Kirk McKusickaccount for I/O's in progress
1990-01-04 Kirk McKusickfix reference bug in fchdir
1990-01-01 Kirk McKusickadd vfinddev to yield a device vnode from its dev
1989-12-31 Kirk McKusickv_count => v_usecount; v_lastr is being used; v_mounton...
1989-12-31 Kirk McKusickblkflush is no longer used;
1989-12-31 Kirk McKusickVREF => VHOLD as buffers hold holdcnts not usecounts
1989-12-31 Kirk McKusickv_count => v_usecount
1989-12-30 Kirk McKusickv_count => v_usecount
1989-12-30 Kirk McKusickdebugging, check lock count on exit
1989-12-23 Kirk McKusickhave to save v_mountf before vput'ing the vnode
1989-12-22 Kirk McKusickdo not unlock vp when trying to modify `.'
1989-12-22 Kirk McKusicknfssvc now takes three arguments (from Macklem)
1989-12-21 Kirk McKusickhave to nullify ni_dvp on entry
1989-12-20 Kirk McKusickmore fully check the type field
1989-12-20 Kirk McKusickadd missing splx's
1989-12-20 Kirk McKusickinitial error code in compat code (from Mike@cs.utah...
next