Author: gordon
Date: Mon Oct 4 01:08:31 2010
New Revision: 213395
URL: http://svn.freebsd.org/changeset/base/213395
Log:
Bump __FreeBSD_version for switch from GNU man to BSDL man.
Approved by: wes (mentor)
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
===
Author: gordon
Date: Mon Oct 4 01:07:04 2010
New Revision: 213394
URL: http://svn.freebsd.org/changeset/base/213394
Log:
No longer install /etc/manpath.config since the BSDL man utilities
don't use it.
Approved by: wes (mentor)
Modified:
head/etc/Makefile
Modified: head/etc/Makefile
Author: kato
Date: Sun Oct 3 23:43:23 2010
New Revision: 213393
URL: http://svn.freebsd.org/changeset/base/213393
Log:
MF revision 184327 except for the default algorithm.
The improved IDE HDD geometry adjustment is merged but default
algorithm is not changed in this branch. This commit
On 2010-10-04 00:24, Gordon Tetlow wrote:
Author: gordon
Date: Sun Oct 3 22:24:14 2010
New Revision: 213391
URL: http://svn.freebsd.org/changeset/base/213391
Log:
Retire GNU man in favor of the newly written BSDL version.
And there was much rejoicing. :)
___
Author: gordon
Date: Sun Oct 3 22:24:14 2010
New Revision: 213391
URL: http://svn.freebsd.org/changeset/base/213391
Log:
Retire GNU man in favor of the newly written BSDL version.
Approved by: wes (mentor)
Modified:
head/gnu/usr.bin/Makefile
head/usr.bin/Makefile
Modified: head/gnu/
Author: jilles
Date: Sun Oct 3 21:56:20 2010
New Revision: 213390
URL: http://svn.freebsd.org/changeset/base/213390
Log:
MFC r201053: sh: Various warning fixes (from WARNS=6 NO_WERROR=1):
- const
- initializations to silence -Wuninitialized (it was safe anyway)
- remove nested extern decl
On 10/03/10 15:04, Antoine Brodin wrote:
Author: antoine
Date: Sun Oct 3 20:04:11 2010
New Revision: 213388
URL: http://svn.freebsd.org/changeset/base/213388
Log:
Unbreak build.
Ack! Thanks for fixing it, and sorry for the breakage.
-Nathan
_
Author: antoine
Date: Sun Oct 3 20:09:19 2010
New Revision: 213389
URL: http://svn.freebsd.org/changeset/base/213389
Log:
Reconnect uathload to the build.
Modified:
head/usr.sbin/Makefile
Modified: head/usr.sbin/Makefile
==
Author: antoine
Date: Sun Oct 3 20:04:11 2010
New Revision: 213388
URL: http://svn.freebsd.org/changeset/base/213388
Log:
Unbreak build.
Modified:
head/sys/modules/mem/Makefile
Modified: head/sys/modules/mem/Makefile
==
On Fri, Aug 13, 2010 at 06:39:54AM +, Hajimu UMEMOTO wrote:
> Author: ume
> Date: Fri Aug 13 06:39:54 2010
> New Revision: 211276
> URL: http://svn.freebsd.org/changeset/base/211276
>
> Log:
> - When there is no room for returning the result, nss backend
> have to return ERANGE and termi
Author: antoine
Date: Sun Oct 3 18:24:31 2010
New Revision: 213387
URL: http://svn.freebsd.org/changeset/base/213387
Log:
Add more obsolete files.
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
==
Author: nwhitehorn
Date: Sun Oct 3 17:50:43 2010
New Revision: 213386
URL: http://svn.freebsd.org/changeset/base/213386
Log:
Extend sysinstall to handle powerpc64 by teaching it that powerpc64 has
a lib32 distribution, and that the GENERIC kernel is named GENERIC64.
More modifications will
Author: marius
Date: Sun Oct 3 17:05:25 2010
New Revision: 213385
URL: http://svn.freebsd.org/changeset/base/213385
Log:
Remove an header that apart from the license is empty.
Deleted:
head/sys/dev/mii/axphyreg.h
Modified:
head/sys/dev/mii/axphy.c
Modified: head/sys/dev/mii/axphy.c
==
Author: marius
Date: Sun Oct 3 17:00:57 2010
New Revision: 213384
URL: http://svn.freebsd.org/changeset/base/213384
Log:
Consistently always explicitly set IFM_HDX for half-duplex.
Obtained from:OpenBSD (mostly)
Modified:
head/sys/dev/dc/dcphy.c
head/sys/dev/dc/pnphy.c
head/
Author: nwhitehorn
Date: Sun Oct 3 16:02:53 2010
New Revision: 213383
URL: http://svn.freebsd.org/changeset/base/213383
Log:
Add a memory-range interface to /dev/mem on PowerPC using PAT attributes.
Unlike actual MTRR, this only controls the mapping attributes for
subsequent mmap() of /dev/
great stuff!!!
can't wait to add "device xhci" to my KERNCONF. :)
--
a13x
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
Author: kib
Date: Sun Oct 3 13:52:17 2010
New Revision: 213382
URL: http://svn.freebsd.org/changeset/base/213382
Log:
The makectx() function, used by kdb_trap() to reconstruct pcb from
trap frame when trap initiated kdb entry, incorrectly calculated the
value of %rsp for trapped thread.
Author: hrs
Date: Sun Oct 3 13:13:10 2010
New Revision: 213381
URL: http://svn.freebsd.org/changeset/base/213381
Log:
Replace an obsolete flag -L in an mkisofs(1) command line with
-allow-leading-dots to fix "make release" for FreeBSD/powerpc.
Reviewed by: marcel
Modified:
head/relea
Author: kib
Date: Sun Oct 3 08:57:02 2010
New Revision: 213380
URL: http://svn.freebsd.org/changeset/base/213380
Log:
MFC r212506:
Do not fork nfsiod directly from the vop methods.
Schedule the task that performs fork to be executed in
the taskqueue context.
Modified:
stable/8/sys/nfsc
Author: hselasky
Date: Sun Oct 3 08:12:17 2010
New Revision: 213379
URL: http://svn.freebsd.org/changeset/base/213379
Log:
Commit initial version of new XHCI driver which was written from
scratch. This driver adds support for USB3.0 devices. The XHCI
interface is also backwards compatible t
20 matches
Mail list logo