Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some trailing space. | Alexander Kabaev | 2015-10-09 | 1 | -5/+5 |
* | Annotate arm userspace assembler sources stating their tolerance to | Konstantin Belousov | 2015-09-29 | 1 | -0/+1 |
* | META_MODE: Remove DEP_MACHINE from Makefile.depend files. | Bryan Drewery | 2015-09-25 | 1 | -2/+0 |
* | META_MODE: Remove DEP_RELDIR from Makefile.depend files. | Bryan Drewery | 2015-09-25 | 1 | -2/+0 |
* | META_MODE: No need to fix the link in this case. | Bryan Drewery | 2015-09-18 | 1 | -1/+1 |
* | Fix how we place each objects thread local data. The code used was based | Andrew Turner | 2015-09-01 | 2 | -4/+4 |
* | Ensure we use calculate_first_tls_offset, even if the main program doesn't | Andrew Turner | 2015-09-01 | 1 | -1/+1 |
* | Don't assign 'ptr' without using it. | Xin LI | 2015-08-30 | 1 | -1/+0 |
* | Upgrade libxo to 0.4.5. | Marcel Moolenaar | 2015-08-24 | 1 | -1/+1 |
* | Disable SSE in libthr | Eric van Gyzen | 2015-08-05 | 2 | -2/+2 |
* | Staticfy and constify some variables and clean up the code a bit to make it | Marcelo Araujo | 2015-07-28 | 3 | -9/+9 |
* | Add on the addend when in the R_AARCH64_ABS64 and R_AARCH64_GLOB_DAT cases. | Andrew Turner | 2015-07-05 | 1 | -1/+2 |
* | Let the nv.h and dnv.h includes be only in sys directory. | Mariusz Zaborski | 2015-07-02 | 5 | -5/+8 |
* | Save & restore the floating-pont argument registers before calling | Andrew Turner | 2015-07-02 | 1 | -1/+11 |
* | Also save x8. It may be passed into a function as the indirect result | Andrew Turner | 2015-06-23 | 1 | -1/+3 |
* | Call /etc/crontab the "system crontab", not "root's crontab". While | Warren Block | 2015-06-22 | 1 | -11/+13 |
* | Add a workaround to correctly align the stack before calling into C code. | Andrew Turner | 2015-06-22 | 1 | -3/+7 |
* | new depends | Simon J. Gerraty | 2015-06-16 | 1 | -1/+0 |
* | Needs libxo | Simon J. Gerraty | 2015-06-14 | 1 | -0/+1 |
* | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 33 | -0/+690 |
|\ | |||||
| * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 32 | -64/+0 |
| * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 54 | -250/+940 |
| |\ | |||||
| * \ | Merge from head@274682 | Simon J. Gerraty | 2014-11-19 | 29 | -377/+384 |
| |\ \ | |||||
| * \ \ | Merge head from 7/28 | Simon J. Gerraty | 2014-08-19 | 38 | -1042/+699 |
| |\ \ \ | |||||
| * | | | | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 29 | -29/+4 |
| * | | | | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 27 | -0/+54 |
| * | | | | Merge from head | Simon J. Gerraty | 2014-05-08 | 9 | -7/+24 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge head | Simon J. Gerraty | 2014-04-28 | 91 | -789/+2072 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge head@256284 | Simon J. Gerraty | 2013-10-13 | 4 | -16/+39 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | We do want objdir | Simon J. Gerraty | 2013-10-13 | 1 | -1/+0 |
| * | | | | | | | Updated dependencies | Simon J. Gerraty | 2013-10-13 | 2 | -0/+5 |
| * | | | | | | | New dependencies | Simon J. Gerraty | 2013-10-13 | 1 | -0/+12 |
| * | | | | | | | Merge from head | Simon J. Gerraty | 2013-09-05 | 3 | -75/+82 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | sync from head | Simon J. Gerraty | 2013-04-12 | 4 | -20/+6 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 29 | -0/+29 |
| * | | | | | | | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 30 | -60/+0 |
| * | | | | | | | | | Sync with HEAD. | David E. O'Brien | 2013-02-08 | 8 | -42/+41 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Updated/new Makefile.depend | Simon J. Gerraty | 2012-11-08 | 2 | -1/+24 |
| * | | | | | | | | | | Sync from head | Simon J. Gerraty | 2012-11-04 | 33 | -256/+713 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 30 | -0/+660 |
* | | | | | | | | | | | | Remove NO_OBJ | Simon J. Gerraty | 2015-06-11 | 1 | -1/+0 |
* | | | | | | | | | | | | Fix build after converting ls(1) to use libxo(3). | Marcel Moolenaar | 2015-06-10 | 1 | -1/+1 |
* | | | | | | | | | | | | Re-introduce this - it doesn't compile clean on a mips target | Adrian Chadd | 2015-06-06 | 1 | -0/+1 |
* | | | | | | | | | | | | Remove WARNS atrun builds fine with clang and gcc | Baptiste Daroussin | 2015-06-06 | 1 | -1/+0 |
* | | | | | | | | | | | | ypxfr(8): Use the correct enum member for checking yp_errno. | Craig Rodrigues | 2015-05-31 | 1 | -2/+2 |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |||||
* | | | | | | | | | | | Remove historical GNUC test | Ed Maste | 2015-05-06 | 2 | -8/+0 |
* | | | | | | | | | | | Remove the use of nvlist_.*[vf] functions from casper and replace | Mariusz Zaborski | 2015-04-29 | 2 | -8/+22 |
* | | | | | | | | | | | Remove the #ifdef DEBUG code, which is not compilable on 64bit | Konstantin Belousov | 2015-04-29 | 1 | -14/+0 |
* | | | | | | | | | | | Change interpretation of the DF_ORIGIN and DF_1_ORIGIN flags. | Konstantin Belousov | 2015-04-27 | 1 | -36/+45 |
* | | | | | | | | | | | Fix potential memory leak. | Mariusz Zaborski | 2015-04-27 | 1 | -2/+4 |