base mem allocation at cluster boundary.
[unix-history] / usr / src / sys /
1987-10-23 Robert Elzbase mem allocation at cluster boundary.
1987-10-23 Keith Bosticinclude malloc.h
1987-10-23 Keith Bosticfix NKMC define
1987-10-14 Keith Bosticdate and time created 87/10/13 13:36:02 by bostic
1987-10-10 Mike Karelsslow down more when doing fast retransmission
1987-10-10 Mike Karelsadd datakit (for local only)
1987-10-10 Mike Karelsinit t_rxtcur
1987-10-10 Mike Karelsdon't send options if state is closed (from tcp_drop)
1987-10-07 Mike Karelsbranch version without malloc (for monet and dist)
1987-10-07 Mike Karelsdon't send trailer replies to IP replies that appear...
1987-10-06 Kirk McKusickavoid call through zero (t_oproc) when certain flags...
1987-10-04 Mike Karelsclear carrier when master closes (even if LMDMBUF)
1987-09-18 Mike Karelsunify code to compute sector shift, fixes to SMD/E...
1987-09-18 Mike Karelsupdates
1987-09-17 Mike Karelsmove struct st to saio (again, now compat)
1987-09-17 Mike Karelsopen returns a value, add ndevs
1987-09-17 Mike Karelsjust use opendev
1987-09-17 Mike Karelsfix pcs code for new device specs
1987-09-17 Mike KarelsSMALL ifdefs
1987-09-17 Mike Karelsdon't optimize the drivers!
1987-09-17 Mike Karelsfix error strings
1987-09-15 Mike Karelsmake version usable with 4.3
1987-09-10 Kirk McKusickallow cg's to start at frag instead of block boundries
1987-09-10 Mike Karelsbranch to diff against for sending bug report
1987-09-10 Mike Karelswrong icmp code when record-route dest. is unreachable
1987-09-07 Mike Karelscall line discipline start routine!
1987-09-05 Mike Karelstwo-phase slow start; don't wait for mbufs from intr.
1987-09-05 Mike Karelstwo-phase slow start
1987-09-05 Mike Karelstwo-phase slow start; pack again
1987-09-05 Mike Karelstwo-phase slow start; fast retransmit on repetitive...
1987-09-02 Mike Karelsavoid reading past mark if oob data arrives during...
1987-09-01 Mike Karelswe'll get this right eventually!
1987-09-01 Mike Karelsdon't count board braindamage as input errors; was...
1987-08-25 Mike Karelsremove redundant assignments
1987-08-24 Mike Karelslook for disk label at any reasonable offset
1987-08-24 Mike Karelscall ttystart before checking for queue overflow,
1987-08-14 Keith Bosticinclude mtpr.h for tahoe too
1987-08-14 Keith Bosticuse mkdep(1)
1987-08-11 Mike KarelsPhil Karn's retransmit algorithm, using t_rxtcur for...
1987-08-09 Mike Karelsclean up after wnj
1987-08-08 Kirk McKusickuse malloc/free to hold zombie status
1987-08-08 Marc Teitelbaumchanges for qdss support
1987-08-08 Marc Teitelbaumnot needed anymore - merged into qd.c for 4.3
1987-08-08 Marc Teitelbaumfirst 4.3 version
1987-08-08 Mike Karelsincreasing size of receive buuffer supposedly masks...
1987-08-04 Mike Karelstypo in ut name
1987-07-31 Mike Karelst_tcpopt is gone
1987-07-31 Mike Karelsuseless register declarations
1987-07-30 Kirk McKusickdelete unneeded header files
1987-07-29 Keith Bostictags in ../sys now
1987-07-28 Kirk McKusickdelete unneeded header files
1987-07-28 Kirk McKusickdelete unneeded header files
1987-07-28 Kirk McKusickdelete unneeded header files
1987-07-22 Kirk McKusickdelete unneeded header files
1987-07-22 Kirk McKusickzero out malloc'ed memory before using it!
1987-07-22 Kirk McKusickdelete unneeded header files
1987-07-22 Kirk McKusickget rid of unneeded header files
1987-07-21 Kirk McKusickdelete unneeded header files
1987-07-21 Mike Karelsdon't restart on non-fatal errors; use the error report...
1987-07-21 Mike Karelsfrom Mt. Xinu, with log()s fixed; status unknown
1987-07-21 Mike Karelsfrom Mt. Xinu; status unknown
1987-07-16 Kirk McKusickCLBYTES should be NBPG
1987-07-14 Kirk McKusickdo not need inode.h
1987-07-12 Mike Karelsremove loop invariants from dirty()
1987-07-12 Mike Karelsremove loop invariants from dirty(); pg_swapm is gone
1987-07-12 Mike Karelspg_swapm is gone
1987-07-12 Mike Karelsmove code definitions from signal.h
1987-07-12 Mike Karelsci trap.h
1987-07-12 Mike Karelsmove code definitions to <machine/trap.h>
1987-07-11 Mike Karelsdon't remove socket from q's if not freeing
1987-07-10 Marc Teitelbaumdate and time created 87/07/09 18:17:49 by marc
1987-07-10 Marc Teitelbaumdate and time created 87/07/09 18:05:13 by marc
1987-07-10 Marc Teitelbaumdate and time created 87/07/09 17:57:30 by marc
1987-07-09 Mike Karelsfix typo
1987-07-08 Keith Sklowertemporary change to count cooked char processing.
1987-07-07 Mike Karelsworking (I think!) with sun-style pseudo-console, many...
1987-07-07 Mike Karelsfirst version working with 4.3
1987-07-07 Mike Karelsfrom Ultrix
1987-07-04 Mike Karelsfix potential bug when cluster allocation fails;
1987-07-04 Mike Karelsoops, don't time the acks
1987-07-04 Mike Karelstypo
1987-07-03 Mike Karelsone sofree ought to do it, and don't mark socket discon...
1987-07-03 Mike Karelsfree those mbufs! (and skip redundant trace)
1987-07-02 Mike Karelswe go to LAST_ACK even if data is outstanding, so watch...
1987-07-01 Mike Karelsdefine bits for ESDI, error recovery
1987-07-01 Mike Karelsvbmapalloc has a return value now
1987-07-01 Mike Karelsbuild the assumptions into the map
1987-07-01 Mike Karelsvbmemalloc has a return now
1987-07-01 Mike Karelschange map allocation for vba maps, need maxphys
1987-07-01 Mike Karelschange panics in vbmap allocation to return failure
1987-07-01 Mike Karelsdon't trip over locked inodes, etc, freeing text
1987-07-01 Mike Karelsrespond to those resets the keepalives produce
1987-07-01 Mike Karelsmissed one
1987-07-01 Mike Karelsremove patchable keeplen, put old keepalives on opt...
1987-07-01 Mike Karelsredo retransmit calculations as srtt + 2*smoothed variance
1987-07-01 Mike Karelssilly-window: send full-sized packets only, or we start...
1987-07-01 Mike Karelscleanups: correct snd_una and timer handling when SYN...
1987-07-01 Mike Karelsfix potential bug when cluster allocation fails;
1987-06-27 Kirk McKusickcmps3 microcode cannot handle count of zero;
1987-06-27 Mike Karelscheck for page table faults correctly; fix up vba page...
next