Displaying 20 results from an estimated 760 matches for "nukes".
Did you mean:
nuke
2005 May 22
1
R-exts.texi: nuke-trailing-whitespace has changed name (PR#7888)
Full_Name: Bj?rn-Helge Mevik
Version: 2.1.0
OS: GNU/Debian 3.0 Linux
Submission from: (NULL) (80.111.104.162)
In Appendix B R coding standards of the Writing R Extensions manual, Emacs/ESS
users are encouraged to use
(add-hook 'ess-mode-hook
(lambda ()
(ess-set-style 'C++)
;; [snip]
(add-hook 'local-write-file-hooks
2006 Aug 18
2
[patch] simplify nuke
please pull
git://charm.itp.tuwien.ac.at/mattems/klibc/.git maks
for the change:
maximilian attems:
[klibc] simplify nuke
fixes boot failures due to unexpected error returns
usr/utils/nuke.c | 20 +++++---------------
1 file changed, 5 insertions(+), 15 deletions(-)
diff --git a/usr/utils/nuke.c b/usr/utils/nuke.c
index 01b300f..9470bcf 100644
--- a/usr/utils/nuke.c
+++
2005 Dec 01
1
Snow & rvpm
At office, using the internal LAN at my disposal, I'm having a go at parallel
computing - to begin with - with pvm, rpvm & snow.
The two boxes are as follows
Remote machine uffbsd:
CPU: Intel(R) Pentium(R) 4 CPU 2.00GHz (1994.13-MHz 686-class CPU)
Origin = "GenuineIntel" Id = 0xf24 Stepping = 4
real memory = 260046848 (248 MB)
This machine NbBSD:
CPU: Mobile Intel(R)
2014 Apr 30
2
[LLVMdev] Is it ok to nuke fpcmp and llvm-PerfectShuffle utils?
They are not used in the regression test suite anymore, and are not even
built in CMake build tree.
--
Alexey Samsonov, Mountain View, CA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140430/c015da10/attachment.html>
2014 Apr 30
2
[LLVMdev] Is it ok to nuke fpcmp and llvm-PerfectShuffle utils?
On Wed, Apr 30, 2014 at 1:37 PM, Hal Finkel <hfinkel at anl.gov> wrote:
> ----- Original Message -----
> > From: "Alexey Samsonov" <samsonov at google.com>
> > To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>
> > Sent: Wednesday, April 30, 2014 3:30:12 PM
> > Subject: [LLVMdev] Is it ok to nuke fpcmp and
2008 Sep 10
3
Compromised
My wife's office server was compromised today. It appears
they ssh'ed in through account pcguest which was set up for
Samba. (I don't remember setting up that account, but maybe I
did.) At any rate, I found a bazillion "ftp_scanner" processes
running. A killall finished them off quickly, I nuked the
pcguest account, and switched ssh to a different port (which
I normally do
2012 Nov 27
4
[LLVMdev] [RFC] Removal of 'deplibs'?
Hi all,
Did you know that there is a 'deplibs' keyword? Neither did I. It looks like it's not really used for much. We don't document it in the Language Reference. The only support I see if for reading/writing bitcode and manipulating modules. There's a bunch of code that could be removed if we could get rid of this.
Does anyone use this thing? Does anyone mind if I nuke it?
2012 Nov 14
3
[LLVMdev] Can we kill GCCFEBuildInstrs.html?
On Nov 14, 2012, at 10:52 AM, Sean Silva <chisophugis at gmail.com> wrote:
> It references release 2.7... is this document worth keeping?
>
Nuke it from orbit. :)
> CC'ing Jim Grosbach since IIRC he recently pulled out some stuff
> related to llvm-gcc.
>
> -- Sean Silva
2003 Nov 09
3
unable to find path
Hi. I just tried updating asterisk and I guess I broke something. Here's the log:
Unable to find a path from G729A to SLINR
Unable to find a path from ULAW to G729A
Any ideas on what I should try? I tried nuking all the zaptel stuff in the system and the source and started over agian. Also nuked the asterisk config files....
I saw this asked once before but there was no reply :-/
2014 May 01
2
[LLVMdev] Is it ok to nuke fpcmp and llvm-PerfectShuffle utils?
>> Ouch, indeed... Is it ok it has no build rules?
>
> I think that it should have build rules. If nothing else, can you file a bug report on this?
It is building using configure + make. In good old days the perfect
shuffle tables for PPC were generated through the normal build process
like .td files. However, this was pretty useless - they do not change
and thus perfectshuffle was
2012 Nov 27
0
[LLVMdev] [cfe-dev] [RFC] Removal of 'deplibs'?
Please nuke it. It is really old and was never used. If it comes back it should be done with module metadata.
-Chris
On Nov 26, 2012, at 4:35 PM, Bill Wendling <wendling at apple.com> wrote:
> Hi all,
>
> Did you know that there is a 'deplibs' keyword? Neither did I. It looks like it's not really used for much. We don't document it in the Language Reference.
2018 Dec 04
0
Accidentally nuked my system - any suggestions ?
Nicolas Kovacs wrote:
>
> My workstation is running CentOS 7 on two disks (sda and sdb) in a
> software RAID 1 setup.
>
> It looks like I accidentally nuked it. I wanted to write an installation
> ISO file to a USB disk, and instead of typing dd if=install.iso
> of=/dev/sdc I typed /dev/sdb. As soon as I hit <Enter>, the screen froze.
>
> I tried a hard reset, but
2011 Jun 11
0
[PATCH] utils add minimal mv
mv is needed these days in initramfs.
One needs to move all the data of initramfs /run to the real rootfs.
This minimal mv utiliy originates from the existing ln.
Signed-off-by: maximilian attems <max at stro.at>
---
usr/utils/Kbuild | 4 ++-
usr/utils/mv.c | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 72 insertions(+), 1 deletions(-)
create mode
2014 May 07
2
[LLVMdev] Is it ok to nuke fpcmp and llvm-PerfectShuffle utils?
On Wed, May 7, 2014 at 8:28 AM, Hal Finkel <hfinkel at anl.gov> wrote:
> ----- Original Message -----
> > From: "Anton Korobeynikov" <anton at korobeynikov.info>
> > To: "Hal Finkel" <hfinkel at anl.gov>
> > Cc: "Alexey Samsonov" <samsonov at google.com>, "LLVM Developers Mailing
> List" <llvmdev at
2005 Jan 21
2
Parallel computations using snow: how to combine boot objects?
Hello,
I'm trying to do some bootstrapping in a parallel environment (Linux
cluster) in order to estimate confidence intervals for a certain
parameter. Following the example in the documentation of the "snow"
package (http://www.stat.uiowa.edu/~luke/R/cluster/cluster.html), I
launch my computations by something like
> cl.nuke.boot <-
+
2016 Feb 16
24
[PATCH 00/16] drm crtc cleanup: nuke optional dummy crtc mode_fixup function.
This patch set nukes all the dummy crtc mode_fixup implementations.
(made on top of Daniel topic/drm-misc branch)
Carlos Palminha (16):
drm: fixes crct set_mode when crtc mode_fixup is null.
drm/cirrus: removed optional dummy crtc mode_fixup function.
drm/mgag200: removed optional dummy crtc mode_fixup function....
2016 Feb 16
24
[PATCH 00/16] drm crtc cleanup: nuke optional dummy crtc mode_fixup function.
This patch set nukes all the dummy crtc mode_fixup implementations.
(made on top of Daniel topic/drm-misc branch)
Carlos Palminha (16):
drm: fixes crct set_mode when crtc mode_fixup is null.
drm/cirrus: removed optional dummy crtc mode_fixup function.
drm/mgag200: removed optional dummy crtc mode_fixup function....
2020 Feb 19
3
Sieve junks mail script creating links
My Junk mailbox is still filling up with hard linked emails. There are some junk mails with over 3000 hard linked files and over half a million files in the .Junk/cur folder.
I had a handy script to remove them all by doing a find for inodes and sorting the list by age and keeping the olds hard link and removing all the others, but I now can?t find it :/ so I have just taken to periodically
2007 Nov 23
3
[LLVMdev] Getting rid of the DoesntAccessMemoryFns and OnlyReadsMemoryFns tables
The DoesntAccessMemoryFns and OnlyReadsMemoryFns tables are used
by alias analysis to specify which standard functions don't access
memory or only read memory. However gcc now automatically supplies
this information to us. I checked on my x86 linux box what gcc gives
for the functions listed in those tables. While gcc mostly agrees
with them, there are the following differences (using
2018 Dec 04
5
Accidentally nuked my system - any suggestions ?
Hi,
My workstation is running CentOS 7 on two disks (sda and sdb) in a
software RAID 1 setup.
It looks like I accidentally nuked it. I wanted to write an installation
ISO file to a USB disk, and instead of typing dd if=install.iso
of=/dev/sdc I typed /dev/sdb. As soon as I hit <Enter>, the screen froze.
I tried a hard reset, but of course, the boot process would stop short
very early in