On Fri, 1 Jun 2012, John Baldwin wrote:
On Friday, June 01, 2012 12:39:48 pm Eitan Adler wrote:
On 1 June 2012 07:24, John Baldwin wrote:
This is why I personally loathe assignment side effects in boolean expressions
for control flow. I tend to write this sort of thing instead as:
ch
Author: mav
Date: Sat Jun 2 08:29:07 2012
New Revision: 236437
URL: http://svn.freebsd.org/changeset/base/236437
Log:
Rewrite enabling NCQ for SATA devices in a way more alike to SCSI TCQ.
This allows to control it with `camcontrol negotiate adaX -T (en|dis)able`
on the fly, same as for SCS
Author: joel (doc committer)
Date: Sat Jun 2 08:47:26 2012
New Revision: 236438
URL: http://svn.freebsd.org/changeset/base/236438
Log:
mdoc: minor Bl improvements.
Modified:
head/lib/libc/gen/posix_spawnattr_getflags.3
head/lib/libcrypt/crypt.3
head/lib/libelf/elf.3
head/lib/libelf/gel
Author: hselasky
Date: Sat Jun 2 09:10:51 2012
New Revision: 236439
URL: http://svn.freebsd.org/changeset/base/236439
Log:
Add appropriate checks for ic_bsschan being set to IEEE80211_CHAN_ANYC in
some of the USB WLAN drivers. This fixes a panic when using monitor mode.
MFC after:1 w
Author: ed
Date: Sat Jun 2 10:50:25 2012
New Revision: 236441
URL: http://svn.freebsd.org/changeset/base/236441
Log:
Remove invalid remark about pipes.
The stat structures returned on pipes seems to contain all the
information required by POSIX. Especially the wording "and thus to a
pi
Author: dim
Date: Sat Jun 2 11:00:48 2012
New Revision: 236442
URL: http://svn.freebsd.org/changeset/base/236442
Log:
Tabify libcxxrt and libc++'s Makefiles.
MFC after:3 days
Modified:
head/lib/libc++/Makefile
head/lib/libcxxrt/Makefile
Modified: head/lib/libc++/Makefile
Author: joel (doc committer)
Date: Sat Jun 2 11:03:14 2012
New Revision: 236443
URL: http://svn.freebsd.org/changeset/base/236443
Log:
mdoc: minor Bl improvements.
Modified:
head/share/man/man4/acpi_panasonic.4
head/share/man/man4/ahci.4
head/share/man/man4/ata.4
head/share/man/man4/fi
Author: dim
Date: Sat Jun 2 11:07:19 2012
New Revision: 236444
URL: http://svn.freebsd.org/changeset/base/236444
Log:
Install libcxxrt's C++ ABI and unwind headers. This is done in libc++'s
Makefile, so these headers go into the same destination directory as
libc++'s own headers, currently
On Sat, 2 Jun 2012, Ed Schouten wrote:
Log:
Remove invalid remark about pipes.
The stat structures returned on pipes seems to contain all the
information required by POSIX. Especially the wording "and thus to a
pipe" makes little sense, because it seems to imply a certain
relationship betw
Author: tuexen
Date: Sat Jun 2 13:13:38 2012
New Revision: 236450
URL: http://svn.freebsd.org/changeset/base/236450
Log:
Remove an unused parameter.
MFC after: 3 days
Modified:
head/sys/netinet/sctp_input.c
head/sys/netinet/sctputil.c
head/sys/netinet/sctputil.h
Modified: head/sys/
Author: kib
Date: Sat Jun 2 18:10:16 2012
New Revision: 236456
URL: http://svn.freebsd.org/changeset/base/236456
Log:
Use plain store for atomic_store_rel on x86, instead of implicitly
locked xchg instruction. IA32 memory model guarantees that store has
release semantic, since stores canno
on 17/05/2012 13:11 Grzegorz Bernacki said the following:
> Author: gber
> Date: Thu May 17 10:11:18 2012
> New Revision: 235537
> URL: http://svn.freebsd.org/changeset/base/235537
>
> Log:
> Import work done under project/nand (@235533) into head.
>
> The NAND Flash environment consists of
Author: kib
Date: Sat Jun 2 18:44:40 2012
New Revision: 236465
URL: http://svn.freebsd.org/changeset/base/236465
Log:
Update the print mask for decoding b_flags. Add print masks for
b_vflags and b_xflags_t and print them as well.
MFC after: 1 week
Modified:
head/sys/kern/vfs_bio.c
Author: marius
Date: Sat Jun 2 19:30:49 2012
New Revision: 236486
URL: http://svn.freebsd.org/changeset/base/236486
Log:
Add nitems(), a macro for determining the number of elements in a
statically-allocated array.
Obtained from:OpenBSD (in principle)
MFC after:3 days
Modi
Author: kib
Date: Sat Jun 2 19:39:12 2012
New Revision: 236487
URL: http://svn.freebsd.org/changeset/base/236487
Log:
Fix typo [1]. Use commas to separate flag printouts, in style with
other parts of function.
Submitted by: bf [1]
MFC after: 1 week
Modified:
head/sys/kern/vfs_bio.
Author: marius
Date: Sat Jun 2 19:41:28 2012
New Revision: 236488
URL: http://svn.freebsd.org/changeset/base/236488
Log:
Take advantage of nitems().
MFC after:3 days
Modified:
head/sys/dev/bge/if_bge.c
head/sys/dev/sym/sym_hipd.c
Modified: head/sys/dev/bge/if_bge.c
==
Author: marius
Date: Sat Jun 2 20:00:52 2012
New Revision: 236489
URL: http://svn.freebsd.org/changeset/base/236489
Log:
Remove nitems() now that it lives in since r236486.
Modified:
head/sys/dev/iwn/if_iwn.c
Modified: head/sys/dev/iwn/if_iwn.c
=
Author: marius
Date: Sat Jun 2 20:47:00 2012
New Revision: 236491
URL: http://svn.freebsd.org/changeset/base/236491
Log:
Add missing prototypes. While at it, sort them alphabetically.
MFC after:3 days
Modified:
head/sys/dev/mmc/mmc.c
head/sys/dev/mmc/mmcsd.c
Modified: head/sys/de
Author: tuexen
Date: Sat Jun 2 20:53:23 2012
New Revision: 236492
URL: http://svn.freebsd.org/changeset/base/236492
Log:
Don't request data from the IPv6 layer, which is not used.
MFC after: 3 days
Modified:
head/sys/netinet/sctp_output.c
Modified: head/sys/netinet/sctp_output.c
==
Author: tuexen
Date: Sat Jun 2 21:22:26 2012
New Revision: 236493
URL: http://svn.freebsd.org/changeset/base/236493
Log:
Honor sysctl for TTL.
MFC after: 3 days
Modified:
head/sys/netinet/sctp_output.c
Modified: head/sys/netinet/sctp_output.c
===
Author: alc
Date: Sat Jun 2 22:14:10 2012
New Revision: 236494
URL: http://svn.freebsd.org/changeset/base/236494
Log:
Isolate the global pv list lock from data and other locks to prevent false
sharing within the cache.
Modified:
head/sys/amd64/amd64/pmap.c
head/sys/i386/i386/pmap.c
Modi
Author: marius
Date: Sun Jun 3 00:54:10 2012
New Revision: 236495
URL: http://svn.freebsd.org/changeset/base/236495
Log:
- Prepend the device description with "AT91" to reflect its nature. [1]
- Move DMA tag and map creature to at91_spi_activate() where the other
resource allocation also
Author: marius
Date: Sun Jun 3 01:00:55 2012
New Revision: 236496
URL: http://svn.freebsd.org/changeset/base/236496
Log:
- Loop up to 3 seconds when waiting for a device to get ready. [1]
- Make the device description match the driver name.
- Identify the chip variant based on the JEDEC and
Author: marius
Date: Sun Jun 3 01:07:55 2012
New Revision: 236497
URL: http://svn.freebsd.org/changeset/base/236497
Log:
- Now that the DataFlash related drivers work properly (at91_spi(4) since
r236495 and at45d(4) since r236496), enable them by default.
- Sort BOOTP options.
Modified:
Author: imp
Date: Sun Jun 3 05:36:25 2012
New Revision: 236498
URL: http://svn.freebsd.org/changeset/base/236498
Log:
Remove stray repeated line...
Modified:
head/sys/arm/at91/at91_reset.S
Modified: head/sys/arm/at91/at91_reset.S
=
Author: joel (doc committer)
Date: Sun Jun 3 06:57:47 2012
New Revision: 236500
URL: http://svn.freebsd.org/changeset/base/236500
Log:
mdoc: add missing width argument to Bl -tag.
Modified:
head/usr.sbin/adduser/rmuser.8
head/usr.sbin/arp/arp.4
head/usr.sbin/bluetooth/bthidcontrol/bthidc
26 matches
Mail list logo