Author: ganbold (doc committer)
Date: Fri Jan 25 07:21:22 2013
New Revision: 245900
URL: http://svnweb.freebsd.org/changeset/base/245900
Log:
Fix method of naming compatible string to follow
"," as described in
http://www.devicetree.org/Device_Tree_Usage
Reviewed by: andrew@
Approved
Author: neel
Date: Fri Jan 25 06:27:03 2013
New Revision: 245899
URL: http://svnweb.freebsd.org/changeset/base/245899
Log:
Use the correct type (uint64_t) to retrieve sysctl machdep.tsc_freq.
Simplify the function a bit by falling through after initialization and
return via the normal cod
Author: andrew
Date: Fri Jan 25 06:18:49 2013
New Revision: 245898
URL: http://svnweb.freebsd.org/changeset/base/245898
Log:
bsd.own.mk needs to be included before Makefil.inc so MK_ARM_EABI is defined
Modified:
head/gnu/usr.bin/cc/c++/Makefile
Modified: head/gnu/usr.bin/cc/c++/Makefile
Author: pfg
Date: Fri Jan 25 03:38:02 2013
New Revision: 245897
URL: http://svnweb.freebsd.org/changeset/base/245897
Log:
MFC r245612:
ext2fs: temporarily disable the reallocation code.
Testing with fsx has revealed problems and in order to
hunt the bugs properly we need reduce the
Author: gjb (doc,ports committer)
Date: Fri Jan 25 00:46:02 2013
New Revision: 245896
URL: http://svnweb.freebsd.org/changeset/base/245896
Log:
MFC r245757:
- If update method is SUP_UPDATE or CVS, warn that those
update methods are deprecated.
Modified:
stable/8/Makefile.inc1 (co
Author: gjb (doc,ports committer)
Date: Fri Jan 25 00:45:46 2013
New Revision: 245895
URL: http://svnweb.freebsd.org/changeset/base/245895
Log:
MFC r245757:
- If update method is SUP_UPDATE or CVS, warn that those
update methods are deprecated.
- While here, remove bogus NO_WWWUPDA
Author: pluknet
Date: Thu Jan 24 23:11:51 2013
New Revision: 245894
URL: http://svnweb.freebsd.org/changeset/base/245894
Log:
Update and clarify comments regarding VFS op table initialization
in the man page and its header counterpart.
Submitted by: Christoph Mallon (initial version)
R
Author: brooks
Date: Thu Jan 24 20:47:37 2013
New Revision: 245893
URL: http://svnweb.freebsd.org/changeset/base/245893
Log:
Use = not == in test arguments.
Submitted by: Christoph Mallon
Modified:
head/tools/install.sh
Modified: head/tools/install.sh
==
Author: jh
Date: Thu Jan 24 17:28:39 2013
New Revision: 245891
URL: http://svnweb.freebsd.org/changeset/base/245891
Log:
Sanitize the element descriptor string before using it as a device name.
Reported and tested by: Vitalij Satanivskij
Reviewed by: gibbs, mav
Modified:
head/sy
Author: brooks
Date: Thu Jan 24 17:12:02 2013
New Revision: 245890
URL: http://svnweb.freebsd.org/changeset/base/245890
Log:
Strip any trailing slash off of the -D argument to install to support the
rather fragile destdir stripping in the metalog.
Modified:
head/Makefile.inc1
Modified: hea
Author: brooks
Date: Thu Jan 24 17:00:11 2013
New Revision: 245889
URL: http://svnweb.freebsd.org/changeset/base/245889
Log:
Don't link two different things to the same paths. As tiebreaker I've
picked the link that was installed last so as to not change the behavior.
The one exception is s
Author: brooks
Date: Thu Jan 24 16:53:35 2013
New Revision: 245888
URL: http://svnweb.freebsd.org/changeset/base/245888
Log:
Install the NLS catalog in the C directory rather than en_US.US-ASCII
which is a link to C. This allow the makefs mtree manifest mode to find
the file.
Modified:
h
Author: brooks
Date: Thu Jan 24 16:38:47 2013
New Revision: 245887
URL: http://svnweb.freebsd.org/changeset/base/245887
Log:
Only install manpages and html documentation in the ncurses/*w (wchar)
builds so that it is only installed once. This is consistent with the
existing decision to only
Author: brooks
Date: Thu Jan 24 16:28:37 2013
New Revision: 245886
URL: http://svnweb.freebsd.org/changeset/base/245886
Log:
Don't install telnet.h if it will be installed by libtelnet.
Modified:
head/include/arpa/Makefile
Modified: head/include/arpa/Makefile
Author: brooks
Date: Thu Jan 24 15:55:24 2013
New Revision: 245885
URL: http://svnweb.freebsd.org/changeset/base/245885
Log:
Don't declare an dependency on _maninstall when LIBRARIES_ONLY is set.
It doesn't exist.
Modified:
head/share/mk/bsd.lib.mk
Modified: head/share/mk/bsd.lib.mk
==
Author: jchandra
Date: Thu Jan 24 15:49:47 2013
New Revision: 245884
URL: http://svnweb.freebsd.org/changeset/base/245884
Log:
Little-endian and other fixes for Broadcom XLP network driver
The changes are:
- the microcore code loaded into the NAE has to be byteswapped
in LE
- the
Author: jchandra
Date: Thu Jan 24 15:23:01 2013
New Revision: 245883
URL: http://svnweb.freebsd.org/changeset/base/245883
Log:
Fix credit configuration on Broadcom XLP CMS
The CMS output queue credit configuration register is 64 bit, so use
a 64 bit variable while updating it.
Obtained
Author: brooks
Date: Thu Jan 24 15:18:41 2013
New Revision: 245882
URL: http://svnweb.freebsd.org/changeset/base/245882
Log:
Reorder so that NO_MAN is declared before bsd.own.mk is included and thus
has an effect (not installed a g++.1 manpage over the g++.1(.gz) link
created in ../cc).
Mod
Author: jchandra
Date: Thu Jan 24 15:14:22 2013
New Revision: 245881
URL: http://svnweb.freebsd.org/changeset/base/245881
Log:
Broadcom XLP network driver update for XLP 8xx B1 rev
Update MDIO reset code to support Broadcom XLP B1 revisions.
Update nlm_xlpge_ioctl, nlm_xlpge_port_enable n
Author: jchandra
Date: Thu Jan 24 14:42:58 2013
New Revision: 245880
URL: http://svnweb.freebsd.org/changeset/base/245880
Log:
Minor updates to the Broadcom XLP NAE driver
Remove unnecessary SGMII initialization code from nae.c. While there
clean up some prints and whitespace.
Modified:
Author: jchandra
Date: Thu Jan 24 14:33:25 2013
New Revision: 245879
URL: http://svnweb.freebsd.org/changeset/base/245879
Log:
Broadcom XLP updates for the new firmware
Support few more versions of board firmware. In case the security
block is disabled, enable it at boot. Also increase t
Author: glebius
Date: Thu Jan 24 14:29:31 2013
New Revision: 245878
URL: http://svnweb.freebsd.org/changeset/base/245878
Log:
- Utilize m_get2(), accidentially fixing some signedness bugs.
- Return EMSGSIZE in both cases if uio_resid is oversized or undersized.
- No need to clear rcvif.
Mod
Author: jchandra
Date: Thu Jan 24 11:42:16 2013
New Revision: 245877
URL: http://svnweb.freebsd.org/changeset/base/245877
Log:
Little-endian fix for PCI on Broadcom XLP.
Update the function xlp_pcib_hardware_swap_enable() to do nothing
when BYTE_ORDER is not BIG_ENDIAN. PCIe hardware swap
Author: ganbold (doc committer)
Date: Thu Jan 24 09:36:50 2013
New Revision: 245876
URL: http://svnweb.freebsd.org/changeset/base/245876
Log:
Fix timer to support oneshot and periodic mode
Use 64 bit high and low counter for timecounter and delay
Reviewed by: mav@, ian@
Approved by: gon
Author: mav
Date: Thu Jan 24 09:33:43 2013
New Revision: 245875
URL: http://svnweb.freebsd.org/changeset/base/245875
Log:
Disable MSI interrupts for SB600 chipset. According to the report they are
not functional.
PR: kern/174880, kern/174985, kern/175002
MFC after:1 week
Author: glebius
Date: Thu Jan 24 09:30:42 2013
New Revision: 245874
URL: http://svnweb.freebsd.org/changeset/base/245874
Log:
style(9)
Reviewed by: bde
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
Author: glebius
Date: Thu Jan 24 09:29:41 2013
New Revision: 245873
URL: http://svnweb.freebsd.org/changeset/base/245873
Log:
- Move large functions m_getjcl() and m_get2() to kern/uipc_mbuf.c
- style(9) fixes to mbuf.h
Reviewed by: bde
Modified:
head/sys/kern/uipc_mbuf.c
head/sys/s
27 matches
Mail list logo