Diego Pino

Results 16 issues of Diego Pino

I was unable to run the Makefile as it is now in master. For instance, the path to dynasm in Makefile misses third_party/ route: ```bash $ make lua dynasm/dynasm.lua jit2.dasc...

This PR adds two new benchmarks in snabbmark. One for RawSocket and another one for Intel10g. Benchmarking RawSocket on veth interfaces: ``` $ sudo SNABB_IFNAME0=veth0 SNABB_IFNAME1=veth1 ./snabb snabbmark rawsocket No...

#### 138abba9426dcfa4ca22311e1bde5a375de94988 REGRESSION (Lazy tree creation): css3/calc/transitions-dependent.html is frequently failing https://bugs.webkit.org/show_bug.cgi?id=126142 Reviewed by NOBODY (OOPS!). * LayoutTests/css3/calc/transitions-dependent.html: On initialize animation, set animation on pause. https://github.com/WebKit/WebKit/commit/7ac47970f0dbbafe361e6a498ea2da2f09ec7c64 | Misc | iOS, tvOS...

#### 1f8c9e398af4817d65e6acf3a146a8015a4ee85c [WebIDL] Cache extended attributes of WebIDL file https://bugs.webkit.org/show_bug.cgi?id=241960 Reviewed by NOBODY (OOPS!). * Source/WebCore/bindings/scripts/CodeGenerator.pm: (GetInterfaceExtendedAttributesFromName): Store results into a cache indexeded by IDL filename, so we don't need...

When running `sudo make install` an Error is returned if `/sbin/hping/` already exists: ```bash cp -f hping3 /usr/sbin/ chmod 755 /usr/sbin/hping3 ln -s /usr/sbin/hping3 /usr/sbin/hping ln: failed to create symbolic...

In my system `bpf.h` is provided by `pcap` and lives at `/usr/include/pcap/bpf.h`. Hping expects to find `bpf.h` at `net/bpf.h`. The patch modified `configure` to check whether `/usr/include/pcap/bpf.h` and in that...

In addition to adding labels "8.6" and "8.5" to the list of possible TCL versions, the patch also changes how `libtcl.so`if found. In my system (Ubuntu 18.04) `libtcl8.6.so` lives at...

Depends on https://github.com/WebPlatformForEmbedded/libwpe/pull/128. Implement handling of CAPS_LOCK and NUM_LOCK for several layers (GTK4, Wayland, X11).

I've been experiencing a problem related with autocomplete of Lua keywords. On pressing dot, Vim automatically picks up the first choice. For instance, if I type "table", then on typing...