unix-history/.git
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...
1984-07-07 Sam Lefflerfix up profiling
1984-07-07 Sam Lefflerfix up profiling; correct last hack
1984-07-07 Sam Lefflerturn copy() into bcopy(); fix up profiling
1984-07-07 Sam Lefflerrestore prior formatting
1984-07-07 Sam Lefflerremove signal calls in favor of sigblock/sigsetmask
1984-07-07 Mike Karelsadd new
1984-07-07 Mike Karelsdon't need internal getpwuid now
1984-07-07 Ralph Campbelluse syslog routines.
1984-07-07 Ralph Campbellreturn the number of symbols not found
1984-07-06 Sam Lefflererradicate bogus include line; makes make depend go...
1984-07-06 Sam Lefflerrevert to previous version after moving ch* to local...
1984-07-06 Sam Leffleradd errno interpretation code
1984-07-06 Ralph Campbellkeep two open files to avoid seeks (from Robert Elz).
1984-07-06 Ralph Campbellchanges from Robert Elz to reorder the string table...
1984-07-05 Kirk McKusickalways use `igrab' to avoid race condition with `iput';
1984-07-05 Kirk McKusicksave time, use ILOCK and IUNLOCK to avoid call overhead
1984-07-05 Sam Lefflerdon't nlist /vmunix unless file changes (from dpk@brl)
1984-07-05 Sam Lefflerdon't search for net number when zero; from dpk@brl
1984-07-04 Kirk McKusickfix the unlimit command so that it does not try to...
1984-07-03 Kirk McKusickresize namei cache to cover the entire inode table
1984-07-03 Ralph Campbellfix line length limitations and don't use setbuf.
1984-07-03 Kirk McKusickclean up locking protocol in namei cache;
1984-07-03 Kirk McKusickmove most of the directory consistency checks out of...
1984-07-03 Kirk McKusickeliminate unnecessary panic when id's wrap
1984-07-03 Kirk McKusickFollow same protocol as `unlink' to prevent potential...
1984-07-03 Ralph Campbellfix to symbolic link comparisons.
1984-07-01 Sam Lefflertake out MODULE hack -- who knows how it interacts...
1984-07-01 Sam Lefflerrename: if source has gone away when time to unlink...
1984-06-30 Ralph Campbellfixes to message forwarding. only prepend host at final...
1984-06-29 Ralph Campbellhandle symbolic and hard links.
1984-06-29 Ralph Campbellfix memory allocation - don't realloc().
1984-06-28 Sam Lefflercheck in for karels -- mscp messages actually larger...
1984-06-28 Sam Leffleradd unique id for namei cache -- allows . and .. to...
1984-06-28 Sam Lefflerrevise to hold soft references so . and .. can be held...
1984-06-28 Sam Lefflerconvert namei cache to hold soft references to inodes...
1984-06-28 Kirk McKusickmerge in ralph's branch
1984-06-28 Kirk McKusickadded "-type s" for sockets; fix pathname buffer size...
1984-06-27 Mike Karelscheck superblock magic, size before copying; better...
1984-06-24 Sam Lefflermerge linton branch delta trail
1984-06-24 Sam Lefflerdate and time created 84/06/23 10:59:16 by sam
1984-06-24 Sam Lefflerdate and time created 84/06/23 10:59:14 by sam
1984-06-24 Sam Lefflerbranch delta of linton changes from net.sources
next