search for: tcsets

Displaying 12 results from an estimated 12 matches for "tcsets".

Did you mean: tcgets
2007 Aug 14
1
[LLVMdev] Static functions for APInt
This adds a bunch of static functions that implement unsigned two's complement bignum arithmetic. They could be used to implement much of APInt, but the idea is they are enough to implement APFloat as well, which the current APInt interface is not suited for. Neil. -------------- next part -------------- Index: include/llvm/ADT/APInt.h
2004 Jun 10
1
a scope problem
Hi, I have some code that looks like: dftc <- df[sets$tcset,] pt <- numeric(nrow(dftc)) sub <- 1:nrow(dftc) for (i in 1:nrow(dftc)) { n <- nnet( fmla, data=dftc, weights=wts, subset=sub[-i], size=4, decay=0.01) pt[i] <- predict( n, dftc[ i, ], type='class' ) } However running this give me the error: Error in eval(expr, envir, enclos) :
2007 Sep 22
0
[LLVMdev] APFloat storage complications
APFloat is derived from C code using fixed width storage for the matntissa. When converting to C++ I changed it to variable- width storage for space efficiency and generality reasons. Unfortunately this leads to a complication during float->float conversions that I missed that isn't present when using fixed width storage. Dale - I think this solves the issue correctly whilst preserving
2010 Nov 05
4
xe cli not working on remote machine
...ile or directory) --- SIGCHLD (Child exited) @ 0 (0) --- close(5)                                = 0 waitpid(21996, [{WIFEXITED(s) &amp;&amp; WEXITSTATUS(s) == 1}], WNOHANG) = 21996 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(0, SNDCTL_TMR_START or TCSETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(2, "Error: Connection reset by peer "..., 48Error: Connection reset by peer (calling read ) ) = 48 exit_group(1)                           = ? anyone tried run...
2002 Jun 21
4
[Bug 282] ttymodes sent can be invalid
http://bugzilla.mindrot.org/show_bug.cgi?id=282 ------- Additional Comments From stevesk at pobox.com 2002-06-22 06:15 ------- what kernel and glibc version? try with "stty -parenb" on client side. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2008 Dec 10
0
No subject
...69 flock(4, LOCK_EX|LOCK_NB) = 0 12369 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, {B1200 -opost -isig -icanon -echo ...}) = 0 12369 ioctl(4, TCFLSH, 0) = 0 12369 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, {B1200 -opost -isig -icanon -echo ...}) = 0 12369 ioctl(4, SNDCTL_TMR_START or TCSETS, {B1200 -opost -isig -icanon -echo ...}) = 0 12369 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, {B1200 -opost -isig -icanon -echo ...}) = 0 12369 ioctl(4, TIOCMBIC, [TIOCM_DTR]) = 0 12369 ioctl(4, TIOCMBIS, [TIOCM_RTS]) = 0 12369 write(4, "\1"..., 1) = -1 EAGAIN (Resource temp...
2012 Jul 16
0
timeout vs. winexe
...rap normal interrupts until its own timeout is reached. Timeout seems to return immediately when other commands exit. Am I missing something obvious that might make it wait in this scenario? Strace show a loop of these filling the time after I think it has completed: ioctl(0, SNDCTL_TMR_START or TCSETS, {B38400 opost isig -icanon echo ...}) = ? ERESTARTSYS (To be restarted) --- SIGTTOU (Stopped (tty output)) @ 0 (0) --- --- SIGTTOU (Stopped (tty output)) @ 0 (0) --- -- Les Mikesell lesmikesell at gmail.com
2014 Feb 10
3
What magic did openssh do to handle programs like VIM?
Hi, I'm trying to write my own remote shell program, It simply connects to a remote server then copy the sock fd to stdin, stdout and stderr. And it works. But I found several problems: 1. It doesn't handle characters like ^A ^E or tab (any bash/readline stuff) -> openssh itself doesn't seem to incorporate readline, so the magic is not on readline 2. If I run
2011 May 09
0
PowerCom BNT2000AT ups on nut 2.6.0
...to_all: ADDCMD shutdown.return 0.147746 send_to_all: ADDCMD shutdown.stayoff 0.147833 Num of bytes requested for reading from UPS: 16 0.293224 Num of bytes received from UPS: 16 I did run an strace and saw this! Starting at sending the single char! ioctl(4, SNDCTL_TMR_START or TCSETS, {B1200 -opost -isig -icanon -echo ...}) = 0 write(4, "\1", 1) = 1 nanosleep({0, 0}, NULL) = 0 gettimeofday({1304946608, 723932}, NULL) = 0 write(2, " 0.013837\t", 12) = 12 write(2, "Num of bytes requested for readi".....
2011 May 13
1
PowerCom BNT2000AT ups on nut 2.6.0 - second try
...to_all: ADDCMD shutdown.return 0.147746 send_to_all: ADDCMD shutdown.stayoff 0.147833 Num of bytes requested for reading from UPS: 16 0.293224 Num of bytes received from UPS: 16 I did run an strace and saw this! Starting at sending the single char! ioctl(4, SNDCTL_TMR_START or TCSETS, {B1200 -opost -isig -icanon -echo ...}) = 0 write(4, "\1", 1) = 1 nanosleep({0, 0}, NULL) = 0 gettimeofday({1304946608, 723932}, NULL) = 0 write(2, " 0.013837\t", 12) = 12 write(2, "Num of bytes requested for readi".....
2008 Jul 07
1
SIGPIPE in assorted apps after "yum update"
Hello, I have several systems which I recently updated with yum -y update to all the latest packages. These systems use yum-priorities and use the CentOS (priority 1) EPEL (priority 5) and rpmforge (priority 10) repositories. After the updates, dhcpd stopped working with a SIGPIPE error which occurs shortly after it attempts to fork into the background. I worked around that problem by building
2007 Aug 18
1
[LLVMdev] Soft floating point support
This patch supplies software IEEE floating point support. The comment from the patch reproduced below says all there is to say. This patch contains the prior "cleanup" patch; please don't apply that one. Please let me know of any bugs. It is tested reasonably well, but until I put together random tests it's hard to have 100% confidence. Neil. /* A self-contained host- and