I can see why this one goes unnoticed.
When I grab a snapshot and install on a test machine I make a practice
of deleting the k partition because I don't need it and it takes ages
to newfs it. (Slow Atom box)
Today it caught me. Going through the usual accept defaults (as much as
possible) I hit
On 21 February 2014 18:21, wrote:
> I would like to thank the members of the community who deliver four
> vax machines to the project.
>
> Vax builds have started again!
>
Snaps at 11! (i.e. November). :-)
Ken
I would like to thank the members of the community who deliver four
vax machines to the project.
Vax builds have started again!
> what do you want here, really? in my opinion, readers of section one
> pages should not be pointed to code. yes, yes, yes, other people
> disagree. but no one using sleep(1) will care.
>
> so you propose to remove the Xr to alarm(). that's a function mandated
> by posix. why make people less awa
On Fri, Feb 21, 2014 at 11:45:26PM +0100, Ingo Schwarze wrote:
> Hi,
>
> Jan Klemkow wrote on Wed, Jan 29, 2014 at 08:44:05PM +0100:
>
> > I've made a little diff to clean up some manpages with references to the
> > obsoleted functions usleep(1), alarm(3).
>
> Actually, i like this diff and woul
Hi,
Jan Klemkow wrote on Wed, Jan 29, 2014 at 08:44:05PM +0100:
> I've made a little diff to clean up some manpages with references to the
> obsoleted functions usleep(1), alarm(3).
Actually, i like this diff and would like to commit it,
for the following reason: We include pointers in SEE ALSO
On 02/21/14 09:52, Joerg Jung wrote:
Am 21.02.2014 um 03:54 schrieb Ted Unangst :
Otherwise it mostly replaces four spaces with a
tab
Isn't a TAB 8 characters?
regards,
chris
Am 21.02.2014 um 03:54 schrieb Ted Unangst :
> While I was poking around yacc, I noticed that skeleton.c used a
> handrolled fputs instead of calling the function. Fixing that, I
> noticed the code wasn't indented nicely. Fixing that, I figured if
> I've already messed with output.c, I should ind