similar to: CTM, delta from 2.0-RELEASE available

Displaying 20 results from an estimated 300 matches similar to: "CTM, delta from 2.0-RELEASE available"

1996 Jun 13
0
NEW ctm-gnats: GNATS bug reports via CTM
A new serive is available from FreeBSD.ORG: GNATS updates and bug-reports via the CTM email software update tool. These are *not* bug fixes. These are the bug reports submitted to FreeBSD by its user community. GNATS is a bug-tracking tool designed for use at a central support site. Software users who experience problems report those problems through electronic mail to the the maintainers of
2019 Jun 11
1
[PATCH 1/2] drm/nouveau/kms/gf119-: add ctm property support
This adds support on GF119:GV100 (exclusive) for CTM (aka CSC). Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- drivers/gpu/drm/nouveau/dispnv50/atom.h | 6 ++ drivers/gpu/drm/nouveau/dispnv50/base907c.c | 65 +++++++++++++++++++++ drivers/gpu/drm/nouveau/dispnv50/wndw.c | 13 +++++ drivers/gpu/drm/nouveau/dispnv50/wndw.h | 4 ++ 4 files changed, 88 insertions(+)
2019 Jun 12
0
[PATCH v2] drm/nouveau/kms/gf119-: add ctm property support
This adds support on GF119:GV100 (exclusive) for CTM (aka CSC). Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- v1 -> v2: - ctm -> csc - mark csc.valid = false when there is no ctm property drivers/gpu/drm/nouveau/dispnv50/atom.h | 6 ++ drivers/gpu/drm/nouveau/dispnv50/base907c.c | 65 +++++++++++++++++++++ drivers/gpu/drm/nouveau/dispnv50/wndw.c | 16 +++++
2005 Jul 12
2
Mount logon Home dir on Linux (CTM)
I will try to explian it better this time. I have a Windows NT 4.0 Server, that is the PDC on my network. I also have a FC3 Samba 3 server that is the file server, where most of logon home dirs are stored. In the NT PDC i set up most users to map Z: drive to \\MY_SAMBA_SERVER\username In the Win XP workstations everithing is wrking realy fine. Now i want to set up some Linux Fedora Core 4
1996 Feb 04
0
No subject
>From owner-freebsd-announce Fri Feb 2 09:08:30 1996 Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA01852 for owner-freebsd-announce@FreeBSD.ORG; Fri, 2 Feb 1996 09:08:28 -0800 (PST) Date: Fri, 2 Feb 1996 09:08:28 -0800 (PST) Message-Id: <199602021708.JAA01852@freefall.freebsd.org> To: owner-freebsd-announce@FreeBSD.ORG From:
1995 Dec 28
0
No subject
>From owner-majordomo Wed Dec 27 18:00:16 1995 Received: from minnie.cs.adfa.oz.au (minnie.cs.adfa.oz.au [131.236.21.160]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id SAA02351 for <freebsd-announce@freefall.FreeBSD.org>; Wed, 27 Dec 1995 18:00:13 -0800 (PST) Received: (warren@localhost) by minnie.cs.adfa.oz.au (8.6.8/8.3) id MAA04468; Thu, 28 Dec 1995
2003 Jul 14
2
problem with coding for 'optim' in R
Hi, there I am a graduate student new to coding in S who is hitting a bit of a wall at present using an "optim" function. I am running into some troubles, and was hoping someone might be able to recognize where I am going wrong. As background: I have constructed a loop that carries out a 365-day calculation for a mass-balance model. Basically, the model depends on 2 variables (p,
2002 Apr 20
1
rsync breaks on FreeBSD without -O2?(fwd from grog@FreeBSD.org) PR 36998
Apparently rsync breaks on FreeBSD if you turn off -O2 (which is the default.) The breakage is apparently inside zlib. You'd have to think it was a compiler bug, but perhaps not. I haven't tried to reproduce it yet. -- Martin ----- Forwarded message from grog@FreeBSD.org ----- Date: Fri, 19 Apr 2002 23:14:46 -0700 (PDT) From: <grog@FreeBSD.org> To: mbp@samba.org Subject: PR
1995 Dec 09
0
ftp://freefall.freebsd.org/pub/FreeBSD/sup-server-kit.tar.gz updated
An embedded message was scrubbed... From: "Jordan K. Hubbard" <jkh@time.cdrom.com> Subject: ftp://freefall.freebsd.org/pub/FreeBSD/sup-server-kit.tar.gz updated Date: Sat, 09 Dec 1995 20:04:05 -0800 Size: 1410 Url: http://lists.freebsd.org/pipermail/freebsd-announce/attachments/19951209/ef03493a/attachment.eml
1996 Sep 26
0
JDK 1.0.2 for FreeBSD released [Java Development Kit]
From: Jeffrey Hsu <hsu@FreeBSD.org> Subject: JDK 1.0.2 for FreeBSD Announcement ------------ A native FreeBSD binary distribution of the JDK 1.0.2 is now available from freefall.FreeBSD.org:/pub/FreeBSD/LOCAL_PORTS/jdk102.tar.gz This port contains the java interpreter, compiler, and appletviewer. This is a completely unsupported distribution. Installation ------------ 1. Grab
2007 Nov 18
2
[Bug 13293] New: _cairo_pen_find_active_cw_vertex_index failed assertion
http://bugs.freedesktop.org/show_bug.cgi?id=13293 Summary: _cairo_pen_find_active_cw_vertex_index failed assertion Product: swfdec Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: library AssignedTo: swfdec at lists.freedesktop.org
2003 Jul 01
1
Creating a loop that works....
Hi there, First off, thanks to everyone who has helped me so far. Sorry to keep pestering you all. I'm including my code here, and I will comment down it where it is that I am having problems figuring out how to write this damn thing. > temper <- scan("temp2.dat", na.strings = ".", list(Day=0, Temp=0)) Read 366 records > > Day <- temper$Day ;
2003 Jun 30
0
Constructing loops in which i+1st element depends on ith
I feel greedy posting for help twice in one day- please forgive me, but the thesis can't wait. I have been trying to get an ?if else? statement working in a loop I am writing, in which I specify a variable value to 9.2 (Wo) on the first iteration, but for subsequent iterations, to adopt a value as a function of variables from the previous iteration. When I comment out the ?if else?
2023 Aug 02
1
[PATCH] ssh_config: reflect default CheckHostIP no
Checking up on this change: On Wed, 29 Mar 2023 at 19:38, Ed Maste <emaste at freefall.freebsd.org> wrote: > > From: Ed Maste <emaste at FreeBSD.org> > > By convention settings in ssh_config are shown with a commented out > default. > > Fixes: 6cb52d5bf771 ("upstream: make CheckHostIP default to 'no'...") > --- > ssh_config | 2 +- > 1
2007 Jan 25
1
X-UID gaps cause Dovecot/IMAP to hang
Hi, When the Dovecot 1.0.rc19 IMAP server encounters X-UID headers with gaps in them, it hangs indefinitely. I've attached a sample mailbox (in mbox format) which repeatably exhibits this behavior. The mbox contains only three messages with the following X-UIDs in order: 774, 785, 787. If I remove the X-UID headers from each message, Dovecot handles the mailbox without any problems. UW-IMAP
2006 Dec 14
2
604995471 7500 routers / upgrade issue
Hi Benjamin: I think that the following link will give you an idea for what you need to know: http://www.cisco.com/warp/customer/620/roadmap_b.shtml This is for the naming: http://www.cisco.com/en/US/products/sw/iosswrel/ps1818/products_tech_note09186a0080101cda.shtml In this case 11.1CC goes to 12.0T and 12.0T migrate to 12.1 mainline. Do not you worry you will not loose anything with the new
2008 Feb 07
1
Bode plots in ggplot2
Hello, I am trying to figure out how to make a bode plot (a.k.a. bode diagram) in ggplot2. An example of such a diagram can be found here: http://meweb.ecn.purdue.edu/~me475/ctm/freq/bode2.GIF The example above shows the gain and phase characteristic of a linear system. In my case, I would like to compare visually several systems on the same diagram. The data in the data frame is arranged
2007 May 24
0
[FreeBSD-Announce] FreeBSD Security Advisory FreeBSD-SA-07:04.file
> Subject: Re: [FreeBSD-Announce] FreeBSD Security Advisory > FreeBSD-SA-07:04.file > Date: Thu, 24 May 2007 15:37:36 +0200 > From: Dag-Erling Sm?rgrav <des@des.no> > To: Brian A. Seklecki <bseklecki@collaborativefusion.com> > CC: FreeBSD Security Advisories <security-advisories@freebsd.org>, > freebsd-security@freebsd.org > References:
1996 Feb 14
0
JDK 1.0 port to FreeBSD
Announce -------- I have ports of the JDK 1.0 using Green threads, pthreads, and uthreads. This port I'm releasing uses Green threads and is robust enough to recompile itself correctly. Installation ------------ 1. Grab ftp.javasoft.com:JDK-1_0-solaris2-sparc.tar.Z. 2. Grab freefall.FreeBSD.org:/pub/FreeBSD/LOCAL_PORTS/jdk10.tar.gz. 3. Untar the solaris binary distribution. 4. Move aside bin/
1995 Jul 29
0
root.flp image in 2.1.0-950726-SNAP was corrupted
Due to a build problem. It has been fixed and updated in-place on freefall.cdrom.com and ftp.freebsd.org. Sorry for any inconvenience caused! Jordan