| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the kerberos5 libs to the install32 target. | obrien | 2008-11-12 | 1 | -0/+3 |
* | Back out testing aid that was inadvertantly committed as part of r184205. | des | 2008-10-23 | 1 | -4/+0 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -0/+4 |
* | Rescue is "not yet" for MIPS. | obrien | 2008-09-19 | 1 | -0/+4 |
* | If a CPUTYPE isn't specified, then don't use -march=k8 when compiling | jhb | 2008-08-19 | 1 | -3/+3 |
* | Various style fixes in the build32 rules. | jhb | 2008-08-02 | 1 | -9/+10 |
* | Tweak the support for using ldd on 32-bit objects a bit further. | jhb | 2008-08-01 | 1 | -0/+3 |
* | Enable GCC stack protection (aka Propolice) for userland: | ru | 2008-06-25 | 1 | -5/+6 |
* | Add MIPS to the list of known arches. | obrien | 2008-06-18 | 1 | -1/+1 |
* | Add the DTrace build tools to the list of tools and pass NO_CTF to all | jb | 2008-05-23 | 1 | -8/+36 |
* | Fix conflicts after heimdal-1.1 import and add build infrastructure. Import | dfr | 2008-05-07 | 1 | -4/+10 |
* | Bootstrap the build of btxld. | ru | 2008-04-15 | 1 | -1/+3 |
* | Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longer | ru | 2008-03-29 | 1 | -7/+3 |
* | Set AR=gnu-ar and RANLIB=gnu-ranlib on systems where we are forced | ru | 2008-03-02 | 1 | -4/+3 |
* | Sort. | ru | 2008-02-25 | 1 | -5/+5 |
* | Make again BSD ar(1) the default system ar(1), now properly handling | ru | 2008-02-25 | 1 | -0/+9 |
* | Satisfy a particularly obstinate nit-picker :) | des | 2008-02-05 | 1 | -1/+1 |
* | Give usr.bin/kdump/kdump_subr.c the same treatment as usr.bin/kdump/ioctl.c | des | 2008-02-05 | 1 | -0/+1 |
* | Support source upgrades from at least 6.0-RELEASE. | ru | 2008-01-23 | 1 | -0/+4 |
* | Conditionally add mklocale to bootstrap-tools | ache | 2008-01-23 | 1 | -0/+5 |
* | Cleanup after last commit (remove undefined variables). | ru | 2008-01-22 | 1 | -7/+1 |
* | Remove 5.x and 6.x cruft - source upgrades to RELENG_8 from versions prior | obrien | 2008-01-21 | 1 | -28/+0 |
* | Remove WITHOUT_FORTRAN from the XMAKE target, it doesn't exist anymore. | brueffer | 2008-01-16 | 1 | -1/+1 |
* | - Explicitly verify if all needed libs were found by ldd(1). Do so | yar | 2007-12-04 | 1 | -6/+14 |
* | Decouple the install tools from the main system as much as possible. | yar | 2007-10-31 | 1 | -14/+32 |
* | If a required install tool is missing, provide a more friendly error | emaste | 2007-10-15 | 1 | -1/+6 |
* | Tweak the handling of "WITHOUT_LIBPTHREAD". Also remove the accidental | obrien | 2007-10-09 | 1 | -1/+1 |
* | Repo copy libpthreads to libkse. | obrien | 2007-10-09 | 1 | -3/+3 |
* | Revise the list of directories we manually create under | ru | 2007-10-01 | 1 | -5/+2 |
* | Always install libpthread.* symlinks if at least one of | ru | 2007-10-01 | 1 | -1/+9 |
* | Add sed(1) to cross tools. We do want newly built version during | delphij | 2007-07-10 | 1 | -0/+1 |
* | 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 |