search for: _everywhere_

Displaying 4 results from an estimated 4 matches for "_everywhere_".

2004 Jan 06
2
BUG: scp -r follows symlinks
hey all 'scp -r ' follows symlinks. IMO this is a bug and should be changed - it: a) hampers the use of scp. As it stands, I cannot use 'scp -r' because of this behavior. If someone links to '/', or if I hit a recursive symlink, I'm screwed. b) It is inconsistant with cp. When you 'cp -r' on a file, it does NOT follow the symlink. When you scp
2006 Oct 19
5
Google Ads in the Wiki
A fairly serious question: how much can we (as users) donate to get the Google ads off the Wiki? I guess this does not give so much revenue, and it is really distracting. So, if we can match the annual income of Google Ads on the Wiki, I think I (and others) are willing to compensate this with donations. I have seen some potential Dutch users getting turned away seeing the main CentOS site
2010 Apr 01
1
[LLVMdev] PTX target for LLVM?
On Thursday 01 April 2010 06:30:46 Torvald Riegel wrote: > > No! Just put a repository up (or make a tarball)! This is open source. > > Code is never perfect, so just put it out there with the same BSD-style > > license as LLVM. Every programmer can read code, even bad code, > > especially when there's a research paper or thesis to go along with it. > > Every
2016 Dec 21
6
[PATCH v2 1/2] drm: Wrap the check for atomic_commit implementation
This check is useful for drivers that do not have DRIVER_ATOMIC set but have atomic modesetting internally implemented. Wrap the check into a function since this is used in many places and as a bonus, the function name helps to document what the check is for. v2: Change return type to bool (Ville) Move the function drm_atomic.h (Daniel) Suggested-by: Daniel Vetter <daniel.vetter at