Author: 0mp (ports committer)
Date: Sun Dec 30 00:27:28 2018
New Revision: 342602
URL: https://svnweb.freebsd.org/changeset/base/342602
Log:
ports.7: Add an example of getting dependencies without building them
While here, improve formatting of the EXAMPLES section in general.
Reviewed
Author: crees (doc,ports committer)
Date: Sat Dec 29 23:08:59 2018
New Revision: 342601
URL: https://svnweb.freebsd.org/changeset/base/342601
Log:
Add a note that the use of -B option does not guarantee a size of fragment
if -z option also used.
Recommend the use of zip(1) if compressed f
Author: 0mp (ports committer)
Date: Sat Dec 29 23:00:20 2018
New Revision: 342600
URL: https://svnweb.freebsd.org/changeset/base/342600
Log:
style.mdoc.5: Suggest preferred formatting for EXAMPLES
Add an example of how to format examples in EXAMPLES sections. The
suggested format is heavi
Author: kp
Date: Sat Dec 29 21:36:02 2018
New Revision: 342599
URL: https://svnweb.freebsd.org/changeset/base/342599
Log:
Simplify jail ID printing on process exit
As suggested by kib@, we don't need to check p_ucred, because that's only NULL
during process creation, and cr_prison is neve
Author: cem
Date: Sat Dec 29 21:18:01 2018
New Revision: 342598
URL: https://svnweb.freebsd.org/changeset/base/342598
Log:
Update to Zstandard 1.3.8
This merge brings in a couple new files, which needed to be attached to the
build; a new dependency on , which must be stubbed; and a name
Author: ngie
Date: Sat Dec 29 20:02:20 2018
New Revision: 342597
URL: https://svnweb.freebsd.org/changeset/base/342597
Log:
Remove legacy rc.d infrastructure references from rc(8)
Legacy rc.d scripts (.sh extension) have not been supported since
r193118. Remove the outdated references to
Author: cy
Date: Sat Dec 29 18:11:17 2018
New Revision: 342596
URL: https://svnweb.freebsd.org/changeset/base/342596
Log:
Remove duplicate include of sys/mbuf.h.
Reported by: Trond Endrest
MFC after:3 days
Modified:
head/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c
Modified: he
Author: kib
Date: Sat Dec 29 15:55:44 2018
New Revision: 342595
URL: https://svnweb.freebsd.org/changeset/base/342595
Log:
For hw.{physmem,realmem,usermem} MIBs, clamp instead truncating.
If the memory size does not fit into u_long, current code truncates
the returned value and returns co
Author: kib
Date: Sat Dec 29 15:49:03 2018
New Revision: 342594
URL: https://svnweb.freebsd.org/changeset/base/342594
Log:
i386: Fix allocation of the KVA frame for pmap_quick_enter_page().
Due to the typo, it shared the frame with the CMAP1 transient mapping.
In collaboration with:
Author: dim
Date: Sat Dec 29 15:21:51 2018
New Revision: 342593
URL: https://svnweb.freebsd.org/changeset/base/342593
Log:
Pull in r342863 from upstream llvm trunk (by Hans Wennborg):
Remove debug printf leftover from r342397
PR: 234480
MFC after:6 weeks
X-MFC-With:
Author: dim
Date: Sat Dec 29 15:13:49 2018
New Revision: 342592
URL: https://svnweb.freebsd.org/changeset/base/342592
Log:
Pull in r342397 from upstream llvm trunk (by Amara Emerson):
Revert "Revert r342183 "[DAGCombine] Fix crash when store merging
created an extract_subvector with i
Author: kp
Date: Sat Dec 29 14:48:51 2018
New Revision: 342591
URL: https://svnweb.freebsd.org/changeset/base/342591
Log:
Make kernel print jail ID when logging a process exit
Kernel now includes jail ID when logging a process exit. jid is 0 for unjailed
processes.
Submitted by: Mari
12 matches
Mail list logo