Age | Commit message (Collapse) | Author |
|
wide, so they support up to 33bits. Take advantage of the extra bits by
no longer forcing them into 32bit ints before the time_t conversion. This
gets us another 204 years of range once time_t changes type
ok deraadt@ tedu@
|
|
|
|
This lets us use UTIME_OMIT instead of having to lstat() the file
when we want to preserve one of the times. Remove casts to long
for tv_sec to prepare for upcoming time_t changes. OK deraadt@
|
|
being checked after it was overwritten by the next block read in.
Eliminate the argument aliasing that led to this being overlooked
by passing rd_xheader() the size and typeflag directly.
problem discovery and ok fgsch@
|
|
handled.
input from zhuk and guenther. tested by zhuk and sthen on a bulk.
ok guenther.
|
|
issues with some crappy tar archive readers out there that rely on the
fact that directory entries ends up with "/" when created by GNU Tar, and
now I'm finishing this commit message by mentioning people who gave input
and okays: deraadt@ millert@ jmc@
|
|
|
|
|
|
|
|
occurrences to get_line().
Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech.
|
|
specifically, rewrite them to permit some markup in the column headers,
and use "Ta" instead of literal tabs; mandoc does not currently match groff
100%, but a mandoc fix may be some time off, and we've gone enough releases
with poorly formatting column lists.
in some cases i have rewritten the lists as -tag, where -column made
little sense.
|
|
construct;
this also sidesteps what seems to be a problem with mandoc, in that
"-column -compact" seems to mess up the formatting. thus these pages should
now have their lists formatted nicely (i.e. correctly aligned and with indent
applied);
as a side note, the fact that headers are not properly marked up is another
issue which will be addressed separately (a mandoc fix is needed, i think).
i have fudged a few of these to mark up properly, since the workaround does
make sense for some pages.
as another side note, i haven;t fixed man7, as i need to prepare a separate
diff for kristaps and ingo.
|
|
specifically
ok nicm
|
|
because they are not argument names, but have to be used verbatim.
Both jmc@ and sobrado@ agree to remove the .Ar markup,
and it was Jason's idea to not use any other markup instead.
"believe me, not everything in the cosmoverse requires markup" jmc@
|
|
tar file manipulation. with advice from guenther and jmc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
linked list, found by parfait, ok jsg
|
|
|
|
people about the potential for memory leaks when realloc is use sloppily
ok miod
|
|
ok otto@
|
|
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms
|
|
ok jmc@
|
|
prefix (155) + / (1) + name (100) = 256 characters; not 255 characters
ok otto@, millert@
|
|
OK millert
|
|
|
|
updates to follow;
|
|
jmc@ suggested replacing ".Op Ar file ..." with just ".Op Ar",
and provided excellent feedback about where placing the .Bk/.Ek macros.
ok jmc@
|
|
|
|
you to install the bzip2 pkg (or add bzip2 in another way).
ok millert@ otto@ deraadt@ and 'many others'@
man page tweak from jmc@
|
|
wrap options around to fill out the 80 columns; spacing.
tweaked by jsing@, thank you very much!
ok jsing@
|
|
ok (some time ago) jmc@
|
|
not one changed, we should not exit with an error but zero to indicate
success (matches solaris behaviour).
need to track wether files were skipped because of the -u checks for that
and take that into account later when taking the exit code decision.
ok theo, comments from otto and miod
|
|
OK otto@
|
|
|
|
|
|
- note which options are extensions to POSIX
discussed w/ deraadt otto millert
|
|
as per POSIX. From Igor Sobrado via jmc@. OK otto@
|
|
help/ok otto
|
|
|
|
|
|
|
|
|
|
(multiple) -C options are present and/or (multiple) file selections
args are used. Based on a diff in NetBSD PR 22995. Tested by ckuethe@
and jaredy@; ok jaredy@
|
|
Fix by Tobias Stoeckmann <tobias at bugol dot de> in PR 5193.
|
|
Found and fix provided by Alf Schlichting <a dot schlichting at
lemarit dot com>.
OK millert@ and markus@.
|