move interface addresses into protocols; remove struct ether_addr again
[unix-history] / usr / src / sys / vax /
1985-05-02 Mike Karelsmove interface addresses into protocols; remove struct...
1985-05-01 Jim Bloomadd support for dmf lineprinter
1985-04-29 Mike Karelsmove icode to locore, as asm instead of hex; exit if...
1985-04-23 Sam Lefflerqsave is a structure, not an array
1985-04-19 Kirk McKusickfileno only needs to be one bit now, so increase blkno...
1985-04-18 Sam Lefflerchecking wrong device (potentially) in calculating...
1985-04-13 Mike Karelscleanup
1985-04-11 Mike Karelssetstate doesn't make anything else happen (from tef)
1985-04-07 Sam Lefflercorrect message for updating floppy
1985-03-28 Miriam Amos Nihartfix ecc error recovery
1985-03-21 Kirk McKusickneed to be a bit more careful about identifying labels
1985-03-20 Kirk McKusickspeedups for ubasetup (from speck)
1985-03-20 Mike Karelsfixes, logging
1985-03-14 Ralph Campbellchange printf error messages to tprintf's.
1985-03-14 Ralph Campbellchange error message printf's to tprintf's to the user.
1985-03-13 Ralph Campbellchange softecc printf's to log's.
1985-03-13 Ralph Campbellchange silo overflow printf's to log's.
1985-03-12 Kirk McKusickcleanup syscall dispatcher; formalize sigreturn()
1985-03-12 Kirk McKusicknew signal code to push all context onto the signal...
1985-03-09 Kirk McKusickchksize() can now use constants calculated by vminit...
1985-03-09 Kirk McKusickcalculation of maximum vm size is now done by vminit...
1985-03-08 Mike Karelsmore flexible parameters, allow options MAXDSIZ to...
1985-03-08 Kirk McKusickadd instruction to trampoline code
1985-03-08 Mike Karelsconfigure unibus memory before others; let the probe...
1985-03-08 Kirk McKusickAdd a second hand to the clock algorithm. The front...
1985-03-08 Kirk McKusicklotsfree is now 512KB but at most 1/4 of memory
1985-03-04 Kirk McKusickonly allocate 5% of memory to the buffer pool after...
1985-03-02 Mike Karelsrearrange physical layout of kernel (buffers last,...
1985-02-21 Kirk McKusickremove bogus strncmp expansion
1985-02-21 Mike Karelssplhigh is 1f again; don't need splextreme
1985-02-16 Mike Karelsadd uba mem configuration entry, get mem addr from...
1985-02-09 Michael KupferInclude ioctl.h so that tty.h knows about size of windo...
1985-01-19 Mike Karelschange badaddr so it can work after autoconfig; use...
1985-01-19 Mike Karelsmore bits for 780 uba
1985-01-19 Mike Karelschanges to uba mem configuration: configure before...
1985-01-04 Mike Karelsmark unused or truncated partitions correctly; unifdef...
1984-12-22 Jim Bloominclude ioctl.h
1984-12-22 Mike Karelsdefine KERNEL to get the right includes; define uba_hd...
1984-12-21 Mike Karelsfrom salkind, with some changes/retentions
1984-12-21 Mike Karelsfrom salkind
1984-12-21 Jim Bloomcall param routine when ioctls change hardware configur...
1984-12-21 Mike Karelsuse MGET macro
1984-12-21 Mike Karelsattempt to configure RL02's that aren't spun up.
1984-12-21 Mike Karelsfrom rich
1984-12-21 Mike Karelsinvalidate after making rpb writable; resume needs...
1984-12-21 Mike Karels730 fixes
1984-12-21 Mike Karelsfixes for 730 memerrors; wait a bit longer for sync...
1984-12-21 Mike Karelspg_fileno is just text or zero until VM redone (for...
1984-12-21 Mike Karelsincrease UPAGES
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
next