| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
them in libc for a very long time. OK guenther@.
|
|
|
|
|
|
|
|
| |
`net.pipex.enable' to enable PIPEX. By default, pipex is disabled
and it will not process packets from wire. Update man pages and
update HOWTO_PIPEX_NPPPD.txt for testers.
discussed with dlg@, ok deraadt@ mcbride@ claudio@
|
| |
|
| |
|
|
|
|
| |
is big endian.
|
|
|
|
|
|
|
|
|
|
|
| |
behaves as if SO_KEEPALIVE was set on all TCP sockets, forcing keepalives
to be sent every net.inet.tcp.keepidle half-seconds.
In conjunction with a keepidle value greatly reduced from the default,
this can be useful for keeping sessions open if you are stuck on a network
with short NAT or firewall timeouts.
Feedback from various people, ok henning@ claudio@
|
|
|
|
|
| |
getent() as toprec. Make cap_mkdb faster when building termcap.db.
OK nicm@
|
| |
|
|
|
|
| |
database on the vax, similarly like has been done in gen.
|
| |
|
|
|
|
|
|
|
| |
and llib-lwrap.ln databases; so that the lint features doing format
strings checks are enabled by default.
Looks good to millert@.
|
|
|
|
|
|
|
| |
database on platforms without extended-precision floating-point
support.
Seems like a reasonable approach to millert@.
|
|
|
|
|
|
|
|
| |
an error is returned but closedir() is not called.
spotted and fix provided by Frank Denis obsd-tech@pureftpd.org
ok otto@, millert@
|
| |
|
|
|
|
| |
OK tedu@.
|
|
|
|
|
|
| |
reentrant getgrent functions (getgrgid_r, getgrnam_r).
seems reasonable to millert@, ok deraadt@
|
|
|
|
|
|
|
| |
prompted by deraadt
original issue (mandoc has no support for \*(Px) reported by Matthew Dempsky;
kristaps and ingo are looking at whether to add support for the Px or not;
|
|
|
|
| |
we don't document the i386/amd64 denormalization exception.
|
|
|
|
|
|
| |
Instead, just document what POSIX requires.
Reminded of the problem by joachimschipper dot nl,
Feedback from matthew@, krw@, deraadt@, and ok deraadt@.
|
| |
|
|
|
|
|
| |
discussed with millert and guenther
ok guenther
|
|
|
|
|
|
|
| |
as requested and give a correct estimate when they don't all fit,
and in unvis() decode them instead of erroring
ok nicm@, deraadt@
|
|
|
|
|
|
|
|
|
| |
in libkvm with the stable-ABI versions that are currently named
KERN_PROC2, kvm_get{proc,argv,envv}2(). The latter names and symbols
will continue to be supported for a few releases.
Committing now that they ports people have had a couple releases
to update pkgs that usd the old functions
|
|
|
|
|
| |
or equal PATH_MAX. Based on similar fix made in NetBSD.
ok miod@ millert@
|
|
|
|
| |
the \: roff escape is an optional line break.
|
|
|
|
|
|
| |
and sanity check arguments (these will be unnecessary when we switch
struct glob members from being type into to size_t in the future);
"looks ok" tedu@ feedback guenther@
|
| |
|
|
|
|
| |
tedu agreed with an idea, tested by Luis Useche and me; ok deraadt
|
|
|
|
|
|
|
|
| |
so it works correctly with large offsets (and matches other systems).
This requires adding a new getdirentries syscall, with the old one
renamed to ogetdirentries. All in-tree consumers of getdirentries()
have been updated. Bump libc and libpthread major numbers.
OK and with deraadt@
|
|
|
|
| |
a libc crank is happening in < 24 hours
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
from ARG_MAX to 64K.
Fixes glob-using programs (notably ftp) able to be triggered to hit
resource limits.
Idea from a similar NetBSD change, original problem reported by jasper@.
ok millert tedu jasper
|
|
|
|
|
|
|
|
|
|
|
| |
There's not much use for the declassified cipher from the 80's
with a questionable license these days. According to the FIPS
drafts, Skipjack reaches its EOL in December 2010.
The libc portion will be removed after the ports hackathon.
djm and thib agree, no objections from deraadt
Thanks to jsg for digging up FIPS drafts.
|
| |
|
| |
|
|
|
|
| |
line up nicely. OK deraadt@
|
|
|
|
|
|
|
|
|
|
|
| |
information that is looked up while matching glob(3)s
Keeping this information around can make a big difference when
fetching it is expensive, e.g. in sftp which uses GLOB_ALTDIRFUNC
feedback millert@ jmc@
"get it in before the libc crank" deraadt@
|
|
|
|
| |
revert that part of yesterday's diffs;
|
| |
|
|
|
|
|
|
|
|
|
| |
idiotically accepts more then two hex digits following the \x, even
on platforms where a char has 8 bits. It is therefore dangerous to have
an almost-bit-not-quite compatible format in vis(3).
The VIS_ALL (encode all characters) option introduced in the same commit
remains.
|
|
|
|
|
|
|
|
| |
and VIS_HEX - use C89 \xff style hexadecimal encoding.
Teach unvis(3) how to deal with the hex encoding.
feedback and ok millert@ chl@
|
|
|
|
|
|
| |
machdep.console_device that's only implemented on a few architectures.
ok deraadt@, miod@
|
| |
|
| |
|
|
|
|
| |
who asked me to commit because he is just running out of the door.
|
| |
|
|
|
|
| |
ok nicm@
|
|
|
|
|
| |
brad and millert, with hints from guenther, jmc, and otto I think.
ok previous.
|
|
|
|
|
|
| |
get suspended normally when not the foreground process. Fix potential
infinite loop when restoring terminal settings if process is in the
background when restore occurs. OK miod@
|
|
|
|
|
|
|
| |
identifier, allowing the disk to be identified without relying on the
device name.
ok deraadt@ krw@ beck@ marco@ todd@
|