try to preserve To, etc (or translate from Apparently-To)
[unix-history] / usr / src / sys /
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...
1987-06-23 Kirk McKusickneed more space for autoconf
1987-06-23 Kirk McKusickone statistic too many
1987-06-23 Kirk McKusickzmemall => malloc
1987-06-22 Kirk McKusickadd kern_malloc.c
1987-06-22 Kirk McKusickMPG_SPACE is replaced by malloc
1987-06-22 Kirk McKusickm_clalloc(..., MPG_SPACE, ...) => malloc
1987-06-22 Kirk McKusickgeteblk => malloc for copy of indirect pointers
1987-06-22 Kirk McKusickreplace geteblk and wmemall with malloc to hold superbl...
1987-06-22 Kirk McKusickgeteblk => malloc, so m_bufp => m_fs as it should be
1987-06-21 Kirk McKusickreplace geteblk with malloc
1987-06-21 Kirk McKusickuse malloc/free to hold zombie status
1987-06-21 Kirk McKusickno more MT_ZOMBIE's
1987-06-21 Kirk McKusickadd typedef for qaddr_t
1987-06-21 Kirk McKusickreplace geteblk with malloc/free
1987-06-21 Kirk McKusickcheck for null mbuf ptr before freeing (4.3BSD/sys...
1987-06-21 Kirk McKusickallocation of malloc map and usage structure; kmem...
1987-06-21 Kirk McKusickcamap is replaced by kmempt
1987-06-19 Mike Karelsnonexistent slaves aren't really on formatter 0
1987-06-19 Mike Karelsall nonexistent slaves aren't on formatter 0!
1987-06-18 Mike Karelsuse longs for sockbuf counters, it fits!
1987-06-17 Mike Karelsneed font file for qv
1987-06-16 Mike KarelsI thought I added ingres once already!
1987-06-16 Mike Karelsminor performance hack
1987-06-07 Mike Karelsslow-start changes from van
1987-06-07 Keith Bosticreplace depend script with mkdep
1987-06-07 Kirk McKusickcalloc is gone
1987-06-07 Kirk McKusickcalloc => malloc
1987-06-07 Kirk McKusickadd M_GPROF, M_IOCTLOPS, M_SUPERBLK, and M_TEMP memory...
1987-06-07 Kirk McKusickcalloc is gone
1987-06-07 Kirk McKusickcalloc => malloc
next