| Commit message (Expand) | Author | Age | Files | Lines |
* | Add sys/ofed to the 'make cscope' target. | jhb | 2012-03-20 | 1 | -1/+1 |
* | Improve the cscope target's handling of MD directories. Automatically | jhb | 2012-01-03 | 1 | -2/+10 |
* | Include sys/xen in cscope tag file generation. | gibbs | 2011-06-10 | 1 | -1/+1 |
* | Disconnect sun4v architecture from the three. | attilio | 2011-05-14 | 1 | -1/+1 |
* | Add lex and yacc sources to things cscope'd. | obrien | 2010-11-21 | 1 | -1/+1 |
* | Add x86 to ALL_ARCH. | obrien | 2010-11-21 | 1 | -1/+1 |
* | Remove the unmaintained University of Michigan NFSv4 client from 8.x | rwatson | 2009-05-22 | 1 | -1/+1 |
* | Removal pccard directory requires removing it from the list of things | imp | 2009-02-15 | 1 | -1/+1 |
* | Improve the glimpse target: don't index .svn and compile directories. | philip | 2008-08-15 | 1 | -0/+4 |
* | Add a "glimpse" target to the kernel Makefile. | philip | 2008-08-08 | 1 | -0/+7 |
* | o Add cddl, nlm and xdr to CSCOPEDIRS. | maxim | 2008-07-20 | 1 | -5/+5 |
* | Use 'CSCOPE_ARCHDIR' to change the default architecture directories to | obrien | 2008-07-10 | 1 | -3/+6 |
* | Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and | bz | 2008-05-26 | 1 | -1/+1 |
* | Remove netatm from HEAD as it is not MPSAFE and relies on the now removed | rwatson | 2008-05-25 | 1 | -1/+1 |
* | + Use the default cscope names. | obrien | 2008-05-21 | 1 | -8/+13 |
* | o Add boot, gdb, nfsserver and opencrypto dirs to CSCOPEDIRS; sort. | maxim | 2008-01-23 | 1 | -3/+3 |
* | Complete repo-copy and move of Coda from src/sys/coda to src/sys/fs/coda | rwatson | 2007-07-12 | 1 | -1/+1 |
* | Remove netkey directory from cscope/TAGs generation and replace | bz | 2007-07-05 | 1 | -1/+3 |
* | Commit IPv6 support for FAST_IPSEC to the tree. | gnn | 2007-07-01 | 1 | -1/+1 |
* | o Add bsm and security to a list of cscope dirs. | maxim | 2007-04-14 | 1 | -3/+3 |
* | o Remove isofs from the cscope dirs list. Its content was | maxim | 2007-03-24 | 1 | -1/+1 |
* | o Add cam to a list of cscope dirs. | maxim | 2006-11-26 | 1 | -2/+2 |
* | Merge posix4/* into normal kernel hierarchy. | trhodes | 2006-11-11 | 1 | -1/+1 |
* | Don't need to special case arm here anymore | imp | 2006-08-10 | 1 | -2/+0 |
* | o Add geom to a list of cscope dirs. | maxim | 2006-07-04 | 1 | -1/+1 |
* | o Add net80211/ to cscope dir list. | maxim | 2006-05-29 | 1 | -4/+4 |
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 1 | -1/+3 |
* | add nfsclient/, nfs4client/, and rpc/ directories to the | rees | 2006-01-10 | 1 | -1/+2 |
* | When building cscopnamefile, default architecture to ${MACHINE}, not i386. | grog | 2005-03-08 | 1 | -1/+1 |
* | Add targets to build cscope name files and TAGS file for etags. | grog | 2005-03-05 | 1 | -0/+19 |
* | Add a NO_BOOT knob to prevent building the boot blocks and loader. | des | 2004-08-19 | 1 | -0/+2 |
* | Try harder not to compile anything in sys/boot for arm. | cognet | 2004-05-16 | 1 | -0/+2 |
* | Replaced outdated comment. | ru | 2004-01-17 | 1 | -1/+1 |
* | Revert exclusion for amd64 that stopped boot/ being built. | peter | 2003-06-26 | 1 | -4/+1 |
* | Exclude sys/boot for amd64. There are still toolchain issues to deal | peter | 2003-05-08 | 1 | -1/+4 |
* | Milestone #1 in cross-arch make releases. | ru | 2002-04-26 | 1 | -5/+0 |
* | I should know better than to touch this without testing a 'make release' | peter | 2000-08-24 | 1 | -1/+1 |
* | Add in a hack that installs 'src/sys/${MACHINE_ARCH}/GENERIC.hints' as | jhb | 2000-08-17 | 1 | -0/+5 |
* | If "MODULES_WITH_WORLD" is defined, sys/modules will be built with the | obrien | 2000-06-17 | 1 | -0/+5 |
* | Cause modules to build with the kernel build. Modules are removed | chuckr | 2000-05-02 | 1 | -3/+0 |
* | Remove the old a.out-only boot loader, we don't use it any more. | peter | 2000-03-19 | 1 | -9/+1 |
* | ${MACHINE} -> ${MACHINE_ARCH} | marcel | 1999-11-14 | 1 | -2/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Use MACHINE_ARCH instead of MACHINE to check x86 architecture. | kato | 1999-06-03 | 1 | -2/+2 |
* | Use ${.CURDIR} in `exists()' constructs. | jkoshy | 1999-04-21 | 1 | -4/+4 |
* | Backed out previous commit. It depends on a.out utilities and libraries | bde | 1998-12-30 | 1 | -7/+11 |
* | Always build ${MACHINE}/boot if it exists. Makefiles shouldn't know | bde | 1998-12-30 | 1 | -11/+7 |
* | Build KLD modules, these work for both a.out and elf. | peter | 1998-11-03 | 1 | -1/+4 |
* | In src/Makefile.inc1: | rnordier | 1998-10-11 | 1 | -1/+3 |
* | Build the new boot loader on the alpha. This allows make release to work again. | gpalmer | 1998-10-04 | 1 | -1/+5 |