patch for glx manpage typo

2018-05-15 Thread Paulm
Both glx.h and glxtokens.h define a GLX_DOUBLEBUFFER but not a GLX_DOUBLE_BUFFER. Index: glx/xintro.3gl === RCS file: /cvs/xenocara/doc/gl-docs/GL/glx/xintro.3gl,v retrieving revision 1.2 diff -u -p -r1.2 xintro.3gl --- glx/xintro.3gl

fstat(1) patch: display I/O stats in bytes

2018-04-30 Thread Paulm
I rely on the `-s' flag to fstat(1) for a lot of dev work. It's a bit of a pain sometimes that the I/O counter returned has only KByte granularity. I've been modifying fstat.c as needed. This time I considered whether sending a patch would be acceptable. It simply adds a `-b' flag that does the

Re: GCC diff needs testing on multiple arches

2012-08-30 Thread Paulm
On Thu, Aug 30, 2012 at 04:29:26PM -0600, Theo de Raadt wrote: > > On Wed, Aug 29, 2012 at 11:16 AM, Matthew Dempsky > > wrote: > > > First, make sure you're using a reasonably up to date snapshot. > > > You're up to date if "nm /usr/lib/crtbegin.o" mentions __guard_local. > > > > At least two p

kf->f_wbytes = fp->f_rbytes ?

2012-03-28 Thread Paulm
sys/kern/kern_sysctl.c In fill_file2(...) kf->f_wbytes = fp->f_rbytes This produces erroneous output in fstat. Diff is below if this is indeed a typo. Index: kern_sysctl.c === RCS file: /cvs/src/sys/kern/kern_sysctl.c,v retrievi