Re: [uml-devel] [2.6.24.x] UML select()/poll() oversleeping reproducibly

2008-03-19 Thread Nix
On 18 Mar 2008, Jeff Dike told this: > This version keeps track of the time between ticks (as reported by the > host's gettimeofday) and adjusts its sleeping and reporting ticks > accordingly. I can confirm that, as expected, this patch works well enough that timing problems don't break dhclient a

[uml-devel] small patch for small install problem of uml_utilities

2008-03-19 Thread Christian Krause
Hi, During packaging of uml_utilities I've found a small problem during "make install": in tools-20070815/humsify/Makefile the binary is installed via "install -o 0755 $(BIN) $(DESTDIR)$(BIN_DIR)". It looks like that "-o" is just a typo and that the intention was to set the mode with "-m 0755"