search for: troot

Displaying 4 results from an estimated 4 matches for "troot".

Did you mean: root
2016 Sep 10
0
[PATCH] gm107: separate out sched decoding from regular ops
...d21 100644 --- a/envydis/core-as.c +++ b/envydis/core-as.c @@ -741,7 +741,7 @@ struct matches *do_as(const struct disisa *isa, struct varinfo *varinfo, struct struct iasctx c = { isa, varinfo }; struct iasctx *ctx = &c; convert_insn(ctx, insn); - struct matches *m = atomtab_a(ctx, isa->troot, 0); + struct matches *m = atomtab_a(ctx, isa->trootas ?: isa->troot, 0); int i; for (i = 0; i < m->mnum; i++) if (m->m[i].lpos == ctx->atomsnum) { diff --git a/envydis/core-dis.c b/envydis/core-dis.c index 9d9ca5b..f4af5f2 100644 --- a/envydis/core-dis.c +++ b/envydis/core...
2005 Dec 10
1
sendmail problems errors
...[FAILED] this is what the sendmail.cf file says at line 91: # file containing names of hosts for which we receive email Fw/etc/mail/local-host-names and also at line 588: # this is equivalent to setting class "t" Ft/etc/mail/trusted-users Troot Tdaemon Tuucp now what am i missing. i am using centos 4.2 x86_64 thanks Steven "On the side of the software box, in the 'System Requirements' section, it said 'Requires Windows or better'. So I installed Linux." -------------- next part ----...
2001 Jan 19
1
Core dumps on HP-UX
...both ssh_config on client, and sshd_config on server. The child sshd on the server core dumps before we even get a shell prompt: (with -v turned on) debug: authentications that can continue: publickey,password debug: next auth method to try is publickey debug: next auth method to try is password troot at spare4's password: debug: ssh-userauth2 successful: method password debug: channel 0: new [client-session] debug: send channel open 0 debug: Entering interactive session. debug: client_init id 0 arg 0 debug: Requesting X11 forwarding with authentication spoofing. debug: channel request 0: sh...
2012 Aug 01
17
[PATCH] add crtime to the snapshot list
From: Anand <anand.jain@oracle.com> This patch adds creation-time to the snapshot list display, which would help user to better manage the snapshots when number of snapshots grow substantially. This patch is developed and on top of the send/receive btrfs and btrfs-progs repo at git://github.com/ablock84/linux-btrfs.git (send-v2) git://github.com/ablock84/btrfs-progs.git (send-v2)