use modem entry in linesw to signal carrier change; split line-disc close
[unix-history] / usr / src / sys / kern /
1985-11-05 Mike Karelsuse modem entry in linesw to signal carrier change...
1985-11-05 Mike Karelsnow using modem control entry in linesw; don't let...
1985-11-05 Mike Karelslog tprintf's at LOG_INFO; block or skip tty if output...
1985-11-05 Mike Karelscleanup spgrp, rm unused code (should rm it all)
1985-10-31 Mike Karelsunsuccessful attempt to connect leaves socket disconnec...
1985-10-24 Mike Karelsmaxdsize and maxtsize in bytes; careful of confusing...
1985-10-24 Kirk McKusicksanity checks in getblk() and geteblk()
1985-10-19 Kirk McKusickattempting to bind() an already bound UNIX domain socke...
1985-10-18 Kirk McKusickreturn old timer value, even when a new one is not...
1985-10-12 Mike Karelstime adj must be multiple of tickadj for now (avoid...
1985-10-09 Jim Bloomcould access past end (from allegra!jpl)
1985-09-19 Mike Karelslint
1985-09-18 Eric Allmanfacilities in syslog
1985-09-18 Mike KarelsI've wanted to make this comment untrue for a long...
1985-09-17 Mike Karelsallow select on exceptional conditions to notify of...
1985-09-17 Mike KarelsINET || BBNNET; ctlinput now takes sockaddr as arg
1985-09-17 Mike Karelsonly report errors on listening socket once
1985-09-17 Mike Karelsfix m_adj to work right trimming from tail (there can...
1985-09-17 Mike Karelsdkunit is gone
1985-09-14 Kirk McKusickwrong constant used by coincidence (PGSHIFT should...
1985-09-06 Mike Karelshmm, this tells me something
1985-09-06 Kirk McKusickallocate file table entry before creating file in case...
1985-09-05 Kirk McKusickinitialize before use
1985-09-05 Kirk McKusickallocate file table entry before creating file in case...
1985-09-05 Jim Bloomlint cleanup
1985-09-05 Jim Bloomcall line discipline close routine
1985-09-05 Mike Karelsneed to check type in pffindproto
1985-09-04 Mike Karelsuse the macro
1985-08-29 Jim Bloomadd newlines to printf's
1985-08-27 Jim Bloomfix whole in sticky directories
1985-08-24 Mike Karelsback to EPERM if killpg (not -1) can't do it
1985-08-23 Mike Karelsuse sigmask() instead of private definitions
1985-08-13 Jay Lepreauadd PASS8: pass all 8 bits of input
1985-08-13 Jim Bloomarglist or envlist containing -1 caused panic
1985-06-30 Mike Karelscleanups in m_pullup: remove unneeded length test,...
1985-06-22 Jim Bloomfix problems with NBIO and REMOTE in ptcwrite
1985-06-19 Mike Karelsadjust maxpgio for number of swap devices after countin...
1985-06-18 Mike Karelsreflect failure back to sender if dg receive buffer...
1985-06-18 Mike Karelsmust calculate maxpgio after binit; nswdev * maxpgio...
1985-06-18 Mike Karelsmove select bitmask macros to types.h, rename and struc...
1985-06-09 Kirk McKusickAdd copyright
1985-06-09 Mike Karelsreverse sense of pid/pgrp for fcntl, SIOCSPGRP (pgrp...
1985-06-09 Mike Karelsreverse sense of pid/pgrp for fcntl, SIOCSPGRP (pgrp...
1985-06-09 Jim Bloomfix carrier drop handling in ttread & try improving...
1985-06-08 Mike Karelswhat the hell was Edward up to?
1985-06-08 Mike Karelsordering problem in wakeup, can't zero slptime before...
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';
next