fix profiling
[unix-history] / usr / src / sys / kern /
1993-02-27 Kirk McKusickexplicitly avoid sleeping forever in select
1993-02-27 Kirk McKusickavoid duplicate closef's
1993-02-26 Kirk McKusickdo not return from sigsuspend prematurely
1993-02-23 Kirk McKusickcleanups from Jeff Forys
1993-02-22 Ralph Campbelldon't write through *oldlenp if oldp is NULL. (see...
1993-02-14 Ralph Campbelladd a.out support for MIPS.
1993-02-11 Kirk McKusickeliminate need for kinfo.h
1993-02-05 Ralph Campbellchanged the name of exit() to exit1() because gcc2...
1993-02-04 Kirk McKusickkern_kinfo becomes kern_sysctl; major overhaul and...
1993-02-04 Kirk McKusickadd framework for net_sysctl
1993-02-04 Kirk McKusickkinfo_vnode becomes sysctl_vnode
1993-02-04 Kirk McKusickkinfo_clock becomes sysctl_clock
1993-02-04 Kirk McKusickget/set hostname and hostid are subsumed by sysctl...
1993-02-04 Kirk McKusickclear B_WRITEINPROG
1993-02-03 Kirk McKusickupdate for 4.4BSD from Rick Macklem
1993-02-03 Kirk McKusickvinvalbuf takes two more parameters
1993-02-03 Kirk McKusickupdate for 4.4BSD from Rick Macklem
1993-02-02 Chris Torekseparate out event counters
1993-02-01 Mike Karelsadd sysctl
1993-01-26 Kirk McKusickrationalize behavior of ureadc in the face of unreasona...
1993-01-23 Kirk McKusicknames may be up to NAME_MAX
1993-01-22 Kirk McKusickNULL is not always a valid kernel address
1993-01-15 Kirk McKusickadd and use killproc when cannot exec a new process
1993-01-04 Kirk McKusickgetpgrp takes no parameters
1992-12-28 Mike Hibleraccount for differences in hp300 stack alignment (wait)
1992-12-28 Mike Hiblercleanup hp300 code
1992-12-28 Mike Hiblerget rid of a couple of now unnecessary hp300 related...
1992-12-28 Mike Hiblermove HPUXCOMPAT code to MD files and account for new...
1992-12-27 Keith Bosticuse ALIGN macro, minor cleanup
1992-12-16 Chris TorekTIOCSTI fails for 8-bit chars (from comp.unix.bsd)
1992-12-12 Kirk McKusickcheck bad (modified) addresses on freelist before using...
1992-12-10 Marc Teitelbaummore checking of process group consistency; enterpgrp...
1992-12-10 Kirk McKusicknew include syntax
1992-12-10 Marc Teitelbaumenterpgrp now returns a value
1992-12-10 Kirk McKusicknew include syntax
1992-12-10 Kirk McKusickchanges for allowing downgrade from RW to RO; reload...
1992-12-10 Margo Seltzeradd read and write clustering routines
1992-12-10 Margo Seltzeradd read/write cluster field initialization
1992-12-10 Kirk McKusickonly vgone vnodes open for writing when downgrading...
1992-12-10 Margo Seltzeradd count_lock_queue for LFS
1992-12-02 Kirk McKusickRLIMIT_OFILE => RLIMIT_NOFILE for compatibility with...
1992-12-02 Kirk McKusicknew include structure
1992-12-02 Kirk McKusickRLIMIT_OFILE => RLIMIT_NOFILE for compatibility with...
1992-12-02 Kirk McKusickonly move vnode to front of list when not already there
1992-11-19 Chris Torekrm dregs of RMP (it was deprecated some time ago)
1992-11-19 Chris Torekadd cfroots & simplify; allow duplicate config data...
1992-11-19 Chris Torekp_cpticks is modified by statclock intr; must prevent...
1992-11-17 Chris Torekspelling
1992-11-15 Kirk McKusickcannot put in deadops until done with reclaiming, thus...
1992-11-04 Ralph Campbellmips needs to align stack on 8 byte boundary for double...
1992-10-25 Keith Bosticdon't allow process to attach to itself
1992-10-23 Kirk McKusickuse new queue primitives
1992-10-23 Kirk McKusicktrack allocation sizes
1992-10-12 Keith Bosticmake kernel includes standard
1992-10-10 Kirk McKusickuse kb_last to reference last element in free chain
1992-10-08 Margo SeltzerPass flags to vinvalbuf so it can optionally keep indir...
1992-10-08 Margo SeltzerPass flag argument to vinvalbuf.
1992-10-08 Margo SeltzerAdd argument to bmap to return number of contiguous...
1992-10-02 Kirk McKusickmodernize the management of the hash and free lists
1992-10-02 Kirk McKusickav_forw/av_back are gone; now use b_actf/b_actb for...
1992-10-02 Kirk McKusickmodernize the management of the hash and free lists
1992-10-01 Kirk McKusickufs_bufstats becomes vfs_bufstats
1992-09-30 Kirk McKusickufs_bufstats becomes vfs_bufstats
1992-09-25 Kirk McKusickhave to check for insertion into head of an empty LRU...
1992-09-25 Keith Bosticget rid of unneeded lfs_flush
1992-09-25 Kirk McKusickfix for LITTLE_ENDIAN code
1992-09-24 Keith Sklowerwant cheap elapsed time (put back chnage from 7.19...
1992-09-23 Kirk McKusickcarefully cast volitile pointers to avoid code reorderi...
1992-09-23 Kirk McKusickrootvp and swapvp now done in ?fs_mountroot
1992-09-22 Mike Hiblermake psratio visible: needed to scale tick values in...
1992-09-22 Mike Hiblermust always check for absolute root, ow a chroot'ed...
1992-09-22 Mike Hiblercheck for "trace me" right off the bat
1992-08-27 Keith Bosticlfs_markv only takes 4 longs, now
1992-08-25 Marc Teitelbaumecho quoted ^? correctly
1992-08-25 Marc Teitelbaumsome flags got moved around and code wasen't consistent
1992-08-04 Mike Hiblereliminate a couple of unneeded includes
1992-08-01 Kirk McKusickupdate from torek to fix running time of swapper
1992-07-26 Kirk McKusickspec_vnodeops_p now declared in specdev.h
1992-07-26 Kirk McKusickhave to verify that name is on hash chain before trying...
1992-07-25 Keith Bosticfix? tags
1992-07-25 Kirk McKusickfix for garbage collection from bsy+@CS.CMU.EDU (Bennet...
1992-07-23 Kirk McKusicknew cacheing structure
1992-07-21 Kirk McKusickno need to define vfreeh and vfreet
1992-07-21 Kirk McKusickspeedups
1992-07-21 Jan-Simon Pendryadded union mounts
1992-07-20 Kirk McKusickset up and initialize usrinfo data structures used...
1992-07-20 Kirk McKusickdecrement process ownership count on exit
1992-07-20 Kirk McKusickadd hashinit to size and allocate hash tables
1992-07-20 Kirk McKusicktransfer proc ownership when doing setuid()
1992-07-20 Kirk McKusickadd data structures and chgproccnt() for tracking users...
1992-07-20 Kirk McKusickavoid linear scan through proc table to find number...
1992-07-20 Kirk McKusickadd copyright notice for HP and Motrola when using...
1992-07-19 Keith Sklowermulticast bugfix from arc@sgi.com
1992-07-19 Jan-Simon Pendryadded kernfs
1992-07-18 John Heidemannput redundant stuff in subroutines; add WILLRELE support
1992-07-17 Chris Toreksimplify based on new guarantee that tickdelta has...
1992-07-17 Chris Torekset tickdelta negative for slower time; clean up and...
1992-07-16 Kirk McKusickvm_map_protect wants range to byte past end of affected...
1992-07-14 Kirk McKusickadd namelength consistency check
1992-07-14 Kirk McKusickwho wrote this code in such a retched style!
next