Age | Commit message (Collapse) | Author |
|
ok millert
|
|
OK claudio@
|
|
|
|
reported by Han Boetes.
while here, rename re_buff accordingly for consistency.
ok florian@
|
|
pkg_add(1) to work properly.
Keep previous Defaults env_keep that were mostly used for building src
and ports only for users in the 'wsrc' group.
Add commented ftp_proxy http_proxy.
People wanting VISUAL/PAGER/EDITOR... can easily set it up... or it will
be another commit.
discussed^bikeshedded with many
ok nick@ dcoppa@ espie@ sthen@ millert@
|
|
req. by krw@ millert@
|
|
discussed with and ok miod@
|
|
them via sysctl(KERN_PROC). In struct kinfo_proc the per-process
flags move to p_psflags, leaving the per-thread flags in p_flags.
Flag descriptions in ps(1) updated to be less obtuse.
discussed with matthew@ some time ago; ok jca@, manpage bits ok jmc@
|
|
|
|
(5 arrays of that size, so we're talking a data increase of 2.5K)
okay otto@
|
|
Joris Giovannangeli.
|
|
swp AT swp.pp.ru; ok dtucker@
|
|
listen address has been overridden by the server's GatewayPorts;
ok dtucker@
|
|
|
|
when resuming sftp transfers. bz#2137; patch from Iain Morgan; ok dtucker@
|
|
terminfo entries for most terminals are too large to fit within the
1023 bytes allowed for termcap. We're better off without it.
OK espie@ jmc@
|
|
Req by/ok ajacoutot@
|
|
different meanings, that cannot be helped. But we can make this less
confusing by stating that the second instance refers to stuff like (2),
(3), and (9), and by adding the sections header the first instance
refers to, for example ERRORS or RETURN VALUES.
Source for confusion noticed by Jan Stary <hans at stare dot cz>,
better wording suggested by jmc@, tweaked by me.
|
|
This fixes horizontal spacing when an Ns macro follows a block-closing
macro and the corresponding block-opening macro is not on the same line.
|
|
one, so they miss the clearing of MDOC_NEWLINE in mdoc.c, node_alloc().
Consequently, MDOC_NEWLINE must be cleared before processing the next
macro on the same line.
This fixes horizontal spacing for input lines beginning like .Oc Ns ...
Issue found by Franco Fichtner <franco at lastsummer dot de>
while working on DragonFly mandoc integration.
|
|
whether they are the first macro on the line or called by another macro.
To help debugging, indicate this property "first macro on a new input line"
by prefixing an asterisk to the line number in -Ttree output.
|
|
- use standard wording
- intermingling stuff was removed in issue 6
ok jca
|
|
struct in_addr in a reply; simpler just use use buffer_put_int();
from portable; spotted by and ok dtucker@
|
|
ok espie@ dcoppa@ sthen@ millert@
|
|
exclamation mark rather than a bang;
From: Ross L Richardson
|
|
ok dtucker@
|
|
is not compiled on OpenBSD but don't leave bad examples lying around
if avoidable.
ok millert@
|
|
and probably others.
ok reyk@
|
|
Remove the remaining differences with NetBSD nl.1 regarding
STANDARDS and `-' handling. Discussed with jmc@
|
|
ok otto@
|
|
ok otto@
|
|
|
|
|
|
on tech@, among which `-' syntax for stdin, multibyte delimiter support
(based on FreeBSD) and various code simplifications. Original diffs
from pascal@ and later Arto Jonsson (ajonsson at kapsi dot fi),
comments and work by others, especially millert@.
"That looks good to me." millert@
|
|
kerberos support is currently not enabled in ssh in OpenBSD. Discussed with
various people; ok deraadt@
|
|
Also add a new -B command line flag that works like -b but waits some
cycles before dumping anything to the console.
With much help from jmc@
OK jj@ lambert@ jmc@
|
|
OK millert@
|
|
|
|
slowcgi(8) instead of the old "Apache" httpd(8).
Requested by florian@ and my others.
ok jmc@
|
|
does this itself, inside itself, and has for a very long time.. Actually,
this was probably reducing the entropy available.
ok djm
|
|
|
|
|
|
more often and exit with a non zero code if asked to find a hostname
in a known_hosts file and it wasn't there;
originally from reyk@, ok djm
|
|
make.1 part From: Christian Schulte
|
|
npppd ok yasuoka@
ok millert@
|
|
From: Zeljko Jovanovic
|
|
anyway via rexec and explicit privsep reseeds, but it's good to be sure.
ok markus@
|
|
suggestions and ok millert@
|
|
Reduce the #includes to take advantage of that.
ok millert@ otto@
|
|
from int to size_t, to match some existing ones (offset, *rmargin, viscol).
Move some related local variables from int to size_t as well.
Needed as a preparation to make a generalized adjbuf() function available
beyond the file term.c, i.e. in mandoc.c.
Also saves a couple of ugly casts.
|