search for: 31am

Displaying 20 results from an estimated 468 matches for "31am".

Did you mean: 21am
2014 Dec 06
3
[LLVMdev] Memset/memcpy: user control of loop-idiom recognizer
On Sat, Dec 06, 2014 at 07:06:31AM -0600, Hal Finkel wrote: > - Direction (should the memory be traversed forward or backward) I don't think that this makes sense for memset and memcpy. It does matter for memmove. Joerg
2006 Jul 16
3
bug in 1.0RC2?
...4 1232 ?? I 5:21AM 0:00.09 imap [simon 24.43.241.184] simon 21744 0.0 0.1 948 1244 ?? I 5:22AM 0:00.06 imap [simon 24.43.241.184] simon 17271 0.0 0.1 868 1272 ?? I 5:24AM 0:59.36 imap [simon 24.43.241.184] simon 641 0.0 0.1 952 1228 ?? I 5:31AM 0:00.14 imap [simon 24.43.241.184] simon 23690 0.0 0.1 812 1152 ?? I 5:32AM 0:00.04 imap [simon 24.43.241.184] simon 25444 0.0 0.1 1024 1228 ?? I 5:37AM 0:36.67 imap [simon 24.43.241.184] simon 6198 0.0 0.1 1000 1228 ?? I 5:54AM 0:00.14 imap [sim...
2019 Feb 11
2
How to identify the operating system of a client?
On Mon, Feb 11, 2019 at 10:26:31AM +0100, Stephan Roth via samba wrote: >Let me rephrase the question in hope for an answer: > >Is it at all feasible to identify the operating system of a client? no, not really. We try to match by the list of supported SMB dialects in the SMB1 negprot, but that is really just guesswork....
2018 Sep 26
2
[PATCH 4/4] drm/virtio: Use IDAs more efficiently
On Wed, Sep 26, 2018 at 09:00:31AM -0700, Matthew Wilcox wrote: > @@ -59,6 +59,7 @@ static int virtio_gpu_context_create(struct virtio_gpu_device *vgdev, > > if (handle < 0) > return handle; > + handle++; > virtio_gpu_cmd_context_create(vgdev, handle, nlen, name); > return handle; > } Uh. Thi...
2018 Sep 26
2
[PATCH 4/4] drm/virtio: Use IDAs more efficiently
On Wed, Sep 26, 2018 at 09:00:31AM -0700, Matthew Wilcox wrote: > @@ -59,6 +59,7 @@ static int virtio_gpu_context_create(struct virtio_gpu_device *vgdev, > > if (handle < 0) > return handle; > + handle++; > virtio_gpu_cmd_context_create(vgdev, handle, nlen, name); > return handle; > } Uh. Thi...
2004 Aug 06
3
Using liveice-xmms with icecast
on Sun, 25 Apr 2004 04:31:31AM +1000, Geoff Shang insinuated: > On Sat, 24 Apr 2004, Nori Heikkinen wrote: > > > in an attempt to set up a little stream, i downloaded and > > installed both icecast2 and liveice-xmms. > > Note that liveice-xmms more than likely does not work with icecast > 2.0. You c...
2004 Feb 26
3
Environment Poisoning and login -p
There's been an ongoing discussion (started by Colin Percival's recent work on nologin) about environment-poisoning attacks via "login -p". I thought I saw a way to address this, but the more I learn, the uglier this looks. Maybe some of the good folks who read freebsd-security can puzzle this one out: Problem: login -p can be used to propagate environment flags in order to
2019 Feb 11
2
How to identify the operating system of a client?
On 11.02.19 11:37, Udo Kaune via samba wrote: > Am 11.02.19 um 11:30 schrieb Ralph Böhme via samba: >> On Mon, Feb 11, 2019 at 10:26:31AM +0100, Stephan Roth via samba wrote: >>> Let me rephrase the question in hope for an answer: >>> >>> Is it at all feasible to identify the operating system of a client? >> >> no, not really. We try to match by the list of supported SMB dialects >> in th...
2017 Jun 09
2
using autofs on C-7
On Fri, Jun 9, 2017 at 6:18 AM, Fred Smith <fredex at fcshome.stoneham.ma.us> wrote: > On Fri, Jun 09, 2017 at 08:25:31AM -0400, Jonathan Billings wrote: >> On Thu, Jun 08, 2017 at 04:02:05PM -0700, Kenneth Porter wrote: >> > Automounting is now done through systemd. >> >> In my use, we continue to use autofs for automounts of CIFS volumes, >> because as best I can tell, systemd doesn&...
2018 Nov 29
2
4.20.0-rc3 nouveau/Quadro P2000 Mobile: runpm causing ACPI errors, lockups
On Thu, Nov 29, 2018 at 12:21:31AM +0100, Karol Herbst wrote: > this was already debugged and there is no point in searching inside > the Firmware. It's not a firmware bug or anything. > > The proper fix is to do something inside Nouveau so that we don't > upset the device and being able to runtime resume it...
2020 Jun 08
2
[PATCH 5/6] vdpa: introduce virtio pci driver
On 2020/6/8 ??2:32, Michael S. Tsirkin wrote: > On Mon, Jun 08, 2020 at 11:32:31AM +0800, Jason Wang wrote: >> On 2020/6/7 ??9:51, Michael S. Tsirkin wrote: >>> On Fri, Jun 05, 2020 at 04:54:17PM +0800, Jason Wang wrote: >>>> On 2020/6/2 ??3:08, Jason Wang wrote: >>>>>>> +static const struct pci_device_id vp_vdpa_id_table[] = { >...
2020 Jun 08
2
[PATCH 5/6] vdpa: introduce virtio pci driver
On 2020/6/8 ??2:32, Michael S. Tsirkin wrote: > On Mon, Jun 08, 2020 at 11:32:31AM +0800, Jason Wang wrote: >> On 2020/6/7 ??9:51, Michael S. Tsirkin wrote: >>> On Fri, Jun 05, 2020 at 04:54:17PM +0800, Jason Wang wrote: >>>> On 2020/6/2 ??3:08, Jason Wang wrote: >>>>>>> +static const struct pci_device_id vp_vdpa_id_table[] = { >...
2020 Aug 29
1
[PATCH v6 36/76] x86/head/64: Load IDT earlier
On Mon, Aug 24, 2020 at 10:54:31AM +0200, Joerg Roedel wrote: > @@ -385,3 +386,25 @@ void __init alloc_intr_gate(unsigned int n, const void *addr) > if (!WARN_ON(test_and_set_bit(n, system_vectors))) > set_intr_gate(n, addr); > } > + > +void __init early_idt_setup_early_handler(unsigned long physaddr) I wond...
2017 Jun 09
2
using autofs on C-7
On Thu, Jun 08, 2017 at 04:02:05PM -0700, Kenneth Porter wrote: > Automounting is now done through systemd. In my use, we continue to use autofs for automounts of CIFS volumes, because as best I can tell, systemd doesn't support using the request-key infrastructure to use a user's kerberos ticket to set up the automount. -- Jonathan Billings <billings at negate.org>
2016 Jun 02
1
[PATCH -next 2/2] virtio_net: Read the advised MTU
On Thu, Jun 02, 2016 at 11:43:31AM -0400, Aaron Conole wrote: > This patch checks the feature bit for the VIRTIO_NET_F_MTU feature. If it > exists, read the advised MTU and use it. > > No proper error handling is provided for the case where a user changes the > negotiated MTU. A future commit will add proper error ha...
2016 Jun 02
1
[PATCH -next 2/2] virtio_net: Read the advised MTU
On Thu, Jun 02, 2016 at 11:43:31AM -0400, Aaron Conole wrote: > This patch checks the feature bit for the VIRTIO_NET_F_MTU feature. If it > exists, read the advised MTU and use it. > > No proper error handling is provided for the case where a user changes the > negotiated MTU. A future commit will add proper error ha...
2004 Aug 06
1
Backup and Intro Mp3 File
On Mon, Jun 03, 2002 at 01:19:31AM +1000, Geoff Shang wrote: > hmmm. I was told only win media 7.x played MP3 streams properly. Not really. Use winamp to connect to your stream. Save bookmark on your stream as m3u on desktop. Shut down winamp fire up WMP 6.4 or newer and drag m3u into it and watch your stream getting played by...
2001 Nov 17
2
samba and NT network
Hi Samba Team I have a urgent problem. I have a Unix box that's running Samba Server, I can see the Server on the NT network but when I try to access the share I get the message: "\\Samba is not accessible". The network path was not found. On the WINS Server I have a static mapping to the IP and I'm able to do a ping from the Unix and to The NT network and from the NT box
2013 May 30
2
[PATCH] inspection: handle empty file in parse_suse_release
If /etc/SuSE-release is empty then lines[0] is NULL, which is passed to strdup. As a result virt-inspector will segfault. This was introduced in commit 763ec36cf0c6ffa6d359b65ff7f1ee9ab1c7361e. Signed-off-by: Olaf Hering <olaf@aepfle.de> --- src/inspect-fs-unix.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/inspect-fs-unix.c b/src/inspect-fs-unix.c index 5fabaa2..c7d52c4
2013 Jul 29
1
[patch v2] virtio: console: cleanup an error message
On Mon, Jul 29, 2013 at 06:12:31AM -0700, Greg Kroah-Hartman wrote: > On Mon, Jul 29, 2013 at 12:41:31PM +0530, Amit Shah wrote: > > On (Mon) 22 Jul 2013 [23:41:00], Dan Carpenter wrote: > > > The PTR_ERR(NULL) here is not useful. > > > > > > Signed-off-by: Dan Carpenter <dan.carpenter at orac...