committer filter by committer.
@path/to/ filter by path in repository.
committer@path/to/ filter by committer AND path in repository.
abdef0123 filter by commit's SHA hash.
rNNN filter by SVN revision.
rNNN-rMMM filter by SVN revisions range (inclusive).
Multiple filters can be specified separated by spaces or comas in which case they'll be combined using OR operator.
e7c5d9d3 | mw | Aug. 8, 2019, 4:51 p.m. | Fix mac_veriexec_parser build after r347938
In r347938 the definition of mac_veriexec_metadata_add_file so adjust the argument list accordingly. Submitted by: Kornel Duleba <mindal@semihalf.com>cgit ViewVC |
|
10ae16c7 | kib | Aug. 8, 2019, 4:48 p.m. | Fix stack grow for init.
During early stages of kern_exec(), including strings copyout, p_textvp for init is NULL. This prevented stack grow from working for init execution. Without stack gap enabled, initial stack segment size is enough for strings passed by kernel to init. With the gap enabled, the used address might fall out of the initial segment, which kills init. Exclude initproc from the check for contexts which should not cause stack grow in the target map. Sponsored by: The FreeBSD Foundation MFC after: 1 weekcgit ViewVC |
|
b706be23 | kib | Aug. 8, 2019, 4:42 p.m. | Update comment explaining create_init(). | |
e6bb9261 | jhibbits | Aug. 8, 2019, 4:37 p.m. | mips: Fix register target for SP setting in libproc
Copy-paste-o from r233042 Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D21188cgit ViewVC |
|
90f4bdbe | cem | Aug. 8, 2019, 3:37 p.m. | import zstd 1.4.2 | |
fa94c738 | cem | Aug. 8, 2019, 3:30 p.m. | import zstd 1.4.1 | |
cca72379 | imp | Aug. 8, 2019, 3:11 p.m. | Add TCP_RFC7413 | |
8279d4b7 | emaste | Aug. 8, 2019, 2:34 p.m. | armv8crypto: add missing unlock for session (after r336439)
Attempts to use cryptodev (e.g. tests at /usr/src/tests/sys/opencrypto with armv8crypto added to the module lists) were causing a panic. Submitted by: Greg V <greg_unrelenting.technology> Differential Revision: https://reviews.freebsd.org/D21012cgit ViewVC |
|
deb2aead | thj | Aug. 8, 2019, 11:43 a.m. | Rename IPPROTO 33 from SEP to DCCP
IPPROTO 33 is DCCP in the IANA Registry: https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml IPPROTO_SEP was added about 20 years ago in r33804. The entries were added straight from RFC1700, without regard to whether they were used. The reference in RFC1700 for SEP is '[JC120] <mystery contact>', this is an indication that the protocol number was probably in use in a private network. As RFC1700 is no longer the authoritative list of internet numbers and that IANA assinged 33 to DCCP in RFC4340, change the header to the actual authoritative source. Reviewed by: Richard Scheffenegger, bz Approved by: bz (mentor) MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D21178cgit ViewVC |
|
1540a98e | bz | Aug. 8, 2019, 10:59 a.m. | frag6: move public structure into file local space.
Move ip6asfrag and the accompanying IP6_REASS_MBUF macro from ip6_var.h into frag6.c as they are not used outside frag6.c. Sadly struct ip6q is all over the mac framework so we have to leave it public. This reduces the public KPI space. MFC after: 3 months X-MFC: possibly MFC the #define only to stable branches Sponsored by: Netflixcgit ViewVC |
|
5778b399 | bz | Aug. 8, 2019, 10:15 a.m. | frag6.c: cleanup varaibles and return statements.
Consitently put () around return values. Do not assign variables at the time of variable declaration. Sort variables. Rename ia to ia6, remove/reuse some variables used only once or twice for temporary calculations. No functional changes intended. MFC after: 3 months Sponsored by: Netflixcgit ViewVC |
|
23d374aa | bz | Aug. 8, 2019, 9:42 a.m. | frag6.c: initial comment and whitespace cleanup. | |
47d16bf9 | tuexen | Aug. 8, 2019, 8:23 a.m. | Fix a typo. | |
22bbc4b2 | delphij | Aug. 8, 2019, 7:27 a.m. | Convert DDB_CTF to use newer version of ZLIB.
PR: 229763 Submitted by: Yoshihiro Ota <ota j email ne jp> Differential Revision: https://reviews.freebsd.org/D21176cgit ViewVC |
|
92e9c060 | delphij | Aug. 8, 2019, 6:30 a.m. | Update bxe(4) to use new zlib.
PR: 229763 Submitted by: Yoshihiro Ota <ota j email ne jp> Differential Revision: https://reviews.freebsd.org/D21175cgit ViewVC |