initial version by sklower
[unix-history] / usr / src / sys / tahoe /
1990-07-01 Mike Karelsmake it compile again
1990-06-29 Keith Bosticnew copyright notice
1990-06-29 Keith Bosticnew copyright notice
1990-06-29 Keith Bosticnew copyright notice
1990-06-29 Mike KarelsRETURN => return, remove syscontext.h
1990-06-29 Mike Karelschanged declaration of vmem
1990-06-29 Marc Teitelbaumtprintf
1990-06-29 Marc Teitelbaumttysleep to catch revoked terminals
1990-06-26 Mike Karelsuse struct pointer for args (void * may be different...
1990-06-25 Keith Bosticminor cleanups, use ../kern, not ../sys
1990-06-25 Mike Karelsremove setjmp
1990-06-25 Mike Karelsattempt to support new and old style relocation maps,
1990-06-25 Mike Karelsnew syscall convention; fix up indir code; syscall...
1990-06-23 Bill Joyroot had this checked out; seems to update include...
1990-06-23 Bill Joy"root" has had these files checked out forever; seem...
1990-06-23 Keith Sklowerchanges to accomodate vax specific printing of stack.
1990-06-22 Kirk McKusicknew system call convention; setregs can return values
1990-06-22 Kirk McKusickreturn error explicitly rather than through u.u_error
1990-06-22 Kirk McKusickreturn errors cleanly
1990-06-22 Kirk McKusickchgprot returns error code
1990-06-22 Kirk McKusicknew system call convention
1990-06-21 Keith Sklowereditorial change to locate multicast address for ALL_ES...
1990-06-08 Marc Teitelbaummissing { }
1990-06-07 Marc Teitelbaumset WOPEN on first open
1990-06-07 Marc Teitelbaumcheck for revoked terminal (ttclosed)
1990-06-06 Kirk McKusickreturn actual error code
1990-05-30 Kirk McKusicknew calling convension for system calls
1990-05-11 Kirk McKusickmerge in support for hp300 from Utah
1990-05-11 Kirk McKusickuse NKMEMCLUSTERS to size malloc arena; expand arena...
1990-05-11 Kirk McKusickadd configuration for size of kernel malloc arena and...
1990-05-11 Kirk McKusickadd default size for kernel malloc arena
1990-05-11 Kirk McKusickmerge in support for hp300 from Utah
1990-05-11 Kirk McKusickno more u_eosys
1990-05-09 Kirk McKusickdate and time created 90/05/08 17:21:39 by mckusick
1990-05-05 Kirk McKusickdelete unneeded header
1990-05-04 Keith Sklowerincorporate recent torek changes (not tested)
1990-04-28 Kirk McKusickhave to munhash on the right things
1990-04-28 Kirk McKusickno more static quota structures
1990-04-11 Kirk McKusickno more vnode table or name cache table
1990-04-11 Kirk McKusickincrease size of malloc arena
1990-04-11 Kirk McKusickno more vnode
1990-04-07 Keith Bosticadd hd driver, minor changes in gets() string to make...
1990-04-07 Keith Bosticupdate for HCX9 tape
1990-04-07 Keith Bosticupdate for tahoe tape
1990-04-04 Mike Karelsether_input
1990-04-04 Mike Karelslots of cleanups; HCX-9 config.; tsleep; make resets...
1990-04-04 Mike Karelslots of cleanups; try to figure out what drives are...
1990-04-04 Mike Karelscorrect correction flags; augment definitions for onlin...
1990-04-04 Mike Karelsnew tsleep; unwind when signal interrupts; close routin...
1990-04-04 Mike Karelsmove current kdb options from boothowto to separate...
1990-04-04 Mike Karelsadd ALIGN macro to round pointer up to aligned boundary
1990-04-04 Mike Karelsrm setjmp, longjmp
1990-04-04 Mike Karelsu.u_eosys is gone, use EJUSTRETURN; stop using u.u_error
1990-04-04 Mike Karelsdon't bother copying in data for /dev/null
1990-04-04 Mike KarelsISSIG => CURSIG; remove setjmp; use ERESTART to indicat...
1990-04-02 Marc Teitelbaumchanges to syscall tracing (checked in by karels)
1990-03-29 Mike Karelsupdate uio_offset as well as resid
1990-02-27 Mike Karelsadd CCI credit
1990-02-27 Mike Karelsadd CCI credit, defn for silo overflow error
1990-02-24 Mike KarelsI see no pointer here
1990-02-24 Marc Teitelbaumadd KERNTEXTOFF
1990-02-18 Kirk McKusickget rid of dir.h
1990-01-18 Marc Teitelbaumstrip 8th bit if not CS8
1989-12-31 Kirk McKusickneed more UPAGES for NFS
1989-11-23 Marc Teitelbaumno longer need ttydefaults.h
1989-11-15 Kirk McKusickmaps for NFS and MFS should not be in the middle of...
1989-10-25 Kirk McKusickmerge inode and nfsnode tables into a single vnode...
1989-10-23 Kirk McKusickinode => vnode
1989-09-07 Mike Karelsgenerate dependencies for genassym/assym.s automatically
1989-09-05 Mike Karelsgenerate dependencies for genassym/assym.s automatically
1989-09-05 Mike Karelsadd probe op
1989-09-05 Mike KarelsI think bostic and sklower did this: move mbuf paramete...
1989-09-04 Mike Karelsmisc cleanups, init physmem so can reduce if desirec...
1989-09-04 Mike Karelsadd dumpconf
1989-09-04 Mike Karelsexpunge u_code (pass directly); move nosys; regularize...
1989-09-04 Mike Karelsnew signals: pass code directly to sendsig
1989-09-03 Mike Karelsreturn from kdb means continue previous: trap if from...
1989-09-01 Mike Karelsadd Mfsiomap
1989-09-01 Kirk McKusickadd MFS map; cleanup NFS map
1989-09-01 Mike Karelsinit physmem to max supported memory (so can limit);
1989-08-24 Keith Bosticbe silent if controller absent
1989-08-24 Keith Bostictype mistake; include standard address array
1989-08-15 Mike Karelshalf of it is gone; the other half later
1989-08-15 Mike Karelskcall 139 is dead
1989-08-11 Keith Bosticlint; pass structure pointer, not structure itself
1989-07-06 Kirk McKusickallocation of nfsnode table
1989-07-05 Kirk McKusickpass &u to syscall routines (eventually to become a...
1989-07-05 Mike Karelsget rid of old compatibility code
1989-07-05 Marc TeitelbaumKTRACE code
1989-06-28 Kirk McKusicksyntax error
1989-05-30 Kirk McKusickeliminate floating point from the kernel (from forys...
1989-05-25 Keith Bosticadd hd device for HCX9
1989-05-25 Keith Bosticadd default device for hcx9
1989-05-24 Keith Bosticfixes for HCX9
1989-05-24 Keith Bostichack to allow vxprobe to set ui_addr
1989-05-19 Kirk McKusickdepend has to also include ioconf.c (4.3BSD/sys/236)
1989-05-10 Kirk McKusickmerge in vnodes
1989-05-10 Kirk McKusick`ld' moved again
1989-05-10 Kirk McKusickeliminate ../h
1989-05-10 Kirk McKusickmerge in vnodes
next