mg end of buffer page down diff

2012-05-25 Thread Mark Lumsden
When you page down a document and get to the last page, mg doesn't stop, it keeps going until the last line is at the top of the window. This diff makes mg stop paging down when the end of the text is visible. Comments/ok? -lum ps some whitespace for readability added. Index: basic.c

mg history and window relocation

2012-05-25 Thread Mark Lumsden
Move the windows section in the tutorial to a more sensible place (next to buffers) and move the mg history into the README file which seems a more sensible place as well. ok? -lum Index: README === RCS file:

ftp synopsis

2012-05-25 Thread Jason McIntyre
the size of ftp's synopsis is making it very ugly. any objections to shortening it? i.e. this diff is cosmetic. jmc Index: ftp.1 === RCS file: /cvs/src/usr.bin/ftp/ftp.1,v retrieving revision 1.82 diff -u -r1.82 ftp.1 --- ftp.1

Re: Intel Atom E600 watchdog(4) support

2012-05-25 Thread Matt Dainty
* Miod Vallat m...@online.fr [2012-05-24 09:30:37]: We typically prefer shorter names. tcpcib might not be such a bad name. Come on. It obviously has to be yapcib since it's yet another pcib. Third time lucky, I've renamed the driver to tcpcib, (as much as I'd love to call it yapcib ;-).

Re: Memory leak in snmpd(8)

2012-05-25 Thread Joel Knight
On Thu, May 24, 2012 at 8:16 AM, Kenneth R Westerback kwesterb...@rogers.com wrote: Calling mib_carpget() seems a tad over complex. Wouldn't the diff below make it cleaner? Untested except by gcc. And doesn't the socket 's' leak too, or does SIOCGVH returning -1 mean 's' was closed? Ken,