History log of /freebsd/sys/Makefile (Results 76 – 100 of 192)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 6ae6bbe3 21-Nov-2010 David E. O'Brien <obrien@FreeBSD.org>

Add x86 to ALL_ARCH.


Revision tags: release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0
# 10b3b545 17-Sep-2009 Dag-Erling Smørgrav <des@FreeBSD.org>

Merge from head


# 7d4b968b 17-Sep-2009 Dag-Erling Smørgrav <des@FreeBSD.org>

Merge from head up to r188941 (last revision before the USB stack switch)


# 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 ...


# 461f64fe 14-Apr-2007 Maxim Konovalov <maxim@FreeBSD.org>

o Add bsm and security to a list of cscope dirs.


# de9ea4eb 24-Mar-2007 Maxim Konovalov <maxim@FreeBSD.org>

o Remove isofs from the cscope dirs list. Its content was
repo-copied to fs/.


Revision tags: release/6.2.0_cvs, release/6.2.0
# a230a36b 26-Nov-2006 Maxim Konovalov <maxim@FreeBSD.org>

o Add cam to a list of cscope dirs.


# 6aeb05d7 11-Nov-2006 Tom Rhodes <trhodes@FreeBSD.org>

Merge posix4/* into normal kernel hierarchy.

Reviewed by: glanced at by jhb
Approved by: silence on -arch@ and -standards@


# a1f26ceb 10-Aug-2006 Warner Losh <imp@FreeBSD.org>

Don't need to special case arm here anymore


# 8cb449d9 04-Jul-2006 Maxim Konovalov <maxim@FreeBSD.org>

o Add geom to a list of cscope dirs.


# 8e5b68bc 29-May-2006 Maxim Konovalov <maxim@FreeBSD.org>

o Add net80211/ to cscope dir list.


12345678