aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* MFH r289384-r293170Glen Barber2016-01-0437-120/+1114
|\
| * If md_exec_hook is defined, provide a way to create the stringsWarner Losh2016-01-031-2/+18
| * Create a generalized exec hook that different architectures can hookWarner Losh2016-01-0311-3/+63
| * Unify the ELFv1 and ELFv2 code paths and make ELFv1 (the normal ABI) moreNathan Whitehorn2016-01-012-39/+33
| * Use a macro to create the names for the library path names. This willWarner Losh2015-12-272-23/+26
| * rtld: remove old XXX comment missed in r35529Ed Maste2015-12-241-1/+0
| * Add support for RISC-V architecture.Ruslan Bukin2015-12-244-1/+641
| * rtld: Use common NT_FREEBSD_* note types introduced in r291909Ed Maste2015-12-211-4/+4
| * Use variable names that aren't as prone to dyslexic confusion.Warner Losh2015-12-181-2/+2
| * Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-041-2/+1
| * Follow-on to r291666: use -ffreestanding instead of -fno-builtin.Nathan Whitehorn2015-12-031-1/+1
| * Provide support for ELFv2 userland if using a newer compiler (recent clangNathan Whitehorn2015-12-034-10/+70
| * Fix build on GCC 5.2 where, at least on PPC64, the compiler would "optimize"Nathan Whitehorn2015-12-031-2/+1
| * Fix build after r291620.Bryan Drewery2015-12-011-1/+1
| * Don't override LIB*DIR variables from src.libnames.mk.Bryan Drewery2015-12-011-4/+2
| * META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-018-0/+129
| * Update dependencies after r291406 added libelf to libkvm.Bryan Drewery2015-12-011-0/+1
| * Use LIBEXECDIR for /usr/libexec.Bryan Drewery2015-11-263-3/+3
| * META MODE: These need object directories to handle staging.Bryan Drewery2015-11-261-1/+0
| * META MODE: Don't create .meta files when symlinking sources into the obj dire...Bryan Drewery2015-11-252-4/+4
| * Remove unneeded libutil dependency for sendmail.Bryan Drewery2015-11-242-2/+0
| * Rather than using the #define for path names, indirect through a char *Warner Losh2015-10-313-9/+24
| * Move all the paths into a new path.h to centralize them.Warner Losh2015-10-315-33/+67
| * Add Makefile.dependBryan Drewery2015-10-272-0/+50
* | MFH to r289370Glen Barber2015-10-158-18/+27
|\|
| * Allow PT_NOTES segments to be located anywhere in the executableKonstantin Belousov2015-10-141-3/+21
| * Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-125-13/+4
| * Use existing CONFDIR instead of adding a new CONFIGDIRBaptiste Daroussin2015-10-111-1/+1
| * Update Dragonfly Mail Agent to v0.10Baptiste Daroussin2015-10-101-1/+1
* | Create a dedicated package for dmaBaptiste Daroussin2015-10-101-0/+1
|/
* Install bsd.confs.mkBaptiste Daroussin2015-10-101-1/+1
* Rename the dma directory into dmagent to avoid collision on unclean ojectBaptiste Daroussin2015-10-094-1/+1
* Add missing MakefileBaptiste Daroussin2015-10-091-0/+6
* Move all the dma(8) components into one single directoryBaptiste Daroussin2015-10-097-29/+96
* Remove some trailing space.Alexander Kabaev2015-10-091-5/+5
* Annotate arm userspace assembler sources stating their tolerance toKonstantin Belousov2015-09-291-0/+1
* META_MODE: Remove DEP_MACHINE from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
* META_MODE: No need to fix the link in this case.Bryan Drewery2015-09-181-1/+1
* Fix how we place each objects thread local data. The code used was basedAndrew Turner2015-09-012-4/+4
* Ensure we use calculate_first_tls_offset, even if the main program doesn'tAndrew Turner2015-09-011-1/+1
* Don't assign 'ptr' without using it.Xin LI2015-08-301-1/+0
* Upgrade libxo to 0.4.5.Marcel Moolenaar2015-08-241-1/+1
* Disable SSE in libthrEric van Gyzen2015-08-052-2/+2
* Staticfy and constify some variables and clean up the code a bit to make itMarcelo Araujo2015-07-283-9/+9
* Add on the addend when in the R_AARCH64_ABS64 and R_AARCH64_GLOB_DAT cases.Andrew Turner2015-07-051-1/+2
* Let the nv.h and dnv.h includes be only in sys directory.Mariusz Zaborski2015-07-025-5/+8
* Save & restore the floating-pont argument registers before callingAndrew Turner2015-07-021-1/+11
* Also save x8. It may be passed into a function as the indirect resultAndrew Turner2015-06-231-1/+3
* Call /etc/crontab the "system crontab", not "root's crontab". WhileWarren Block2015-06-221-11/+13