| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Some time ago Tom Rhodes sent me an email that he was willing to perform
various cleanups to the window(1) source code. After some discussion, we
both decided the best thing to do, was to move window(1) to the ports
tree. The application isn't used a lot nowadays, mainly because it has
been superseeded by screen, tmux, etc.
A couple of hours ago Tom committed window(1) to ports (misc/window), so
I'm removing it from the tree. I don't think people will really miss it,
but I'm describing the change in UPDATING anyway.
Discussed with: trhodes, pav, kib
Approved by: re
Notes:
svn path=/head/; revision=193308
|
| |
|
|
|
|
|
|
| |
that gcc complains about this code changing from the built-in
versions.
Notes:
svn path=/head/; revision=188828
|
| |
|
|
| |
Notes:
svn path=/head/; revision=76736
|
| |
|
|
|
|
|
| |
won't have trouble committing his bits.
Notes:
svn path=/head/; revision=67607
|
| |
|
|
|
|
|
| |
Submitted by: The Style Police[tm]
Notes:
svn path=/head/; revision=44447
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
time now.
For whatever reason, the kernel seems to have generated SIGIOs
previously without an initial fcntl(...,F_SETOWN), but does no longer.
This caused window(1) to wait indefinitely for input.
Also, undo rev 1.3 of wwspawn.c, it was not well-thought, and
apparently not even tested at all. The blindly (even in a nonsensical
place like the comment on top of the function) applied replacement of
vfork() by fork() totally ignored that window(1) *does* abuse the
feature of vfork() where a modification of the parent's address space
is possible (in this case, to notify the parent of an erred exec*).
Also, with vfork(), it is guaranteed that the parent is only woken up
after the exec*() happened, where the replacement by fork() made the
parent to almost always become runnable again before the child, in
which case the parent simply told `subprocess died'. Unfortunately,
working around _this_ seems to be a lot more of redesign work compared
to little gained value, so i think relying on the specifics of vfork()
is the simpler way.
Submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de>
Notes:
svn path=/head/; revision=44431
|
| |
|
|
| |
Notes:
svn path=/head/; revision=38120
|
| |
|
|
|
|
|
|
|
| |
While i was at it, don't export \E[OA style cursor key strings into the
TERMCAP variable since window's emulation doesn't support it. Instead,
convert to \E[[A etc.
Notes:
svn path=/head/; revision=30967
|
| |
|
|
| |
Notes:
svn path=/head/; revision=9943
|
| |
|
|
|
|
|
| |
Replace ospeed switch with new _set_ospeed
Notes:
svn path=/head/; revision=9891
|
| |
|
|
| |
Notes:
svn path=/head/; revision=4018
|
| |
|
|
|
|
|
| |
Fix restart after ^Z hang.
Notes:
svn path=/head/; revision=4002
|
| |
|
|
|
|
|
| |
tcsetattr, because tcsetattr cause SIGIO in wakeup
Notes:
svn path=/head/; revision=4001
|
| |
|
|
| |
Notes:
svn path=/head/; revision=3942
|
|
|
Notes:
svn path=/cvs2svn/branches/CHRISTOS/; revision=1590
|