date and time created 87/06/29 20:55:49 by bostic
[unix-history] / usr / src / sys /
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...
1987-05-25 Mike Karelsdon't M_WAIT from interrupt level
1987-05-25 Mike Karelsuse host unreachables within network (may be subnet...
1987-05-25 Mike Karelslet's use net order in mask replies
1987-05-22 Keith Bosticadded #define of MACHINE
1987-05-17 Keith Bosticcan't ref bio.c it's gone
1987-05-14 Keith Bosticdefine MACHINE
1987-05-13 Mike Karelsdon't use u_type's, wait.h includes us and not types.h
1987-05-13 Mike Karelsdon't use u_type's, wait.h includes us but not types.h
1987-05-13 Mike Karelsadd bits for tri-density tape
1987-05-13 Kirk McKusickfixes from Bill Vaughn (ur-cvsvax!bill@cs.rochester...
1987-05-09 Sam Lefflerdk.h -> dkstat.h (from rusty@weyl.berkeley.edu)
1987-05-09 Sam Leffleravoid potential null pointer (from forys@boulder.colora...
1987-05-09 Sam Lefflerdelete ';' in make depend for compatibility with resear...
1987-05-08 Mike Karelsconvert xsd, smd, fuj to 512-byte sectors
1987-05-08 Mike Karelscorrect comment
1987-05-08 Mike Karelsneed syslog.h
1987-05-05 Mike Karelsremove (now-)redundant swapgeneric on lint
1987-05-05 Mike Karelsfinish again
1987-05-05 Mike Karelskeep r and w straight
1987-05-04 Sam Lefflercheck ip before dereferencing (can only happen when...
1987-04-30 Sam Lefflerworking driver
1987-04-30 Mike Karelsdon't assume ACK on received SYN when in SYN_SENT
1987-04-29 Mike Karelsset the ttl for icmp errors, returns
1987-04-21 Mike Karelsput back "obsolete cruft" again! (eric: don't delete...
1987-04-19 Mike Karelsdon't clear set-gid when su creates file when not group...
1987-04-19 Mike Karelsfix ip TS options with addresses (bump pointers correctly)
1987-04-19 Mike Karelsfix ip TS options with addresses
1987-04-18 Mike Karelssquish
1987-04-18 Mike Karelsrm bootxx conversion (now all same), use CFLAGS
1987-04-18 Mike Karelsadd esym (for kdb)
1987-04-18 Mike Karelscommon conf.c: include it all!
1987-04-18 Mike Karelsingres
1987-04-18 Mike Karelscorrect states on multiple opens
1987-04-18 Mike Karelsfix race in open; log excessive soft errs
1987-04-18 Mike Karelsfinish what I was doing
1987-04-17 Mike Karelsadd np
1987-04-17 Mike Karelscancel stat requests once done
next