| Commit message (Expand) | Author | Age | Files | Lines |
* | Hook clang into the build on i386/amd64/powerpc. | rdivacky | 2010-06-09 | 1 | -0/+5 |
* | Add a new build option, MAN_UTILS. This option lets you control building | jkim | 2010-05-19 | 1 | -2/+6 |
* | Import of liblzma, xz, xzdec, lzmainfo from vendor branch | mm | 2010-05-10 | 1 | -0/+3 |
* | Add seq(1), a small utility to generate sequence number. | delphij | 2010-02-19 | 1 | -0/+1 |
* | bc and dc are not BSD version, not GNU version. | imp | 2010-02-18 | 1 | -1/+1 |
* | As it turns out, fmt(1) is being used by the base system as well as the | delphij | 2010-02-09 | 1 | -2/+1 |
* | Connect smbfs related libraries and tool on sparc64. | yongari | 2010-01-25 | 1 | -0/+4 |
* | Unbreak world WITHOUT_OPENSSL: | antoine | 2010-01-23 | 1 | -2/+4 |
* | Replace GNU bc/dc with BSDL versions ported from OpenBSD. They have a good | gabor | 2010-01-20 | 1 | -0/+2 |
* | Add wtmpcvt(1). | ed | 2010-01-14 | 1 | -0/+1 |
* | Connect unzip to the build. | rdivacky | 2009-12-03 | 1 | -0/+1 |
* | Add revoke(1). | ed | 2009-06-15 | 1 | -0/+1 |
* | Remove window(1) from the base system. | ed | 2009-06-02 | 1 | -1/+0 |
* | Add a new program, perror, which takes an errno as a command line argument | gnn | 2009-05-19 | 1 | -0/+1 |
* | Truss builds on mips, so don't filter it building there anymore. | imp | 2009-02-15 | 1 | -1/+1 |
* | Add back ar(1) which was accidentally decoupled in r183242. | marius | 2008-09-24 | 1 | -0/+1 |
* | add new build knobs and jigger some existing controls to improve | sam | 2008-09-21 | 1 | -27/+75 |
* | Add gprof MIPS MD header and enable building gprof. | obrien | 2008-09-02 | 1 | -2/+0 |
* | Truss and gprof doesn't build for MIPS. | obrien | 2008-09-01 | 1 | -1/+3 |
* | pkill(1) first appeared in /usr/bin, but later it was moved to /bin | yar | 2008-08-31 | 1 | -1/+0 |
* | 1. Make the BSD version of cpio the default [1] | dougb | 2008-06-16 | 1 | -1/+5 |
* | Connect bsdcpio up to the build. | kientzle | 2008-05-26 | 1 | -0/+1 |
* | Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longer | ru | 2008-03-29 | 1 | -1/+1 |
* | uuidgen has been repo-copied from usr.bin/ to bin/ to match its "new" | obrien | 2008-03-13 | 1 | -1/+0 |
* | - Add cpuset to the build. | jeff | 2008-03-02 | 1 | -0/+1 |
* | Hide BSD ar(1) under the MK_TOOLCHAIN option. | ru | 2008-02-22 | 1 | -1/+2 |
* | Re-introduce the new BSDLed 'ar' to the build. | obrien | 2008-02-22 | 1 | -0/+1 |
* | Back out previous commit. Restore Binutils ar as default. Disconnect | kaiw | 2008-02-21 | 1 | -4/+0 |
* | * Connect ar(1) to the build and make it default ar. Rename GNU | kaiw | 2008-02-21 | 1 | -0/+4 |
* | Fix disorder introduced in previous commit. | ru | 2007-12-20 | 1 | -1/+1 |
* | Pull ministat into the installed system and write it a man-page. | phk | 2007-12-20 | 1 | -0/+1 |
* | Connect procstat(1) to the build. | rwatson | 2007-12-02 | 1 | -0/+1 |
* | 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 | -1/+1 |
* | Always install libpthread.* symlinks if at least one of | ru | 2007-10-01 | 1 | -2/+1 |
* | Options spring cleanup: | sepotvin | 2007-06-13 | 1 | -2/+0 |
* | Replace the GNU gzip with a slightly modified NetBSD gzip. The | delphij | 2007-01-26 | 1 | -0/+1 |
* | Retire objformat(1) as threatened in 2002. | peter | 2007-01-25 | 1 | -1/+0 |
* | - When building world WITHOUT_LIBPTHREAD, link libthr to libpthread. | ru | 2006-11-26 | 1 | -5/+2 |
* | Build libsmb and smbutil on ia64. | marcel | 2006-08-22 | 1 | -0/+4 |
* | Remove alpha left-overs. | marcel | 2006-08-21 | 1 | -6/+1 |
* | o By popular demand import getent(1) utility: a program retrieves | maxim | 2006-05-04 | 1 | -0/+1 |
* | libc_r is no longer provided, and on alpha and sparc64, libthr | ru | 2006-04-12 | 1 | -1/+1 |
* | Unbreak WITHOUT_LIBPHREAD/WITHOUT_LIBC_R option support, depending | ru | 2006-03-21 | 1 | -0/+6 |
* | Extend coverage of the MK_IPX build option to the following: | ru | 2006-03-20 | 1 | -0/+4 |
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 1 | -13/+17 |
* | Don't build csup if NO_CRYPT or NO_OPENSSL is defined, since we depend | mux | 2006-03-03 | 1 | -1/+2 |
* | Connect csup the build! | mux | 2006-03-03 | 1 | -0/+1 |
* | Enable truss for powerpc | grehan | 2006-01-05 | 1 | -2/+1 |
* | Build gprof for powerpc now. | grehan | 2005-12-29 | 1 | -2/+0 |