On Mon, 20 Sep 2010, Marcel Moolenaar wrote:
Log:
Unbreak the build on strong-aligned architectures (arm, ia64).
Casting from (char *) to (struct ufs1_dinode *) changes the
alignment requirement of the pointer and GCC does not know that
the pointer is adequately aligned (due to malloc(3)), a
Author: marcel
Date: Mon Sep 20 04:20:55 2010
New Revision: 212886
URL: http://svn.freebsd.org/changeset/base/212886
Log:
Unbreak the build on strong-aligned architectures (arm, ia64).
Casting from (char *) to (struct ufs1_dinode *) changes the
alignment requirement of the pointer and GCC do
Author: alc
Date: Sun Sep 19 19:42:04 2010
New Revision: 212873
URL: http://svn.freebsd.org/changeset/base/212873
Log:
Allow a POSIX shared memory object that is opened for read but not for
write to nonetheless be mapped PROT_WRITE and MAP_PRIVATE, i.e.,
copy-on-write.
(This is a regres
On Sun, 19 Sep 2010, Ed Schouten wrote:
* Kostik Belousov wrote:
Shouldn't you always report CLOCAL for console then ?
Hmmm... That would be a lot more elegant, also for callout devices. The
change I just committed, doesn't take a loss of SER_DCD into account
after opening the device.
This
Author: alc
Date: Sun Sep 19 17:43:22 2010
New Revision: 212868
URL: http://svn.freebsd.org/changeset/base/212868
Log:
Make refinements to r212824. In particular, don't make
vm_map_unlock_nodefer() part of the synchronization interface for maps.
Add comments to vm_map_unlock_and_wait() a
Author: ed
Date: Sun Sep 19 16:35:42 2010
New Revision: 212867
URL: http://svn.freebsd.org/changeset/base/212867
Log:
Just make callout devices and /dev/console force CLOCAL on open().
Instead of adding custom checks to wait for DCD on open(), just modify
the termios structure to set CLOC
On Sun, Sep 19, 2010 at 05:06:28PM +0200, Ed Schouten wrote:
> * Kostik Belousov wrote:
> > Shouldn't you always report CLOCAL for console then ?
>
> Hmmm... That would be a lot more elegant, also for callout devices. The
> change I just committed, doesn't take a loss of SER_DCD into account
> af
In message: <4c95eb21.1030...@delphij.net>
Xin LI writes:
: -BEGIN PGP SIGNED MESSAGE-
: Hash: SHA256
:
: On 2010/09/12 18:44, Warner Losh wrote:
: > Author: imp
: > Date: Mon Sep 13 01:44:07 2010
: > New Revision: 212517
: > URL: http://svn.freebsd.org/changeset/base/212517
:
* Kostik Belousov wrote:
> Shouldn't you always report CLOCAL for console then ?
Hmmm... That would be a lot more elegant, also for callout devices. The
change I just committed, doesn't take a loss of SER_DCD into account
after opening the device.
Any comments on the following patch?
%%%
Index:
Author: nork
Date: Sun Sep 19 14:40:37 2010
New Revision: 212861
URL: http://svn.freebsd.org/changeset/base/212861
Log:
Add support 'device tpm' for amd64.
Add tpm(4)'s default setting to /boot/defaults/loader.conf.
Add 'device tpm' to NOTES for amd64 and i386.
Discussed with: tak
On Sun, Sep 19, 2010 at 02:21:39PM +, Ed Schouten wrote:
> Author: ed
> Date: Sun Sep 19 14:21:39 2010
> New Revision: 212860
> URL: http://svn.freebsd.org/changeset/base/212860
>
> Log:
> Ignore DCD handling on /dev/console entirely.
>
> This makes /dev/console more fail-safe and preve
Author: ed
Date: Sun Sep 19 14:21:39 2010
New Revision: 212860
URL: http://svn.freebsd.org/changeset/base/212860
Log:
Ignore DCD handling on /dev/console entirely.
This makes /dev/console more fail-safe and prevents a potential console
lock-up during boot.
Discussed on: stable@
Tes
Author: anchie
Date: Sun Sep 19 12:54:18 2010
New Revision: 212856
URL: http://svn.freebsd.org/changeset/base/212856
Log:
Manual page for the kernel side Secure Neighbor Discovery support.
Reviewed by: brueffer
Approved by: bz (mentor)
Added:
head/share/man/man4/send.4 (contents, p
Author: bschmidt
Date: Sun Sep 19 12:52:23 2010
New Revision: 212855
URL: http://svn.freebsd.org/changeset/base/212855
Log:
Fix typo in previous commit.
Modified:
head/sys/dev/iwn/if_iwn.c
Modified: head/sys/dev/iwn/if_iwn.c
===
Author: bschmidt
Date: Sun Sep 19 12:47:41 2010
New Revision: 212854
URL: http://svn.freebsd.org/changeset/base/212854
Log:
Rewrite parts of the calibration code which is run while bringing up
the device:
- unobscure some of the code by moving it into its own functions
- get rid of some ma
Author: bschmidt
Date: Sun Sep 19 12:39:04 2010
New Revision: 212853
URL: http://svn.freebsd.org/changeset/base/212853
Log:
Group functions used for initial calibration.
Modified:
head/sys/dev/iwn/if_iwn.c
Modified: head/sys/dev/iwn/if_iwn.c
==
Author: tijl
Date: Sun Sep 19 12:01:50 2010
New Revision: 212852
URL: http://svn.freebsd.org/changeset/base/212852
Log:
Indicate that POSIX semaphores are always supported.
Reported by: avilla
Reviewed by: davidxu
Approved by: kib (mentor)
Modified:
head/sys/sys/unistd.h
Modified
Author: tuexen
Date: Sun Sep 19 11:57:21 2010
New Revision: 212851
URL: http://svn.freebsd.org/changeset/base/212851
Log:
Allow the initial congestion window to be configure
to one MTU. Improve the description.
MFC after: 2 weeks.
Modified:
head/sys/netinet/sctp_sysctl.h
Modified: hea
Author: tuexen
Date: Sun Sep 19 11:42:16 2010
New Revision: 212850
URL: http://svn.freebsd.org/changeset/base/212850
Log:
Fix a locking issue which shows up when the code is used
on Mac OS X.
MFC after: 2 weeks.
Modified:
head/sys/netinet/sctp_auth.c
head/sys/netinet/sctp_pcb.c
Modi
Author: dim
Date: Sun Sep 19 10:54:58 2010
New Revision: 212847
URL: http://svn.freebsd.org/changeset/base/212847
Log:
In all Makefiles under lib/clang, consistently use tabs instead of
spaces after the '=' sign in macro assignments.
Approved-by: rpaulo (mentor)
Modified:
head/lib/cla
Author: pjd
Date: Sun Sep 19 10:51:55 2010
New Revision: 212846
URL: http://svn.freebsd.org/changeset/base/212846
Log:
Fix indent.
Modified:
head/sbin/geom/class/eli/geli.8
Modified: head/sbin/geom/class/eli/geli.8
=
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 2010/09/12 18:44, Warner Losh wrote:
> Author: imp
> Date: Mon Sep 13 01:44:07 2010
> New Revision: 212517
> URL: http://svn.freebsd.org/changeset/base/212517
>
> Log:
> Include FreeBSD svn tag
The file was completely the same with libz vendor
Author: brian
Date: Sun Sep 19 10:45:53 2010
New Revision: 212845
URL: http://svn.freebsd.org/changeset/base/212845
Log:
Support attaching version 4 metadata
Reviewed by: pjd
Modified:
head/sys/geom/eli/g_eli.h
Modified: head/sys/geom/eli/g_eli.h
===
On 19 Sep 2010, at 09:01, pluknet wrote:
> On 19 September 2010 03:38, Rui Paulo wrote:
>> Author: rpaulo
>> Date: Sat Sep 18 23:38:21 2010
>> New Revision: 212831
>> URL: http://svn.freebsd.org/changeset/base/212831
>>
>> Log:
>> Ignore EINTR when calling waitpid.
>>
>> Modified:
>> head/lib
Author: jmallett
Date: Sun Sep 19 09:19:38 2010
New Revision: 212844
URL: http://svn.freebsd.org/changeset/base/212844
Log:
Add preliminary support for the Lanner MR-955. It boots multi-user but there
seem to be problems both with the on-board Ethernet interfaces and the em(4)
interfaces on
Author: jmallett
Date: Sun Sep 19 09:18:27 2010
New Revision: 212843
URL: http://svn.freebsd.org/changeset/base/212843
Log:
Fix to specify generic bus_add_child.
Modified:
head/sys/mips/cavium/obio.c
head/sys/mips/cavium/octopci.c
Modified: head/sys/mips/cavium/obio.c
=
Author: jmallett
Date: Sun Sep 19 09:18:07 2010
New Revision: 212842
URL: http://svn.freebsd.org/changeset/base/212842
Log:
Don't use memory that can't be direct-mapped on !n64.
Modified:
head/sys/mips/cavium/octeon_machdep.c
Modified: head/sys/mips/cavium/octeon_machdep.c
==
Author: davidxu
Date: Sun Sep 19 09:03:11 2010
New Revision: 212841
URL: http://svn.freebsd.org/changeset/base/212841
Log:
Because atfork lock is held while forking, a thread cancellation triggered
by atfork handler is unsafe, use intenal flag no_cancel to disable it.
Modified:
head/lib/lib
Author: davidxu
Date: Sun Sep 19 08:55:36 2010
New Revision: 212840
URL: http://svn.freebsd.org/changeset/base/212840
Log:
Fix typo.
Modified:
head/lib/libthr/thread/thr_join.c
Modified: head/lib/libthr/thread/thr_join.c
===
Author: brian
Date: Sun Sep 19 08:18:56 2010
New Revision: 212839
URL: http://svn.freebsd.org/changeset/base/212839
Log:
Revise r197763 which fixes filesystem corruption when extending
into un-zeroed storage.
The original patch was questioned by Kirk as it forces the filesystem
to do ex
On 19 September 2010 03:38, Rui Paulo wrote:
> Author: rpaulo
> Date: Sat Sep 18 23:38:21 2010
> New Revision: 212831
> URL: http://svn.freebsd.org/changeset/base/212831
>
> Log:
> Ignore EINTR when calling waitpid.
>
> Modified:
> head/lib/libproc/proc_util.c
>
> Modified: head/lib/libproc/proc
31 matches
Mail list logo