Thomas Adam
|
418ab1a553
|
Merge branch 'obsd-master'
|
2017-01-24 22:01:13 +00:00 |
|
nicm
|
85338bb75f
|
Add support for custom command aliases, this is an array option which
contains items of the form "alias=command". This is consulted when an
unknown command is parsed.
|
2017-01-24 19:53:37 +00:00 |
|
Nicholas Marriott
|
c68ea386d1
|
pty.c needs compat.h.
|
2017-01-24 13:34:08 +00:00 |
|
Nicholas Marriott
|
1ebe79dd62
|
Use forkpty() except on OpenBSD.
|
2017-01-23 12:26:06 +00:00 |
|
nicm
|
98e7fbb2ac
|
Open /dev/ptm before pledge() and save it to be used for PTMGET later
(this means inlining forkpty()).
ok deraadt
|
2017-01-23 10:09:43 +00:00 |
|