recognize and handle carrier loss
[unix-history] / usr / src / sys / kern /
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
1983-08-21 Sam Leffler4.2 distribution
1983-08-21 Sam Lefflerfrom shannon; can't allow masked signals to be presented;
1983-08-21 Sam Leffler4.2 distribution
1983-08-21 Sam Lefflerignoring error return is a no no
1983-08-14 Sam Leffler4.2 distribution
1983-08-14 Sam Lefflerupdate from reeves; eliminates overlaid c-list q; teste...
1983-08-07 Sam Leffler4.2 distribution
1983-08-07 Sam Lefflertypo
1983-07-29 Sam Leffler4.2 distribution
1983-07-26 Sam Lefflergetpeer
1983-07-21 Sam Lefflerfix datagram sockets so you can send more than one
1983-07-21 Sam Lefflerguard against null pointers
1983-07-10 Sam Lefflerparameter checking in lseek
1983-07-09 Sam Lefflercorrect lseek to check whence; make code more clear?
1983-07-09 Sam Lefflerparenthesis problem; wait a long time past col 127
1983-07-07 Sam Lefflercorrect terminal delays (kre)
1983-07-07 Sam Lefflerproper calculation of tty delays
1983-07-07 Sam Lefflerwait for silo's to drain on output (from kre)
1983-07-07 Sam Lefflerhang while device is waiting for silo to flush
1983-07-07 Sam Lefflerfix from edward for flushing type ahead on switch to...
1983-07-01 Sam Lefflerpurge #if sun's
1983-06-25 Sam Lefflerinfinite loop
1983-06-24 Sam Lefflercrud from previous interface not deleted
1983-06-22 Sam Lefflerchange NOCOMPAT to COMPAT and make it work
1983-06-17 Sam Lefflerlint
1983-06-15 Sam Lefflermove machine dependent parts out
1983-06-15 Sam Lefflerput back in nice+4
1983-06-15 Sam Lefflerno from address for datagrams, so sbappendaddr blows up
1983-06-15 Sam Lefflersocketpair
1983-06-14 Sam Lefflerrevamp locking to be done at the file table level
1983-06-14 Sam Lefflerlint and purge non operative locking on sockets
1983-06-14 Sam Lefflerlint
1983-06-13 Sam Lefflerlet's not confuse the issue anymore than necessary
1983-06-13 Sam Lefflerrevamp network ioctls
1983-06-13 Sam Lefflercleanup locking a bit; fix problem with close not unlocking
1983-06-13 Sam Lefflercleanup fstat
1983-06-13 Sam Lefflermask remains so we can safely reset signals held across...
1983-06-13 Sam Lefflerblew it last time
1983-06-12 Sam Lefflermask bits so ffs in selscan always returns properly...
1983-06-11 Sam LefflerFIONREAD
1983-06-11 Sam Lefflertimercmp isn't all that it's cracked up to be
1983-06-11 Sam Lefflerfixing wrong, set 0 val to tick
1983-06-11 Sam Lefflerbeware of masked signals with STRC
1983-06-10 Sam Leffler"final" sigvec interface?
1983-06-03 Sam Lefflernew signals
1983-05-31 Sam Lefflercollect all the compatibility stuff in single files
1983-05-31 Sam Lefflerkill with signal 0 allows for error checking without...
1983-05-31 Sam Lefflercleanup
1983-05-29 Sam Lefflercleanup dirempty to cut down on stack space used and...
1983-05-29 Kirk McKusickmust do a complete path check when moving directories...
1983-05-29 Kirk McKusickadd checkpath to verify validity of directory renames
1983-05-28 Sam Lefflerdate and time created 83/05/27 14:02:53 by sam
1983-05-28 Sam Lefflerdate and time created 83/05/27 14:02:49 by sam
1983-05-28 Sam Lefflerdate and time created 83/05/27 14:02:47 by sam
1983-05-28 Sam Lefflerdate and time created 83/05/27 14:02:45 by sam
1983-05-28 Sam Lefflerdate and time created 83/05/27 14:02:44 by sam
1983-05-28 Sam Lefflerdate and time created 83/05/27 14:02:42 by sam
1983-05-28 Sam Lefflerdate and time created 83/05/27 14:02:40 by sam
1983-05-28 Sam LefflerMerge ... bill's code plus lint (plus, of course, clean...
1983-05-23 Sam Lefflerlooking at wrong proc
1983-05-22 Sam Lefflermacvro = macro-ized
1983-05-22 Sam Lefflerpurge mush; stuff for i_blocks
1983-05-22 Sam Lefflermacro-ized for speeeeeeeeeeeeed
1983-05-22 Sam Lefflerkre madness
1983-05-22 Sam Lefflerpurge mush
1983-05-22 Sam Lefflerno more mush
1983-05-22 Sam Lefflerdisallow core files on setgid programs; make core files...
1983-05-22 Sam Lefflerpurge mush; limit interpreter name to a sane value...
1983-05-22 Sam Lefflerpurge mush
1983-05-18 Sam Lefflerfrom sun
1983-05-18 Sam Lefflerdo it shannon's way -- all the same + sun changes
1983-05-18 Sam Lefflersun changes
1983-05-18 Sam Lefflernot needed, but shannon's a perfectionist
next