#
10601 |
| 23-Jan-1983 |
sam |
don't zero buffer when doing in/out ioctl's |
#
9999 |
| 28-Dec-1982 |
sam |
copyin & copyout now return EFAULT and all callers uniformly return (or ignore) this value |
#
9993 |
| 28-Dec-1982 |
sam |
using return val from copyin/copyout -- causes uiomove to give errno of -1 instead of EFAULT!!! |
#
9864 |
| 21-Dec-1982 |
sam |
error uninitialized in uiomove |
#
9862 |
| 21-Dec-1982 |
sam |
make mkdir & rmdir work with rdwri (still kludged) |
#
9592 |
| 09-Dec-1982 |
sam |
u.u_pofile flags are now UF_* |
#
9560 |
| 05-Dec-1982 |
sam |
include ioctl.h separate from tty.h |
#
9270 |
| 17-Nov-1982 |
sam |
no return value and add read(..., 0) early return |
#
9155 |
| 13-Nov-1982 |
sam |
merge of 4.1b and 4.1c; and missing check for 0 length write |
#
8791 |
| 21-Oct-1982 |
root |
lint |
#
8767 |
| 21-Oct-1982 |
root |
lint |
#
8668 |
| 19-Oct-1982 |
root |
more lint |
#
8626 |
| 17-Oct-1982 |
root |
more lint |
#
8564 |
| 17-Oct-1982 |
root |
ioctl lower levels return errno's |
#
8519 |
| 13-Oct-1982 |
root |
return errors from ioctl routines and internal ldisc routines |
#
8449 |
| 10-Oct-1982 |
root |
header files to vax directories |
#
8118 |
| 08-Sep-1982 |
root |
label_t now structure |
#
8103 |
| 06-Sep-1982 |
root |
|
#
8036 |
| 04-Sep-1982 |
root |
cosmetic for new style limits |
#
7820 |
| 22-Aug-1982 |
root |
first completely uio'd version |
#
7749 |
| 14-Aug-1982 |
root |
no more readi() |
#
7746 |
| 14-Aug-1982 |
root |
read() now goes through readip() |
#
7722 |
| 13-Aug-1982 |
wnj |
fixes to get uio'd readi for char devs |
#
7714 |
| 11-Aug-1982 |
root |
first use of readip() |
#
7699 |
| 10-Aug-1982 |
sam |
don't copy stuff out if an error in lower levels |