| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
PR: 17867
Submitted by: Joel Ray Holveck <joelh@gnu.org>
Nagged by: nrahlstr
|
|
|
|
|
|
|
|
| |
Change it to F_SETFD with an arg of 0 to clear O_NONBLOCK.
PR: bin/8681
Submitted by: koyama takahiro <tah@d1.dion.ne.jp>
Prompted by: Nathan Ahlstrom <nrahlstr@winternet.com>
|
|
|
|
|
|
| |
unnecessary forced linewraps on some terminals.
Submitted by: David McNett <nugget@slacker.com>
|
|
|
|
|
|
|
| |
insertion of redundant crlf's. Eliminated the venetian-blind effect
in walled text.
Submitted by: David McNett <nugget@slacker.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
track.
The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
|
|
|
|
|
|
| |
Increase the size of a number of buffers and replace strcpy/strcat/sprintf
with snprintf(). There was a minor and possibly not exploitable security
hole related to one sprintf().
|
|
|
|
|
|
| |
PR: 7278
Reviewed by: phk
Submitted by: Harlan.Stenn@pfcs.com
|
| |
|
|
|
|
|
|
| |
Rewrote allowed character test to be more efficient
Fix screen position calculations: control and 8bit characters was
not counted properly
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
posix standard on the topic.
|
| |
|
|
|
|
|
| |
write and talk are not affected.
Now print out escape sequences in the same way as is done by write(1).
|
|
|