| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
an initial value.
Notes:
svn path=/head/; revision=146752
|
| |
|
|
| |
Notes:
svn path=/head/; revision=141846
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140420
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131491
|
| |
|
|
| |
Notes:
svn path=/head/; revision=116048
|
| |
|
|
|
|
|
| |
especially in troff files.
Notes:
svn path=/head/; revision=108533
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Add some constness to avoid some warnings.
Remove use register keyword.
Deal with missing/unneeded extern/prototypes.
Some minor type changes/casts to avoid warnings.
Reviewed by: md5
Notes:
svn path=/head/; revision=102944
|
| |
|
|
|
|
|
|
|
|
| |
using sizeof() anyway. Use slightly more consistent (per-file) error
reporting for malloc(3) returning NULL. If "malloc failed" was being printed,
don't use err(3). If a NULL format is being used, use err(3). In one case
errx(3) was being used with strerror(3), so just use err(3).
Notes:
svn path=/head/; revision=96785
|
| |
|
|
| |
Notes:
svn path=/head/; revision=95124
|
| |
|
|
| |
Notes:
svn path=/head/; revision=92922
|
| |
|
|
| |
Notes:
svn path=/head/; revision=87701
|
| |
|
|
| |
Notes:
svn path=/head/; revision=81622
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79535
|
| |
|
|
| |
Notes:
svn path=/head/; revision=78737
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70197
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68963
|
| |
|
|
|
|
|
|
|
| |
a name clash with the library functions of the same name (in libncurses).
This problem was masked when building tset shared (the local symbols had
precedence), but caused tset to core dump when it was built -static.
Notes:
svn path=/head/; revision=68617
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68575
|
| |
|
|
|
|
|
|
| |
cheats a bit by accessing the termcap string buffer. A better solution
is needed.
Notes:
svn path=/head/; revision=50638
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50477
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=48792
|
| |
|
|
| |
Notes:
svn path=/head/; revision=48566
|
| |
|
|
|
|
|
| |
Pointed-out-by: Jesus Monroy <jesus.monroy@usa.net> in freebsd-doc
Notes:
svn path=/head/; revision=48165
|
| |
|
|
|
|
|
|
|
|
|
|
| |
plain 0 should be used. This happens to work because we #define
NULL to 0, but is stylistically wrong and can cause problems
for people trying to port bits of code to other environments.
PR: 2752
Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
Notes:
svn path=/head/; revision=29574
|
| |
|
|
| |
Notes:
svn path=/head/; revision=28370
|
| |
|
|
|
|
|
| |
posix standard on the topic.
Notes:
svn path=/head/; revision=24360
|
| |
|
|
| |
Notes:
svn path=/head/; revision=9941
|
| |
|
|
| |
Notes:
svn path=/head/; revision=9889
|
| |
|
|
|
|
|
| |
Eliminate ospeed switch using new _set_ospeed function
Notes:
svn path=/head/; revision=9888
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8524
|
| |
|
|
|
|
|
| |
system defaults which is always the same
Notes:
svn path=/head/; revision=7412
|
| |
|
|
|
|
|
| |
It helps for rlogin/telnet to another systems without our termcap
Notes:
svn path=/head/; revision=4244
|
| |
|
|
| |
Notes:
svn path=/head/; revision=3397
|
| |
|
|
| |
Notes:
svn path=/head/; revision=3390
|
| |
|
|
|
|
|
| |
already removed from 4.4 termcap
Notes:
svn path=/head/; revision=2774
|
| |
|
|
|
|
|
|
|
| |
but termios speed range is [0..115200]. Of cource ospeed initialized
with wrong value too which cann affects terminals with padding, fixed.
57600,115200 added.
Notes:
svn path=/head/; revision=2599
|
| |
|
|
|
|
|
| |
first two-letter names (from 1.1.5.1)
Notes:
svn path=/head/; revision=2598
|
|
|
Notes:
svn path=/cvs2svn/branches/CHRISTOS/; revision=1590
|