make ANSI compatible
[unix-history] / usr / src / sys / kern /
1987-12-11 Kirk McKusickcomment decribing how p_cpu decay is computed (with...
1987-12-11 Mike Karelswatch out for bogus combinations of vax options with...
1987-11-25 Mike Karelsbranch for tahoe release (no malloc)
1987-11-24 Mike Karelstry to make this work when MCLBYTES != CLBYTES !
1987-11-24 Mike Karelstry to make it work when CLBYTES != MCLBYTES
1987-11-13 Kirk McKusickwrite dirty buffers that are growing to avoid bread...
1987-10-31 Keith Bosticrelease does an splx(s); don't bother doing it earlier
1987-10-24 Robert Elzfix problems with allocation of the last page (or alloc...
1987-10-23 Robert Elzbase mem allocation at cluster boundary.
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-02 Mike Karelsavoid reading past mark if oob data arrives during...
1987-08-24 Mike Karelscall ttystart before checking for queue overflow,
1987-08-08 Kirk McKusickuse malloc/free to hold zombie status
1987-07-30 Kirk McKusickdelete unneeded header files
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-14 Kirk McKusickdo not need inode.h
1987-07-11 Mike Karelsdon't remove socket from q's if not freeing
1987-07-08 Keith Sklowertemporary change to count cooked char processing.
1987-06-23 Kirk McKusickone statistic too many
1987-06-22 Kirk McKusickMPG_SPACE is replaced by malloc
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 McKusickreplace geteblk with malloc/free
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:25:59 by mckusick
1987-04-19 Mike Karelsdon't clear set-gid when su creates file when not group...
1987-04-03 Mike Karelsworking with pack labels
1987-04-03 Mike Karelsadd ifdefs for dev_bsize (almost working)
1987-03-30 Mike Karelsdon't let uprintf be interrupted (callers hold locked...
1987-03-29 Keith Bosticcleanup
1987-03-24 Keith Bosticchanged set/gettimeofday to set/get timezone alone
1987-03-21 Keith Bosticadded tags for assembly, fixed links
1987-03-18 Kirk McKusickmust avoid race between use and updating of f_offset...
1987-03-14 Keith Bosticchanges to tags
1987-03-14 Mike Karelsdrop into kdb on panic, too
1987-03-13 Keith Bosticadded typedefs flag to ctags args
1987-03-11 Kirk McKusickonly set ICHG when fsync'ing a file descriptor that...
1987-03-04 Keith Bosticchanged SHSIZE to MAXINTERP
1987-02-27 Mike Karelsdo reboot more flexibly
1987-02-27 Mike Karelsmv more tahoe stuff to machdep; clk_enable was dup;
1987-02-27 Mike Karelsdo it right
1987-02-24 Mike Karelsprint errno when init can't be executed
1987-02-22 Mike Karelsvirtual consoles
1987-02-20 Mike KarelsTIOCCONS
1987-02-20 Mike Karelsmake sleep spin-wait during autoconfiguration
1987-02-20 Mike Karelsrearrange initialization of buffers so can be used...
1987-02-20 Mike Karelsallow ioctl to handle larger buffers (for pack labels)
1987-02-03 Mike Karelslog, not panic, when mbuf map exhausted; more statistics
1987-01-19 Mike Karelsavoid knots
1987-01-14 Mike Karelsmv machine dependent
1986-12-16 Sam Lefflerlint
1986-12-15 Sam Leffleradd missing MMAP code from merge
1986-12-15 Sam Leffleradd new gtco types; generalize in-proximity status...
1986-12-07 Sam Lefflerhide tahoe-ism in enablertclock(); call startrtclock...
1986-12-01 Mike Karelsclear slptime after stop; don't have to updatepri at...
1986-11-26 Mike Karelsrace if unlinking acct file
1986-11-04 Mike Karelsmerge in tahoe support
1986-08-10 Mike Karelsadd substitutable cnputc, user console
1986-07-28 Mike Karelsrm extraneous splx
1986-06-06 Kirk McKusickfirst distributed with 4.3BSD
1986-06-05 Kirk McKusick4.3BSD release version
1986-06-03 Mike Karelslint
1986-06-02 Mike Karelscan allocate more clusters later, don't need so many...
1986-05-30 Mike Karelscall null_init to zap those null function pointers
1986-05-28 Mike Karelsuse faster adjustment for larger corrections
1986-05-20 Mike Karelsimplement PRU_PEERADDR
1986-05-20 Mike Karelsmake errors on non-blocking connect agree with doc
1986-05-20 Mike Karelsuse UIOCCMD, as long as it's defined now
1986-05-16 Mike Karelscorrect no-such-process error
1986-05-15 Mike Karelsmissing error return
1986-05-11 Mike Karelsdon't retry connect (or disconnect) if still in progress
1986-05-05 Kirk McKusickalways round down directory offset to a DIRBLK boundry
1986-04-24 Kirk McKusickclean up block comment at top;
1986-04-22 Mike Karelsfixes to uwritec from dlw; include it for ct driver
1986-04-20 Mike Karelsoption for receiving OOB data in-line
1986-03-29 Mike Karelsre-fix consistency problems with input during uiomove,
1986-03-13 Mike Karelslimit mb_cc to 80% of max so protocols don't get too...
1986-03-13 Mike Karelsneed to raise ipl before freeing page tables (done...
1986-03-10 Mike Karelssomeone DOES use it
1986-03-08 Mike Karelsclean up ordering; don't lose stuff that arrives during...
1986-03-05 Mike Karelsconsistency
1986-03-05 Mike Karelsrelax restrictions on *chown: allow owner to change...
1986-03-05 Mike Karelsconsistency
1986-02-27 Jim Bloomfix problem reading klog when last putchar write last...
1986-02-24 Mike Karelslint
1986-02-22 Mike Karelsspl's
1986-02-21 Mike Karelsrename nch to avoid name conflict
1986-02-21 Mike Karelsspls
1986-02-21 Mike Karelsrename nch to avoid name collision
1986-02-21 Mike Karelsremove unused sonam arg to unp_connect2
next