| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a very corner case when you want to make cleandir SUBDIRs which | green | 2004-01-02 | 1 | -2/+2 |
* | Add a define for libbsnmp. | harti | 2003-11-10 | 1 | -0/+1 |
* | Add a definition for libngatm. | harti | 2003-10-27 | 1 | -0/+1 |
* | Update Bluetooth code. | emax | 2003-10-12 | 1 | -0/+2 |
* | Update build infrastructure for Heimdal 0.6. | nectar | 2003-10-09 | 1 | -0/+1 |
* | Removed the ancient .LIBS setting that causes non-existent | ru | 2003-10-03 | 1 | -2/+0 |
* | - Support for multibyte charsets in LIBICONV. | fjoe | 2003-09-26 | 1 | -0/+1 |
* | Separate out userland linting and kernel linting a bit more. This | markm | 2003-09-26 | 1 | -0/+1 |
* | - No need to create libfoo.so -> libfoo.so.X symlinks in /lib, | ru | 2003-09-07 | 1 | -3/+8 |
* | Implement sed(1) commands using the make(1)'s RE variable modifier. | ru | 2003-09-07 | 1 | -3/+3 |
* | Emergency backout of rev 1.152. This is a 100% guaranteed way to totally | peter | 2003-09-04 | 1 | -0/+4 |
* | As ld(1) was taught to look into /lib, there's no longer a reason | ru | 2003-09-03 | 1 | -4/+0 |
* | Whitespace diff reduction between bsd.prog.mk and bsd.lib.mk outputs. | ru | 2003-08-31 | 2 | -2/+19 |
* | Fix typo. | obrien | 2003-08-18 | 1 | -1/+1 |
* | When creating .so symlinks, use SHLIBDIR instead of LIBDIR so symlinks | gordon | 2003-08-17 | 1 | -3/+2 |
* | Handle the case where SHLIBDIR != LIBDIR. When creating links, we | gordon | 2003-08-17 | 1 | -1/+6 |
* | Since -march=pentium4 is supposed to be fixed with GCC 3.3, and | mux | 2003-07-13 | 1 | -3/+1 |
* | Use make(1) instead of a shell script to implement the checkdpadd target. | bde | 2003-07-03 | 1 | -9/+7 |
* | Libraries come. | ru | 2003-07-02 | 1 | -0/+1 |
* | Sort. | ru | 2003-07-02 | 1 | -1/+1 |
* | Don't trust sys.mk,v 1.61 commit log, and make .asm alias for .S. | ru | 2003-07-02 | 2 | -4/+14 |
* | The .s files do not have to be preprocessed with cpp(1). | ru | 2003-07-02 | 1 | -2/+2 |
* | Revert to using as(1) to compile plain assembler source files. | ru | 2003-07-02 | 1 | -9/+2 |
* | There's no reason to keep separate AINC knob anymore. | ru | 2003-07-01 | 3 | -17/+8 |
* | Propagate the ${AINC} knob (assembler include) to sys.mk, | ru | 2003-06-30 | 2 | -4/+1 |
* | Removed suffix-transformation rules that are duplicates | ru | 2003-06-30 | 1 | -20/+0 |
* | The use of ld(1) to strip compiler local and non-global | ru | 2003-06-30 | 1 | -36/+0 |
* | Add ${CRUNCH_CFLAGS} support for adding compile options to crunch | gordon | 2003-06-29 | 2 | -0/+3 |
* | Be consistent about the use of ${LDFLAGS} for the internal rules. Some | peter | 2003-06-26 | 1 | -10/+10 |
* | Put on the core hat and back out all of the CSTD= changes. Core will | imp | 2003-06-14 | 1 | -14/+0 |
* | Revert to a known-good state. Anyone desiring to experiment with stricter | des | 2003-06-14 | 1 | -23/+9 |
* | Build/install the PIC version of libgcc (libcc_pic.a) for use by shared | peter | 2003-06-13 | 1 | -0/+1 |
* | We cannot use c99 on amd64 either due to lack of alloca(). libc:strptime() | peter | 2003-06-13 | 1 | -2/+3 |
* | Remove NOSHLIBS, users can get by with NOPIC. | obrien | 2003-06-10 | 1 | -3/+1 |
* | Be C std strict on i386 and amd64 as we can. Be loose on Alpha and ia64. | obrien | 2003-06-07 | 1 | -0/+6 |
* | Compile our code as C99 w/GNU extensions by default. | obrien | 2003-06-06 | 1 | -1/+2 |
* | Update some library names. Libraries come, libraries go. | markm | 2003-06-04 | 1 | -3/+2 |
* | I got a bazzar bug report | obrien | 2003-06-02 | 1 | -2/+2 |
* | Turn back on c99, the tree should be ready for it now. | obrien | 2003-06-02 | 1 | -1/+1 |
* | To quote Tony Maher <tonymaher@optushome.com.au>, "maybe 3rd time lucky ;-)" | obrien | 2003-06-02 | 1 | -1/+1 |
* | Temperarly turn off building the tree with c99. | obrien | 2003-06-02 | 1 | -1/+1 |
* | Use a bigger hammer -- keep all -std= out of CXXFLAGS. | obrien | 2003-06-01 | 2 | -2/+2 |
* | Do not set a C standard for the C++ compiler. | obrien | 2003-06-01 | 1 | -5/+7 |
* | Compile our code as C99 by default. | obrien | 2003-06-01 | 1 | -9/+11 |
* | CSTD is virtually worthless for WARNS=2-5. Return -pedantic to WARNS=6+. | obrien | 2003-05-31 | 1 | -1/+3 |
* | Make CSTD style match the rest of file. | obrien | 2003-05-31 | 1 | -6/+6 |
* | Change -march=pentium4 to -march=pentium3 when CPUTYPE==p4, because gcc 3.2 is | anholt | 2003-05-22 | 1 | -1/+3 |
* | Fixed typo in a comment. | ru | 2003-05-21 | 1 | -2/+2 |
* | s/x86[-_]64/amd64/ for MACHINE_ARCH and MACHINE_CPU .ifdefs. | peter | 2003-05-20 | 1 | -4/+4 |
* | Apply the first in a series of patches which will bring bsd.README up to date. | trhodes | 2003-05-17 | 1 | -10/+40 |