Alan Cox wrote:
> I think that you need to update your includes directory. I added
> MAXPAGESIZES to the machine-specific param.h yesterday.
Indeed, I hadn't done a full buildworld in a while, sorry for the noise.
Doug
--
This .signature sanitized for your protection
__
Doug Barton wrote:
I'm getting this even after 'make cleandir':
cc -O2 -pipe -g -I/usr/local/src/lib/libc/include
-I/usr/local/src/lib/libc/../../include -I/usr/local/src/lib/libc/i386
-DNLS -D__DBINTERFACE_PRIVATE
-I/usr/local/src/lib/libc/../../contrib/gdtoa -DINET6
-I/usr/local/obj/usr/local
I'm getting this even after 'make cleandir':
cc -O2 -pipe -g -I/usr/local/src/lib/libc/include
-I/usr/local/src/lib/libc/../../include -I/usr/local/src/lib/libc/i386
-DNLS -D__DBINTERFACE_PRIVATE
-I/usr/local/src/lib/libc/../../contrib/gdtoa -DINET6
-I/usr/local/obj/usr/local/src/lib/libc
-I/usr/
Author: imp
Date: Sun Sep 20 05:04:23 2009
New Revision: 197338
URL: http://svn.freebsd.org/changeset/base/197338
Log:
Add Neelkanth Natu. He'll be doing MIPS things. I'm his mentor.
Approved by: core@
Modified:
svnadmin/conf/access
svnadmin/conf/mentors
Modified: svnadmin/conf/acc
In message: <4ab495dd.1010...@freebsd.org>
John Baldwin writes:
: Rick Macklem wrote:
: >
: >
: > On Fri, 18 Sep 2009, John Baldwin wrote:
: >
: >> Rick Macklem wrote:
: >>> Author: rmacklem
: >>> Date: Thu Sep 17 19:08:15 2009
: >>> New Revision: 197298
: >>> URL: http://svn.freebs
Author: marius
Date: Sun Sep 20 00:54:51 2009
New Revision: 197337
URL: http://svn.freebsd.org/changeset/base/197337
Log:
MFC: r194134
- Also probe DP83865, which is an is an ultra low power version
of the DP83861 and DP83891.
- Reset the PHY during attach so it's in a known state.
Author: marius
Date: Sun Sep 20 00:51:48 2009
New Revision: 197336
URL: http://svn.freebsd.org/changeset/base/197336
Log:
MFC: r191981
Just like in cpu_halt(), use cpu_shutdown() rather than ofw_exit()
directly in cpu_reset() in order to idle the APs before exiting
the kernel and lettin
Author: marius
Date: Sun Sep 20 00:15:52 2009
New Revision: 197335
URL: http://svn.freebsd.org/changeset/base/197335
Log:
MFC: r191980
- Fix style.
- Use __FBSDID.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stable/7/sys/sparc64/sparc64/vm_m
Author: mlaier
Date: Sat Sep 19 21:46:12 2009
New Revision: 197334
URL: http://svn.freebsd.org/changeset/base/197334
Log:
Extract version information from git repositories. Try to find a
corresponding svn version if this is a git-svn clone'ed repo.
This prefers svn version information over g
On Sat, 19 Sep 2009, John Baldwin wrote:
It happens that it still uses UDP for Portmapper by default and when
"tcp" is specified, but that is down inside the libc functions and there
are comments in them along the lines of "always use UDP first...", so
I don't intend to change those.
Hmm, it
Author: mjacob
Date: Sat Sep 19 20:36:43 2009
New Revision: 197333
URL: http://svn.freebsd.org/changeset/base/197333
Log:
Tell about the full name we opened, not the unit.
Obtained from:Sean Bruno
MFC after:1 month
Modified:
head/share/examples/scsi_target/scsi_target.c
Mo
Author: mjacob
Date: Sat Sep 19 20:25:54 2009
New Revision: 197332
URL: http://svn.freebsd.org/changeset/base/197332
Log:
Remember to unlock the peripheral prior to notifying the user. Make some
allocations M_NOWAIT so that we don't try and sleep with a nested
non-sleepable
lock.
This
Author: alc
Date: Sat Sep 19 18:01:32 2009
New Revision: 197331
URL: http://svn.freebsd.org/changeset/base/197331
Log:
Add getpagesizes(3). This functions either the number of supported page
sizes or some number of the sizes themselves. It is functionally
compatible with a function by the
Author: ed
Date: Sat Sep 19 17:56:26 2009
New Revision: 197330
URL: http://svn.freebsd.org/changeset/base/197330
Log:
Make the keyboard layer Unicode aware.
Just take keyent_t to use an u_int to store the Unicode codepoints.
Unfortunately the keymap is now too big to be loaded using an io
Author: jhb
Date: Sat Sep 19 15:48:59 2009
New Revision: 197329
URL: http://svn.freebsd.org/changeset/base/197329
Log:
Move mergeinfo for 197260-197263 up to sys/.
Approved by: re (mergeinfo blanket)
Modified:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props ch
Author: tuexen
Date: Sat Sep 19 14:55:12 2009
New Revision: 197328
URL: http://svn.freebsd.org/changeset/base/197328
Log:
Use appropriate locking when using interface list.
Approved by: rrs (mentor)
MFC after: 1 month.
Modified:
head/sys/netinet/sctp_bsd_addr.c
Modified: head/sys/neti
Author: tuexen
Date: Sat Sep 19 14:18:42 2009
New Revision: 197327
URL: http://svn.freebsd.org/changeset/base/197327
Log:
Fix the disabling of sctp_drain().
Approved by: rrs (mentor)
MFC after: 1 month.
Modified:
head/sys/netinet/sctp_pcb.c
Modified: head/sys/netinet/sctp_pcb.c
==
Author: tuexen
Date: Sat Sep 19 14:02:16 2009
New Revision: 197326
URL: http://svn.freebsd.org/changeset/base/197326
Log:
Get SCTP working in combination with VIMAGE.
Contains code from bz.
Approved by: rrs (mentor)
MFC after: 1 month.
Modified:
head/sys/kern/uipc_syscalls.c
head/sys/
Author: avg
Date: Sat Sep 19 08:56:28 2009
New Revision: 197325
URL: http://svn.freebsd.org/changeset/base/197325
Log:
intpm/sb700: force polling mode if configured interrupt is SMI
instead of failing to attach
Modified:
head/sys/pci/intpm.c
Modified: head/sys/pci/intpm.c
==
Rick Macklem wrote:
On Fri, 18 Sep 2009, John Baldwin wrote:
Rick Macklem wrote:
Author: rmacklem
Date: Thu Sep 17 19:08:15 2009
New Revision: 197298
URL: http://svn.freebsd.org/changeset/base/197298
Log:
Change the default transport protocol for use by the Mount protocol
from UDP to TC
Author: avg
Date: Sat Sep 19 08:13:10 2009
New Revision: 197324
URL: http://svn.freebsd.org/changeset/base/197324
Log:
MFC r197099: pci(4): don't perform maximum register number check
Different sub-kinds of PCI buses may have different rules and
thus it is up for the bus backends to do pr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jung-uk Kim wrote:
> Author: jkim
> Date: Sat Sep 19 04:36:38 2009
> New Revision: 197323
> URL: http://svn.freebsd.org/changeset/base/197323
>
> Log:
> Change cache attribute for VESA frame buffer from UC to write-combining.
> This improves scrol
22 matches
Mail list logo