#
960bddf1 |
| 27-Aug-1998 |
John Birrell <jb@FreeBSD.org> |
Only build the old boot loader on i386 if aout. The new loader will eventually be built if elf.
|
Revision tags: release/2.2.7, release/2.2.6 |
|
#
756985ab |
| 20-Feb-1998 |
John Birrell <jb@FreeBSD.org> |
Test for the existance of ${MACHINE}/boot before trying to build it.
The PC98 stuff in this makefile should be removed and that system should build with MACHINE=pc98 and MACHINE_ARCH=i386.
|
Revision tags: release/2.2.5_cvs |
|
#
17b88064 |
| 13-Jul-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Commit a long-forgotten tweak for building tags in /usr/src/sys.
|
Revision tags: release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs |
|
#
6875d254 |
| 22-Feb-1997 |
Peter Wemm <peter@FreeBSD.org> |
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not ready for it yet.
|
Revision tags: release/2.1.6_cvs, release/2.1.6.1 |
|
#
1130b656 |
| 14-Jan-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
show more ...
|
Revision tags: release/2.1.5_cvs |
|
#
ad63a118 |
| 14-Jun-1996 |
Satoshi Asami <asami@FreeBSD.org> |
The Great PC98 Merge.
All new code is "#ifdef PC98"ed so this should make no difference to PC/AT (and its clones) users.
Ok'd by: core Submitted by: FreeBSD(98) development team
|
Revision tags: release/2.1.0_cvs |
|
#
62394a63 |
| 26-Dec-1995 |
Bruce Evans <bde@FreeBSD.org> |
Removed almost all traces of libkern.a. The objects that were in libkern.a are now specified by listing their source files in files.${MACHINE}. The list is machine-dependent to save space. All the
Removed almost all traces of libkern.a. The objects that were in libkern.a are now specified by listing their source files in files.${MACHINE}. The list is machine-dependent to save space. All the necessary object for each machine must be linked into the kernel in case an lkm wants one.
show more ...
|
Revision tags: release/2.0.5_cvs, release/2.0 |
|
#
8a2283e2 |
| 25-Aug-1994 |
Paul Richards <paul@FreeBSD.org> |
Added ${MACHINE}/boot to build bootblocks. Submitted by: Paul Richards
|
#
3c4dd356 |
| 02-Aug-1994 |
David Greenman <dg@FreeBSD.org> |
Added $Id$
|
Revision tags: release/1.1.5.1_cvs |
|
#
303b706c |
| 28-May-1994 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Add this so that the top level Makefile can traverse down into here and build libkern. This will be enhanced later to build other things.
|
#
2e370a5c |
| 26-May-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
Merge from HEAD
|
#
86ce6a83 |
| 22-May-2009 |
Robert Watson <rwatson@FreeBSD.org> |
Remove the unmaintained University of Michigan NFSv4 client from 8.x prior to 8.0-RELEASE. Rick Macklem's new and more feature-rich NFSv234 client and server are replacing it.
Discussed with: rmack
Remove the unmaintained University of Michigan NFSv4 client from 8.x prior to 8.0-RELEASE. Rick Macklem's new and more feature-rich NFSv234 client and server are replacing it.
Discussed with: rmacklem
show more ...
|
Revision tags: release/7.2.0_cvs, release/7.2.0 |
|
#
1829d5da |
| 12-Mar-2009 |
Warner Losh <imp@FreeBSD.org> |
Update the projects tree to a newer FreeBSD current.
|
#
d49107c7 |
| 15-Feb-2009 |
Warner Losh <imp@FreeBSD.org> |
Removal pccard directory requires removing it from the list of things that get installed too. <blush>
Submitted by: Olivier Smedts (identical patches to what I came up with before checking email)
|
Revision tags: release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0 |
|
#
7744e15e |
| 15-Aug-2008 |
Philip Paeps <philip@FreeBSD.org> |
Improve the glimpse target: don't index .svn and compile directories.
Suggested by: brooks
|
#
ae289dcb |
| 08-Aug-2008 |
Philip Paeps <philip@FreeBSD.org> |
Add a "glimpse" target to the kernel Makefile.
Glimpse is a powerful "grep on an index". Especially addictive on slow laptop hard disks.
MFC after: 2 days
|
#
6de078f1 |
| 20-Jul-2008 |
Maxim Konovalov <maxim@FreeBSD.org> |
o Add cddl, nlm and xdr to CSCOPEDIRS. o Add pc98 and sun4v to CSCOPE_ARCHDIR.
PR: misc/125792 Submitted by: KOIE Hidetaka MFC after: 1 week
|
#
2efc107a |
| 10-Jul-2008 |
David E. O'Brien <obrien@FreeBSD.org> |
Use 'CSCOPE_ARCHDIR' to change the default architecture directories to cscope. After the addition of sys/modules/dtrace/dtrace, setting 'ARCHDIR' in /etc/src.conf breaks the build.
|
#
2e598474 |
| 26-May-2008 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and parts relied on the now removed NET_NEEDS_GIANT. Most of I4B has been disconnected from the build since July 2007 in HEAD/RELENG_7.
This is wh
Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and parts relied on the now removed NET_NEEDS_GIANT. Most of I4B has been disconnected from the build since July 2007 in HEAD/RELENG_7.
This is what was removed: - configuration in /etc/isdn - examples - man pages - kernel configuration - sys/i4b (drivers, layers, include files) - user space tools - i4b support from ppp - further documentation
Discussed with: rwatson, re
show more ...
|
#
e4372ceb |
| 26-May-2008 |
Robert Watson <rwatson@FreeBSD.org> |
Remove netatm from HEAD as it is not MPSAFE and relies on the now removed NET_NEEDS_GIANT. netatm has been disconnected from the build for ten months in HEAD/RELENG_7. Specifics:
- netatm include
Remove netatm from HEAD as it is not MPSAFE and relies on the now removed NET_NEEDS_GIANT. netatm has been disconnected from the build for ten months in HEAD/RELENG_7. Specifics:
- netatm include files - netatm command line management tools - libatm - ATM parts in rescue and sysinstall - sample configuration files and documents - kernel support as a module or in NOTES - netgraph wrapper nodes for netatm - ctags data for netatm. - netatm-specific device drivers.
MFC after: 3 weeks Reviewed by: bz Discussed with: bms, bz, harti
show more ...
|
#
aa33f7d2 |
| 21-May-2008 |
David E. O'Brien <obrien@FreeBSD.org> |
+ Use the default cscope names. + Enable fast symbol lookup. + Make sure files cscoped are really files, and add .S's. + Add 'cscope-clean' target.
|
Revision tags: release/7.0.0_cvs, release/7.0.0 |
|
#
ff7aea9b |
| 23-Jan-2008 |
Maxim Konovalov <maxim@FreeBSD.org> |
o Add boot, gdb, nfsserver and opencrypto dirs to CSCOPEDIRS; sort.
|
Revision tags: release/6.3.0_cvs, release/6.3.0 |
|
#
00f05dc8 |
| 12-Jul-2007 |
Robert Watson <rwatson@FreeBSD.org> |
Complete repo-copy and move of Coda from src/sys/coda to src/sys/fs/coda by removing files from src/sys/coda, and updating include paths in the new location, kernel configuration, and Makefiles. In
Complete repo-copy and move of Coda from src/sys/coda to src/sys/fs/coda by removing files from src/sys/coda, and updating include paths in the new location, kernel configuration, and Makefiles. In one case add $FreeBSD$.
Discussed with: anderson, Jan Harkes <jaharkes@cs.cmu.edu> Approved by: re (kensmith) Repo-copy madness: simon
show more ...
|
#
f43455fd |
| 05-Jul-2007 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
Remove netkey directory from cscope/TAGs generation and replace it with netipsec now that KAME IPsec is gone. While here add missing netinet6 directories.
Add comments about the ports needed to be a
Remove netkey directory from cscope/TAGs generation and replace it with netipsec now that KAME IPsec is gone. While here add missing netinet6 directories.
Add comments about the ports needed to be able to run those targets.
Reviewed by: philip Approved by: re (rwatson)
show more ...
|
#
2cb64cb2 |
| 01-Jul-2007 |
George V. Neville-Neil <gnn@FreeBSD.org> |
Commit IPv6 support for FAST_IPSEC to the tree. This commit includes only the kernel files, the rest of the files will follow in a second commit.
Reviewed by: bz Approved by: re Supported by:
Commit IPv6 support for FAST_IPSEC to the tree. This commit includes only the kernel files, the rest of the files will follow in a second commit.
Reviewed by: bz Approved by: re Supported by: Secure Computing
show more ...
|