date and time created 88/03/25 17:38:10 by marc
[unix-history] / usr / src / sys /
1988-03-26 Marc Teitelbaumdate and time created 88/03/25 17:38:10 by marc
1988-03-25 Mike Karels7.15 applied to branch
1988-03-25 Mike Karelsdon't confuse negative sbspace with large window
1988-03-23 Keith Bosticgeneral cleanup, minor fixes
1988-03-17 Mike Karelsupdate branch
1988-03-17 Mike Karelsmuch longer keepalive timer (don't start probes for...
1988-03-16 Mike Karelsdon't copy first packet when fragmenting; use registers...
1988-03-16 Mike Karelsdon't bother searching fragment queues when nonfragment...
1988-03-16 Mike Karelsbranch for network release (dk.h for dkstat.h XXX)
1988-03-16 Mike Karelsfrom torek, don't let OACTIVE get out of sync with...
1988-03-16 Mike Karelsfrom torek
1988-03-16 Mike Karelsbranch for network release (byte order #ifdefs)
1988-03-14 Keith Bosticadd tmscpboot
1988-03-13 Mike Karelsfrom tcp_timer.h 7.4
1988-03-13 Mike Karelswe get our own copy of xxx_timer.h (I don't want to...
1988-03-12 Mike Karelsdon't assume two's complement (good luck, Louis!)
1988-03-11 Mike Karelsnew definitions to go with last month's driver
1988-03-11 Mike Karelsclear SSEL when done selecting
1988-03-09 Mike Karelsnew header, add adaptor, provide macros for splitting...
1988-03-06 Keith BosticFrom: muller%sdcc7@ucsd.edu (Keith Muller)
1988-03-05 Keith Bosticprint out open errors here, not in the drivers
1988-03-05 Keith Bosticremove ud driver
1988-03-05 Keith Bosticmove dev routines into ../stand/dev.c
1988-03-05 Keith Bosticmove UNIX out; retry is local, check dv_name itself...
1988-03-05 Keith Bosticuse disklabels, not old drive description table
1988-03-05 Keith Bosticenable cache, add disklabels, from Chris Torek
1988-03-05 Keith Bosticadd disklabels
1988-03-05 Keith Bosticgeneral cleanup, minor fixes
1988-03-05 Keith Bostichandle new device spec, remove tmscpioctl, reformat...
1988-03-05 Keith Bosticset up a minimal disklabel from st structure
1988-03-05 Keith Bosticuse disklabels, not old drive description table
1988-03-05 Keith Bostichandle x(adapt, ctrl, unit, part) format; move stuff...
1988-03-05 Keith Bosticremove UNIX define
1988-03-04 Keith Bosticbreak out main copy loop
1988-03-04 Keith Bosticnew version to handle (adapter, controller, drive,...
1988-03-04 Keith Bosticremove trap and uncache to prf.c
1988-03-04 Keith Bosticmove trap and uncache from sys.c to prf.c
1988-03-04 Keith SklowerThree bug fixes from/with torek: dupacks check was...
1988-03-04 Keith Bosticadd ERDLAB, EUNLAB
1988-03-03 Keith Sklowerfix case of odd allignments
1988-03-03 Keith Sklowerfix logic in dealing with chaining; works now.
1988-03-03 Keith Bosticadd codes for sector header word 1
1988-03-03 Keith Bosticadd F_'s from tahoestand
1988-03-03 Keith Bosticsplit out from saio.h
1988-03-03 Keith Bosticadd tahoe ioctl's
1988-03-03 Keith Bosticsplit out from saio.h
1988-03-03 Keith Bosticmoved from vaxstand directory; split out disk ioctl...
1988-03-03 Keith Bosticlast version for the vaxstand directory
1988-03-03 Keith Bosticprintn and gets are in ../stand now
1988-03-01 Mike Karelsuse just one mbuf when sending small data segments;
1988-03-01 Keith Bosticadd ed; it's nice to be able to edit things
1988-03-01 Keith Bosticadd bin/ed to list; it's nice to be able to edit things
1988-02-29 Mike Karelsadd map entries for mp
1988-02-28 Mike Karelsadd ifdef for IP_MAXPACKET
1988-02-28 Kirk McKusicklimit is now enforced as a function of memory use
1988-02-28 Mike Karelsadd m_copydata
1988-02-28 Mike Karelsmap *must* be terminated after init (even if used before)
1988-02-28 Mike Karelsadd #ifdef for IP_MAXPACKET
1988-02-28 Mike Karelstruncate window to max we can support
1988-02-28 Mike Karelsuse just one mbuf when sending small data segments;
1988-02-28 Mike Karels65535 => IP_MAXPACKET (still XXX)
1988-02-27 Mike Karelsfirst fix for fragmentation of packets with options
1988-02-26 Keith SklowerThis version avoids shifts, does as much native arithme...
1988-02-26 Keith SklowerThis version uses the adwc instruction and runs fast.
1988-02-26 Keith Bosticadd ERDLAB, EUNLAB
1988-02-25 Kirk McKusickadd bug fixes for new compiler
1988-02-25 Keith Bosticfix headers; use machine independent routines for prompting
1988-02-25 Mike Karelsupdate
1988-02-25 Keith Bosticlet dev routines print out the error message
1988-02-25 Keith Bosticdefault to dev error, doesn't tell you anything new
1988-02-25 Keith Bosticimplement ^R and ^W
1988-02-24 Keith Bosticchange to dev(a,b,c,d) format
1988-02-24 Keith Bosticreplace getdev with machine independent getfile
1988-02-24 Keith Bosticchange to dev(a,b,c,d) format
1988-02-23 Keith Bosticchange to dev(a,b,c,d) format
1988-02-23 Keith Bosticmove printn() and gets() to machine independent file
1988-02-23 Keith Bosticchange to dev(a,b,c,d) format
1988-02-23 Keith Bosticchange to dev(a,b,c,d) format; remove idcioctl()
1988-02-23 Keith Bosticchange to dev(a,b,c,d) format; remove idcioctl
1988-02-23 Keith Bosticchange to dev(a,b,c,d) format
1988-02-23 Keith Bosticmove dev routines into machine independent file
1988-02-23 Keith Bosticmove dev routines into machine independent file; clean...
1988-02-23 Keith Bosticretry is local
1988-02-23 Keith Bosticdate and time created 88/02/22 11:35:07 by bostic
1988-02-23 Mike Karelsadd IP_MAXPACKET
1988-02-23 Mike Karelsfix GGP (for what it's worth)
1988-02-23 Mike Karelsmove stats known in 4.[23] to top on ifdef for netstat...
1988-02-22 Keith Bosticthis is machine independent; redo for simplification
1988-02-21 Keith Bosticsplit out machine independent stuff from vaxstand/conf.c
1988-02-19 Kirk McKusickcorrect statistic for `total elements allocated'
1988-02-09 Mike Karelsgetdiskbyname needs alt. bootstrap return
1988-02-09 Mike Karelslint
1988-02-09 Mike Karelsprintf %r; endian=>byte_order; lint; add msgbufmapped
1988-02-09 Mike Karelsmake BGL code work (was looking at status for backspace)
1988-02-09 Mike Karelsfrom libc
1988-02-09 Mike Karelsadd urem
1988-02-09 Mike Karelssave r3-r5 (for new compiler)
1988-02-09 Mike Karelsaccept unit numbers > 7
1988-02-09 Mike Karelsaccept unit numbers > 7
1988-02-09 Mike Karelsnew bootdev macros, check controller; off by one
next