Re: rm(1) static addition

2013-04-28 Thread Eitan Adler
On 28 April 2013 15:25, Marc Espie wrote: > On Sat, Apr 27, 2013 at 09:12:21AM -0400, Eitan Adler wrote: >> FWIW I don't believe this sort of patch significantly affects >> debugging because that should be done with -O0 -g anyways. > > Bwahahaha > > You're lucky to not run into compiler bugs that

Re: rm(1) static addition

2013-04-28 Thread Marc Espie
On Sat, Apr 27, 2013 at 09:12:21AM -0400, Eitan Adler wrote: > FWIW I don't believe this sort of patch significantly affects > debugging because that should be done with -O0 -g anyways. Bwahahaha You're lucky to not run into compiler bugs that only show up with -O2. Good luck figuring THOSE out w

Re: Removing -Wno-format from kernel makefiles

2013-04-28 Thread Stefan Fritsch
On Sun, 28 Apr 2013, Stefan Fritsch wrote: > On Sun, 21 Apr 2013, Stefan Fritsch wrote: > > On Sunday 21 April 2013, Philip Guenther wrote: > > > Maybe this should be handled the bool bits in , > > > wrapping them in #ifdef _KERNEL ? > > > > #ifdef _KERNEL is fine with me. > > OK for the patch b

Test needed: ehci(4) suspend/resume rework

2013-04-28 Thread Martin Pieuchot
Diff below is a rework of the suspend/resume logic in ehci(4). If you're not interested in the full story below, please make sure it doesn't introduce any regression on your machine(s) and, in any case report to me (with your dmesg!) thanks :) Full story: So this diff changes the way we supsen

Re: Bug with setlocale and __mb_cur_max

2013-04-28 Thread Vladimir Támara Patiño
On Fri, Apr 26, 2013 at 01:04:26PM +0200, Stefan Sperling wrote: Regarding your test program, I have a small nit: You've sent a test program that uses the es_CO locale, which probably only exists on your own patched system, so the test program doesn't work elsewhere. Please consider sending test

Re: Removing -Wno-format from kernel makefiles

2013-04-28 Thread Stefan Fritsch
On Sunday 28 April 2013, Mark Kettenis wrote: > Just drop the ptrdiff_t bit completely please. I > don't think it should be used in the kernel; there always is a > more appropriate kernel type to use. Does it then still make sense to use %td in printf for differences of pointers, or should we s

Re: Removing -Wno-format from kernel makefiles

2013-04-28 Thread Mark Kettenis
> Date: Sun, 28 Apr 2013 11:52:47 +0200 (CEST) > From: Stefan Fritsch > > On Sun, 21 Apr 2013, Stefan Fritsch wrote: > > On Sunday 21 April 2013, Philip Guenther wrote: > >> Maybe this should be handled the bool bits in , > >> wrapping them in #ifdef _KERNEL ? > > > > #ifdef _KERNEL is fine with

Re: Removing -Wno-format from kernel makefiles

2013-04-28 Thread Stefan Fritsch
On Sun, 21 Apr 2013, Stefan Fritsch wrote: On Sunday 21 April 2013, Philip Guenther wrote: Maybe this should be handled the bool bits in , wrapping them in #ifdef _KERNEL ? #ifdef _KERNEL is fine with me. OK for the patch below? --- a/gnu/gcc/gcc/c-format.c +++ b/gnu/gcc/gcc/c-format.c @@ -

Re: [PATCH] add exit codes to biff.1

2013-04-28 Thread Jason McIntyre
On Fri, Apr 26, 2013 at 07:17:27PM +0100, Jason McIntyre wrote: > On Fri, Apr 26, 2013 at 08:07:42AM -0400, Ryan Kavanagh wrote: > > Hi Jason, > > > > On Tuesday, April 23, 2013 at 08:08:59 +0059, Jason McIntyre wrote: > > > i've committed this, but used the text from freebsd's man page. it was >