Age | Commit message (Collapse) | Author |
|
also, search from the beginning if a stream or compressed file is
identified as 'binary'.
ok millert@, reported by tedu@, tested by jose@
|
|
|
|
available, plus some other minor cleanup.
New features: Allow explicit precision 0. For infinite sequences,
do not print trailing newline if the counter wraps.
Testing by henning@ and jmc@
ok deraadt@
|
|
|
|
|
|
|
|
|
|
From PR 1974.
ok henning@ jose@
|
|
did not change the order of fields of non-matching lines if no -o
option was used, but -a or -v was specified. This update writes
the join field first, followed by the remaining fields of a
non-matching line.
This change breaks the old security(8), so don't forget to update
/etc/security. From PR 2208. Testing and man page help and ok by jmc@
ok millert@ deraadt@
|
|
|
|
|
|
|
|
|
|
for users to place "sudo -k" in a .logout file which can cause sudo
to be run during reboot after ypbind has died. Previously, this
would result in useless mail and logging. Requested by mickey@
|
|
|
|
|
|
|
|
ssh-keygen; ok markus@
|
|
- make this page look better when formatted as text
- make function descriptions more closely match the man page
- typos
|
|
|
|
|
|
- reference printf(1) for a list of C escapes
|
|
suggested by otto@
|
|
- when newlines are permissible
- effects of null RS
- $NF can be used to find value of last field
- -F [ ] can be used to set FS to a single space
- t and \t are synonyms when used with FS. use [t] for a literal `t'.
- make [prog | -f profile] optional again in SYNOPSIS
Also move the functions to the end of the page for a more logical layout.
|
|
from FreeBSD PR 54879, forwarded by otto@;
ok otto@
|
|
- document default refresh interval
- sync usage() with SYNOPSIS
inspired by PR 3608;
ok deraadt@
|
|
|
|
186 bytes more bytes we can waste elsewhere
|
|
this was in the tested diffs but slipped through when committing unfortunately,
sorry
|
|
|
|
implement -V then. following a discussion with millert@
|
|
and compare it to total_out to detect I/O errors we need to cast total_out
to u_int32_t as the gzip header file is limited to that and total_out is now
64 bits.
ok millert@
|
|
|
|
config file; resolves PR 3578.
ok deraadt@ millert@
|
|
Closes PR 3563
|
|
ok millert@
|
|
DH_GRP_MIN
|
|
for ssh(1), similar to the sshd(8) option; ok beck@; with help from
jmc and dtucker@
|
|
group them according to POSIX - arithmetic, string, I/O, general
and better document how they work.
use section headers for more logical navigation.
ok jose@
|
|
- use .Bk/.Ek for SYNOPSIS
- sort options
- better -width for options list
- reword examples to make them clearer
- fix broken example, as reported by Takanori Isihara
jot.c:
- sync usage() with SYNOPSIS
|
|
Implemented as an in-kernel multicast IP protocol.
Turn it on like this:
# ifconfig pfsync0 up syncif fxp0
There is not yet any authentication on this protocol, so the syncif
must be on a trusted network. ie, a crossover cable between the two
firewalls.
NOTABLE CHANGES:
- A new index based on a unique (creatorid, stateid) tuple has been
added to the state tree.
- Updates now appear on the pfsync(4) interface; multiple updates may
be compressed into a single update.
- Applications which use bpf on pfsync(4) will need modification;
packets on pfsync no longer contains regular pf_state structs,
but pfsync_state structs which contain no pointers.
Much more to come.
ok deraadt@
|
|
|
|
i have replaced the out of date refer(1) stuff with man page references,
and updated the doc slightly to sync with current awk;
ok mickey@
|
|
|
|
- standard options list
- document -V and -d[n]
- -mr and -mf no longer supported
- some formatting issues
- descriptions of examples before examples and indent examples
- update SEE ALSO
ok millert@
|
|
o Realloc cleanup.
o Some long vs int cleanup.
o Implement the Posix defined 0 as -o field value, meaning the join field.
o Allow both -a 1 and -a1, and warn if the backward compatibility "-a without
a number" is used.
ok millert@ deraadt@
|
|
|
|
|
|
ok deraadt@ jmc@
|
|
patterns.
ok deraadt@ jmc@
|