checked in for torek by sklower; Mike agrees to all these changes
[unix-history] / usr / src / sys / kern /
1992-01-23 John Heidemannlookup converted to new form
1992-01-15 Marc Teitelbaumavoid tracing panics at exit
1992-01-15 Kirk McKusicklease check when binding unix domain sockets
1992-01-15 Kirk McKusicklease checks on various operations
1992-01-15 Kirk McKusicklease checks on read and write
1992-01-15 Kirk McKusickinit lease
1992-01-15 Kirk McKusickbreada gets generalized to breadn
1992-01-15 Kirk McKusickhandle lease updates when time changes
1992-01-15 Kirk McKusickmerge nfssvc and async_daemon into nfssvc
1992-01-15 Kirk McKusickhave to check NFS lease when writing core image
1992-01-14 Kirk McKusickrefine read-only checking for new NFS
1992-01-14 Marc Teitelbaummips changes
1992-01-08 Marc Teitelbaumminor optimization
1992-01-08 Mike Karelsfix up comment
1992-01-01 Keith Bosticadd lfs_flush routine, just a hack until Kirk's done
1991-12-20 Kirk McKusickget sense of waiting right (from torek)
1991-12-20 Mike Karelsclosef must be prepared for a null proc pointer from...
1991-12-20 Mike Karelsunp_discard has to pass a (null) proc ptr to closef
1991-12-20 Kirk McKusickadd panic for uncleaned vnode private areas
1991-12-20 Kirk McKusickreorder vattr_null to avoid bugs in GCC quad's
1991-12-20 Kirk McKusickadd mono_time for NFS leases
1991-12-10 Kirk McKusickLFS syscalls are conditional on LFS being defined
1991-12-07 Keith BosticLFS V2; add system calls for cleaner
1991-12-06 Mike Karelsinclude file for per-architecture Makefiles
1991-11-21 Marc Teitelbaummerge in 7.30.1.1 branch
1991-11-21 Marc Teitelbaumchanges for mips compiler (from Ralph)
1991-11-20 Chris Torekpurge seg.h
1991-11-20 Kirk McKusickupcall facilities for sorwakeup, non-blocking sblock...
1991-11-17 Ralph Campbellmove copyin() call so if uap->size pointer is null...
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops;
1991-11-02 Keith Bosticput FFS stuff on a #define
1991-11-02 Keith BosticLFS version 1; XXX vinvalbuf is wrong!
1991-11-02 Keith Bosticufs moves down a level
1991-11-02 Keith Bosticmake panic take printf(3) style args; cleanup %r descri...
1991-11-02 Keith BosticLFS version 1; add LFS file system type
1991-11-02 Keith Bosticlint
1991-11-02 Keith BosticLFS version 1; move ufs down a level
1991-09-26 Keith SklowerISO debugging uses logpri
1991-09-10 Marc Teitelbaumonly send SIGINFO on ^T if ISIG is set
1991-09-08 Ralph Campbellfix to previous changes
1991-09-08 Ralph Campbelladded COFF support for pmax
1991-09-07 Keith Sklowerlast line of while not reached; shut up mips compiler...
1991-09-07 Ralph Campbelladd printf if signal ignored in system process.
1991-09-07 Ralph Campbelldelete hp300 and i386 ifdefs for vmapbuf() and vunmapbuf().
1991-09-07 Ralph Campbellfix comment
1991-09-07 Ralph Campbelladded ifdef PSL_ALLCC around old wait system call code.
1991-09-07 Mike Karelsleave curproc set until last sleep, then clear before...
1991-09-07 Ralph Campbelladd pmax
1991-09-06 Keith Bostic'a b c^W' erases 'b c' instead of just 'c'
1991-09-04 Kirk McKusickdo not panic after modified data found on the freelist
1991-08-31 Keith Sklowernotify lower levels of some socket setopt changes,...
1991-08-31 Keith Skloweradd common routine to copy from dev buf to mbufs;
1991-08-30 Kirk McKusicksave type when freeing an piece of memory so it can...
1991-08-29 Kirk McKusickadd support to get vmtotal structure calculated
1991-08-03 Mike Karelscurproc is null if no one is running, but ignore curpro...
1991-08-02 Kirk McKusickunder DIAGNOSTIC, check for duplicate frees and data...
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
next