| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert rev. 1.378, and restore the correct arithmetic expression | Ruslan Ermilov | 2003-08-30 | 1 | -1/+1 |
* | Remove the AFM (Anti-Footshooting Measure) added when we split the | Marcel Moolenaar | 2003-08-28 | 1 | -7/+0 |
* | OSRELDATE should fallback to 'unknown' rather than the kernel that's | Warner Losh | 2003-08-27 | 1 | -1/+1 |
* | Add @ before the shell invocation for the testing of sufficiently new sh. | Warner Losh | 2003-08-25 | 1 | -1/+1 |
* | Fall back to using the kernel version for the OSRELDATE when | Warner Losh | 2003-08-25 | 1 | -0/+4 |
* | In preparation for libraries being installed in /lib, add lib to the | Gordon Tetlow | 2003-08-17 | 1 | -1/+1 |
* | Don't lint(1) so early in the build. Its OK to keep this for the | Mark Murray | 2003-07-24 | 1 | -1/+2 |
* | Apparently we prefer underscores in new options. Sorry for the churn folks. | Gordon Tetlow | 2003-07-14 | 1 | -5/+5 |
* | Forgot that the rescue subdir needs to be a conditional for the | Gordon Tetlow | 2003-07-11 | 1 | -1/+5 |
* | Turn rescue back on, conditional to NORESCUE. We seem to be split on | Gordon Tetlow | 2003-07-11 | 1 | -3/+5 |
* | Correct makefile syntax error in r1.375. | Kris Kennaway | 2003-07-10 | 1 | -1/+1 |
* | Style nit. | David E. O'Brien | 2003-07-08 | 1 | -2/+2 |
* | Use 'id' instead of 'grep' to detect the presence of the smmsp user/group. | Gregory Neil Shapiro | 2003-07-06 | 1 | -2/+2 |
* | Fixed style bugs related to parentheses in Makefile.inc1. | Ruslan Ermilov | 2003-07-04 | 1 | -7/+7 |
* | More NO_RESCUE to RESCUE transitions. | Gordon Tetlow | 2003-07-02 | 1 | -2/+2 |
* | Switch the logic on the /rescue bits from NO_RESCUE to RESCUE, at least | Gordon Tetlow | 2003-07-01 | 1 | -1/+1 |
* | Put rescue/ into a correct slot in the SUBDIR list. Sort bootstrap-, | Ruslan Ermilov | 2003-07-01 | 1 | -27/+51 |
* | Only bootstrap crunchide(1) and build crunchgen(1) when necessary. | Ruslan Ermilov | 2003-07-01 | 1 | -3/+13 |
* | Do the deed and hookup /rescue to the build. As a result, always build | Gordon Tetlow | 2003-06-30 | 1 | -5/+6 |
* | - Fix a typo. | Sean Kelly | 2003-06-28 | 1 | -1/+1 |
* | Allow installkernel.debug and reinstallkernel.debug. | Hidetoshi Shimokawa | 2003-06-22 | 1 | -2/+2 |
* | Minor tweaks to the build process so that we can build 5.1-current on | Warner Losh | 2003-06-14 | 1 | -1/+6 |
* | Do not bogusly set CSTD to the empty string. | Dag-Erling Smørgrav | 2003-06-14 | 1 | -3/+0 |
* | Add lib/libc to list of _prebuild_libs because we need the target | Warner Losh | 2003-06-08 | 1 | -2/+1 |
* | When boot strapping from older systems, don't specify a C standard in | Warner Losh | 2003-06-07 | 1 | -0/+3 |
* | Wrap gperf & groff wth NO_CXX. | David E. O'Brien | 2003-05-31 | 1 | -1/+4 |
* | Unbreak world build if NO_OPENSSL is defined but NO_KERBEROS is not. | Ruslan Ermilov | 2003-05-21 | 1 | -2/+3 |
* | Retire the useless NOSECURE knob. | Dag-Erling Smørgrav | 2003-05-19 | 1 | -3/+2 |
* | Unbreak parallel make of _includes after revision 1.356 changes. | Ruslan Ermilov | 2003-05-18 | 1 | -0/+2 |
* | -lbsdxml lives in lib/libexpat. *Blush* | Ruslan Ermilov | 2003-05-18 | 1 | -1/+1 |
* | Unbreak world: record libgeom dependency on libbsdxml here too. | Ruslan Ermilov | 2003-05-17 | 1 | -1/+2 |
* | Use the installed world's idea of OSRELDATE rather than the kernel. | Ruslan Ermilov | 2003-05-15 | 1 | -1/+2 |
* | Install symlinks to individual headers instead of symlinks to directories | Bruce Evans | 2003-05-05 | 1 | -6/+2 |
* | Negate the logic of MAKE_KERBEROS5, and replace it with NO_KERBEROS. | Mark Murray | 2003-05-05 | 1 | -4/+4 |
* | Many developers run with userland != to kernel. While this isn't | Warner Losh | 2003-05-04 | 1 | -0/+2 |
* | For the time being, upgrade the whole Groff (to version 1.19), | Ruslan Ermilov | 2003-05-01 | 1 | -1/+1 |
* | Restore the ordering of NO's and remove one redundant NOLINT. | Ruslan Ermilov | 2003-04-30 | 1 | -4/+4 |
* | Fix "make world" for the WANT_LINT case. The various build tools | Mark Murray | 2003-04-30 | 1 | -3/+3 |
* | Groff after 2002/10/15 has no known backward compatibility issues, | Ruslan Ermilov | 2003-04-30 | 1 | -1/+7 |
* | Rename KRNLSRCDIR to KERNSRCDIR and allow it to be overridden. The name | John Baldwin | 2003-04-16 | 1 | -7/+7 |
* | kbdcontrol.c rev. 1.35 and onwards support the KEYMAP_PATH | Ruslan Ermilov | 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, | Ruslan Ermilov | 2003-04-13 | 1 | -2/+7 |
* | xargs.c rev. 1.10 in HEAD and rev. 1.9.2.1 in RELENG_4, | Ruslan Ermilov | 2003-04-13 | 1 | -1/+6 |
* | elf2aout.c,v 1.6 and onwards have no known backward compatibility issues. | Ruslan Ermilov | 2003-04-13 | 1 | -3/+4 |
* | uudecode.c rev. 1.23 in HEAD and rev. 1.13.2.3 in RELENG_4, | Ruslan Ermilov | 2003-04-13 | 1 | -1/+8 |
* | Only create directories that are really needed. | Ruslan Ermilov | 2003-04-13 | 1 | -28/+26 |
* | Install bootstrap-tools into a separate subtree of ${WORLDTMP}. | Ruslan Ermilov | 2003-04-13 | 1 | -6/+9 |
* | Make sure legacy stuff comes last. Some tools that use | Ruslan Ermilov | 2003-04-12 | 1 | -3/+2 |
* | libc_gen/basename.c depends on include/libgen.h. | Ruslan Ermilov | 2003-04-11 | 1 | -0/+1 |
* | Put back the undocumented change from rev. 1.334 too: no | Ruslan Ermilov | 2003-04-07 | 1 | -1/+1 |