don't recalc pri of sleepers until awakened; no "panic sleep" after panics
[unix-history] / usr / src / sys / vax /
1984-11-28 Mike Karelshow did this ever work?
1984-11-28 Mike Karelsforce communications area to be remapped after uba...
1984-11-28 Mike Karelsadd missing E partition; 0-terminate rlstd array; corre...
1984-11-28 Mike Karelsincludes from ../h
1984-11-28 Mike Karelsallow variable # of passes, continue or quit after...
1984-11-20 Kirk McKusickfix queue pattern (from chris@maryland)
1984-11-20 Mike Karelscompiler is fixed
1984-11-17 Mike Karelssplhigh should be ipl 18; add "splextreme" for spl7
1984-10-27 Mike Karelsalways count interrupts in per-device code (not twice...
1984-10-05 Kirk McKusickonly allow initialization to happen once (Jim McKie...
1984-09-27 Thomas FerrinMajor rewrite, mostly by Bill Nesheim (bill@cornell...
1984-09-27 Thomas Ferrinnew defines for use with new if_dmc.c
1984-09-26 Kirk McKusickTU78 error recovery (Griff Smith - ulysses!ggs)
1984-09-21 Kirk McKusickadd machine dependent stubs for mc68000
1984-09-21 Kirk McKusickadd provision for mc68000
1984-09-19 Thomas FerrinAdded code for loading patachable control store on...
1984-09-11 Jim Bloomassym.s didn't exist when running make depend on a...
1984-09-09 Mike Karelsoops, want ubanum, not ubahd
1984-09-09 Jim Bloomchanged if_un.c to if_ub.c and device changed to ub
1984-09-09 Jim BloomGot rid of all ../h in the system. Changed the include
1984-09-06 Mike Karelssigmask macro is in signal.h;
1984-09-05 Kirk McKusickmay not sleep before the u. area is dma'ed to disk...
1984-08-31 Jim Bloomchanges to includes. no more ../h
1984-08-30 Jim Bloomchange to includes. no more ../h
1984-08-30 Jim Bloomchange ot includes. no more ../h
1984-08-30 Jim BloomChange to includes. No more ../h
1984-08-30 Jim Bloomfix include to use "ioctl.h" instead of /usr/include...
1984-08-30 Ralph Campbellretries on ecc, fix SSE, check forwarded blocks for...
1984-08-29 Jim BloomChange to includes. No more ../h
1984-08-29 Jim Bloomno more ../h
1984-08-29 Jim Bloommake depend uses cc -M and change how includes are...
1984-08-24 Kirk McKusickcopyin and copyout now take their arguments in registers;
1984-08-24 Kirk McKusickcopyin and copyout now take their parameters in registers
1984-08-23 Kirk McKusickcopyin and copyout now take their parameters in registers
1984-08-23 Sam Lefflerhaving hardclock call softclock (when possible) leaves...
1984-08-23 Kirk McKusickadd imin, imax, min, and max as inline expansions
1984-08-23 Kirk McKusickuse IMIN macro to save call overhead
1984-08-23 Kirk McKusickclean up spl's
1984-08-22 Mike Karelsadd interrupt counts per device, also software interrupts
1984-08-21 Kirk McKusickupdate to use ../vax/inline/inline instead of ../vax/asm
1984-08-21 Kirk McKusickadd `make print' entry
1984-08-21 Kirk McKusickadd provision to gather statistics
1984-08-21 Kirk McKusickadd the instruction stop table definition for the VAX
1984-08-21 Kirk McKusickadd instruction stop table;
1984-08-21 Kirk McKusickadd definition of instruction stop table; add comments!
1984-08-21 Kirk McKusickfix expansions for htons, ntohs, htonl, and ntohl
1984-08-21 Kirk McKusickcleanup of initialization code
1984-08-21 Mike Karelsallow kgclock to be disabled
1984-08-20 Kirk McKusickhave to account for field instructions
1984-08-20 Kirk McKusickfix count on bzero
1984-08-20 Kirk McKusicksubsume Kernel dependent part of asm.c
1984-08-19 Kirk McKusickchange name of header file from pc2.h to inline.h
1984-08-19 Kirk McKusickdate and time created 84/08/18 17:35:41 by mckusick
1984-08-19 Kirk McKusickdate and time created 84/08/18 17:35:39 by mckusick
1984-08-19 Kirk McKusickdate and time created 84/08/18 17:35:38 by mckusick
1984-08-19 Kirk McKusickdate and time created 84/08/18 17:35:37 by mckusick
1984-08-19 Kirk McKusickdate and time created 84/08/18 17:35:34 by mckusick
1984-08-19 Kirk McKusickdate and time created 84/08/18 17:35:32 by mckusick
1984-08-16 Mike Karelsset DTR, etc, even if flags are on
1984-08-12 Kirk McKusickadd constant BTOPUSRSTACK == btop(USRSTACK) as optimize...
1984-08-12 Kirk McKusickvtopte is now a macro
1984-08-12 Kirk McKusickSetjmp is now expanded completely inline to save call...
1984-08-12 Kirk McKusickSetjmp is now completely expanded inline;
1984-08-12 Kirk McKusicksetjmp is now expanded inline
1984-08-12 Kirk McKusickcleanup of Copyin, Copyout, and Fastreclaim;
1984-08-12 Kirk McKusickadd P_DSIZE
1984-08-10 Ralph Campbellfix skip sector error handling for RM80
1984-08-08 Mike KarelsMAXNUBA not defined by system headers now
1984-08-04 Mike KarelsIn boot, only spl1() if syncing
1984-08-03 Kirk McKusickfix for slow devices (from hplabs!tymix!feldman)
1984-08-03 Mike Karelsno, includes not from /usr/include
1984-08-02 Kirk McKusickadd provision for profiling
1984-08-02 Kirk McKusickadd provision for profiling
1984-08-01 Mike Karelsast's set only temporarily, cancelled by swtch;
1984-08-01 Mike Karelsclean up error recovery
1984-07-29 Kirk McKusickadd `skpc' instruction
1984-07-29 Kirk McKusickmake provision for gathering profile statistics
1984-07-28 Kirk McKusickadd copyoutstr to speed up exec
1984-07-28 Mike Karelsadd log device ; unused reset routines are nulldev
1984-07-28 Mike Karelsadd splhigh
1984-07-24 Jim BloomAdded support for more than one board on a system
1984-07-21 Mike Karelsbetter dependencies for assym.s
1984-07-17 Jim BloomAdd spl's around queue manipulation
1984-07-09 Mike Karelscan't keep open count; clear lock on failed open
1984-07-09 Kirk McKusickoptionally return length of string copied by `copyinstr...
1984-07-09 Kirk McKusickadd `copyinstr' and `copystr' to replace `uchar' and...
1984-07-09 Kirk McKusickrework `namei' interface to eliminate global variables
1984-07-09 Sam Lefflerufs_nami.c -> ufs_namei.c and nami.h -> namei.h
1984-07-09 Sam Lefflernami.h now included by user.,h
1984-06-28 Sam Lefflercheck in for karels -- mscp messages actually larger...
1984-06-10 Sam Lefflerdon't clear C bit in the wrong place (return through...
1984-06-08 Mike Karelsnew version from leres
1984-05-19 Mike Karelsmust splimp before messing with inqueues if device...
1984-05-13 Sam Lefflerconvert from asm.sed script to asm program
1984-05-13 Sam Lefflerpattern match only the routine being called (use lint...
1984-05-13 Sam Lefflerdate and time created 84/05/12 17:44:09 by sam
1984-04-17 Sam Lefflerdzpdma structures indexed by line, not controller
1984-04-13 Mike Karelssubnet routing requires change to ensetaddr; purge...
1984-04-05 Mike Karelsdebug off
1984-04-03 Mike Karelsmaptype wants drive number
next