Add copyright
[unix-history] / usr / src / sys / kern /
1985-06-03 Mike Karelsoops, forgot one
1985-06-03 Jim Bloomoptimization and handle closure during sleeps correctly
1985-06-03 Mike Karelsminor cleanups
1985-06-03 Mike Karelsallow raw sockets of any protocol if a wildcard raw...
1985-06-03 Mike Karelsallow raw sockets of any protocol if a wildcard raw...
1985-06-03 Mike Karelsminor cleanups
1985-06-03 Mike Karelsrights must be MT_RIGHTS (confuses soreceive otherwise!)
1985-06-03 Mike Karelsif the change won't work, at least explain the obscurit...
1985-05-28 Mike Karelsfix race when sosend blocks by returning EPIPE if recei...
1985-05-28 Mike Karelspipe usese connect2 now
1985-05-28 Mike Karelsallow zero-length sends; fix race when blocking in...
1985-05-28 Mike Karelsimplement M_WAIT; reduce redundant splimp's
1985-05-28 Mike Karelsselect now leaves masks unmodified if interrupted ...
1985-05-28 Mike Karelsimplement high-water mark on file descriptors in use;
1985-05-28 Mike Karelschange argv[0] for executable scripts to be name of...
1985-05-28 Mike Karelsimplement high-water mark on file descriptors in use;
1985-05-28 Mike Karelsimplement high-water mark on file descriptors in use
1985-05-28 Kirk McKusickround robin sleep queue (from edward@ucbmonet)
1985-05-28 Kirk McKusickmust be careful to check bss and data sizes separately...
1985-05-28 Kirk McKusickC definition of scanc moves to ufs_subr.c
1985-05-23 Kirk McKusickonly dump core if user has read permission on the text
1985-05-23 Kirk McKusickreturn EINVAL instead of ENXIO for readlink of a non...
1985-05-23 Kirk McKusickreturn ENAMETOOLONG where appropriate; return EINVAL...
1985-05-23 Kirk McKusickeliminate double meaning of SOUSIG
1985-05-23 Kirk McKusickreturn EPERM when non-super-user tries to set another...
1985-05-23 Kirk McKusickmake signal semantics more like system V;
1985-05-23 Kirk McKusickround robin sleep queue (from edward@monet)
1985-05-22 Kirk McKusickmust not enable accounting on read-only file systems
1985-04-28 Keith Skloweradd ifdefs for NS protocol.
1985-04-20 Kirk McKusickcleanup and tighter semantic checking for blkatoff()
1985-04-18 Jim BloomPerformance rework by edward and add user ioctl
1985-04-18 Jim Bloomcleanup and get rid of race
1985-04-15 Sam Lefflerrecover from mbuf lossage during exit (logging event)
1985-04-06 Mike Karelsrm redundant test
1985-04-03 Mike Karelslast arg of pr_ctloutput(PRCO_SETOPT... is **mbuf for...
1985-04-02 Mike Karelslast arg of pr_ctloutput(PRCO_SETOPT... is **mbuf for...
1985-03-20 Kirk McKusickeliminate extraneous include of conf.h
1985-03-20 Kirk McKusickdo not follow symbolic links on exclusive open (from...
1985-03-19 Mike Karelsctloutput calls to protocol
1985-03-19 Mike Karelsifioctl args change
1985-03-19 Mike Karelsuse separate global for open flag; print logged errors...
1985-03-19 Mike Karelssleep just drops priority briefly, then returns after...
1985-03-19 Mike Karelsadd gid_t for groups; copy u.u_groups to int array...
1985-03-14 Kirk McKusickrewritten kill code from sun!shannon
1985-03-14 Mike Karelsgive SIGCHLD on stop even if traced (once only)
1985-03-13 Kirk McKusickmake swkill messages more informative
1985-03-13 Kirk McKusickreset signal stack on exec()
1985-03-13 Kirk McKusickadd another bit to sigvec() flags to disable system...
1985-03-13 Kirk McKusickeliminate signal() system call interface
1985-03-09 Kirk McKusickfix from sun!shannon
1985-03-09 Kirk McKusickimpose the real vm limit rather than the best guess
1985-03-09 Kirk McKusicku.u_ap now set up once in process 0; limits are initial...
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
next