> Date: Mon, 9 May 2011 23:21:23 -0500
> From: Marco Peereboom
>
> On Mon, May 09, 2011 at 11:33:27PM -0400, Jeff Licquia wrote:
> > (Sorry if this isn't the proper list for this discussion. If not,
> > please point me in the right direction.)
> >
> > The Linux Foundation's LSB workgroup has ta
On Mon, May 09, 2011 at 23:48:46 +0400, Alexander Polakov wrote:
> * Alexander Polakov [110502 18:19]:
> > Do you mean something like this or I got it all wrong again and we
> > have to wait another 15 years for someone to dig into this?
>
> That diff was wrong, this one is likely less wrong.
Thi
On Tue, 10 May 2011 01:21:
wrote:
>On 05/10/2011 12:28 AM, Kamo Hiroyasu wrote:
>> I do not understand the benefits of FHS for Unixen other than Linux.
>> Most Unixen, including OpenBSD, are older than FHS and have their own
>> historical constraints. What do we obtain except for switching costs
On Tue, May 10, 2011 at 01:21:15AM -0400, Jeff Licquia wrote:
> The standard itself claims to apply to any UNIX-like system, and to
> not be Linux-specific; I'm wanting to find out if that's true.
Perhaps then you would be interested in item 14 of the OpenBSD porting
checklist:
http://www.openbsd
On 05/10/2011 12:28 AM, Kamo Hiroyasu wrote:
I do not understand the benefits of FHS for Unixen other than Linux.
Most Unixen, including OpenBSD, are older than FHS and have their own
historical constraints. What do we obtain except for switching costs
if we accept FHS?
It is not we but FHS peo
On Mon, May 09, 2011 at 08:51:01PM -0400, Lawrence Teo wrote:
> In the load_entry() function in cron's entry.c, calloc() is called
> but its return value is never checked to see if it is NULL,
> potentially causing a NULL pointer dereference. Since crontab(1)
> shares code with cron, it is affecte
I do not understand the benefits of FHS for Unixen other than Linux.
Most Unixen, including OpenBSD, are older than FHS and have their own
historical constraints. What do we obtain except for switching costs
if we accept FHS?
It is not we but FHS people that should explain the benefits. If the
e
On Mon, May 09, 2011 at 11:33:27PM -0400, Jeff Licquia wrote:
> (Sorry if this isn't the proper list for this discussion. If not,
> please point me in the right direction.)
>
> The Linux Foundation's LSB workgroup has taken over maintenance of
> the Filesystem Hierarchy Standard, and is working o
On Mon, 9 May 2011, Jeff Licquia wrote:
> (Sorry if this isn't the proper list for this discussion. If not, please
> point me in the right direction.)
>
> The Linux Foundation's LSB workgroup has taken over maintenance of the
> Filesystem Hierarchy Standard, and is working on a number of updates
(Sorry if this isn't the proper list for this discussion. If not,
please point me in the right direction.)
The Linux Foundation's LSB workgroup has taken over maintenance of the
Filesystem Hierarchy Standard, and is working on a number of updates
needed since its last release in 2004.
Despi
Ofertastemporada baja y Vacaciones de Invierno
Ganá4 noches All Inclusive en El Club Med
ItaparicaVER AQUI Ofertasde
Brasil en Temporada Baja VER AQUI PromoCuba 9
días 8 noches desde U
In the load_entry() function in cron's entry.c, calloc() is called
but its return value is never checked to see if it is NULL,
potentially causing a NULL pointer dereference. Since crontab(1)
shares code with cron, it is affected as well.
The following diff adds the check for NULL, and also moves
On Mon, May 09, 2011 at 07:22:01PM +0100, Owain Ainsworth wrote:
> The new world order of pmemrange makes this data completely redundant
> (being dealt with by the pmemrange constraints instead). Remove all code
> that messes with the freelist.
>
> While touching every caller of uvm_page_physload(
On Mon, May 09, 2011 at 04:14:32PM -0400, Brynet wrote:
> I noticed the following in my Xorg.0.log:
>
> Touchpad0: invalid pressure range. defaulting to 0 - 256
> Touchpad0: invalid finger width range. defaulting to 0 - 16
>
> Just curious if that's normal.
More or less. The test and the error m
I noticed the following in my Xorg.0.log:
Touchpad0: invalid pressure range. defaulting to 0 - 256
Touchpad0: invalid finger width range. defaulting to 0 - 16
Just curious if that's normal.
-Bryan.
* Alexander Polakov [110502 18:19]:
> Do you mean something like this or I got it all wrong again and we
> have to wait another 15 years for someone to dig into this?
That diff was wrong, this one is likely less wrong.
Index: bin/ksh/edit.c
===
On Sun, May 08, 2011 at 09:58:44PM -0400, Brynet wrote:
> Thanks to both of you, it works fairly well on my Acer Aspire 5551 laptop
> with
> Synaptics 7.2 firmware.
>
> What's the prefered method of configuration? xorg.conf/synclient or
> xinput?
It depends on a lot of things. If you're using G
On Fri, Apr 29, 2011 at 01:09:56PM +0200, Stefan Sperling wrote:
> Anyone?
Updated diff following the vfwprintf() memory leak fix.
The previous version of this diff had the same bug.
Index: Makefile.inc
===
RCS file: /cvs/src/lib/lib
Estimado Cliente tech@openbsd.org
Estas son las nuevas novedades que tenemos para presentarle.
Si no puede visualizar el mensaje ingrese al siguiente link:
http://www.cuerosliberty.com.ar/newsletter/mayo11.htm
Ante cualquier consulta no dude en contactarse.
Un cordial saludo.
Cueros Liberty
Reconq
On Mon, May 09, 2011 at 01:17:03PM +0200, Ingo Schwarze wrote:
> Clearly, at least part of daily(8) has to be rewritten in Perl,
> and clearly, the ROOTBACKUP handling is part of the part.
>
> If we decide to just rewrite the ROOTBACKUP handling, i'd suggest
> simply moving it from daily(8) to sec
The new world order of pmemrange makes this data completely redundant
(being dealt with by the pmemrange constraints instead). Remove all code
that messes with the freelist.
While touching every caller of uvm_page_physload() anyway, add the flags
argument to all callers (all but one is 0 and that
ok?
-0-
diff --git uvm/uvm_page.c uvm/uvm_page.c
index f1b5d04..10ef7d1 100644
--- uvm/uvm_page.c
+++ uvm/uvm_page.c
@@ -1477,23 +1477,6 @@ uvm_pagecopy(struct vm_page *src, struct vm_page *dst)
}
/*
- * uvm_page_lookup_freelist: look up the free list for the specified page
- */
-int
-uvm_pag
On Mon, May 09, 2011 at 12:46:21PM +0100, Stuart Henderson wrote:
> I've tested both these diffs ("Refactor wdc channel_queue
> malloc/initialization" and "pciide/wdc ata_drive_datas init
> refactoring") on the following; no problems noticed and this
> covers two of the special cases in the init re
On Sun, May 08, 2011 at 11:16:40AM +0200, Matthieu Herrb wrote:
> Hi again,
>
> I find the mouse emulation code for synaptics touch pads in your patch
> really weird. I've tried to understand what it does, and why it
> behaves badly for me on the first tap (move the pointer in the upper
> right d
On Mon, May 09, 2011 at 02:56:28PM +0300, Sviatoslav Chagaev wrote:
> On Mon, May 9, 2011 at 4:48 AM, Jacob Meuser
> wrote:
> > On Mon, May 09, 2011 at 01:32:49AM +0300, Sviatoslav Chagaev wrote:
> >> * sorted output looks cleaner, prettier;
> >> * it's easier to find the variable you're looking f
On Mon, May 09, 2011 at 02:56:28PM +0300, Sviatoslav Chagaev wrote:
> On Mon, May 9, 2011 at 4:48 AM, Jacob Meuser
> wrote:
> > On Mon, May 09, 2011 at 01:32:49AM +0300, Sviatoslav Chagaev wrote:
> >> * sorted output looks cleaner, prettier;
> >> * it's easier to find the variable you're looking f
Ukoliko ne E>elite viE!e da primate naE!e elektronske poruke, za
odjavljivanje sa naE!e e-mailing liste, kliknite ovde.
Samo 6 dana poklon uz fitnes!
Uz SVAKU porudE>binu iz ove ponude, samo u narednih 6 dana
BMI Metar na POKLON!
Ponuda vaE>i još samo do nedelje 15.5.2011!
BMI Metar vam omoguD
On Mon, May 9, 2011 at 3:27 AM, Abel Abraham Camarillo Ojeda
wrote:
> On Sun, May 8, 2011 at 5:32 PM, Sviatoslav Chagaev
> wrote:
> ...
> Am I missing something?
>
> $ sysctl | sort > /tmp/sysctl_sorted
> $ sysctl | cmp -s /tmp/sysctl_sorted /dev/stdin || echo "different";
> different
> $
>
At t
On Mon, May 9, 2011 at 4:48 AM, Jacob Meuser
wrote:
> On Mon, May 09, 2011 at 01:32:49AM +0300, Sviatoslav Chagaev wrote:
>> * sorted output looks cleaner, prettier;
>> * it's easier to find the variable you're looking for in a sorted
>> output;
>> * hierarchical variable names yet unordered? does
USD990 Sony
SLT-A33 Kit 18-55 mm Tipo SLT, objetivos
intercambiables / Sensor CMOS Exmor HD de
14,20 MP efectivos / Tamaño sensor
23,
I've tested both these diffs ("Refactor wdc channel_queue
malloc/initialization" and "pciide/wdc ata_drive_datas init
refactoring") on the following; no problems noticed and this
covers two of the special cases in the init refactoring diff.
i386 (PC Engines Alix, similar to Soekris 5501)
pciide0
Hi,
RD Thrush wrote on Sun, May 08, 2011 at 11:03:32AM -0400:
> I noticed that ROOTBACKUP stopped working when I converted the /altroot
> fstab entry to a disklabel UID. The attached patch seems to work for me
> but I'm sure there's a better way.
Indeed.
The existing code is already scary, and
As expressed privately the diff reads fine to me and I like the idea,
it compiles and runs, tentative ok pyr@ for now, but let's wait for
some usage feedback a bit later this week.
On Fri, May 6, 2011 at 9:16 PM, Reyk Floeter wrote:
> On Fri, May 06, 2011 at 08:12:43PM +0200, Reyk Floeter wrote:
On Mon, May 9, 2011 at 1:17 AM, Stefan Sperling wrote:
> ok?
>
> Index: stdio/vfwprintf.c
> ===
> RCS file: /cvs/src/lib/libc/stdio/vfwprintf.c,v
> retrieving revision 1.3
> diff -u -p -r1.3 vfwprintf.c
> --- stdio/vfwprintf.c 28 Ap
On Sun, 8 May 2011 06:36:46 +0600
Alexandr Shadchin wrote:
> Driver xf86-input-synaptics need to build manually:
>
> update src and xenocara tree
> cd /usr/src
> make obj includes
> cd /usr/xenocara/driver/xf86-input-synaptics
> make -f Makefile.bsd-wrapper obj build
Looks like it is now linked
35 matches
Mail list logo