#
68171 |
| 09-Jan-1995 |
cgd |
return types, 64-bit changes: ioctl cmd -> u_long, casts, etc. |
#
67732 |
| 22-Aug-1994 |
mckusick |
use new queue.h data structures |
#
67685 |
| 15-Aug-1994 |
mckusick |
uucp dies if it cannot repeatedly set the same controlling tty |
#
67679 |
| 14-Aug-1994 |
mckusick |
cannot get new controlling tty when you already have one |
#
67115 |
| 09-May-1994 |
mckusick |
cope with partial outputting of tabs when output list is full (from cgd) |
#
65771 |
| 21-Jan-1994 |
bostic |
add USL's copyright notice |
#
65549 |
| 06-Jan-1994 |
mckusick |
update to approximate process resident set size (from hibler and cgd) |
#
65324 |
| 02-Jan-1994 |
bostic |
clear PENDIN if ICANON is cleared retain the PENDIN flag if set when ICANON is set From: karels@BSDI.COM (Mike Karels) |
#
64878 |
| 15-Nov-1993 |
mckusick |
move initialization of `cc' above loop: as it used to be |
#
64576 |
| 23-Sep-1993 |
bostic |
changes for 4.4BSD-Lite requested by USL |
#
64530 |
| 21-Sep-1993 |
bostic |
changes for 4.4BSD-Lite requested by USL |
#
64416 |
| 05-Sep-1993 |
bostic |
Cleanups for 4.4BSD-Lite |
#
63178 |
| 10-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
57138 |
| 15-Dec-1992 |
torek |
TIOCSTI fails for 8-bit chars (from comp.unix.bsd) |
#
56517 |
| 11-Oct-1992 |
bostic |
make kernel includes standard |
#
56013 |
| 24-Aug-1992 |
marc |
echo quoted ^? correctly |
#
56012 |
| 24-Aug-1992 |
marc |
some flags got moved around and code wasen't consistent |
#
55058 |
| 12-Jul-1992 |
pendry |
MIN -> min, MAX -> max |
#
54782 |
| 08-Jul-1992 |
torek |
lint; fix FIONREAD; new rusage calculations |
#
52666 |
| 25-Feb-1992 |
mckusick |
averunnable now a structure |
#
52522 |
| 15-Feb-1992 |
mckusick |
convert to use new select interface, selrecord/selwakeup |
#
52485 |
| 14-Feb-1992 |
torek |
misc nits, additions for sun4c |
#
51068 |
| 09-Sep-1991 |
marc |
only send SIGINFO on ^T if ISIG is set |
#
51003 |
| 05-Sep-1991 |
bostic |
'a b c^W' erases 'b c' instead of just 'c' |
#
50755 |
| 02-Aug-1991 |
karels |
curproc is null if no one is running, but ignore curproc unless wait is true |