Home
last modified time | relevance | path

Searched hist:"736 fc28680260f987a1a505d762cd3ba21310d3a" (Results 1 – 7 of 7) sorted by relevance

/freebsd/include/
H A Dtermios.hdiff 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 Dtcsetattr.3diff 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 Dtermios.cdiff 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 DSymbol.mapdiff 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 DMakefile.incdiff 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 Dkey.cdiff 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 Dmain.cdiff 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_*.