i386 install bug on recent snap

2014-02-21 Thread Rod Whitworth
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

Re: Vax

2014-02-21 Thread Kenneth Westerback
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

Vax

2014-02-21 Thread deraadt
I would like to thank the members of the community who deliver four vax machines to the project. Vax builds have started again!

Re: rm reference to obsolete functions

2014-02-21 Thread Theo de Raadt
> 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

Re: rm reference to obsolete functions

2014-02-21 Thread Jason McIntyre
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

Re: rm reference to obsolete functions

2014-02-21 Thread Ingo Schwarze
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

Re: yacc spacing

2014-02-21 Thread Christian Groessler
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

Re: yacc spacing

2014-02-21 Thread Joerg Jung
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