startup => cpu_startup, remove unused arg
[unix-history] / usr / src / sys / kern / init_main.c
1991-05-10 Mike Karelsstartup => cpu_startup, remove unused arg
1991-05-08 Mike Karelsprint copyright on startup (before msgbuf is init'ed!);
1991-05-04 Mike Karelsp_addr is now (struct user *); stack isn't necessarily...
1991-04-05 Mike Karelsit's ours
1991-04-01 Mike Karelsmove initflags from locore/icode to static in main
1991-03-26 Mike Karelsnew filedesc structure; point p_stats, p_sigacts at...
1991-03-18 Mike Karelsmore-or-less working with new proc & user structs
1991-01-19 William Nesheimamended initflag initialization, now done for all proce...
1991-01-11 Kirk McKusickadd dynamically allocated file descriptors
1991-01-09 William Nesheimadded code for 386 to pass bootflags to init via argv[]
1990-12-06 Kirk McKusickupdate for new VM
1990-06-23 Kirk McKusickno more u.u_ap
1990-05-25 Marc Teitelbaumset swapper start time in right place
1990-05-16 Keith Bosticrename size_t to segsz_t for ANSI C
1990-05-11 Kirk McKusickmerge in support for hp300 from Utah
1990-05-11 Kirk McKusickget rid of spurious #define in user.h
1990-05-02 Marc Teitelbauminitialize u_start
1990-04-28 Kirk McKusickno longer have per user quota structures
1990-04-06 Marc Teitelbaumswapper and pagedaemon have names set in p_comm.
1989-11-21 Marc Teitelbaumcontrolling terminal is a vnode
1989-11-03 Kirk McKusickKeith Bostic says not so quick with the copyright notice
1989-10-30 Kirk McKusickfile system initialization is now all done by vfsinit
1989-10-25 Kirk McKusickinitialize systemwide vnode table
1989-09-04 Mike Karelsall zeros isn't good enough for signal initialization now
1989-09-02 Kirk McKusickadd memory filesystem initialization
1989-08-27 Kirk McKusickinitialize other fields in the buffers
1989-06-28 Kirk McKusickupdate reference counts on vnodes using VREF
1989-06-09 Kirk McKusickgather initialization code for nameidata into ndinit()
1989-06-08 Kirk McKusickuse uio structure in nameidata rather than constructing...
1989-05-10 Kirk McKusicklint; new naming convention
1989-05-02 Kirk McKusickintegrate back branch -7.5.1.1
1989-05-02 Kirk McKusickmerge in vnode changes
1989-05-02 Marc Teitelbauminit KTRACE variables
1989-04-26 Kirk McKusick../machine => machine
1988-10-19 Marc Teitelbaumposix style job control - new process groups
1988-05-27 Mike Karelslint
1987-02-27 Mike Karelsmv more tahoe stuff to machdep; clk_enable was dup;
1987-02-20 Mike Karelsrearrange initialization of buffers so can be used...
1986-12-07 Sam Lefflerhide tahoe-ism in enablertclock(); call startrtclock...
1986-11-04 Mike Karelsmerge in tahoe support
1986-06-05 Kirk McKusick4.3BSD release version
1986-02-24 Mike Karelslint
1986-02-12 Mike Karelsslattach
1985-11-10 Mike Karelskeep text free list, cache all texts as sticky
1985-09-17 Mike KarelsINET || BBNNET; ctlinput now takes sockaddr as arg
1985-06-19 Mike Karelsadjust maxpgio for number of swap devices after countin...
1985-06-18 Mike Karelsmust calculate maxpgio after binit; nswdev * maxpgio...
1985-06-09 Kirk McKusickAdd copyright
1985-05-28 Mike Karelsimplement high-water mark on file descriptors in use;
1985-03-09 Kirk McKusicku.u_ap now set up once in process 0; limits are initial...
1985-03-04 Kirk McKusicksetup of paging constants and p_maxrss is now done...
1984-08-30 Jim BloomChange to includes. no more ../h
1984-08-02 Mike Karelsreverse order of process creation, so we don't have...
1984-08-02 Mike Karelsreorder initial process creation so we don't have to...
1984-08-01 Mike Karelsstart init before pagedaemon; put umask in global for...
1984-07-09 Kirk McKusickrework namei interface to eliminate global variables
1984-05-23 Mike Karelslinked lists of active, zombie and free procs; avoid...
1984-01-04 Kirk McKusickadd system wide cacheing of path names in namei() ...
1983-07-29 Sam Leffler4.2 distribution
1983-07-01 Sam Lefflerpurge #if sun's
1983-05-31 Sam Lefflercleanup
1983-05-22 Sam Lefflerpurge mush
1983-05-18 Sam Lefflerchanges from sun to do swapping on variable sized devices
1983-04-04 Sam Lefflerno more NOPAGING (yeah)
1983-04-01 Sam Leffleradd NOGROUP identifier; add groupmember function; tight...
1983-03-02 Kirk McKusickadd startup for profiling clock
1983-01-24 Sam Lefflerthis screws up make depend otherwise
1983-01-17 Kirk McKusickmore intelligent buffer pool page allocation
1982-12-18 Sam Lefflersun merge
1982-11-14 Sam Lefflermerge of 4.1b and 4.1c
1982-11-03 Bill Joyremove crud
1982-11-01 Bill Joycombine with 68k
1982-10-18 Bill Joycompute nchrdev nblkdev
1982-10-11 Bill Joysplit header files over to vax directories
1982-09-12 Bill Joyfix limits initialization
1982-09-07 Bill Joymore work on timer stuff
1982-09-05 Bill Joylimits and clock startup new style
1982-08-25 Bill Joynew groups stuff
1982-08-23 Bill Joyget rid of some lint
1982-07-23 Robert Elzdisc quotas / mush
1982-07-16 Bill Joyprofiling stuff
1982-06-15 Bill Joyfixes to interactions of new fs and buffer cache with...
1982-06-01 Kirk McKusickfix time initialization; move bhinit() from bio.c to...
1982-04-20 Kirk McKusickmerge into new file system
1982-03-29 Sam Lefflermove pfinit after ifinit so ip can init ifinet (see...
1982-03-15 Bill Joyflush BBN code
1982-03-12 Bill Joyfix for shannon
1982-02-16 Bill Joynew multiple-group stuff
1981-12-10 Bill Joyifinit and loattach
1981-12-04 Bill Joycleanup
1981-11-19 Bill Joymore cleanup
1981-11-17 Bill Joylint
1981-11-15 Bill Joybefore header overlay
1981-11-09 Bill Joyadd mbinit, prinit, remove ptinit
1981-08-25 Bill Joychange netinit() to netmain()
1981-08-14 Eric C. Cooperinterleave swap fix
1981-05-13 Bill Joyadd tcp/ip
1981-04-28 Bill Joyport init call
1981-04-23 Bill Joycall setupclock
1981-04-14 Bill Joymaxrss stuff
next