On Tue, 28 Feb 2012 16:00:36 -0800 Julian Elischer wrote:
JE> On 2/27/12 11:29 PM, Mikolaj Golub wrote:
>> On Mon, 27 Feb 2012 22:34:25 -0800 Julian Elischer wrote:
>>
>> JE> I don't think this belongs in the kernel by default. It's not exactl
>> a
>> JE> call for backout but It's te
On 2012-02-28 23:11, Giovanni Trematerra wrote:
> On Tue, Feb 28, 2012 at 10:45 PM, Dimitry Andric wrote:
>> Author: dim
>> Date: Tue Feb 28 21:45:21 2012
>> New Revision: 232271
>> URL: http://svn.freebsd.org/changeset/base/232271
...
> It introduces a style(9) violation, though.
> I think it sho
On Wed, 29 Feb 2012, Bruce Evans wrote:
I cleaned this up a bit according to ideas in my previous mails, and
added a comment about the confusing use of __bswap64_const() (now
named __bswap64_gen()) in __bswap64_var():
A minor problem with only having a macro version for __bswap64() turned
up:
Author: mm
Date: Wed Feb 29 07:33:07 2012
New Revision: 232291
URL: http://svn.freebsd.org/changeset/base/232291
Log:
Bump .Dd to reflect latest update
Reported by: bz
MFC after:1 week
Modified:
head/usr.sbin/jail/jail.8
Modified: head/usr.sbin/jail/jail.8
===
Author: davidxu
Date: Wed Feb 29 06:19:00 2012
New Revision: 232290
URL: http://svn.freebsd.org/changeset/base/232290
Log:
MFC 230857:
If multiple threads call kevent() to get AIO events on same kqueue fd,
it is possible that a single AIO event will be reported to multiple
threads, it i
Author: gonzo
Date: Wed Feb 29 05:48:29 2012
New Revision: 232289
URL: http://svn.freebsd.org/changeset/base/232289
Log:
Revert part of old logic of assigning MAC addressess:
- Reserver respective number of addresses for managment port
- octm uses base address directly
- other drivers g
Author: alc
Date: Wed Feb 29 05:41:29 2012
New Revision: 232288
URL: http://svn.freebsd.org/changeset/base/232288
Log:
Simplify kmem_alloc() by eliminating code that existed on account of
external pagers in Mach. FreeBSD doesn't implement external pagers.
Moreover, it don't pageout the kern
On Tue, 28 Feb 2012, Tijl Coosemans wrote:
On Tuesday 28 February 2012 21:55:57 Dimitry Andric wrote:
On 2012-02-28 20:39, Tijl Coosemans wrote:
Log:
Copy amd64 endian.h to x86 and merge with i386 endian.h. Replace
amd64/i386/pc98 endian.h with stubs.
In __bswap64_const(x) the conflict
On Tue, 28 Feb 2012, Tijl Coosemans wrote:
Log:
Copy amd64 setjmp.h to x86 and replace amd64/i386/pc98 setjmp.h with stubs.
This may be correct (except for comment), but it is confusing.
Added:
head/sys/x86/include/setjmp.h
- copied unchanged from r232268, head/sys/amd64/include/setjmp
On Tue, 28 Feb 2012, Alexander Best wrote:
On Sun Feb 26 12, Jilles Tjoelker wrote:
Log:
Fix fchmod() and fchown() on fifos.
The new fifo implementation in r232055 broke fchmod() and fchown() on fifos.
Postfix needs this.
clang seems to have a problem with this commit:
usr/subversion-
Author: davidxu
Date: Wed Feb 29 02:01:48 2012
New Revision: 232286
URL: http://svn.freebsd.org/changeset/base/232286
Log:
initialize clock ID and flags only when copying timespec, a _umtx_time
copy already contains these fields.
Modified:
head/sys/kern/kern_umtx.c
Modified: head/sys/kern/
On Wed, 29 Feb 2012, Bruce Evans wrote:
On Tue, 28 Feb 2012, Tijl Coosemans wrote:
The patch is unreadable due to significant reimplementations, even without
the move. So I looked at the resulting x86/endian.h:
Oops. I somehow looked at the old i386 version. The committed version
is mostly
Author: kib
Date: Wed Feb 29 01:39:39 2012
New Revision: 232285
URL: http://svn.freebsd.org/changeset/base/232285
Log:
MFC r232003:
Properly lock DQREF() with dqhlock. Missed locking caused counter
corruption.
Assert that the dq reference value is sane before decrementing it.
Modified:
Author: kib
Date: Wed Feb 29 01:36:00 2012
New Revision: 232283
URL: http://svn.freebsd.org/changeset/base/232283
Log:
MFC r231998:
Use DOINGASYNC() to test for async allowance, to honor VFS syncing requests.
Modified:
stable/9/sys/fs/msdosfs/msdosfs_denode.c
stable/9/sys/fs/msdosfs/msdos
Author: thompsa
Date: Wed Feb 29 00:52:56 2012
New Revision: 232279
URL: http://svn.freebsd.org/changeset/base/232279
Log:
MFC r232008,232010,232080,232089
Using the flowid in the mbuf assumes the network card is giving a good hash
for
the traffic flow, this may not be the case giving
On Tue, 28 Feb 2012, Tijl Coosemans wrote:
Log:
Copy amd64 endian.h to x86 and merge with i386 endian.h. Replace
amd64/i386/pc98 endian.h with stubs.
In __bswap64_const(x) the conflict between 0xffUL and 0xffULL has been
resolved by reimplementing the macro in terms of __bswap32(x). As a si
On 29. Feb 2012, at 00:30 , Martin Matuska wrote:
> Author: mm
> Date: Wed Feb 29 00:30:18 2012
> New Revision: 232278
> URL: http://svn.freebsd.org/changeset/base/232278
>
> Log:
> Add procfs to jail-mountable filesystems.
>
The man page lacks a .Dd update?
I also think this one should come
Author: mm
Date: Wed Feb 29 00:30:18 2012
New Revision: 232278
URL: http://svn.freebsd.org/changeset/base/232278
Log:
Add procfs to jail-mountable filesystems.
Reviewed by: jamie
MFC after:1 week
Modified:
head/sys/compat/linprocfs/linprocfs.c
head/sys/compat/linsysfs/linsysfs.c
On 2/27/12 11:29 PM, Mikolaj Golub wrote:
On Mon, 27 Feb 2012 22:34:25 -0800 Julian Elischer wrote:
JE> I don't think this belongs in the kernel by default. It's not exactl a
JE> call for backout but It's teh next thing short of that. a call for "do
JE> you REALLY think we need this par
Author: delphij
Date: Tue Feb 28 23:30:19 2012
New Revision: 232277
URL: http://svn.freebsd.org/changeset/base/232277
Log:
MFC r228924:
In POSIX.1-2008:
P_tmpdir [OB XSI] Default directory prefix for tempnam().
This macro is used in a lot of places in legacy applications,
and i
On Tue, 28 Feb 2012, Tijl Coosemans wrote:
Log:
Copy amd64 _types.h to x86 and merge with i386 _types.h. Replace existing
amd64/i386/pc98 _types.h with stubs.
I don't like this much. It gives 2 layers of convolutions for readers
(humans and compilers) to slowly untangle. There is another l
On Tue, Feb 28, 2012 at 11:22:52PM +0100, Luigi Rizzo wrote:
> On Tue, Feb 28, 2012 at 09:53:39PM +, Oleg Bulyzhin wrote:
> > Author: oleg
> > Date: Tue Feb 28 21:53:39 2012
> > New Revision: 232272
> > URL: http://svn.freebsd.org/changeset/base/232272
> >
> > Log:
> > lookup_dyn_rule_locked
On Wed, Feb 29, 2012 at 02:39:37AM +0400, Oleg Bulyzhin wrote:
> On Tue, Feb 28, 2012 at 11:22:52PM +0100, Luigi Rizzo wrote:
> > On Tue, Feb 28, 2012 at 09:53:39PM +, Oleg Bulyzhin wrote:
> > > Author: oleg
> > > Date: Tue Feb 28 21:53:39 2012
> > > New Revision: 232272
> > > URL: http://svn.f
Author: tijl
Date: Tue Feb 28 22:30:58 2012
New Revision: 232276
URL: http://svn.freebsd.org/changeset/base/232276
Log:
Copy amd64 stdarg.h to x86 and replace amd64/i386/pc98 stdarg.h with stubs.
Added:
head/sys/x86/include/stdarg.h
- copied unchanged from r232268, head/sys/amd64/include
Author: tijl
Date: Tue Feb 28 22:17:52 2012
New Revision: 232275
URL: http://svn.freebsd.org/changeset/base/232275
Log:
Copy amd64 setjmp.h to x86 and replace amd64/i386/pc98 setjmp.h with stubs.
Added:
head/sys/x86/include/setjmp.h
- copied unchanged from r232268, head/sys/amd64/include
Author: obrien
Date: Tue Feb 28 22:15:46 2012
New Revision: 232274
URL: http://svn.freebsd.org/changeset/base/232274
Log:
Document the 'URL' argument.
Modified:
head/usr.bin/fetch/fetch.1
Modified: head/usr.bin/fetch/fetch.1
===
On Tue, Feb 28, 2012 at 10:45 PM, Dimitry Andric wrote:
> Author: dim
> Date: Tue Feb 28 21:45:21 2012
> New Revision: 232271
> URL: http://svn.freebsd.org/changeset/base/232271
>
> Log:
> Change definition of pipe_chmod() from K&R to C99, to avoid the
> following clang warning:
>
> sys/kern/sy
On Tue, Feb 28, 2012 at 09:53:39PM +, Oleg Bulyzhin wrote:
> Author: oleg
> Date: Tue Feb 28 21:53:39 2012
> New Revision: 232272
> URL: http://svn.freebsd.org/changeset/base/232272
>
> Log:
> lookup_dyn_rule_locked(): style(9) cleanup
>
> MFC after: 1 month
is there a reason for dela
Author: oleg
Date: Tue Feb 28 22:00:41 2012
New Revision: 232273
URL: http://svn.freebsd.org/changeset/base/232273
Log:
- Refresh dynamic tcp rule only if both sides answered keepalive packets.
- Remove some useless assignments.
MFC after:1 month
Modified:
head/sys/netinet/ipfw/ip_
Author: oleg
Date: Tue Feb 28 21:53:39 2012
New Revision: 232272
URL: http://svn.freebsd.org/changeset/base/232272
Log:
lookup_dyn_rule_locked(): style(9) cleanup
MFC after:1 month
Modified:
head/sys/netinet/ipfw/ip_fw_dynamic.c
Modified: head/sys/netinet/ipfw/ip_fw_dynamic.c
==
Author: dim
Date: Tue Feb 28 21:45:21 2012
New Revision: 232271
URL: http://svn.freebsd.org/changeset/base/232271
Log:
Change definition of pipe_chmod() from K&R to C99, to avoid the
following clang warning:
sys/kern/sys_pipe.c:1556:10: error: promoted type 'int' of K&R function
paramete
Author: adrian
Date: Tue Feb 28 21:43:29 2012
New Revision: 232270
URL: http://svn.freebsd.org/changeset/base/232270
Log:
Only increment is_beacon_bad if we're not scanning.
Otherwise things such as off-channel probe responses and beacons are also
silently discarded and logged against thi
Author: adrian
Date: Tue Feb 28 21:41:47 2012
New Revision: 232269
URL: http://svn.freebsd.org/changeset/base/232269
Log:
Print out the bogus beacon interval.
Modified:
head/sys/net80211/ieee80211_input.c
Modified: head/sys/net80211/ieee80211_input.c
=
On Wed, Feb 29, 2012 at 12:35:23AM +0400, Slawa Olhovchenkov wrote:
...
> > > > ?3. The two changes above unfortunately require an API change, so while
> > > > ? ? at it add a version field and some spares to the ioctl() argument
> > > > ? ? to help detect mismatches.
> > >
> > > Is it worth bumpi
On Tuesday 28 February 2012 21:55:57 Dimitry Andric wrote:
> On 2012-02-28 20:39, Tijl Coosemans wrote:
>> Author: tijl
>> Date: Tue Feb 28 19:39:54 2012
>> New Revision: 232266
>> URL: http://svn.freebsd.org/changeset/base/232266
>>
>> Log:
>> Copy amd64 endian.h to x86 and merge with i386 endi
On Tue, Feb 28, 2012 at 08:31:22AM +0100, Luigi Rizzo wrote:
> On Mon, Feb 27, 2012 at 07:05:45PM -0500, Ben Kaduk wrote:
> ...
> > > ?1. add support for devices with different number of rx and tx queues;
> > >
> > > ?2. add better support for zero-copy operation, adding an extra field
> > > ? ? t
On 2012-02-28 20:39, Tijl Coosemans wrote:
> Author: tijl
> Date: Tue Feb 28 19:39:54 2012
> New Revision: 232266
> URL: http://svn.freebsd.org/changeset/base/232266
>
> Log:
> Copy amd64 endian.h to x86 and merge with i386 endian.h. Replace
> amd64/i386/pc98 endian.h with stubs.
>
> In _
Author: emaste
Date: Tue Feb 28 19:50:14 2012
New Revision: 232268
URL: http://svn.freebsd.org/changeset/base/232268
Log:
Revert r232260.
The problem is now fixed by a general workaround in r232267.
Modified:
head/sys/dev/aac/aac_pci.c
Modified: head/sys/dev/aac/aac_pci.c
==
On Sun Feb 26 12, Jilles Tjoelker wrote:
> Author: jilles
> Date: Sun Feb 26 15:14:29 2012
> New Revision: 232183
> URL: http://svn.freebsd.org/changeset/base/232183
>
> Log:
> Fix fchmod() and fchown() on fifos.
>
> The new fifo implementation in r232055 broke fchmod() and fchown() on fifo
Author: emaste
Date: Tue Feb 28 19:42:40 2012
New Revision: 232267
URL: http://svn.freebsd.org/changeset/base/232267
Log:
Workaround for PCIe 4GB boundary issue
Enforce a boundary of no more than 4GB - transfers crossing a 4GB
boundary can lead to data corruption due to PCIe limitations.
Author: tijl
Date: Tue Feb 28 19:39:54 2012
New Revision: 232266
URL: http://svn.freebsd.org/changeset/base/232266
Log:
Copy amd64 endian.h to x86 and merge with i386 endian.h. Replace
amd64/i386/pc98 endian.h with stubs.
In __bswap64_const(x) the conflict between 0xffUL and 0xffULL has b
Author: jhb
Date: Tue Feb 28 19:16:02 2012
New Revision: 232265
URL: http://svn.freebsd.org/changeset/base/232265
Log:
Properly clear a device's devclass if DEVICE_ATTACH() fails if the device
does not have a fixed devclass.
Reviewed by: imp
MFC after:2 weeks
Modified:
head/sys/
Author: tijl
Date: Tue Feb 28 18:38:33 2012
New Revision: 232264
URL: http://svn.freebsd.org/changeset/base/232264
Log:
Copy amd64 _stdint.h to x86 and merge with i386 _stdint.h. Replace
amd64/i386/pc98 _stdint.h with stubs.
Added:
head/sys/x86/include/_stdint.h
- copied, changed from
Author: dim
Date: Tue Feb 28 18:30:18 2012
New Revision: 232263
URL: http://svn.freebsd.org/changeset/base/232263
Log:
Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to
get rid of testing explicitly for clang (using ${CC:T:Mclang}) in
individual Makefiles.
Instead,
Author: tijl
Date: Tue Feb 28 18:24:28 2012
New Revision: 232262
URL: http://svn.freebsd.org/changeset/base/232262
Log:
Copy amd64 _limits.h to x86 and merge with i386 _limits.h. Replace
amd64/i386/pc98 _limits.h with stubs.
Added:
head/sys/x86/include/_limits.h
- copied, changed from
Author: tijl
Date: Tue Feb 28 18:15:28 2012
New Revision: 232261
URL: http://svn.freebsd.org/changeset/base/232261
Log:
Copy amd64 _types.h to x86 and merge with i386 _types.h. Replace existing
amd64/i386/pc98 _types.h with stubs.
Added:
head/sys/x86/include/_types.h
- copied, changed
Author: emaste
Date: Tue Feb 28 17:29:31 2012
New Revision: 232260
URL: http://svn.freebsd.org/changeset/base/232260
Log:
Avoid transfers crossing a 4GB boundary, which can lead to data
corruption. Thanks to scottl@ for the suggestion.
This change will likely be revised after considerati
Author: rmacklem
Date: Tue Feb 28 15:52:01 2012
New Revision: 232259
URL: http://svn.freebsd.org/changeset/base/232259
Log:
MFC: r232050
hrs@ reported a panic to freebsd-stable@ under the subject line
"panic in 8.3-PRERELEASE" on Feb. 22, 2012. This panic was caused
by use of a mix of tsle
Author: kevlo
Date: Tue Feb 28 15:47:39 2012
New Revision: 232258
URL: http://svn.freebsd.org/changeset/base/232258
Log:
Mention mos(4)
Modified:
head/share/man/man4/usb.4
Modified: head/share/man/man4/usb.4
==
--- h
Author: kevlo
Date: Tue Feb 28 15:45:42 2012
New Revision: 232257
URL: http://svn.freebsd.org/changeset/base/232257
Log:
Add support for the MCS7832
Obtained from:OpenBSD
Modified:
head/share/man/man4/mos.4
head/sys/dev/usb/net/if_mos.c
head/sys/dev/usb/net/if_mosreg.h
head
On Tuesday, February 28, 2012 1:34:25 am Julian Elischer wrote:
> On 2/27/12 1:29 AM, Konstantin Belousov wrote:
> > On Mon, Feb 27, 2012 at 10:49:59AM +0200, Mikolaj Golub wrote:
> >> On Mon, 27 Feb 2012 09:28:11 +0100 Pawel Jakub Dawidek wrote:
> >>
> >> PJD> On Sun, Feb 26, 2012 at 02:25:48PM
Author: kevlo
Date: Tue Feb 28 15:12:26 2012
New Revision: 232256
URL: http://svn.freebsd.org/changeset/base/232256
Log:
Add missing MODULE_DEPEND() so that acpi.ko and aibs.ko can be
loaded dynamically.
Modified:
head/sys/dev/acpi_support/atk0110.c
Modified: head/sys/dev/acpi_support/atk0
Author: kevlo
Date: Tue Feb 28 15:09:56 2012
New Revision: 232255
URL: http://svn.freebsd.org/changeset/base/232255
Log:
Fix checks for error return from amr_sglist_map() and amr_ccb_map()
Modified:
head/sys/dev/amr/amr_pci.c
Modified: head/sys/dev/amr/amr_pci.c
=
Author: kevlo
Date: Tue Feb 28 15:07:05 2012
New Revision: 232254
URL: http://svn.freebsd.org/changeset/base/232254
Log:
Fix typos
Modified:
head/share/man/man5/passwd.5
head/share/man/man9/byteorder.9
head/sys/netatalk/aarp.c
Modified: head/share/man/man5/passwd.5
==
Author: pluknet
Date: Tue Feb 28 14:35:36 2012
New Revision: 232253
URL: http://svn.freebsd.org/changeset/base/232253
Log:
Correct pathname for manpages after libarchive 3.0.3 update.
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
==
Author: gavin
Date: Tue Feb 28 13:19:34 2012
New Revision: 232250
URL: http://svn.freebsd.org/changeset/base/232250
Log:
Correct capitalization of "Hz" in user-visible text (manpages, printf(),
etc).
MFC after:3 days
Modified:
head/sbin/ifconfig/ifconfig.8
head/sbin/ipfw/ipfw.8
Author: pluknet
Date: Tue Feb 28 11:06:52 2012
New Revision: 232249
URL: http://svn.freebsd.org/changeset/base/232249
Log:
Add lib32 part after libarchive 3.0.3 update.
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
=
57 matches
Mail list logo