aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a workaround to correctly align the stack before calling into C code.Andrew Turner2015-06-221-3/+7
* new dependsSimon J. Gerraty2015-06-161-1/+0
* Needs libxoSimon J. Gerraty2015-06-141-0/+1
* Add META_MODE support.Simon J. Gerraty2015-06-1333-0/+690
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-0832-64/+0
| * Merge sync of headSimon J. Gerraty2015-05-2754-250/+940
| |\
| * \ Merge from head@274682Simon J. Gerraty2014-11-1929-377/+384
| |\ \
| * \ \ Merge head from 7/28Simon J. Gerraty2014-08-1938-1042/+699
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2014-05-1629-29/+4
| * | | | Updated dependenciesSimon J. Gerraty2014-05-1027-0/+54
| * | | | Merge from headSimon J. Gerraty2014-05-089-7/+24
| |\ \ \ \
| * \ \ \ \ Merge headSimon J. Gerraty2014-04-2891-789/+2072
| |\ \ \ \ \
| * \ \ \ \ \ Merge head@256284Simon J. Gerraty2013-10-134-16/+39
| |\ \ \ \ \ \
| * | | | | | | We do want objdirSimon J. Gerraty2013-10-131-1/+0
| * | | | | | | Updated dependenciesSimon J. Gerraty2013-10-132-0/+5
| * | | | | | | New dependenciesSimon J. Gerraty2013-10-131-0/+12
| * | | | | | | Merge from headSimon J. Gerraty2013-09-053-75/+82
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ sync from headSimon J. Gerraty2013-04-124-20/+6
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Updated dependenciesSimon J. Gerraty2013-03-1129-0/+29
| * | | | | | | | | Updated dependenciesSimon J. Gerraty2013-02-1630-60/+0
| * | | | | | | | | Sync with HEAD.David E. O'Brien2013-02-088-42/+41
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Updated/new Makefile.dependSimon J. Gerraty2012-11-082-1/+24
| * | | | | | | | | | Sync from headSimon J. Gerraty2012-11-0433-256/+713
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-2230-0/+660
* | | | | | | | | | | | Remove NO_OBJSimon J. Gerraty2015-06-111-1/+0
* | | | | | | | | | | | Fix build after converting ls(1) to use libxo(3).Marcel Moolenaar2015-06-101-1/+1
* | | | | | | | | | | | Re-introduce this - it doesn't compile clean on a mips targetAdrian Chadd2015-06-061-0/+1
* | | | | | | | | | | | Remove WARNS atrun builds fine with clang and gccBaptiste Daroussin2015-06-061-1/+0
* | | | | | | | | | | | ypxfr(8): Use the correct enum member for checking yp_errno.Craig Rodrigues2015-05-311-2/+2
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Remove historical GNUC testEd Maste2015-05-062-8/+0
* | | | | | | | | | | Remove the use of nvlist_.*[vf] functions from casper and replaceMariusz Zaborski2015-04-292-8/+22
* | | | | | | | | | | Remove the #ifdef DEBUG code, which is not compilable on 64bitKonstantin Belousov2015-04-291-14/+0
* | | | | | | | | | | Change interpretation of the DF_ORIGIN and DF_1_ORIGIN flags.Konstantin Belousov2015-04-271-36/+45
* | | | | | | | | | | Fix potential memory leak.Mariusz Zaborski2015-04-271-2/+4
* | | | | | | | | | | Support file verification in MAC.Craig Rodrigues2015-04-221-2/+2
* | | | | | | | | | | Use the correct value to get the offset of the objects tls data.Andrew Turner2015-04-151-2/+2
* | | | | | | | | | | Implement support -z global linker option. It marks the shared objectKonstantin Belousov2015-04-152-17/+31
* | | | | | | | | | | MIPS rtld: report missing symbol rather than segfaultingEd Maste2015-04-051-1/+1
* | | | | | | | | | | Add support for thread local storage on arm64 to the runtime linker. TheAndrew Turner2015-04-032-6/+142
* | | | | | | | | | | Make die available as rtld_die for use by MD relocation codeEd Maste2015-04-022-20/+20
* | | | | | | | | | | Correct copyright typoEd Maste2015-03-311-1/+1
* | | | | | | | | | | Add the arm64 code to the runtime linker. It's not able to be built as weAndrew Turner2015-03-314-1/+515
* | | | | | | | | | | Change compiler setting to make default visibility of the symbols forKonstantin Belousov2015-03-2912-16/+43