| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
found by Svyatoslav Mishyn <juef at openmailbox dot org>
with the clang static analyzer.
|
|
|
|
| |
found by Svyatoslav Mishyn <juef at openmailbox dot org> with cppcheck.
|
|
|
|
|
| |
fixing a pasto introduced in the previous commit;
found by Svyatoslav Mishyn <juef at openmailbox dot org> with cppcheck.
|
|
|
|
|
|
| |
files are copied to. Error out with 'cross-device install' if not.
ok millert@, ok deraadt@ & jsing@ for previous version
|
|
|
|
| |
ok millert@, ok eric@
|
| |
|
|
|
|
| |
needed here. ok deraadt@
|
|
|
|
| |
was forgotten. Just call isatty(). ok deraadt@
|
|
|
|
|
|
|
|
|
|
| |
buffer. Previously, when refreshing the buffer the files marked for
deletion would be lost.
Since the relationship between the files that have been marked for
deletion and those that exist on disk is volatile, I have chosen to
implement the discovery of marked files during the refresh function as
opposed to maintaining a dired buffer specific list.
|
| |
|
|
|
|
| |
pointed out by semarie@... I need some sleep :/
|
|
|
|
| |
req. by semarie@
|
|
|
|
| |
OK deraadt@
|
|
|
|
|
|
|
| |
doing ASCII handling once rather than twice, and using <= rather
than ((&~)==) obfuscation (which already caused a bug in the past).
No functional change.
Joint work with and OK stsp@ semarie@ bentley@
|
|
|
|
|
|
| |
There is no need to mop this up everywhere, but at least style(9)
should show modern rather than historic style.
OK millert@ tedu@
|
|
|
|
| |
From & OK deraadt@
|
|
|
|
|
|
|
|
| |
reliability has improved, and other repair methods are easier from
bsd.rd or whatnot. As a static binary ftp has limited ASLR, yet it has
7 libraries... Making it non-static means the ASLR picture improves.
Let's see who moans first.
ok miod daniel
|
|
|
|
| |
except kvm_mkdb also does "getpw".
|
|
|
|
| |
issue noticed by tim@, solution suggested by deraadt@
|
|
|
|
| |
until the bitter end.
|
|
|
|
|
|
|
| |
In UTF-8 output, that renders as ASCII HYPHEN-MINUS (U+002D)
rather than HYPHEN (U+2010), which looks better and matches groff.
In ASCII output, it makes no difference.
Suggested by naddy@.
|
| |
|
| |
|
|
|
|
|
|
| |
route lookups won't be needed; so expand the pledge setup to handle
3 codepaths.
from theo buehler
|
|
|
|
|
|
| |
shouldn't do things with filesystem.
ok deraadt@ millert@
|
|
|
|
|
| |
and use the one in the base install, but have their own copy.
ok millert sthen miod daniel
|
|
|
|
|
|
| |
also the comment above IFQ_ENQUEUE that says the pattr argument is unused.
ok mpi@
|
|
|
|
| |
ok sthen@
|
| |
|
|
|
|
| |
ok jsg@
|
|
|
|
| |
ok mikeb@
|
|
|
|
| |
ok mikeb@ mpi@
|
|
|
|
|
|
|
| |
return EPNOTSUPP for SIOCGLIFPHYTTL and SIOCGVNETID. all so drivers
dont have to do these checks themselves.
ok mikeb@ mpi@
|
|
|
|
| |
^
|
|
|
|
|
|
|
|
|
|
|
| |
if_input() and to have a counterpart for bridge_ifenqueue() that helps
to understand the traffic/code flow in bridge better. The bridge
currently only puts a single packet on the input mbuf list, and
changing will need to undo part of this commit, but it still makes
sense to have a well-defined call for the ports receive path.
No functional change.
OK mpi@
|
|
|
|
|
|
| |
potential crash. This must have somehow been working by magic.
Fruther cleanup of QoS support in this driver is very much needed.
ok mpi@
|
|
|
|
|
|
| |
A pledged program is not allowed to change user/group for others.
"I think that makes the most sense" @sthen
|
|
|
|
|
| |
how broken other systems are.
ok guenther gilles
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This helps the ntp process to a) give a better pledge(2) and to b)
keep the promise of "saving the world again... on time" by removing
the delays that have been introduced by expensive constraint forks.
The new design offers better privsep but introduces a few more imsgs
and runs a little bit more code in the privileged parent. The
privileged code is minimal, carefully checked, and does not attempt to
"parse" any contents; the forked constraints instantly drop all
privileges and pledge to "stdio inet".
OK beck@ deraadt@
|
|
|
|
| |
from pgoyette (netbsd -r1.26)
|
|
|
|
| |
ok jsg
|
|
|
|
|
|
|
|
| |
error was present in the original 2004 commit, so it hasn't been used in
over 11 years, thus exceeding our deprecation requirements by over a decade.
OpenSSL has chosen to *fix it*; we'll gladly watch it burn
ok jsing@
|
| |
|
|
|
|
| |
the actual order of use is tty, rpath, stdio or fattr)
|
|
|
|
| |
ok jsg
|
|
|
|
|
|
|
| |
Otherwise, lay the groundwork for whether a gzip program may be run or not.
After such a gzip program is started, pledge the program will not exec
again. Took a few iterations to get this going... it is looking good.
with guenther.
|
| |
|
|
|
|
|
|
|
|
| |
it needs rpath for reading /dev/mem (at least):
kvm_openfiles(NULL, NULL, NULL, O_RDONLY, NULL)
ok doug@
fix the regression deraadt@
|