Displaying 3 results from an estimated 3 matches for "hammer_tim".
Did you mean:
  hammer_time
  
2013 Mar 03
0
Krad Pipe
...it might be immediately useful.
https://gist.github.com/oneman/5074107
krad_pipe [from_host] [from_port] [from_mount] [to_host] [to_port]
[to_mount] [to_password]
*If either side gets disconnected the program exits, so for a continual
relay you can wrap in your favorite scripting lauguage:*
*
*
*hammer_time = 10*
*while hammer_time*
* krad_pipe [args]*
* sleep hammer_time*
*end*
*
*
*Cheers,*
*
*
*David*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast-dev/attachments/20130302/58915856/attachment.htm
2013 Mar 03
0
Krad Pipe
...it might be immediately useful.
https://gist.github.com/oneman/5074107
krad_pipe [from_host] [from_port] [from_mount] [to_host] [to_port]
[to_mount] [to_password]
*If either side gets disconnected the program exits, so for a continual
relay you can wrap in your favorite scripting lauguage:*
*
*
*hammer_time = 10*
*while hammer_time*
* krad_pipe [args]*
* sleep hammer_time*
*end*
*
*
*Cheers,*
*
*
*David*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast-dev/attachments/20130302/58915856/attachment.htm
2013 Oct 28
5
FreeBSD PVH guest support
...chdep.c:
 * Add hooks to replace bare metal operations that should use a PV
  helper, this includes:
   - Preload metadata
   - i8254_init and i8254_delay
   - Fetching the e820 memory map
   - Reserve of the MP bootstrap region
 * Create a DELAY function that uses the PV hooks.
 * Introduce a new hammer_time_xen that sets the necessary stuff when
   running in PVH mode.
sys/amd64/amd64/mp_machdep.c:
 * Introduce a hook to replace start_all_aps.
 * Introduce a lapic_disabled variable to prevent polluting the code
   with xen specific gates.
sys/amd64/include/asmacros.h:
 * Copy the ELFNOTE macro from...