OpenGrok
Cross Reference: stty.c
xref
: /
src
/
lib
/
libcompat
/
4.1
/
stty.c
Home
|
History
|
Annotate
|
Download
|
only in
4.1
History log of
/src/lib/libcompat/4.1/stty.c
Revision
Date
Author
Comments
1.8
26-Jul-2003
salo
netbsd.org->NetBSD.org
1.7
14-Sep-2000
msaitoh
check LIBC_SCCS
1.6
14-Jun-2000
cgd
sweep of my licenses (userland files w/o only my copyright) for
consistency. (no functional changes)
1.5
14-Jun-2000
cgd
fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well. No functional changes.
1.4
20-Sep-1999
lukem
branches: 1.4.6;
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
_DIAGASSERT() is still retained.
1.3
16-Sep-1999
lukem
* use _DIAGASSERT() to check pointer arguments against NULL and file
descriptors against -1 (as appropriate).
* add actual checks which to detect stuff that would trigger_DIAGASSERT(),
and attempt to return a sane error condition.
* knf some code
* remove some `register' decls.
the first two items result in the addition of code similar to the
following in various functions:
_DIAGASSERT(path != NULL)
#ifdef _DIAGNOSTIC
if (path == NULL) {
errno = EFAULT;
return (-1);
}
#endif
1.2
09-Oct-1997
lukem
rcsid facism, WARNSify
1.1
21-May-1994
cgd
make stty and gtty real function stubs (they're now gone from ioctl_compat.h).
1.4.6.1
23-Jun-2000
minoura
Sync w/ netbsd-1-5-base.
Indexes created Tue Oct 14 01:09:49 GMT 2025