| Commit message (Expand) | Author | Age | Files | Lines |
* | Forgot that the rescue subdir needs to be a conditional for the | gordon | 2003-07-11 | 1 | -1/+5 |
* | Turn rescue back on, conditional to NORESCUE. We seem to be split on | gordon | 2003-07-11 | 1 | -3/+5 |
* | Correct makefile syntax error in r1.375. | kris | 2003-07-10 | 1 | -1/+1 |
* | Style nit. | obrien | 2003-07-08 | 1 | -2/+2 |
* | Use 'id' instead of 'grep' to detect the presence of the smmsp user/group. | gshapiro | 2003-07-06 | 1 | -2/+2 |
* | Fixed style bugs related to parentheses in Makefile.inc1. | ru | 2003-07-04 | 1 | -7/+7 |
* | More NO_RESCUE to RESCUE transitions. | gordon | 2003-07-02 | 1 | -2/+2 |
* | Switch the logic on the /rescue bits from NO_RESCUE to RESCUE, at least | gordon | 2003-07-01 | 1 | -1/+1 |
* | Put rescue/ into a correct slot in the SUBDIR list. Sort bootstrap-, | ru | 2003-07-01 | 1 | -27/+51 |
* | Only bootstrap crunchide(1) and build crunchgen(1) when necessary. | ru | 2003-07-01 | 1 | -3/+13 |
* | Do the deed and hookup /rescue to the build. As a result, always build | gordon | 2003-06-30 | 1 | -5/+6 |
* | - Fix a typo. | smkelly | 2003-06-28 | 1 | -1/+1 |
* | Allow installkernel.debug and reinstallkernel.debug. | simokawa | 2003-06-22 | 1 | -2/+2 |
* | Minor tweaks to the build process so that we can build 5.1-current on | imp | 2003-06-14 | 1 | -1/+6 |
* | Do not bogusly set CSTD to the empty string. | des | 2003-06-14 | 1 | -3/+0 |
* | Add lib/libc to list of _prebuild_libs because we need the target | imp | 2003-06-08 | 1 | -2/+1 |
* | When boot strapping from older systems, don't specify a C standard in | imp | 2003-06-07 | 1 | -0/+3 |
* | Wrap gperf & groff wth NO_CXX. | obrien | 2003-05-31 | 1 | -1/+4 |
* | Unbreak world build if NO_OPENSSL is defined but NO_KERBEROS is not. | ru | 2003-05-21 | 1 | -2/+3 |
* | Retire the useless NOSECURE knob. | des | 2003-05-19 | 1 | -3/+2 |
* | Unbreak parallel make of _includes after revision 1.356 changes. | ru | 2003-05-18 | 1 | -0/+2 |
* | -lbsdxml lives in lib/libexpat. *Blush* | ru | 2003-05-18 | 1 | -1/+1 |
* | Unbreak world: record libgeom dependency on libbsdxml here too. | ru | 2003-05-17 | 1 | -1/+2 |
* | Use the installed world's idea of OSRELDATE rather than the kernel. | ru | 2003-05-15 | 1 | -1/+2 |
* | Install symlinks to individual headers instead of symlinks to directories | bde | 2003-05-05 | 1 | -6/+2 |
* | Negate the logic of MAKE_KERBEROS5, and replace it with NO_KERBEROS. | markm | 2003-05-05 | 1 | -4/+4 |
* | Many developers run with userland != to kernel. While this isn't | imp | 2003-05-04 | 1 | -0/+2 |
* | For the time being, upgrade the whole Groff (to version 1.19), | ru | 2003-05-01 | 1 | -1/+1 |
* | Restore the ordering of NO's and remove one redundant NOLINT. | ru | 2003-04-30 | 1 | -4/+4 |
* | Fix "make world" for the WANT_LINT case. The various build tools | markm | 2003-04-30 | 1 | -3/+3 |
* | Groff after 2002/10/15 has no known backward compatibility issues, | ru | 2003-04-30 | 1 | -1/+7 |
* | Rename KRNLSRCDIR to KERNSRCDIR and allow it to be overridden. The name | jhb | 2003-04-16 | 1 | -7/+7 |
* | kbdcontrol.c rev. 1.35 and onwards support the KEYMAP_PATH | ru | 2003-04-14 | 1 | -1/+5 |
* | yacc(1) with skeleton.c rev. 1.29 in HEAD and rev. 1.28.2.1 in RELENG_4, | ru | 2003-04-13 | 1 | -2/+7 |
* | xargs.c rev. 1.10 in HEAD and rev. 1.9.2.1 in RELENG_4, | ru | 2003-04-13 | 1 | -1/+6 |
* | elf2aout.c,v 1.6 and onwards have no known backward compatibility issues. | ru | 2003-04-13 | 1 | -3/+4 |
* | uudecode.c rev. 1.23 in HEAD and rev. 1.13.2.3 in RELENG_4, | ru | 2003-04-13 | 1 | -1/+8 |
* | Only create directories that are really needed. | ru | 2003-04-13 | 1 | -28/+26 |
* | Install bootstrap-tools into a separate subtree of ${WORLDTMP}. | ru | 2003-04-13 | 1 | -6/+9 |
* | Make sure legacy stuff comes last. Some tools that use | ru | 2003-04-12 | 1 | -3/+2 |
* | libc_gen/basename.c depends on include/libgen.h. | ru | 2003-04-11 | 1 | -0/+1 |
* | Put back the undocumented change from rev. 1.334 too: no | ru | 2003-04-07 | 1 | -1/+1 |
* | Put back parts of 1.335 and 1.336 that 1.337 accidentally backed out. | imp | 2003-04-06 | 1 | -5/+1 |
* | -legacy and /.../legacy/... looks better than build or bootstrap in | imp | 2003-04-06 | 1 | -10/+14 |
* | Always remove ${WORLDTMP}/build/usr/include, even in the NOCLEAN | ru | 2003-04-06 | 1 | -0/+1 |
* | Moved libbuild target to where it belongs. Added a comment. | ru | 2003-04-06 | 1 | -5/+8 |
* | Fixed buildworld stages names in comments. | ru | 2003-04-06 | 1 | -9/+10 |
* | We can't use ${WORLDTMP}/usr/{include,lib} for the compat layer. This | imp | 2003-04-06 | 1 | -2/+24 |
* | Migrate to a new way of dealing with building from old revisions of | imp | 2003-04-05 | 1 | -9/+10 |
* | Diff reduction with my p4 changes: | imp | 2003-04-04 | 1 | -5/+5 |