pool page colouring

2014-10-27 Thread David Gwynne
when i shuffled the locking in pools around, page colouring was left behind. page colouring is where you offset items within a page if you have enough slack space. the previous implementation simply incremented the colour so each new page got the next offset. i didnt do this because the page and i

ksh: remove unused SIZEOF_INT

2014-10-27 Thread Martin Natano
The SIZEOF_INT define isn't used since 2004. Let's remove it. Index: config.h === RCS file: /cvs/src/bin/ksh/config.h,v retrieving revision 1.14 diff -u -r1.14 config.h --- config.h14 Mar 2011 21:20:00 - 1.14 +++ config.h

Re: apmd: remove useless defines

2014-10-27 Thread Martin Natano
> Remove now useless defines. > > ok? > > Index: apmd.c > === > RCS file: /cvs/src/usr.sbin/apmd/apmd.c,v > retrieving revision 1.72 > diff -u -p -u -p -r1.72 apmd.c > --- apmd.c26 Oct 2014 22:16:16 - 1.72 > +++ apmd.c

Re: native UTF-8 and ISO-8859-1 *input* support for mandoc(1)

2014-10-27 Thread Ingo Schwarze
Hi Anthony, Anthony J. Bentley wrote on Mon, Oct 27, 2014 at 12:57:10AM -0600: > Ingo Schwarze writes: >> In ports land, many manual pages contain occasional non-ASCII >> characters - even though i don't consider that a particularly >> smart idea, but let's face it, those characters *are* out the

apmd: remove useless defines

2014-10-27 Thread David Coppa
Remove now useless defines. ok? Index: apmd.c === RCS file: /cvs/src/usr.sbin/apmd/apmd.c,v retrieving revision 1.72 diff -u -p -u -p -r1.72 apmd.c --- apmd.c 26 Oct 2014 22:16:16 - 1.72 +++ apmd.c 27 Oct 2014 08: