setup of paging constants and p_maxrss is now done in the paging daemon.
[unix-history] / usr / src / sys / kern /
1985-03-04 Kirk McKusicksetup of paging constants and p_maxrss is now done...
1985-02-25 Kirk McKusickproperly handle cacheing in the presence of `chroot';
1985-02-23 Kirk McKusickspeedups; prevent `chdir ..' out of root when .. is...
1985-02-23 Kirk McKusickinsure that directories are always a multiple of DIRBLK...
1985-02-21 Kirk McKusickprevent infinite loops in dirempty() with trashed direc...
1985-02-21 Kirk McKusickshrinking directories (from kre)
1985-02-17 Mike Karelssatisfy ino_lock's assumptions
1985-02-09 Mike Karelsdon't drop spl during selwakeup
1985-02-09 Mike Karelswas too restrictive on SPGRP (it's all a crock anyway)
1985-02-01 Robert Elzxon/xoff flow control should be off in raw mode.
1985-01-22 Kirk McKusickcannot use ni_pdir when `namei' fails
1985-01-11 Kirk McKusickadd cacheinvalall() to invalidate the entire namei...
1985-01-11 Kirk McKusickfix "bread 0" panic: must check for cache ptr past...
1985-01-01 Jim BloomAdded ioctls for window size changes, process group...
1985-01-01 Jim BloomAdded SIGWINCH for windows
1984-12-28 Mike Karelssilliness
1984-12-28 Mike Karelsselect on >32 files
1984-12-22 Jim Bloominclude ioctl.h
1984-12-21 Mike Karelsdon't flush when opening open terminal; missing splx...
1984-12-21 Mike Karelsmissing parens
1984-12-21 Mike Karelscount those mbufs!; check access on Unix-domain socket...
1984-12-21 Mike Karelsmore bcopies (from Peter Collinson)
1984-12-21 Mike Karelsdon't recalc pri of sleepers until awakened; no "panic...
1984-12-21 Mike Karelsmake spgrp use child pointers instead of linear searches
1984-12-13 Mike Karelsuse AHZ instead of 1<<6.
1984-11-28 Mike Karelssocketpair needs to connect datagram sockets both ways...
1984-11-28 Mike Karelsno close-on-exec for new fd after dup/dup2/fcntl(DUPFD)
1984-11-28 Mike Karelsoff-by-one in fcntl-DUPFD; avoid panic on flock(f,0...
1984-11-22 Mike Karelsoops
1984-11-21 Mike Karels(ugly) changes to avoid executing/writing traced text...
1984-11-21 Mike KarelsNZERO now 0 (use PRIO_{MIN,MAX}); cleanup u.u_error...
1984-11-21 Mike Karelsremove unused code
1984-11-20 Mike Karelsoops
1984-11-16 Sam LefflerI'm so fastidious (clean up after tef)
1984-11-15 Thomas FerrinOh yea, right. Now put in the code changes to correspo...
1984-11-15 Thomas FerrinMove output chars from buffer to clist(s) with bcopy...
1984-11-15 Mike Karelsadjtime
1984-11-15 Mike Karelsadd sockopts for buffer sizes, etc.
1984-11-03 Mike Karelsdrop trailing null mbufs in sbdrop (probably unnecessar...
1984-11-01 Mike Karelsfix scatter-gather in physio (from Larry Allen)
1984-10-20 Mike Karelsdon't setrun stopped procs in selwakeup
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
next