Age | Commit message (Collapse) | Author |
|
|
|
CAST_KEY is constructed. This is expected to reduce blood pressure in
auditors.
|
|
guenther@ and kettenis@ confirmed that while not strictly necessary on
OpenBSD we should include both time.h and sys/time.h.
|
|
|
|
|
|
|
|
|
|
on the eBenton EBT700, for the PMON flavour found on these systems won't
recognize the filesystem correctly otherwise; researched and reported by
Ban Keong Yee.
|
|
compiled-in string. This is not a security risk, we read the file
manpath.conf from the same directory, anyway. No error handling
is needed; even if the files are absent, that's not an error.
This is more flexible without causing complication of the code or
the user interface. It helps the upcoming revamp of the online
manual pages on man.NetBSD.org.
Based on an idea by Jean-Yves Migeon <jeanyves dot migeon at free dot fr>,
but implemented in a much simpler way.
|
|
are running.
In batch mode we are only reading from stdin and writing to stdout.
If no file is specified we are reading from stdin, writing to stdout
and need to control the tty for readpassphrase.
OK deraadt@ on an earlier version some time ago.
|
|
|
|
|
|
After initialization slowcgi accepts from a AF_UNIX socket, forks and
execs. After fork we only need to close(2), chdir(2) and exec.
OK benno@
|
|
OK benno@
|
|
|
|
ok nicm@
|
|
ok and suggestions from nicm@
|
|
1) The main process listens on sockets and accepts connections. It
creates and opens log files, creates and kills child processes. On
start up and on receiving a HUP signal it parses the configuration. It
passes on file descriptors for logging or requests to it's children.
2) The logger process writes log messages to a file descriptor passed
in from the main process.
3) The server process reads the request from a file descriptor passed
in from the main process. It reads a file or creates a directory index
to send a response.
Additionally this process handles fastcgi requests. It connects to
AF_UNIX, AF_INET or AF_INET6 sockets. A re-factoring might make it
possible to drop the additional fastcgi privileges when only static
files are served.
with deraadt@ some time ago
prodding & OK deraadt@
tweaks and OK reyk@
|
|
From Kevin Reay, ok sthen@
|
|
|
|
These are the direct sources from NLnet Labs upstream, minus these:
compat contrib libunbound/python pythonmod testcode testdata winrc
ok deraadt@ jakob@
|
|
ok nicm@
|
|
|
|
|
|
|
|
|
|
|
|
(event though the documentation does not yet state that proc allows
setpriority for renice)
Problem found by me, tweak suggested by theo buehler
Committed prompted by deraadt@
|
|
in /usr/src/share/locale/ctype/en_US.UTF-8.src, with one single
exception: Keep U+00AD SOFT HYPHEN at width 1 rather than moving
it to width 0, a tradition already observed in the old
https://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c .
While here, manually rebalance the btree for optimal lookup speed.
OK nicm@
|
|
While here, make it clear that `-' and `|' are only special in local,
not in remote filenames.
Probably, `|' support should be removed from ftp(1), but let's fix one
thing at a time.
OK jmc@
|
|
Use a slightly larger pledge, earlier on.
from gregor best
|
|
some newer mice
ok miod
|
|
ok deraadt@
|
|
ok benno phessler
|
|
infamous cups bug.
- look for candidates in the whole new set first. Yep, that includes kept
packages (should make things slightly faster, I expect)
- correctly remove caching of list of installed packages outsides of old
packages from the current set each time we revisit the set (looking at the
old behavior this actually sounds very likely).
|
|
|
|
|
|
|
|
to the 'struct ifqueue' description for net.inet.ip.ifq to reduce chance of
them getting out of sync. ok logan, ok/tweak mikeb
|
|
|
|
with route lookups. Check wether ARP sender or target protocol
address is a local IP address. Remove the loop that checks wether
any IPv4 address is configured on the receiving interface.
input, test, OK mpi@
|
|
also remove trailing whitespaces while here
no binary change
ok sunil millert gilles
|
|
net.inet6.ip6.ifq -> net.inet6.ip6.ifq.len
Pointed out by Mike Belopuhov
|
|
Initial diff by Kevin Reay.
|
|
From Kevin Reay, ok sthen@
|
|
From Kevin Reay
|
|
OK dlg@
|
|
|
|
ok many
no objections from anyone
|
|
while here, knock out a double rcs id
|