| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Fix easy warnings.
Notes:
svn path=/head/; revision=99218
|
|
|
|
| |
Notes:
svn path=/head/; revision=92921
|
|
|
|
|
|
|
|
|
|
|
| |
time_to_xxx() and xxx_to_time() functions. e.g. _time_to_xxx()
instead of time_to_xxx(), to make it more obvious that these are
stopgap functions & placemarkers and not meant to create a defacto
standard. They will eventually be replaced when a real standard
comes out of committee.
Notes:
svn path=/head/; revision=89572
|
|
|
|
| |
Notes:
svn path=/head/; revision=85639
|
|
|
|
| |
Notes:
svn path=/head/; revision=79535
|
|
|
|
| |
Notes:
svn path=/head/; revision=74593
|
|
|
|
|
|
|
| |
Asked by: Sheldon
Notes:
svn path=/head/; revision=58704
|
|
|
|
| |
Notes:
svn path=/head/; revision=58623
|
|
|
|
| |
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=41949
|
|
|
|
|
|
|
|
|
|
| |
a warning related to qsort.
PR: 6420
Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
Notes:
svn path=/head/; revision=35659
|
|
|
|
| |
Notes:
svn path=/head/; revision=27978
|
|
|
|
|
|
|
| |
posix standard on the topic.
Notes:
svn path=/head/; revision=24360
|
|
|
|
|
|
|
|
| |
and utmp sizes.
Replace hardcoded constants by sizeofs or symbolic constants
Notes:
svn path=/head/; revision=20165
|
|
|
|
|
|
|
| |
2.2 candidate
Notes:
svn path=/head/; revision=20156
|
|
|
|
|
|
|
|
|
| |
<sys/dir.h> in applications. Maintained existing (inadequate) ifdefs
for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any
new ones.
Notes:
svn path=/head/; revision=18485
|
|
|
|
| |
Notes:
svn path=/head/; revision=13851
|
|
|
|
| |
Notes:
svn path=/head/; revision=11758
|
|
|
|
| |
Notes:
svn path=/head/; revision=9992
|
|
|
|
| |
Notes:
svn path=/head/; revision=8874
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to be padded to 8 chars. Simply make sure that never more than 8 chars
are printed ( %-.8s ). The former commit otherwise hosed the width
calculation and landed on different positions for the time output.
Also the strlen(xx_out_line) hoses the wide
calculation, so that it sometimes make it much larger than necessary.
Simply use always 8 chars for the out_line calculation now. Looks good
this way.
Notes:
svn path=/head/; revision=5239
|
|
|
|
|
|
|
|
| |
but with a %-8.8s instead. this prevents funny output, if the out_line
contains a long hostname that is larger than 8 chars.
Notes:
svn path=/head/; revision=5235
|
|
Notes:
svn path=/cvs2svn/branches/CHRISTOS/; revision=1590
|