Age | Commit message (Collapse) | Author |
|
is "getconf PATH" not "getconf CS_PATH".
|
|
ok deraadt@, jmc@
|
|
The only case where we don't want to pledge() is when a mode containing
the suid, sgid or sticky is is passed on the command line. mknod() in a
pledged binary would always strip those bits.
discussion and ok espie@
ok deraadt@ semarie@ tb@
|
|
|
|
uses a macro with multiple-evaluations of arguments (different amount
than the previous version..), but doug/bcook's inline version makes
BIGNUM not opaque [problem spotted by naddy]
ok doug
|
|
|
|
as sd. Original diff from Patrick Wildt.
In addition, using the MAKEBOOTDEV macro no longer makes bsd
ask for the root disk on VM boot.
ok mlarkin@
|
|
|
|
accelerate install/upgrade time MAKEDEV runs. That allows ramdisk ksh
to be pledged, without needing "dpath". We'll solve the performance issues
a different way (soon).
ok otto espie natano tb tobiasu rpe
|
|
- Replace hardcoded program string by getprogname(3)
- Remove '?' from getopt(3)'s switch default case (but still keep 'h')
OK tb@ after his suggestions
|
|
enter; issue came up a dir was deleted containing a obj@ link
ok millert
|
|
|
|
|
|
fixes posix compatibility issue
OK millert@, nicm@, otto@
|
|
suggestion from beck@, OK millert@, otto@
|
|
previously keepalive packets were not being sent.
bz#2252 report and analysis by Christian Wittenhorst and Garrett Lee
feedback and ok dtucker@
|
|
Should prevent problems if any more debug output is added late in the
connection.
|
|
|
|
|
|
from Sigi Rudzio <sigirudzio gmail.com>
|
|
Allocate management data structures (amap) lazily by specifying
the UVM_FLAG_COPYONW flag instead of UVM_FLAG_OVERLAY when
creating the anon.
ok mlarkin@
|
|
preparation of a merge just use int64_t and be done with it.
OK deraadt
|
|
This got accidently removed by me in r1.31.
noticed by and ok mlarkin@
|
|
way.
ok natano@
|
|
servers. Pointed out by jmc@, ok deraadt@ millert@
|
|
|
|
ok schwarze@
|
|
|
|
|
|
that happens when working out if they are supported.
|
|
Router renumbering was never supported, prefix ioctls were deprecated
~15 years ago. Move some items in netinet6/nd6.h where they are still
used.
ok mikeb@ mpi@
|
|
Those ioctls never made sense, IPv6 was designed right from the start
with support for multiple addresses by interface.
ok mikeb@ mpi@
|
|
Prevent a fault in DDB on amd64.
ok mlarkin@
|
|
Remove machdep.userldt sysctl.
Remove i386_[gs]et_ldt syscall stub from libi386.
Remove i386_[gs]et_ldt regression test.
ok mlarkin@ millert@ guenther@
|
|
No objection from mlarkin@
|
|
handlers.
No functionnal change.
ok mlarkin@, mikeb@
|
|
this should have been committed as part of src/sys/net/if_vlan.c r1.152
tree breakage discovered by benoit lecocq
sorry
|
|
moving the ERP code to post-assoc phase. Fixes iwi(4) fatal firmware
errors.
ok stsp@, sobrado@
|
|
VM_PAGE_TO_PHYS() instead of unnecessarily calling pmap_extract().
From Patrick Wildt.
|
|
vlan_inject() will be reused by mpw(4) in the future.
ok mpi@
|
|
Diff from Patrick Wildt. Tested and OK dlg@.
|
|
that "Bad packet length" errors are 3 lines back instead of the previous
two, which meant we didn't skip some offsets that we intended to.
|
|
the XXX has been there since 1.1, even back in netbsd, and im too
lazy to go back further to try and see why it is there. either way
it is meaningless.
suggested by mikeb@ and mpi@
|
|
link_maxhdr is best explained as the space reserved before an ip
packet payload for link headers, the most common of which is ethernet.
16 was a good choice when the only traffic we really did was ip
over ethernet, but now there are commonly used transports that are
bigger, specifically 802.11 traffic and vlan/vlan encapsulations,
that justify bumping it up.
i chose 64 because it would also allow enough space for encapsulations
like etherip or gif.
this reduces the size of the smallest packet that can fit into an
mbuf before more storage needs to be suffixed, but because most
traffic is either full sized (ie, already bigger than a single mbuf)
or tiny packets (think tcp ACKS, keystrokes over ssh, or dns requests)
the impact is negligible.
ok stsp@ mpi@ sthen@ mikeb@
|
|
from Patrick Wildt who tested this on cortex a53
|
|
from Patrick Wildt
|
|
|
|
the other end. Pointed out by mmcc@, ok deraadt@ markus@
|
|
timestamps. Pointed out by mmcc@, ok deraadt@ markus@
|
|
|