| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
According to the README file [1] the 12u variant, unlike
the 12g variant, contains no copyleft code. It is therefore
convenient to keep using the original versioning scheme to
prevent confusions.
[1] http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/patch/README
|
|
|
|
|
|
|
|
|
| |
Document the need for the setuid bit and how to set it.
Explain why it isn't set by default, and suggest simply adding users
to groups instead.
PR: docs/167741
MFC after: 3 weeks
|
|
|
|
|
|
| |
allow FreeBSD make to do 'obj'.
Approved by: marcel (mentor)
|
|
|
|
|
| |
format string expects. This is only an issue on ARM EABI where wint_t is
different to wchar_t.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user
specifies not to. Dont build ASTMatchers with Rewriter disabled and
StaticAnalyzer when it's disabled.
Without all those three, the clang binary shrinks (x86_64) from ~36MB
to ~32MB (unstripped).
To disable these clang components, and get a smaller clang binary built
and installed, set WITHOUT_CLANG_FULL in src.conf(5). During the
initial stages of buildworld, those extra components are already
disabled automatically, to save some build time.
MFC after: 1 week
|
|
|
|
| |
Approved by: marcel (mentor)
|
|
|
|
|
|
| |
variable so the intended mode can be logged correctly if -M is specified.
Sponsored by: DARPA, AFRL
|
|
|
|
|
|
|
|
|
| |
- Remove $DragonFly$ tags as they are using git nowadays and VCS tags will
not help merging.
- Other changes to Copyright headers to make them consistent with other
source code, we intend to fork from this point.
Reviewed by: pfg
|
|
|
|
|
|
|
|
| |
DragonflyBSD and install it as bsdpatch. WITH_BSD_PATCH makes it
default and installs GNU patch as gnupatch.
Submitted by: pfg
Obtained from: The DragonflyBSD Project
|
|
|
|
|
| |
Reviewed by: alc
MFC after: 2 weeks
|
|
|
|
|
| |
Reviewed by: alc
MFC after: 2 weeks
|
|
|
|
|
| |
Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
Reviewed by: Oleg Moskalenko <oleg.moskalenko@citrix.com>
|
|
|
|
|
| |
Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
Reviewed by: Oleg Moskalenko <oleg.moskalenko@citrix.com>
|
| |
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
| |
Reported By: joel
|
|
|
|
|
| |
which is a link to C. This allow the makefs mtree manifest mode to find
the file.
|
|
|
|
| |
building dtc with libc++.
|
|
|
|
| |
Sponsored by: DARPA, AFRL
|
| |
|
| |
|
|
|
|
| |
spotted by gavin).
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
be used on the host system (and not installed on the device, if required). The
GPL'd one is still available if there are any devices that need it (make
universe passes with it, including kernels that use fdt, but there may be some
out-of-tree ones). WITH_GPL_DTC can be used to select the old one, for now.
Probably won't be MFC'd, but we'll remove the GPL'd version in head after the
new one has had a lot more testing and ship it in 10.0.
|
|
|
|
|
| |
installation of symbolic links where the target is a link is to an
existing directory.
|
|
|
|
|
| |
with a wint_t. WINT_MAX and WCHAR_MAX are the same on most architectures
except ARM EABI where wint_t is signed and wchar_t is unsigned.
|
|
|
|
|
| |
Submitted by: ache
MFC after: 5 days
|
| |
|
|
|
|
|
| |
- Update shadow copy of fmt_argv() prototype in w.c and fix calls for
additional parameter.
|
|
|
|
| |
X-MFC: together with r245610
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* -M <metalog> Log metadata in mtree format.
* -D <destdir> Log paths relative to <destdir>.
* -h <hash> Log digest of type <hash>.
* -T <tags> Specify which mtree tags to log.
* -l <linkflag> Create hard or symbolic links (allows logging).
* -U Install without root privileges (owner, group, mode,
and flags can be logged via -M
NOTE: In the interest of compatibility with NetBSD and because it is the
obvious letter, the nearly useless -M option (disable mmap) has been
repurposed.
Sponsored by: DARPA, AFRL
Obtained from: NetBSD
Reviewed by: bz
|
|
|
|
| |
any since at least July 2002.
|
|
|
|
|
|
| |
While in the repository, add myself to calendar.freebsd.
Approved by: eadler/bdrewery (mentor)
|
|
|
|
|
|
| |
Submitted by: kib
Approved by: kib (mentor)
MFC after: 1 week
|
|
|
|
|
|
|
|
|
| |
manpage. While here, exit early when there is nothing to do.
PR: 168415
Submitted by: Zhihao Yuan (initial version)
MFC after: 1 week
Approved by: kib (mentor)
|
|
|
|
|
|
| |
and 'j' modes was missing. Fix that.
MFC after: 3 days
|
|
|
|
|
|
|
|
|
| |
group file to be used. This is useful for installing on systems where
a user or group does not currently exist.
Sponsored by: DARPA, AFRL
Obtained from: NetBSD
MFC after: 5 days
|
|
|
|
| |
MFC after: 1 month
|
|
|
|
|
|
| |
Correct r226271 which should have used WITHOUT_BZIP2_SUPPORT per r166255.
Obtained from: Juniper Networks
|
|
|
|
| |
wchar_t to a wint_t.
|
|
|
|
|
|
|
| |
PR: bin/172865
Reviewed by: gabor
Approved by: emaste (co-mentor)
MFC after: 1 week
|
|
|
|
|
|
|
|
| |
command line argument, separated by newlines
PR: bin/173673
Submitted by: ache
MFC after: 1 week
|
|
|
|
| |
to its previous form.
|
|
|
|
| |
MFC after: 2 weeks
|
| |
|
|
|
|
|
|
|
| |
comparing to zero.
- Fix fractional number exponentiation, especially for negative exponents.
Obtained from: OpenBSD
|
|
|
|
|
|
|
|
|
|
| |
Release notes for llvm:
http://llvm.org/releases/3.2/docs/ReleaseNotes.html
Release notes for clang:
http://llvm.org/releases/3.2/tools/clang/docs/ReleaseNotes.html
MFC after: 2 weeks
|
|
|
|
|
| |
an int pointer in args.c. This fixes an issue with ARM where the struct
will be byte aligned but an int pointer must be 4 byte aligned.
|