glob_extend() would completely fail to work, or return incorrect
data if it wasn't being passed the current getopt "optarg" variable
as it used the global variable, instead of the passed parameters.
---
src/shared/util.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/shar
source_io_register errors out with EEXIST, but that's supposed to be
harmless for epoll [1]:
Q1: What happens if you add the same fd to an epoll_set twice?
A1: You will probably get EEXIST. However, it is possible that two
threads may add the same fd twice. This is a harmless condition.
I assume
On Wed, 2013-10-09 at 17:33 +0300, Mantas Mikulėnas wrote:
> On Wed, Oct 9, 2013 at 3:59 PM, Colin Walters wrote:
> > Your patch seems to be at odds with the commit message; since
> > DBUS_SESSION_BUS_ADDRESS won't be set for the user bus, we won't
> > attempt a connection, right?
>
> In the curr
On Sun, Oct 06, 2013 at 05:20:58AM +0200, Zbigniew Jędrzejewski-Szmek wrote:
> Hi,
>
> sorry for the long delay. I was expecting this review to take
> some time, and I was right :)
>
> I started by running test-ellipsize under valgrind, and found
> that there unitialized memory was written. There
On Sun, 2013-10-13 at 22:45 +0200, Lennart Poettering wrote:
> On Sun, 13.10.13 22:40, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote:
>
> Humm. So I am very conservative regarding adding vendor specific hacks
> to userspace that go that low-level into the system. Given that the
> kernel ha
On Sun, 2013-10-13 at 22:40 +0200, Zbigniew Jędrzejewski-Szmek wrote:
> On Sun, Oct 13, 2013 at 09:50:59PM +0200, Bastien Nocera wrote:
> >
> > Instead of using the kernel's hybrid sleep, use the firmware for
> > laptops that support Intel Rapid Start, as explained in:
> > http://mjg59.dreamwidth.
On Sun, 13.10.13 22:40, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote:
Humm. So I am very conservative regarding adding vendor specific hacks
to userspace that go that low-level into the system. Given that the
kernel has support for interl rapidstart anyway, why isn't this exposed
properly
On Sun, Oct 13, 2013 at 09:50:59PM +0200, Bastien Nocera wrote:
>
> Instead of using the kernel's hybrid sleep, use the firmware for
> laptops that support Intel Rapid Start, as explained in:
> http://mjg59.dreamwidth.org/26022.html
> and implemented in:
> https://git.kernel.org/cgit/linux/kernel/
On Sun, Oct 13, 2013 at 09:50:59PM +0200, Bastien Nocera wrote:
> +r =
> read_one_line_file("/sys/bus/acpi/devices/INT3392:00/wakeup_events", &p);
/sys/bus/acpi/drivers/intel_rapid_start/*/wakeup_events would be better,
if there's any way to use wildcards here. It's possible that later
On Sun, Oct 13, 2013 at 10:09:28PM +0200, Bastien Nocera wrote:
> On Sun, 2013-10-13 at 20:57 +0100, Matthew Garrett wrote:
> > On Sun, Oct 13, 2013 at 09:50:59PM +0200, Bastien Nocera wrote:
> >
> > > +r =
> > > read_one_line_file("/sys/bus/acpi/devices/INT3392:00/wakeup_events", &p);
>
On Sun, 2013-10-13 at 20:57 +0100, Matthew Garrett wrote:
> On Sun, Oct 13, 2013 at 09:50:59PM +0200, Bastien Nocera wrote:
>
> > +r =
> > read_one_line_file("/sys/bus/acpi/devices/INT3392:00/wakeup_events", &p);
>
> /sys/bus/acpi/drivers/intel_rapid_start/*/wakeup_events would be better
Instead of using the kernel's hybrid sleep, use the firmware for
laptops that support Intel Rapid Start, as explained in:
http://mjg59.dreamwidth.org/26022.html
and implemented in:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/log/drivers/platform/x86/intel-rst.c
---
src/shared/
On Sun, Oct 13, 2013 at 12:20 AM, Kok, Auke-jan H
wrote:
>> +KERNEL=="null",SMACK="*"
What is SMACK=?
(and add a space after the ',' please)
Kay
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/l
13 matches
Mail list logo