add qvss/ttyv0; kUmem is tested!
[unix-history] / usr / src / sys /
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
1987-06-07 Kirk McKusickdate and time created 87/06/06 13:26:49 by mckusick
1987-06-07 Kirk McKusickdate and time created 87/06/06 13:25:59 by mckusick
1987-06-07 Kirk McKusickcamap is replaced by kmempt
1987-06-07 Kirk McKusickallocation of malloc map and usage structure; kmem...
1987-06-07 Kirk McKusickcamap is replaced by kmempt
1987-06-06 Kirk McKusickadd basic parameters for kernel malloc
1987-06-06 Mike Karelsrm wrong, unneeded crap
1987-06-06 Mike Karelsgenassym uses vbaparam, not vbavar
1987-06-05 Kirk McKusickchange free() to blkfree() to allow for malloc()/free()
1987-06-05 Mike Karelsenough memory for callocs of intermediate buffers;
1987-06-05 Mike Karelsallow icmp errors about non-error icmp messages
1987-06-05 Mike Karelsadd patchable udp ttl
1987-06-05 Mike Karelsadd patchable tcp ttl
1987-06-05 Mike Karelsneed data in keepalives for now for 4.2/ultrix compat
1987-06-05 Mike Karelspatchable tcp ttl
1987-06-05 Mike Karelsallow icmp errors about non-error icmp messages
1987-06-05 Mike Karelsfix record route; don't forward funny stuff; drop if...
1987-06-05 Mike Karelsadd class D, experimental; don't forward those, net...
1987-06-05 Mike Karelsforgot udioctl in cdevsw
1987-06-05 Mike Karelsskip the alternate label crap
1987-06-05 Mike Karelssave cpg in pack label too
1987-06-05 Keith BosticDEUNA fix, rcv_xmtbuf panic, diff with V7.1
1987-06-05 Keith BosticDEUNA problems; rcv_xmtbuf, fixes for V7.1
1987-06-05 Keith BosticDEUNA fix
1987-06-02 Sam Lefflerheader file changes (guess this works, noone's complained)
1987-06-02 Mike Karelsreally, the kernel doesn't have to map all of memory
1987-06-01 Kirk McKusickrewrite copyinstr, copyoutstr, and copystr to avoid...
1987-05-30 Mike Karelsminor cleanups in swtch
1987-05-28 Mike Karelssimplify for us
1987-05-28 Mike Karelsit's faster on a vax, why not try it here?
1987-05-28 Kirk McKusickfix comments on FIOCLEX/FIONCLEX from fair@ucbarpa...
next