Searched hist:"736 fc28680260f987a1a505d762cd3ba21310d3a" (Results 1 – 7 of 7) sorted by relevance
/freebsd/include/ |
H A D | termios.h | diff 736fc28680260f987a1a505d762cd3ba21310d3a Tue Nov 02 18:00:56 CET 2010 Ed Schouten <ed@FreeBSD.org> Add a new libc function: cfmakesane(3).
I've noticed various terminal emulators that need to obtain a sane default termios structure use very complex `hacks'. Even though POSIX doesn't provide any functionality for this, extend our termios API with cfmakesane(3), which is similar to the commonly supported cfmakeraw(3), except that it fills the termios structure with sane defaults.
Change all code in our base system to use this function, instead of depending on <sys/ttydefaults.h> to provide TTYDEF_*.
|
/freebsd/lib/libc/gen/ |
H A D | tcsetattr.3 | diff 736fc28680260f987a1a505d762cd3ba21310d3a Tue Nov 02 18:00:56 CET 2010 Ed Schouten <ed@FreeBSD.org> Add a new libc function: cfmakesane(3).
I've noticed various terminal emulators that need to obtain a sane default termios structure use very complex `hacks'. Even though POSIX doesn't provide any functionality for this, extend our termios API with cfmakesane(3), which is similar to the commonly supported cfmakeraw(3), except that it fills the termios structure with sane defaults.
Change all code in our base system to use this function, instead of depending on <sys/ttydefaults.h> to provide TTYDEF_*.
|
H A D | termios.c | diff 736fc28680260f987a1a505d762cd3ba21310d3a Tue Nov 02 18:00:56 CET 2010 Ed Schouten <ed@FreeBSD.org> Add a new libc function: cfmakesane(3).
I've noticed various terminal emulators that need to obtain a sane default termios structure use very complex `hacks'. Even though POSIX doesn't provide any functionality for this, extend our termios API with cfmakesane(3), which is similar to the commonly supported cfmakeraw(3), except that it fills the termios structure with sane defaults.
Change all code in our base system to use this function, instead of depending on <sys/ttydefaults.h> to provide TTYDEF_*.
|
H A D | Symbol.map | diff 736fc28680260f987a1a505d762cd3ba21310d3a Tue Nov 02 18:00:56 CET 2010 Ed Schouten <ed@FreeBSD.org> Add a new libc function: cfmakesane(3).
I've noticed various terminal emulators that need to obtain a sane default termios structure use very complex `hacks'. Even though POSIX doesn't provide any functionality for this, extend our termios API with cfmakesane(3), which is similar to the commonly supported cfmakeraw(3), except that it fills the termios structure with sane defaults.
Change all code in our base system to use this function, instead of depending on <sys/ttydefaults.h> to provide TTYDEF_*.
|
H A D | Makefile.inc | diff 736fc28680260f987a1a505d762cd3ba21310d3a Tue Nov 02 18:00:56 CET 2010 Ed Schouten <ed@FreeBSD.org> Add a new libc function: cfmakesane(3).
I've noticed various terminal emulators that need to obtain a sane default termios structure use very complex `hacks'. Even though POSIX doesn't provide any functionality for this, extend our termios API with cfmakesane(3), which is similar to the commonly supported cfmakeraw(3), except that it fills the termios structure with sane defaults.
Change all code in our base system to use this function, instead of depending on <sys/ttydefaults.h> to provide TTYDEF_*.
|
/freebsd/bin/stty/ |
H A D | key.c | diff 736fc28680260f987a1a505d762cd3ba21310d3a Tue Nov 02 18:00:56 CET 2010 Ed Schouten <ed@FreeBSD.org> Add a new libc function: cfmakesane(3).
I've noticed various terminal emulators that need to obtain a sane default termios structure use very complex `hacks'. Even though POSIX doesn't provide any functionality for this, extend our termios API with cfmakesane(3), which is similar to the commonly supported cfmakeraw(3), except that it fills the termios structure with sane defaults.
Change all code in our base system to use this function, instead of depending on <sys/ttydefaults.h> to provide TTYDEF_*.
|
/freebsd/libexec/getty/ |
H A D | main.c | diff 736fc28680260f987a1a505d762cd3ba21310d3a Tue Nov 02 18:00:56 CET 2010 Ed Schouten <ed@FreeBSD.org> Add a new libc function: cfmakesane(3).
I've noticed various terminal emulators that need to obtain a sane default termios structure use very complex `hacks'. Even though POSIX doesn't provide any functionality for this, extend our termios API with cfmakesane(3), which is similar to the commonly supported cfmakeraw(3), except that it fills the termios structure with sane defaults.
Change all code in our base system to use this function, instead of depending on <sys/ttydefaults.h> to provide TTYDEF_*.
|