Add spl's around queue manipulation
[unix-history] / usr / src / sys /
1984-07-17 Jim BloomAdd spl's around queue manipulation
1984-07-16 Mike Karelsiget must lock old inode before dqrele()
1984-07-16 Mike Karelstypo in memory average calculation
1984-07-15 Sam Lefflerstarting time of proc now timeval
1984-07-15 Sam Lefflercorrect accounting system: report times in 64ths of...
1984-07-12 Sam Lefflerneed more resolution on starting time for accounting
1984-07-11 Kirk McKusickparenthesis botch (from kre)
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 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-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-03 Kirk McKusickresize namei cache to cover the entire inode table
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-01 Sam Lefflerrename: if source has gone away when time to unlink...
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-27 Mike Karelscheck superblock magic, size before copying; better...
1984-06-23 Sam Lefflerslight cleanup -- this is inet, so use sockaddr_in's
1984-06-23 Sam Lefflercache routes on send
1984-06-10 Sam Lefflerdon't clear C bit in the wrong place (return through...
1984-06-10 Sam Lefflerdon't copyout rusage on wait3 unless user has supplied...
1984-06-10 Sam Lefflerallow multiple includes
1984-06-08 Mike Karelsnew version from leres
1984-06-07 Sam LefflerBerkeley coding standards committee in action (clean...
1984-06-07 Sam Lefflercheck in for mike: add kre's changes for separate lists of
1984-06-07 Sam Lefflerfix bug, wasn't setting timezone
1984-06-07 Sam Lefflerdelete NETSLOP what with inetd
1984-05-31 Mike Karelsuse mask instead of urem for route hashing
1984-05-26 Mike Karelspropagate IP_MF when fragmenting forwarded packets...
1984-05-26 Mike Karelscopy ip options into the right mbuf
1984-05-25 Sam Lefflercorrect error code for lseek on pipes/sockets; in-line...
1984-05-23 Mike Karelslinked lists of active, zombie and free procs; avoid...
1984-05-23 Mike Karelscall softclock directly if hardclock comes from low ipl
1984-05-23 Mike Karelsremove paranoid test; make hashsize a power of two...
1984-05-23 Mike Karelsallow more than 3 hops for TCP!
1984-05-19 Mike Karelsmust splimp before messing with inqueues if device...
1984-05-13 Sam Lefflerconvert from asm.sed script to asm program
1984-05-13 Sam Lefflerpattern match only the routine being called (use lint...
1984-05-13 Sam Lefflerdate and time created 84/05/12 17:44:09 by sam
1984-05-11 Mike Karelsadd pointer to last used proc slot
1984-05-08 Mike Karelsavoid sizeof compiler padding
1984-05-05 Ralph Campbelladded LOG_STAYOPEN flag to keep socket open after execv...
1984-05-03 Mike Karelstypo in last fix; free unp_remaddr in unp_drop
1984-05-01 Mike Karelsseem to need to call usrreq at splnet...
1984-04-26 Ralph Campbellversion for UNIX domain sockets
1984-04-25 Mike Karelsfix to subnet routing (for initial calculation of if_net's)
1984-04-25 Mike Karelsrework sosend: no EWOULDBLOCK after partial write;...
1984-04-17 Sam Lefflerdzpdma structures indexed by line, not controller
1984-04-15 Sam Lefflercheck ip option lengths (from rws@mit-bold)
1984-04-14 Mike Karelsadd ioctl to determine if broadcast address (for subnets)
1984-04-14 Mike Karelsadd SIOCGIFBRDADDR
1984-04-13 Mike Karelssubnet routing requires change to ensetaddr; purge...
1984-04-13 Mike Karelsrtredirect must distinguish routes to hosts
1984-04-13 Mike Karelssubnet routing
1984-04-12 Ralph Campbelldate and time created 84/04/11 09:15:04 by ralph
1984-04-07 Mike Karelsadd IFF_LOCAL
1984-04-05 Mike Karelsdebug off
1984-04-03 Mike Karelsmaptype wants drive number
1984-03-28 Mike Karelsnew address resolution protocol; struct ether_addr
1984-03-28 Mike Karelsremove adjtime
1984-03-23 Mike Karelsdon't need to send all at once if NBIO (only PR_ATOMIC)
1984-03-23 Mike Karelsreplace rdist with mindist, maxdist; correct distance...
1984-03-23 Mike Karelsdistinguish hard memory errors from soft ecc's on 750's
1984-03-23 Mike Karelsdztimer, dhtimer not called from Xsoftclock now
1984-03-23 Mike Karelsrearrange to cause reset if data arrives and user is...
1984-03-23 Mike Karelsnew version of ARP (from sun); allows permanent, "publi...
1984-03-23 Mike Karelsnew ioctls for ARP
1984-03-23 Mike Karelsnew address resolution protocol; struct ether_addr
1984-03-21 Mike Karelsnew ARP; arptab in header file
1984-03-21 Mike Karelsnew ioctls for ARP
1984-03-21 Mike Karelsnew ARP
1984-03-21 Mike Karelsnew version from lou; don't swap the pages!
1984-03-21 Mike Karelsdon't lose mbuf copies if q full; reinitialize all...
1984-03-16 Mike Karelsuse silos only when input rate is high
1984-03-14 Mike Karelsneedsoft returns (no longer call d[zh]timer from locore...
1984-03-14 Mike Karelscan't pullup whole packet if long echo; get at least...
1984-03-10 Mike Karelsdon't clobber unit number in ifreq on SIOCGIFxxx.
1984-03-09 Mike Karelsfix keywords
1984-02-24 Mike Karelsdon't ask
1984-02-23 Mike Karelsm_copy replicates type per mbuf (not all headers)
1984-02-17 Mike Karelsreplace MAXNUBA by NUBA
1984-02-17 Mike Karelsconsistency checks and data structures based on NUBA...
next