| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
To be able to info pages consider installing texinfo from ports print/texinfo or
via pkg: pkg install texinfo
Differential Revision: https://reviews.freebsd.org/D1409
Reviewed by: emaste, imp (previous version)
Relnotes: yes
Notes:
svn path=/head/; revision=276551
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. 50+% of NO_PIE use is fixed by adding -fPIC to INTERNALLIB and other
build-only utility libraries.
2. Another 40% is fixed by generating _pic.a variants of various libraries.
3. Some of the NO_PIE use is a bit absurd as it is disabling PIE (and ASLR)
where it never would work anyhow, such as csu or loader. This suggests
there may be better ways of adding support to the tree. Many of these
cases can be fixed such that -fPIE will work but there is really no
reason to have it in those cases.
4. Some of the uses are working around hacks done to some Makefiles that are
really building libraries but have been using bsd.prog.mk because the code
is cleaner. Had they been using bsd.lib.mk then NO_PIE would not have
been needed.
We likely do want to enable PIE by default (opt-out) for non-tree consumers
(such as ports). For in-tree though we probably want to only enable PIE
(opt-in) for common attack targets such as remote service daemons and setuid
utilities. This is also a great performance compromise since ASLR is expected
to reduce performance. As such it does not make sense to enable it in all
utilities such as ls(1) that have little benefit to having it enabled.
Reported by: kib
Notes:
svn path=/head/; revision=270168
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
variants. This allows usable file system images (i.e. those with both a
shell and an editor) to be created with only one copy of the curses library.
Exp-run: antoine
PR: 189842
Discussed with: bapt
Sponsored by: DARPA, AFRL
Notes:
svn path=/head/; revision=268804
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is currently an opt-in build flag. Once ASLR support is ready and stable
it should changed to opt-out and be enabled by default along with ASLR.
Each application Makefile uses opt-out to ensure that ASLR will be enabled by
default in new directories when the system is compiled with PIE/ASLR. [2]
Mark known build failures as NO_PIE for now.
The only known runtime failure was rtld.
[1] http://www.bsdcan.org/2014/schedule/events/452.en.html
Submitted by: Shawn Webb <lattera@gmail.com>
Discussed between: des@ and Shawn Webb [2]
Notes:
svn path=/head/; revision=267233
|
| |
|
|
|
|
|
| |
Approved by: re(ken)
Notes:
svn path=/head/; revision=172244
|
| |
|
|
|
|
|
| |
Discussed with: ru
Notes:
svn path=/head/; revision=147225
|
| |
|
|
| |
Notes:
svn path=/head/; revision=146522
|
| |
|
|
|
|
|
| |
OK'ed by: core
Notes:
svn path=/head/; revision=139103
|
| |
|
|
|
|
|
| |
any fake value.
Notes:
svn path=/head/; revision=136910
|
| |
|
|
| |
Notes:
svn path=/head/; revision=125917
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114479
|
| |
|
|
|
|
|
| |
DPADD and LDADD belong to individual makefiles.
Notes:
svn path=/head/; revision=97852
|
| |
|
|
|
|
|
|
| |
INTERNALLIB now implies NOPIC and NOPROFILE.
Removed gratuitous NOMAN.
Notes:
svn path=/head/; revision=96513
|
| |
|
|
| |
Notes:
svn path=/head/; revision=93145
|
| |
|
|
| |
Notes:
svn path=/head/; revision=74861
|
| |
|
|
|
|
|
| |
people to actually look at the info files for gdk and gtk for example.
Notes:
svn path=/head/; revision=58894
|
| |
|
|
|
|
|
| |
Forgotten by: ru
Notes:
svn path=/head/; revision=56224
|
| |
|
|
|
|
|
| |
Add the forgotten plus, which should unbreak the world build.
Notes:
svn path=/head/; revision=56198
|
| |
|
|
| |
Notes:
svn path=/head/; revision=56168
|
| |
|
|
| |
Notes:
svn path=/head/; revision=52485
|
| |
|
|
|
|
|
| |
Empty sections commented.
Notes:
svn path=/head/; revision=51608
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50472
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
obj dir is only indirectly related to the location of libtxi.a's obj
dir).
Fixed about 3 style bugs in previous commit.
Fixed my bug in rev.1.7. "../../Makefile.inc" worked as an alias for
"../Makefile.inc" in some cases, but it gives endless recursion when
there is an obj dir in one of the subdirs.
Notes:
svn path=/head/; revision=42877
|
| |
|
|
|
|
|
|
|
|
|
| |
version of makeinfo must be used. The fix breaks bootstrapping of
texinfo by a simple `make' in the texinfo directory -- `make world'
must be used to bootstrap it if you don't know how to do it manually.
Fixed at least 7 style bugs in previous commit.
Notes:
svn path=/head/; revision=42868
|
| |
|
|
|
|
|
| |
Submitted by: Seigo TANIMURA <tanimura@naklab.dnj.ynu.ac.jp>
Notes:
svn path=/head/; revision=42698
|
| |
|
|
|
|
|
| |
Submitted by: lkoeller@cc.fh-lippe.de
Notes:
svn path=/head/; revision=42665
|
| |
|
|
| |
Notes:
svn path=/head/; revision=34986
|
| |
|
|
|
|
|
|
| |
(someone that actually knows what it really does (I don't use info) really
should try to put some meat in this)
Notes:
svn path=/head/; revision=28886
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- LDADD was wrong for non-uniform obj trees.
- DPADD was wrong for separate obj tres.
Cleaned up nearby messes, mostly ones invoving paths:
- ../libtxi was useless.
- there were too many redefinitions and too many different names for the
same paths.
- use INTERNALLIB* to simplify libtxi/Makefile.
Notes:
svn path=/head/; revision=24706
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- LDADD was wrong for non-uniform obj trees.
- DPADD was wrong for separate obj tres.
Cleaned up nearby messes, mostly ones invoving paths:
- -I../libtxi was useless.
- there were too many redefinitions and too many different names for the
same paths.
- use INTERNALLIB* to simplify libtxi/Makefile.
Notes:
svn path=/head/; revision=24705
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22996
|
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
| |
Notes:
svn path=/head/; revision=21652
|
| |
|
|
|
|
|
| |
place to do it, I guess, and it's the utility which falls over without one.
Notes:
svn path=/head/; revision=21649
|
| |
|
|
| |
Notes:
svn path=/head/; revision=21594
|
| |
|
|
| |
Notes:
svn path=/head/; revision=21501
|
| |
|
|
| |
Notes:
svn path=/head/; revision=18718
|
| |
|
|
|
|
|
|
|
| |
Removed unnecessary clean and cleandir targets. The defaults are
adequate and we never bothered overriding the default for all,
depend, lint or tags.,
Notes:
svn path=/head/; revision=18430
|
| |
|
|
|
|
|
|
| |
really want them) from /usr/src. This is the final version of the
patches, incorporating the feedback I've received from -current.
Notes:
svn path=/head/; revision=16663
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15856
|
| |
|
|
|
|
|
| |
Down to only about 100 items left to cleanup! :-)
Notes:
svn path=/head/; revision=14045
|
| |
|
|
|
|
|
|
|
|
| |
not referenced in the main info menu:
cvs, cvsclient (cvs client/server stuff), diff/patch, gmp (GNU MP math
library).
Notes:
svn path=/head/; revision=13975
|
| |
|
|
|
|
|
| |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=13123
|
| |
|
|
|
|
|
| |
Submitted by: thomas@ghpc8.ihf.rwth-aachen.de (Thomas Gellekum)
Notes:
svn path=/head/; revision=10661
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10183
|
| |
|
|
|
|
|
|
| |
Use -c, not ${COPY}, to install `dir'. ${COPY} should never be used to
install source files. The source might be lost if the default is overridden.
Notes:
svn path=/head/; revision=9698
|
| |
|
|
|
|
|
|
| |
info/Makefile instead to not clobber the settings inherited from
/etc/make.conf.
Notes:
svn path=/head/; revision=9544
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
texinfo-3.6 distribution to enable the use of the cursor keys.
Since there is an open problem report (gnu/289) for this it might be
of interest for (some of) you.
I (Joerg) have also added a minor hack that makes info recognizing a
window size change while it has been suspended.
Submitted by: thomas@ghpc8.ihf.rwth-aachen.de (Thomas Gellekum)
Notes:
svn path=/head/; revision=9445
|
| |
|
|
|
|
|
|
|
| |
be actually found.
Suggested by: someone on the bugs (or -hackers) list, whose name i forgot
Notes:
svn path=/head/; revision=9295
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8858
|