nocache icon indicating copy to clipboard operation
nocache copied to clipboard

minimize caching effects

Results 15 nocache issues
Sort by recently updated
recently updated
newest added

``` diff diff --git a/Makefile b/Makefile index cfb6126..502d2ef 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ CFLAGS+= -Wall GCC = gcc $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) .PHONY: all -all: $(CACHE_BINS) nocache.so...

Hi I'm using the version of nocache that comes with Ubuntu. I am making backup of my home directory using tar, something like nocache tar -zcvp /home -f /mnt/usbhdd/backup.tgz but...

It would be helpful if the documentation clarified (as it does for the cgroups example) whether or not nocache _some-process_ also acts on _some-process_ 's subprocesses. Maybe I'm missing something...

This PR shuffles things around so that the function wrappers are isolated into their own module, to avoid being affected by the system stdio API declarations from the header. This...

As [reported in Debian](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069426), **nocache** FTBFS on armhf as follows: ``` cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -fPIC -c...