<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/Makefile, branch releng/8.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F8.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F8.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2012-01-13T19:13:43Z</updated>
<entry>
<title>MFC 215605,215606,222952,229400:</title>
<updated>2012-01-13T19:13:43Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2012-01-13T19:13:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f30582b9297e8b22d93261eeff44d46f2225b061'/>
<id>urn:sha1:f30582b9297e8b22d93261eeff44d46f2225b061</id>
<content type='text'>
Various improvements to the 'cscope' target:
- Add x86 to ALL_ARCH.
- Add lex and yacc sources to things cscope'd.
- Include sys/xen in cscope tag file generation.
- Improve the cscope target's handling of MD directories.  Automatically
  include the MACHINE_ARCH directory if it differs from MACHINE when
  building an index for a single machine.  Also, include the 'x86'
  directory when building an index for i386, pc98, or amd64.
</content>
</entry>
<entry>
<title>Remove the unmaintained University of Michigan NFSv4 client from 8.x</title>
<updated>2009-05-22T12:35:12Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2009-05-22T12:35:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=86ce6a83d16fdedede88990ffe1d85ad83d8e7c8'/>
<id>urn:sha1:86ce6a83d16fdedede88990ffe1d85ad83d8e7c8</id>
<content type='text'>
prior to 8.0-RELEASE.  Rick Macklem's new and more feature-rich NFSv234
client and server are replacing it.

Discussed with:	rmacklem
</content>
</entry>
<entry>
<title>Removal pccard directory requires removing it from the list of things</title>
<updated>2009-02-15T18:19:24Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2009-02-15T18:19:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d49107c795e510815941013f788268fdb317ec42'/>
<id>urn:sha1:d49107c795e510815941013f788268fdb317ec42</id>
<content type='text'>
that get installed too.  &lt;blush&gt;

Submitted by:	Olivier Smedts (identical patches to what I came up
		with before checking email)
</content>
</entry>
<entry>
<title>Improve the glimpse target: don't index .svn and compile directories.</title>
<updated>2008-08-15T14:11:30Z</updated>
<author>
<name>Philip Paeps</name>
<email>philip@FreeBSD.org</email>
</author>
<published>2008-08-15T14:11:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7744e15e52c1c7621ca07e8e063dd3828016c222'/>
<id>urn:sha1:7744e15e52c1c7621ca07e8e063dd3828016c222</id>
<content type='text'>
Suggested by:	brooks
</content>
</entry>
<entry>
<title>Add a "glimpse" target to the kernel Makefile.</title>
<updated>2008-08-08T18:00:33Z</updated>
<author>
<name>Philip Paeps</name>
<email>philip@FreeBSD.org</email>
</author>
<published>2008-08-08T18:00:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ae289dcbac1fe018239889470933e5ac780353db'/>
<id>urn:sha1:ae289dcbac1fe018239889470933e5ac780353db</id>
<content type='text'>
Glimpse is a powerful "grep on an index".
Especially addictive on slow laptop hard disks.

MFC after:	2 days
</content>
</entry>
<entry>
<title>o Add cddl, nlm and xdr to CSCOPEDIRS.</title>
<updated>2008-07-20T09:16:00Z</updated>
<author>
<name>Maxim Konovalov</name>
<email>maxim@FreeBSD.org</email>
</author>
<published>2008-07-20T09:16:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6de078f1c0f7427512b3fc3c8612e358531d9b9b'/>
<id>urn:sha1:6de078f1c0f7427512b3fc3c8612e358531d9b9b</id>
<content type='text'>
o Add pc98 and sun4v to CSCOPE_ARCHDIR.

PR:		misc/125792
Submitted by:	KOIE Hidetaka
MFC after:	1 week
</content>
</entry>
<entry>
<title>Use 'CSCOPE_ARCHDIR' to change the default architecture directories to</title>
<updated>2008-07-10T16:03:24Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2008-07-10T16:03:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2efc107abe347d6446adfd0e06948be2069644df'/>
<id>urn:sha1:2efc107abe347d6446adfd0e06948be2069644df</id>
<content type='text'>
cscope.  After the addition of sys/modules/dtrace/dtrace, setting
'ARCHDIR' in /etc/src.conf breaks the build.
</content>
</entry>
<entry>
<title>Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and</title>
<updated>2008-05-26T10:40:09Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2008-05-26T10:40:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2e598474fa6a089cf784ae7a0dfd29f0af0b1a50'/>
<id>urn:sha1:2e598474fa6a089cf784ae7a0dfd29f0af0b1a50</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Remove netatm from HEAD as it is not MPSAFE and relies on the now removed</title>
<updated>2008-05-25T22:11:40Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2008-05-25T22:11:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e4372ceba044f2b6dbde2fabf95ce2717135d47c'/>
<id>urn:sha1:e4372ceba044f2b6dbde2fabf95ce2717135d47c</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>+ Use the default cscope names.</title>
<updated>2008-05-21T07:56:10Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2008-05-21T07:56:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=aa33f7d21ed6dcc7839243100c9d63328249c480'/>
<id>urn:sha1:aa33f7d21ed6dcc7839243100c9d63328249c480</id>
<content type='text'>
+ Enable fast symbol lookup.
+ Make sure files cscoped are really files, and add .S's.
+ Add 'cscope-clean' target.
</content>
</entry>
</feed>
