add EGP
[unix-history] / usr / src /
1984-08-01 Mike Karelsadd EGP
1984-08-01 Mike Karelsstart init before pagedaemon; put umask in global for...
1984-08-01 Mike Karelsumask moved here from login; fix the comments
1984-08-01 Mike Karelsmove loop invariants in schedcpu; try to make curpri...
1984-08-01 Mike Karelsast's set only temporarily, cancelled by swtch;
1984-08-01 Ralph Campbellbe sure to always call setbuf!
1984-08-01 Mike Karelsclean up error recovery
1984-08-01 Peter Collinsondate and time created 84/07/31 12:40:08 by pc
1984-07-30 Sam Lefflerbug fixes from mcvax!jim for slave side closing while...
1984-07-30 Sam Lefflerq_to_b now used by pty routines
1984-07-30 Sam Lefflercomplete revised argument processing -- use copyoutstr...
1984-07-29 John A. Kunzefixed bug in final separator string
1984-07-29 Kirk McKusickspeed up inode map search in ialloccg
1984-07-29 Kirk McKusickadd `skpc' instruction
1984-07-29 Kirk McKusickmake provision for gathering profile statistics
1984-07-29 Kirk McKusickallocate profiling buffers from special profiling map...
1984-07-28 Kirk McKusickadd copyoutstr to speed up exec
1984-07-28 Mike Karelsadd log device ; unused reset routines are nulldev
1984-07-28 Mike Karelsadd splhigh
1984-07-28 Kirk McKusickrewrite `rename' and `rmdir' to properly invalidate...
1984-07-27 Kirk McKusickadd IRENAME to prevent reentrant rename for same directory
1984-07-27 Jim BloomReceiving out of band data shouldn't free mbuf
1984-07-27 Jim BloomFix mbuf handling for unsupported operations
1984-07-27 Gary M. Levinremove extraneous blank lines in all three files, an
1984-07-27 Ralph Campbellminor fix for operator precedence.
1984-07-27 Ralph Campbellfix popen security hole.
1984-07-27 Ralph Campbellcleanup odd unused entries.
1984-07-27 Ralph Campbellcheck buffer size.
1984-07-26 Mike Karelsu.u_exdata is no more
1984-07-26 Jim Bloomadd another digit to wchan, too many processes wait...
1984-07-26 Jim BloomFix user structure to agree with namei change
1984-07-26 Ralph Campbelljust warn branches to undef externals not local defined...
1984-07-26 Ralph Campbelluse syslog(). Check for free space before transfering...
1984-07-25 Ralph Campbelluse syslog().
1984-07-25 Jay Lepreaufix wtmp logging: no anonymous logout record; null...
1984-07-25 Ralph Campbelldon't make vars static - rename
1984-07-25 Ralph Campbelluse syslog().
1984-07-25 Ralph Campbelladded `up' command. restart kills & restarts.
1984-07-25 Ralph Campbelladded `up' command
1984-07-25 Mike Karelscheck each route according to its address family, not...
1984-07-24 Dave Slattengrenmakd minimum granularity of vertical movement a paramet...
1984-07-24 Dave Slattengrenmade minimum granularity of vertical movement a paramet...
1984-07-24 Sam Leffleruse copyinstr and copystr (add copyoutstr later)
1984-07-24 Ralph Campbelldon't convert ashl, bicl to extzv if `field' crosses...
1984-07-24 Jim BloomAdded support for more than one board on a system
1984-07-24 Ralph Campbelladded code to handle kernel printf's (/dev/klog).
1984-07-22 Sam Lefflerremove a.out header from u. area
1984-07-22 Sam Lefflermove definitions used by the kernel to separate include...
1984-07-22 Sam Lefflerdate and time created 84/07/21 16:04:07 by sam
1984-07-21 Jay LepreauMissing return: just lucky before
1984-07-21 Mike Karelsbetter dependencies for assym.s
1984-07-21 Mike Karelstypo
1984-07-21 Kirk McKusickfix gratuitous extra line of scrolling (from sdcsvax...
1984-07-20 Kirk McKusickuse new `cacheinval' macro
1984-07-20 Kirk McKusickadd macro `cacheinval' to purge stale entries in the...
1984-07-20 Edward Wangthe echo command
1984-07-20 Ralph Campbellquit on EOF if input is not a tty.
1984-07-20 Ralph Campbelldelete old berknet tables
1984-07-20 Ralph Campbelluse flock for mailbox locking
1984-07-20 Mike Karelsadd log.c; rm decnet
1984-07-19 Sam Lefflerrandom corrections from kre
1984-07-19 Mike Karelsdon't zero name, zero pad it.
1984-07-18 Ralph Campbelladded -v option, works correctly when given alt. system...
1984-07-18 Ralph Campbellchanges for log device.
1984-07-18 Ralph Campbellfirst working version.
1984-07-18 Ralph Campbellchanges for /dev/klog. tprintf() interface added.
1984-07-17 Ralph Campbelldate and time created 84/07/16 16:37:55 by ralph
1984-07-17 Jim BloomAdd spl's around queue manipulation
1984-07-16 Sam Lefflerio figures returned multipled by 64
1984-07-16 Mike Karelsiget must lock old inode before dqrele()
1984-07-16 Mike Karelstypo in memory average calculation
1984-07-15 Sam Lefflerconvert to revised accounting
1984-07-15 Sam Lefflertrack changes to kernel: times now returned in 64ths...
1984-07-15 Sam Lefflerstarting time of proc now timeval
1984-07-15 Sam Lefflercorrect accounting system: report times in 64ths of...
1984-07-14 Edward Wang$? added
1984-07-14 Edward Wangfixed error messages
1984-07-13 Edward Wangnew ARG_LIST flag for commands
1984-07-13 Edward Wangnow it really works
1984-07-12 John A. Kunzechanged -d messages, fixed prompt glitch, underline...
1984-07-12 Sam Lefflerneed more resolution on starting time for accounting
1984-07-12 John A. Kunzeadded code for terminals with underline glitch, changed...
1984-07-11 Kirk McKusickparenthesis botch (from kre)
1984-07-10 Kirk McKusicklast line botched (fix from Mike Laman, NCR Torrey...
1984-07-09 Mike Karelscan't keep open count; clear lock on failed open
1984-07-09 Kirk McKusickuse new interface to `copyinstr' and `copystr'
1984-07-09 Kirk McKusickuse proper definition of UIO flags
1984-07-09 Kirk McKusickoptionally return length of string copied by `copyinstr...
1984-07-09 Edward Wangimproved last col, last line update
1984-07-09 Kirk McKusickadd `copyinstr' and `copystr' to replace `uchar' and...
1984-07-09 Kirk McKusickrework `namei' interface to eliminate global variables
1984-07-09 Kirk McKusickrework namei interface to eliminate global variables
1984-07-09 Kirk McKusickcomments; add provision for returning pathname buffers
1984-07-09 Kirk McKusickrework namei interface to eliminate global variables;
1984-07-09 Kirk McKusickrework `namei' interface to eliminate global variables
1984-07-09 Sam Lefflerchecked in for karels; don't return looutput status...
1984-07-09 Sam Lefflerchecked in for karels; make hash index a macro so it...
1984-07-09 Sam Lefflerufs_nami.c -> ufs_namei.c and nami.h -> namei.h
1984-07-09 Sam Lefflernami.h now included by user.,h
1984-07-08 Kirk McKusickmaintain our own pool of buffers to avoid alloc/release...
next