search for: tr0

Displaying 7 results from an estimated 7 matches for "tr0".

Did you mean: tr
2014 Sep 10
4
[RFC PATCH v1 0/3] Introducing ARM SIMD Support
libvorbis does not currently have any simd/vectorization. Following patches add generic framework for simd/vectorization and on top, add ARM-NEON simd vectorization using intrinsics. I was able to get over 34% performance improvement on my Beaglebone Black which is single Cortex-A8 based CPU. You can find more information on metrics and procedure I used to measure at
2003 Nov 13
3
Samba PDC on RH9 w/ W2k SP4 Client.
...s /bin/false -M %u create mask = 0664 dead time = 0 debug level = 3 default case = lower directory mask = 0770 dns proxy = no domain logons = yes domain master = yes dos filetimes = yes encrypt passwords = yes hide dot files = yes interfaces = tr0 load printers = no local master = yes log file = /var/log/samba/log.%m log level = 2 logon drive = H: logon path = \\%L\profiles\%u logon home = \\%L\%U\.profile logon script = netlogin.bat max log size = 50 name resolve order = host wins bcast netbios...
2002 Jul 01
1
Multiple Ethernet Cards: Ignoring one of them
...Which is the interface that points to the internal network? # # Enter all the network devices here which are trusted. # If you are not connected to a trusted network (e.g. you have just a # dialup) leave this empty. # # Choice: leave empty or any number of devices, seperated by a space # e.g. "tr0", "eth0 eth1 eth1:1" or "" # # 9.) FW_DEV_INT="eth0" FW_SERVICES_EXT_TCP="" # Common: ssh smtp domain FW_SERVICES_INT_TCP="ssh smtp 137:139 ftp" # Common: domain syslog FW_SERVICES_INT_UDP="137:139" # If you are running bind/named set...
1997 Dec 08
1
WINS client problems
...r local master = no doing parameter domain controller = slgo5624 doing parameter wins server = 167.132.136.187 pm_process() returned Yes lp_servicenumber: couldn't find homes lp_servicenumber: couldn't find printers lp_servicenumber: couldn't find printers adding IPC service Netmask for tr0 = 255.255.255.128 Derived broadcast address 167.132.136.127 Added interface ip=167.132.136.28 bcast=167.132.136.127 nmask=255.255.255.128 bind succeeded on port 0 Socket opened. Sending queries to 167.132.136.127 12/08/97 09:53:33 sending a packet of len 50 to (167.132.136.127) on port 137 12/08/97...
2001 May 24
1
tinc from behind a NAT
...ling with tinc for many hours, but have been SOL. The local machine is the client (has ConnectTo in the conf), and remote is the server (has Listen in the conf). Both have Port=8080 in their host files. I beleive all the configuration stuff is good. I see packets going out the local (behind nat) tr0 (yup, no ethernet here, just token ring) and going into the remote eth0. Tinc registers that the connection is alive and well in the logs, and reports reasonable packet count numbers when it exits. I beleive the problem is in the replies. The configured port (8080) is NOT accessible going towards...
2006 May 31
9
How can I make this thing work on IE?
Hello... i''ve been read lots of posts talking about this kind o mess in IE... but no one tells how could this be possible to work... :-) Any suggestions?? thanks... <html> <head> <script src="prototype.js"></script> </head> <body> <table border=1> <tbody> <tr id="0" name="0"> <td>LINE
2014 Feb 21
3
[PATCH 1/4] nv30: remove use_nv4x, it is identical to is_nv4x
..._fragprog.c index 4751ec8..ae4f789 100644 --- a/src/gallium/drivers/nouveau/nv30/nvfx_fragprog.c +++ b/src/gallium/drivers/nouveau/nv30/nvfx_fragprog.c @@ -807,7 +807,7 @@ nvfx_fragprog_parse_instruction(struct nv30_context* nvfx, struct nvfx_fpc *fpc, case TGSI_OPCODE_IF: // MOVRC0 R31 (TR0.xyzw), R<src>: // IF (NE.xxxx) ELSE <else> END <end> - if(!nvfx->use_nv4x) + if(!nvfx->is_nv4x) goto nv3x_cflow; nv40_fp_if(fpc, src[0]); break; @@ -815,7 +815,7 @@ nvfx_fragprog_parse_instruction(struct nv30_context* nvfx, struct nvf...