| Commit message (Expand) | Author | Age | Files | Lines |
* | lex(1) no longer installs headers into GCC-internal dirs | ru | 2007-05-26 | 1 | -3/+3 |
* | Revision 1.576 removed too much. I didn't notice because my /usr is on | des | 2007-05-19 | 1 | -0/+2 |
* | GCC will now properly link libc with all shared objects in order to record | kan | 2007-05-19 | 1 | -3/+26 |
* | Don't use a subshell where it isn't needed. | des | 2007-05-16 | 1 | -12/+12 |
* | Expose all of {check,delete}-old{,-dirs,-files,-libs}. | des | 2007-05-16 | 1 | -1/+4 |
* | Remove stray comment which broke delete-old-dirs. | des | 2007-05-16 | 1 | -1/+0 |
* | Partially revert the check-old / delete-old modifications to clarify the | des | 2007-05-16 | 1 | -26/+20 |
* | Restore previous behaviour of aborting delete-old* if rm failed. | des | 2007-05-14 | 1 | -2/+2 |
* | Greatly speed up {check,delete}-old* by replacing make loops with sh loops. | des | 2007-05-13 | 1 | -28/+20 |
* | Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it. | deischen | 2007-05-13 | 1 | -1/+1 |
* | Link libzpool, ztest and zdb against libpthread. | pjd | 2007-04-17 | 1 | -2/+2 |
* | Connect ZFS to the build. | pjd | 2007-04-06 | 1 | -2/+12 |
* | Enable ncurses wide character support | rafan | 2007-03-09 | 1 | -2/+4 |
* | Bump the bootstrapping requirements for gensnmptree(1) and remove | ru | 2007-03-01 | 1 | -1/+1 |
* | Resurrect one of the patches from attic and refine the | ru | 2007-02-28 | 1 | -31/+18 |
* | Clean the lib32 object directory with cleandir rather than rm -rf. | des | 2007-02-27 | 1 | -1/+2 |
* | Switch to new ncurses build glue | rafan | 2007-01-20 | 1 | -3/+3 |
* | There was a timeframe where crunchgen(1) was broken; force | ru | 2006-11-27 | 1 | -1/+1 |
* | There doesn't seem to be a real reason for include/ to be installed | ru | 2006-11-13 | 1 | -6/+9 |
* | Add sun4v to the TARGET_ARCH when just TARGET is set (like pc98 is done). | jb | 2006-10-16 | 1 | -1/+1 |
* | buildworld fixes for sun4v | kmacy | 2006-10-09 | 1 | -1/+1 |
* | Shuffle _*_libs assigments (no functional changes). | ru | 2006-10-07 | 1 | -29/+28 |
* | - Prebuild libgssapi only if building with Kerberos support. | ru | 2006-10-07 | 1 | -3/+6 |
* | Previous revision wasn't enough for "make TARGET=<machine> build*" | ru | 2006-09-08 | 1 | -0/+1 |
* | While experimenting with cross-building by specifying just TARGET, | ru | 2006-09-07 | 1 | -0/+1 |
* | Added timestamping to buildworld, similar to buildkernel. | ru | 2006-09-07 | 1 | -2/+12 |
* | - Rewrite logic to guess TARGET_ARCH/TARGET to be more readable, | ru | 2006-09-07 | 1 | -6/+25 |
* | make "make TARGET=foo" work correctly. Before, it would fail to set | imp | 2006-09-07 | 1 | -1/+4 |
* | Always make obj when building the libraries. This never hurts, and | imp | 2006-08-24 | 1 | -2/+4 |
* | Remove alpha left-overs. | ru | 2006-08-22 | 1 | -4/+0 |
* | Remove sade from build-tools, the tinderbox problem should be fixed now. | netchild | 2006-08-09 | 1 | -1/+0 |
* | Add the sade to build-tools list. This fixes a tinderbox. | nyan | 2006-08-09 | 1 | -0/+1 |
* | Fix doxygen target. | netchild | 2006-08-02 | 1 | -1/+1 |
* | Also need to quote values so they can be passed on correctly. | imp | 2006-06-06 | 1 | -2/+3 |
* | Create a new target 'buildenvvars'. This target reports the build | imp | 2006-06-06 | 1 | -0/+9 |
* | Connect the kernel subsystem API documentation generation framework to | netchild | 2006-05-26 | 1 | -0/+13 |
* | Send the pcvt(4) driver off to retirement. | phk | 2006-05-17 | 1 | -5/+1 |
* | Sort bootstrap-tools entries. | ru | 2006-03-31 | 1 | -5/+5 |
* | Rebuild gensnmptree(1) on 700014 systems too. While 700014 corresponds | ru | 2006-03-30 | 1 | -1/+1 |
* | Extend coverage of the MK_IPX build option to the following: | ru | 2006-03-20 | 1 | -1/+5 |
* | Change the default SUP command to use csup instead of CVSup for | mux | 2006-03-19 | 1 | -2/+2 |
* | Convert NO_PROFILE and NO_LIB32 to new style. | ru | 2006-03-18 | 1 | -6/+5 |
* | Add the new "showconfig" target that displays build configuration. | ru | 2006-03-18 | 1 | -0/+5 |
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 1 | -40/+35 |
* | When building for pc98, don't create stray objects in the | ru | 2006-03-16 | 1 | -1/+1 |
* | After revision 1.4 of `src/usr.sbin/bsnmpd/bsnmpd/Makefile' the | keramida | 2006-03-09 | 1 | -0/+5 |
* | Detect that the "audit" group is missing earlier during install. | ru | 2006-02-27 | 1 | -1/+1 |
* | A file can also be a link, so check not only for a file, but also for a link | netchild | 2006-02-18 | 1 | -14/+36 |
* | Revert the previous change - the lib32 build should work now. | dfr | 2006-01-02 | 1 | -2/+2 |
* | Temporarily disable the kerberos5 lib32 build while I try to fix it | dfr | 2006-01-02 | 1 | -2/+2 |