return EINVAL instead of ENXIO for readlink of a non symbolic link;
[unix-history] / usr / src / sys / kern /
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
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
next