| Commit message (Expand) | Author | Age | Files | Lines |
| * | Decouple the install tools from the main system as much as possible. | Yaroslav Tykhiy | 2007-10-31 | 1 | -14/+32 |
| * | If a required install tool is missing, provide a more friendly error | Ed Maste | 2007-10-15 | 1 | -1/+6 |
| * | Tweak the handling of "WITHOUT_LIBPTHREAD". Also remove the accidental | David E. O'Brien | 2007-10-09 | 1 | -1/+1 |
| * | Repo copy libpthreads to libkse. | David E. O'Brien | 2007-10-09 | 1 | -3/+3 |
| * | Revise the list of directories we manually create under | Ruslan Ermilov | 2007-10-01 | 1 | -5/+2 |
| * | Always install libpthread.* symlinks if at least one of | Ruslan Ermilov | 2007-10-01 | 1 | -1/+9 |
| * | Add sed(1) to cross tools. We do want newly built version during | Xin LI | 2007-07-10 | 1 | -0/+1 |
| * | lex(1) no longer installs headers into GCC-internal dirs | Ruslan Ermilov | 2007-05-26 | 1 | -3/+3 |
| * | Revision 1.576 removed too much. I didn't notice because my /usr is on | Dag-Erling Smørgrav | 2007-05-19 | 1 | -0/+2 |
| * | GCC will now properly link libc with all shared objects in order to record | Alexander Kabaev | 2007-05-19 | 1 | -3/+26 |
| * | Don't use a subshell where it isn't needed. | Dag-Erling Smørgrav | 2007-05-16 | 1 | -12/+12 |
| * | Expose all of {check,delete}-old{,-dirs,-files,-libs}. | Dag-Erling Smørgrav | 2007-05-16 | 1 | -1/+4 |
| * | Remove stray comment which broke delete-old-dirs. | Dag-Erling Smørgrav | 2007-05-16 | 1 | -1/+0 |
| * | Partially revert the check-old / delete-old modifications to clarify the | Dag-Erling Smørgrav | 2007-05-16 | 1 | -26/+20 |
| * | Restore previous behaviour of aborting delete-old* if rm failed. | Dag-Erling Smørgrav | 2007-05-14 | 1 | -2/+2 |
| * | Greatly speed up {check,delete}-old* by replacing make loops with sh loops. | Dag-Erling Smørgrav | 2007-05-13 | 1 | -28/+20 |
| * | Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it. | Daniel Eischen | 2007-05-13 | 1 | -1/+1 |
| * | Link libzpool, ztest and zdb against libpthread. | Pawel Jakub Dawidek | 2007-04-17 | 1 | -2/+2 |
| * | Connect ZFS to the build. | Pawel Jakub Dawidek | 2007-04-06 | 1 | -2/+12 |
| * | Enable ncurses wide character support | Rong-En Fan | 2007-03-09 | 1 | -2/+4 |
| * | Bump the bootstrapping requirements for gensnmptree(1) and remove | Ruslan Ermilov | 2007-03-01 | 1 | -1/+1 |
| * | Resurrect one of the patches from attic and refine the | Ruslan Ermilov | 2007-02-28 | 1 | -31/+18 |
| * | Clean the lib32 object directory with cleandir rather than rm -rf. | Dag-Erling Smørgrav | 2007-02-27 | 1 | -1/+2 |
| * | Switch to new ncurses build glue | Rong-En Fan | 2007-01-20 | 1 | -3/+3 |
| * | There was a timeframe where crunchgen(1) was broken; force | Ruslan Ermilov | 2006-11-27 | 1 | -1/+1 |
| * | There doesn't seem to be a real reason for include/ to be installed | Ruslan Ermilov | 2006-11-13 | 1 | -6/+9 |
| * | Add sun4v to the TARGET_ARCH when just TARGET is set (like pc98 is done). | John Birrell | 2006-10-16 | 1 | -1/+1 |
| * | buildworld fixes for sun4v | Kip Macy | 2006-10-09 | 1 | -1/+1 |
| * | Shuffle _*_libs assigments (no functional changes). | Ruslan Ermilov | 2006-10-07 | 1 | -29/+28 |
| * | - Prebuild libgssapi only if building with Kerberos support. | Ruslan Ermilov | 2006-10-07 | 1 | -3/+6 |
| * | Previous revision wasn't enough for "make TARGET=<machine> build*" | Ruslan Ermilov | 2006-09-08 | 1 | -0/+1 |
| * | While experimenting with cross-building by specifying just TARGET, | Ruslan Ermilov | 2006-09-07 | 1 | -0/+1 |
| * | Added timestamping to buildworld, similar to buildkernel. | Ruslan Ermilov | 2006-09-07 | 1 | -2/+12 |
| * | - Rewrite logic to guess TARGET_ARCH/TARGET to be more readable, | Ruslan Ermilov | 2006-09-07 | 1 | -6/+25 |
| * | make "make TARGET=foo" work correctly. Before, it would fail to set | Warner Losh | 2006-09-07 | 1 | -1/+4 |
| * | Always make obj when building the libraries. This never hurts, and | Warner Losh | 2006-08-24 | 1 | -2/+4 |
| * | Remove alpha left-overs. | Ruslan Ermilov | 2006-08-22 | 1 | -4/+0 |
| * | Remove sade from build-tools, the tinderbox problem should be fixed now. | Alexander Leidinger | 2006-08-09 | 1 | -1/+0 |
| * | Add the sade to build-tools list. This fixes a tinderbox. | Yoshihiro Takahashi | 2006-08-09 | 1 | -0/+1 |
| * | Fix doxygen target. | Alexander Leidinger | 2006-08-02 | 1 | -1/+1 |
| * | Also need to quote values so they can be passed on correctly. | Warner Losh | 2006-06-06 | 1 | -2/+3 |
| * | Create a new target 'buildenvvars'. This target reports the build | Warner Losh | 2006-06-06 | 1 | -0/+9 |
| * | Connect the kernel subsystem API documentation generation framework to | Alexander Leidinger | 2006-05-26 | 1 | -0/+13 |
| * | Send the pcvt(4) driver off to retirement. | Poul-Henning Kamp | 2006-05-17 | 1 | -5/+1 |
| * | Sort bootstrap-tools entries. | Ruslan Ermilov | 2006-03-31 | 1 | -5/+5 |
| * | Rebuild gensnmptree(1) on 700014 systems too. While 700014 corresponds | Ruslan Ermilov | 2006-03-30 | 1 | -1/+1 |
| * | Extend coverage of the MK_IPX build option to the following: | Ruslan Ermilov | 2006-03-20 | 1 | -1/+5 |
| * | Change the default SUP command to use csup instead of CVSup for | Maxime Henrion | 2006-03-19 | 1 | -2/+2 |
| * | Convert NO_PROFILE and NO_LIB32 to new style. | Ruslan Ermilov | 2006-03-18 | 1 | -6/+5 |
| * | Add the new "showconfig" target that displays build configuration. | Ruslan Ermilov | 2006-03-18 | 1 | -0/+5 |