Author: pjd
Date: Sat Feb 4 07:59:12 2012
New Revision: 230976
URL: http://svn.freebsd.org/changeset/base/230976
Log:
Fix typo in comment.
MFC after:3 days
Modified:
head/sbin/hastd/parse.y
Modified: head/sbin/hastd/parse.y
==
On Wed, Feb 01, 2012 at 04:41:00PM +, Guy Helmer wrote:
> Author: ghelmer
> Date: Wed Feb 1 16:40:59 2012
> New Revision: 230869
> URL: http://svn.freebsd.org/changeset/base/230869
>
> Log:
> Change the notes about the pidfile to include Doug's preference
> for pre-creating the pidfile wi
Author: pfg
Date: Sat Feb 4 04:31:28 2012
New Revision: 230975
URL: http://svn.freebsd.org/changeset/base/230975
Log:
MFC: r229415, r229516
Integrate the line drawing algorithm from the book "Graphic Gems 1".
http://www.graphicsgems.org/
At the time it claimed to be 3-4 times fa
Author: rmh
Date: Sat Feb 4 00:54:43 2012
New Revision: 230972
URL: http://svn.freebsd.org/changeset/base/230972
Log:
Add MK_SOURCELESS build option. Setting MK_SOURCELESS to "no" will disable
kernel modules that include binary-only code.
More fine-grained control is provided via MK_SOUR
Author: dim
Date: Fri Feb 3 23:36:08 2012
New Revision: 230971
URL: http://svn.freebsd.org/changeset/base/230971
Log:
MFC r230622:
When the buildkernel stage 2.3 (build tools) runs, the PATH is still set
to the default from the top-level Makefile. Therefore, invocations of
lex and yac
Author: pfg
Date: Fri Feb 3 23:35:39 2012
New Revision: 230970
URL: http://svn.freebsd.org/changeset/base/230970
Log:
MFC: r228740
Many style fixes.
Remove C99 initializers: they don't help in this case.
Set errno to 0 before strtoll() (from NetBSD).
PR: 151850
Sugges
Author: dim
Date: Fri Feb 3 23:32:22 2012
New Revision: 230969
URL: http://svn.freebsd.org/changeset/base/230969
Log:
MFC r230393:
Pull in r148240 from upstream llvm trunk:
Make sure the non-SSE lowering for fences correctly clobbers EFLAGS.
PR11768.
In particular, this fix
Author: dim
Date: Fri Feb 3 23:27:07 2012
New Revision: 230968
URL: http://svn.freebsd.org/changeset/base/230968
Log:
MFC r229753:
In sys/contrib/rdma/ib_addr.h, bump MAX_ADDR_LEN to 20 bytes (the same
value used in sys/ofed/include/linux/netdevice.h), so there will be no
buffer overru
Author: dim
Date: Fri Feb 3 23:08:58 2012
New Revision: 230967
URL: http://svn.freebsd.org/changeset/base/230967
Log:
MFC r229753:
In sys/contrib/rdma/ib_addr.h, bump MAX_ADDR_LEN to 20 bytes (the same
value used in sys/ofed/include/linux/netdevice.h), so there will be no
buffer overru
Author: dim
Date: Fri Feb 3 23:07:26 2012
New Revision: 230966
URL: http://svn.freebsd.org/changeset/base/230966
Log:
MFC r229753:
In sys/contrib/rdma/ib_addr.h, bump MAX_ADDR_LEN to 20 bytes (the same
value used in sys/ofed/include/linux/netdevice.h), so there will be no
buffer overru
Author: pfg
Date: Fri Feb 3 23:00:28 2012
New Revision: 230965
URL: http://svn.freebsd.org/changeset/base/230965
Log:
MFC: r229981, r230898
Replace a GPL'd header in the emu10kx snd driver code.
This uses the emuxkireg.h already used in the emu10k1
snd driver. Special thanks go to
Author: pfg
Date: Fri Feb 3 22:39:04 2012
New Revision: 230964
URL: http://svn.freebsd.org/changeset/base/230964
Log:
MFC: r229981, r230898
Replace a GPL'd header in the emu10kx snd driver code.
This uses the emuxkireg.h already used in the emu10k1
snd driver. Special thanks go to
Author: pfg
Date: Fri Feb 3 22:13:36 2012
New Revision: 230963
URL: http://svn.freebsd.org/changeset/base/230963
Log:
MFC: r229430, r229980
Replace a GPL'd header in the emu10k1 snd driver code.
This brings in the emuxkireg.h from NetBSD (dev/pci) which
is used for the same purpos
Author: pfg
Date: Fri Feb 3 22:06:27 2012
New Revision: 230962
URL: http://svn.freebsd.org/changeset/base/230962
Log:
MFC: r229430, r229980
Replace a GPL'd header in the emu10k1 snd driver code.
This brings in the emuxkireg.h from NetBSD (dev/pci) which
is used for the same purpos
Author: pfg
Date: Fri Feb 3 21:38:23 2012
New Revision: 230961
URL: http://svn.freebsd.org/changeset/base/230961
Log:
MFC: r230027
Style cleanups for printf.
PR: bin/152934
Approved by: jhb (mentor)
Obtained from:Illumos
Modified:
stable/9/usr.bin/printf/pri
Author: pfg
Date: Fri Feb 3 21:30:31 2012
New Revision: 230960
URL: http://svn.freebsd.org/changeset/base/230960
Log:
MFC: r228780
Update libstdc++ with small changes up to the latest rev. (135556)
from the gcc 4.2 branch.
The libraries in the gcc-4_2-branch remained under the LGPLv2.
Author: pfg
Date: Fri Feb 3 21:26:25 2012
New Revision: 230959
URL: http://svn.freebsd.org/changeset/base/230959
Log:
MFC: r228756
Clean an inconsistency with -ffinite-math-only.
Backported from the gcc-4_3-branch, revision (118001)
under the GPLv2.
This issue was also fixed in Appl
Author: jkim
Date: Fri Feb 3 21:24:28 2012
New Revision: 230958
URL: http://svn.freebsd.org/changeset/base/230958
Log:
Restore callee saved registers later and micro-optimize.
Modified:
head/sys/amd64/acpica/acpi_switch.S
Modified: head/sys/amd64/acpica/acpi_switch.S
===
Author: jkim
Date: Fri Feb 3 21:21:00 2012
New Revision: 230957
URL: http://svn.freebsd.org/changeset/base/230957
Log:
Fix a function prototype to reflect reality. No functional change.
Modified:
head/sys/amd64/acpica/acpi_wakeup.c
Modified: head/sys/amd64/acpica/acpi_wakeup.c
Author: jilles
Date: Fri Feb 3 20:27:14 2012
New Revision: 230956
URL: http://svn.freebsd.org/changeset/base/230956
Log:
MFC r228512: Add test for r228510 (MFC'ed as r230955).
Added:
stable/9/tools/regression/pipe/pipe-reverse2.c
- copied unchanged from r228512, head/tools/regression/pi
Author: jilles
Date: Fri Feb 3 20:24:18 2012
New Revision: 230955
URL: http://svn.freebsd.org/changeset/base/230955
Log:
MFC r228510: Fix select/poll/kqueue for write on reverse direction before
first write.
The reverse direction of a pipe is lazily allocated on the first write in
that
Author: kib
Date: Fri Feb 3 20:20:30 2012
New Revision: 230954
URL: http://svn.freebsd.org/changeset/base/230954
Log:
tijl is on his own now.
Approved by: core (implicit)
Modified:
svnadmin/conf/mentors
Modified: svnadmin/conf/mentors
==
Author: ed
Date: Fri Feb 3 18:48:40 2012
New Revision: 230953
URL: http://svn.freebsd.org/changeset/base/230953
Log:
MFC r226610:
Add missing #includes.
According to POSIX, these two header files should be able to be included
by themselves, not depending on other headers. The
Author: ed
Date: Fri Feb 3 17:50:39 2012
New Revision: 230952
URL: http://svn.freebsd.org/changeset/base/230952
Log:
MFC r227314:
Ensure pam_lastlog removes the /dev/ component of the TTY name.
Some consumers of PAM remove the /dev/ component (i.e. login), while
others don't (
Author: ed
Date: Fri Feb 3 17:36:32 2012
New Revision: 230951
URL: http://svn.freebsd.org/changeset/base/230951
Log:
MFC r226785:
Attempt to fix build logic for gensnmptree.
There are two problems with the existing logic. It builds gensnmptree
on <700018, even if WITHOUT_BSNMP
Author: mm
Date: Fri Feb 3 13:40:51 2012
New Revision: 230945
URL: http://svn.freebsd.org/changeset/base/230945
Log:
Revert r230913 and r230914.
The initialization was correct, the problem needs deeper analysis.
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dnode.c
Modi
Author: pluknet
Date: Fri Feb 3 09:07:53 2012
New Revision: 230934
URL: http://svn.freebsd.org/changeset/base/230934
Log:
Print the owner process for unix domain sockets when restricted to the
specified files.
PR: bin/143962
MFC after:2 weeks
Modified:
head/usr.bin/fst
27 matches
Mail list logo