fix round-trip timing: rexmt timer shouldn't screw rtt up,
[unix-history] / usr / src / sys / kern /
1984-09-11 Kirk McKusicksecurity fix from George Goble
1984-09-05 Sam Lefflerrevise socket option interface so options at SOL_SOCKET...
1984-09-05 Jim Bloommask macro moved to header file and name changed to...
1984-08-30 Jim BloomChange to includes. no more ../h
1984-08-28 Mike Karelsclear i_socket before reeleasing inode; fix unp_scan...
1984-08-25 Kirk McKusickadd `signal' as a system call
1984-08-23 Kirk McKusickinline expand bumptime
1984-08-23 Kirk McKusickimax, imin, max, and min are now expanded inline
1984-08-23 Kirk McKusickuse GETF macro where appropriate
1984-08-22 Mike Karelschange datagram queuing to use m_act properly; type...
1984-08-22 Mike Karelstry to remain page-aligned in sosend, even if that...
1984-08-22 Mike Karelssostat now does the SENSE
1984-08-21 Mike Karelsadd sostat for blksize
1984-08-13 Kirk McKusickuse spl's rather than exclusion to single thread mcount...
1984-08-08 Kirk McKusickavoid calling brealloc() when unnecessary
1984-08-02 Mike Karelsreverse order of process creation, so we don't have...
1984-08-02 Mike Karelsreorder initial process creation so we don't have to...
1984-08-01 Mike Karelsstart init before pagedaemon; put umask in global for...
1984-08-01 Mike Karelsmove loop invariants in schedcpu; try to make curpri...
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 Kirk McKusickallocate profiling buffers from special profiling map...
1984-07-28 Kirk McKusickrewrite `rename' and `rmdir' to properly invalidate...
1984-07-27 Jim BloomReceiving out of band data shouldn't free mbuf
1984-07-24 Sam Leffleruse copyinstr and copystr (add copyoutstr later)
1984-07-22 Sam Lefflerremove a.out header from u. area
1984-07-20 Kirk McKusickuse new `cacheinval' macro
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-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-09 Kirk McKusickuse new interface to `copyinstr' and `copystr'
1984-07-09 Kirk McKusickuse proper definition of UIO flags
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 McKusickrework namei interface to eliminate global variables;
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 McKusickclean up locking protocol in namei cache;
1984-07-03 Kirk McKusickmove most of the directory consistency checks out of...
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 Lefflerconvert namei cache to hold soft references to inodes...
1984-06-10 Sam Lefflerdon't copyout rusage on wait3 unless user has supplied...
1984-06-07 Sam LefflerBerkeley coding standards committee in action (clean...
1984-06-07 Sam Lefflerfix bug, wasn't setting timezone
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-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-25 Mike Karelsrework sosend: no EWOULDBLOCK after partial write;...
1984-03-28 Mike Karelsremove adjtime
1984-03-14 Mike Karelsneedsoft returns (no longer call d[zh]timer from locore...
1984-02-24 Mike Karelsdon't ask
1984-02-23 Mike Karelsm_copy replicates type per mbuf (not all headers)
1984-02-16 Mike Karelst_delct unused; use t_canq.c_cc instead
1984-02-16 Mike Karelsneed to free any queued connections when closing;
1984-02-16 Mike Karelsuse ISVTX instead of ISUID for append-only directories
1984-02-11 Mike Karelsopen(...,FTRUNC...) requires write permission
1984-02-11 Mike Karelsopen(..,FTRUNC..) requires write permission
1984-01-12 Eric Cooperadded sowakeup() function for ASYNC notification via...
1984-01-05 Kirk McKusickmove namei statistics structure to h/nami.h so `vmstat...
1984-01-04 Kirk McKusickadd system wide cacheing of path names in namei() ...
1984-01-04 Sam Lefflerpack block size into trace record for buffer cache
1983-12-17 Mike Karelsdon't sign extend local flags when shifting for TIOCLGET
1983-12-04 Kirk McKusick1 element cache per process saves 12% of namei cost!
1983-11-19 Mike KarelsZero file f_count exactly once (in closef only);
1983-10-09 Sam Leffleradd dk_ndrive so iostat/pstat/vmstat can be binary...
1983-10-02 Mike Karelsno more SIG_HOLD
1983-10-02 Mike Karelsno SIG_HOLD
1983-10-02 Mike Karelsfix the rest of the signal value checks
1983-10-02 Mike Karelsalways do softclock for now (need to call dz, dh timers)
1983-10-02 Mike Karelsfix the rest of the signal value checking
1983-10-01 Sam Lefflercode for interrupted open calls tested (it works)
1983-09-30 Mike Karelsprevent inner loop in sosend from queuing more than...
1983-09-29 Mike Karelsinner loop in sosend limited to "space" bytes to fix
1983-09-29 Mike Karelsin cooked tandem mode, no stopc until at least 1 delim
1983-09-27 Mike Karelsdon't lose input on large write to ptc (from thomas...
1983-09-26 Mike Karelsscanc returns count remaining, not pointer
1983-09-26 Mike Karelssendit and recvit skip over 0-length vectors
1983-09-26 Mike Karelsdon't overflow doing long writes on ptc (from thomas...
1983-09-26 Mike Karelsreturn EWOULDBLOCK on read w/ no carrier or NBIO in...
1983-09-26 Kirk McKusickkludge to allow `badsect' to set block numbers
1983-09-26 Mike Karelsldisc 0 close is nulldev, not nodev
1983-09-26 Mike Karelsnew signal code for SIGTTOU;
1983-09-26 Mike Karelsmanifest constants '5' and '6' were backwards
1983-09-22 Kirk McKusickfix for close bug in tablet driver (from dagobah!bill)
1983-09-10 Kirk McKusickget rid of passuc as it is equivalent to ureadc (shannon)
1983-09-10 Kirk McKusickreturn a more reasonable error message for /tmp/ (shannon)
1983-09-10 Kirk McKusickremove some crap from vm_swp.c (shannon)
1983-09-09 Kirk McKusickfix for passing multiple file descriptors in a message...
1983-09-09 Kirk McKusickIf a process exists but has a different uid than the...
1983-08-24 Sam Leffler4.2 distribution
1983-08-24 Sam Lefflerpanic too punitive? we'll see ...
1983-08-24 Mike Karelsturn off profiling at exec
next