Searched hist:191936 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/gen/
H A Dt_ttyname.cdiff 278038 Sun Feb 01 22:59:47 MST 2015 jilles ttyname_r(): Return actual error, not always [ENOTTY].

Adjust the test that used to fail because of this bug.

PR: 191936
MFC after: 1 week
diff 272903 Fri Oct 10 19:08:34 MDT 2014 ngie FreeBSD returns ENOTTY instead of EBADF in ttyname_r; mark it as an expected
failure

PR: 191936

In collaboration with: pho
Sponsored by: EMC / Isilon Storage Division
/freebsd-11.0-release/sys/sys/
H A Dioctl_compat.hdiff 191936 Sat May 09 15:25:33 MDT 2009 ed Add support for old TTY ioctls to kdump.

At first I allowed ioctl_compat.h to be included, but it just returned
an empty file. I had to do this, to keep kdump happy. I really want to
raise a compiler error when including this header, so now it will just
throw an error if you don't set COMPAT_43TTY.
/freebsd-11.0-release/lib/libc/gen/
H A Dttyname.cdiff 278038 Sun Feb 01 22:59:47 MST 2015 jilles ttyname_r(): Return actual error, not always [ENOTTY].

Adjust the test that used to fail because of this bug.

PR: 191936
MFC after: 1 week
/freebsd-11.0-release/lib/libsysdecode/
H A Dmkioctlsdiff 191936 Sat May 09 15:25:33 MDT 2009 ed Add support for old TTY ioctls to kdump.

At first I allowed ioctl_compat.h to be included, but it just returned
an empty file. I had to do this, to keep kdump happy. I really want to
raise a compiler error when including this header, so now it will just
throw an error if you don't set COMPAT_43TTY.

Completed in 134 milliseconds