Author: cy
Date: Fri Aug 16 07:03:28 2013
New Revision: 254401
URL: http://svnweb.freebsd.org/changeset/base/254401
Log:
Include three new files that should be in vendor-sys branch too.
Approved by: glebius (Mentor)
Added:
vendor-sys/ipfilter/dist/netinet/ip_dns_pxy.c
vendor-sys/ipfil
Author: cy
Date: Fri Aug 16 07:16:26 2013
New Revision: 254403
URL: http://svnweb.freebsd.org/changeset/base/254403
Log:
Tag three new files that should have been in vendor-sys in r254219 and
r254221.
Approved by: glebius (Mentor)
Added:
vendor-sys/ipfilter/5-1-2/netinet/ip_dns_pxy.c
Author: kevlo
Date: Fri Aug 16 07:42:06 2013
New Revision: 254404
URL: http://svnweb.freebsd.org/changeset/base/254404
Log:
Bring datasheet URL up to date.
Modified:
head/share/man/man4/udav.4
head/sys/dev/usb/net/if_udav.c
Modified: head/share/man/man4/udav.4
=
> We have a single-writer / multiple-readers lock on *any particular byte*
> of a vnode. The rangelock code is what keeps track of this, and the
> locking contention I was reducing was in the rangelock bookkeeping.
So, for example, if multiple processes or multiple threads read or
write a file so
Author: des
Date: Fri Aug 16 10:53:36 2013
New Revision: 254407
URL: http://svnweb.freebsd.org/changeset/base/254407
Log:
GC unused source file.
Deleted:
head/lib/libpam/libpam/pam_std_option.c
___
svn-src-all@freebsd.org mailing list
http://lists.f
Author: jilles
Date: Fri Aug 16 13:10:30 2013
New Revision: 254409
URL: http://svnweb.freebsd.org/changeset/base/254409
Log:
Add dup3(), based on F_DUP2FD and F_DUP2FD_CLOEXEC fcntls.
I removed functionality not proposed for POSIX in Austin group issue #411.
A man page (my own) and test c
Author: jilles
Date: Fri Aug 16 13:16:27 2013
New Revision: 254410
URL: http://svnweb.freebsd.org/changeset/base/254410
Log:
Add man page dup3(3).
Added:
head/lib/libc/gen/dup3.3 (contents, props changed)
Modified:
head/lib/libc/gen/Makefile.inc
head/lib/libc/sys/dup.2
Modified: head/l
Author: jilles
Date: Fri Aug 16 13:16:55 2013
New Revision: 254411
URL: http://svnweb.freebsd.org/changeset/base/254411
Log:
Add tests for dup3().
Modified:
head/tools/regression/file/dup/dup.c
Modified: head/tools/regression/file/dup/dup.c
===
Author: jilles
Date: Fri Aug 16 13:48:11 2013
New Revision: 254412
URL: http://svnweb.freebsd.org/changeset/base/254412
Log:
sh: Add test for the non-standard jobid builtin.
Added:
head/tools/regression/bin/sh/builtins/jobid1.0 (contents, props changed)
Added: head/tools/regression/bin/sh/
Author: jilles
Date: Fri Aug 16 13:56:43 2013
New Revision: 254413
URL: http://svnweb.freebsd.org/changeset/base/254413
Log:
sh: Recognize "--" as end of options in bg/fg/jobid builtins.
Added:
head/tools/regression/bin/sh/builtins/jobid2.0 (contents, props changed)
Modified:
head/bin/sh/
Author: jilles
Date: Fri Aug 16 14:06:29 2013
New Revision: 254414
URL: http://svnweb.freebsd.org/changeset/base/254414
Log:
pselect(2): Add xref to sigsuspend(2).
Modified:
head/lib/libc/sys/pselect.2
Modified: head/lib/libc/sys/pselect.2
Author: kib
Date: Fri Aug 16 14:22:20 2013
New Revision: 254415
URL: http://svnweb.freebsd.org/changeset/base/254415
Log:
Restore the previous sendfile(2) behaviour on the block devices.
Provide valid .fo_sendfile method for several missed struct fileops.
Reviewed by: glebius
Sponsored
On Fri, Aug 16, 2013 at 9:16 AM, Jilles Tjoelker wrote:
> Author: jilles
> Date: Fri Aug 16 13:16:27 2013
> New Revision: 254410
> URL: http://svnweb.freebsd.org/changeset/base/254410
>
> Log:
> Add man page dup3(3).
>
> Added: head/lib/libc/gen/dup3.3
>
> ==
Author: ken
Date: Fri Aug 16 16:14:32 2013
New Revision: 254416
URL: http://svnweb.freebsd.org/changeset/base/254416
Log:
Add unmapped I/O and larger I/O support to the sa(4) driver.
We now pay attention to the maxio field in the XPT_PATH_INQ CCB,
and if it is set, propagate it up to phys
On Fri, Aug 16, 2013 at 11:56:03AM -0400, Benjamin Kaduk wrote:
> On Fri, Aug 16, 2013 at 9:16 AM, Jilles Tjoelker wrote:
> > Author: jilles
> > Date: Fri Aug 16 13:16:27 2013
> > New Revision: 254410
> > URL: http://svnweb.freebsd.org/changeset/base/254410
> > Log:
> > Add man page dup3(3).
>
Author: sjg
Date: Fri Aug 16 16:26:23 2013
New Revision: 254417
URL: http://svnweb.freebsd.org/changeset/base/254417
Log:
When we need to build using the in-tree make,
switch at the earliest opportunity.
In the case of fmake vs bmake, this helps ensure correct load handling.
Reviewed by
On Wed, Aug 14, 2013 at 08:19:13AM -0400, John Baldwin wrote:
> On Tuesday, August 13, 2013 8:42:22 pm Mark Johnston wrote:
> > Author: markj
> > Date: Wed Aug 14 00:42:21 2013
> > New Revision: 254309
> > URL: http://svnweb.freebsd.org/changeset/base/254309
> >
> > Log:
> > Use kld_{load,unload
[trim old mails]
> diff --git a/sys/sys/pmckern.h b/sys/sys/pmckern.h
> index e3e18a6..90585de 100644
> --- a/sys/sys/pmckern.h
> +++ b/sys/sys/pmckern.h
> @@ -51,13 +51,11 @@
> #definePMC_FN_CSW_IN 2
> #definePMC_FN_CSW_OUT 3
> #define
On Fri, Aug 16, 2013 at 07:13:16PM +0200, Davide Italiano wrote:
> [trim old mails]
>
> > diff --git a/sys/sys/pmckern.h b/sys/sys/pmckern.h
> > index e3e18a6..90585de 100644
> > --- a/sys/sys/pmckern.h
> > +++ b/sys/sys/pmckern.h
> > @@ -51,13 +51,11 @@
> > #definePMC_FN_CSW_IN
On 08/16/13 02:38, Ivan Voras wrote:
>> We have a single-writer / multiple-readers lock on *any particular byte*
>> of a vnode. The rangelock code is what keeps track of this, and the
>> locking contention I was reducing was in the rangelock bookkeeping.
>
> So, for example, if multiple processes
Author: sjg
Date: Fri Aug 16 18:47:18 2013
New Revision: 254419
URL: http://svnweb.freebsd.org/changeset/base/254419
Log:
Add .MAKE.ALWAYS_PASS_JOB_QUEUE knob (default yes)
for backwards compatability.
Modified:
head/contrib/bmake/job.c
head/contrib/bmake/make.1
Modified: head/contrib/bm
2013/8/16 Konstantin Belousov
> Author: kib
> Date: Fri Aug 16 14:22:20 2013
> New Revision: 254415
> URL: http://svnweb.freebsd.org/changeset/base/254415
>
> Log:
> Restore the previous sendfile(2) behaviour on the block devices.
> Provide valid .fo_sendfile method for several missed struct
On Fri, Aug 16, 2013 at 11:47 AM, Simon J. Gerraty wrote:
> Author: sjg
> Date: Fri Aug 16 18:47:18 2013
> New Revision: 254419
> URL: http://svnweb.freebsd.org/changeset/base/254419
>
> Log:
> Add .MAKE.ALWAYS_PASS_JOB_QUEUE knob (default yes)
> for backwards compatability.
>
Thanks very mu
Author: delphij
Date: Fri Aug 16 19:23:44 2013
New Revision: 254420
URL: http://svnweb.freebsd.org/changeset/base/254420
Log:
Update vendor-sys/illumos/dist to illumos-gate 14133:4caa3904e52a:
Illumos ZFS issues:
4039 zfs_rename()/zfs_link() needs stronger test for XDEV
Modified:
ven
Author: delphij
Date: Fri Aug 16 19:27:29 2013
New Revision: 254421
URL: http://svnweb.freebsd.org/changeset/base/254421
Log:
Update vendor/illumos/dist and vendor-sys/illumos/dist
to illumos-gate 14137:f7523d207d74:
Illumos ZFS issues:
3996 want a libzfs_core API to rollback to lates
Author: delphij
Date: Fri Aug 16 19:27:29 2013
New Revision: 254421
URL: http://svnweb.freebsd.org/changeset/base/254421
Log:
Update vendor/illumos/dist and vendor-sys/illumos/dist
to illumos-gate 14137:f7523d207d74:
Illumos ZFS issues:
3996 want a libzfs_core API to rollback to lates
Author: delphij
Date: Fri Aug 16 19:33:36 2013
New Revision: 254422
URL: http://svnweb.freebsd.org/changeset/base/254422
Log:
Update vendor/illumos/dist and vendor-sys/illumos/dist
to illumos-gate 14143:42d090a37218:
Illumos DTrace issues:
3089 want ::typedef
3094 libctf should su
Author: delphij
Date: Fri Aug 16 19:33:36 2013
New Revision: 254422
URL: http://svnweb.freebsd.org/changeset/base/254422
Log:
Update vendor/illumos/dist and vendor-sys/illumos/dist
to illumos-gate 14143:42d090a37218:
Illumos DTrace issues:
3089 want ::typedef
3094 libctf should su
Author: ian
Date: Fri Aug 16 19:40:00 2013
New Revision: 254423
URL: http://svnweb.freebsd.org/changeset/base/254423
Log:
When the timeout clock is based on the SD clock, the timeout counter
has to be recalculated every time the SD clock frequency changes.
Also, tidy up the counter calcul
Author: ian
Date: Fri Aug 16 19:44:49 2013
New Revision: 254424
URL: http://svnweb.freebsd.org/changeset/base/254424
Log:
Add named constants for 8-bit bus support. The sdhci and mmc drivers
don't have support for this yet, but some low-level hardware is ready
for it when the higher layers
Author: ian
Date: Fri Aug 16 20:22:57 2013
New Revision: 254425
URL: http://svnweb.freebsd.org/changeset/base/254425
Log:
Print the card relative address in hex, because that's what all the
other debugging output does (when it appears in command arguments,
for example).
Modified:
head/sys
Author: jilles
Date: Fri Aug 16 20:24:41 2013
New Revision: 254426
URL: http://svnweb.freebsd.org/changeset/base/254426
Log:
sh: Remove unnecessary reset functions.
These are already handled by exception handlers.
Modified:
head/bin/sh/eval.c
head/bin/sh/main.c
head/bin/sh/parser.c
Author: ian
Date: Fri Aug 16 20:32:56 2013
New Revision: 254427
URL: http://svnweb.freebsd.org/changeset/base/254427
Log:
During card identification, run the bus at 400KHz, not the minimum
speed the bus claims to be capable of. The 400KHz speed is dictated
by the SD and MMC standards.
Modi
Author: jhb
Date: Fri Aug 16 21:13:55 2013
New Revision: 254430
URL: http://svnweb.freebsd.org/changeset/base/254430
Log:
Add new mmap(2) flags to permit applications to request specific virtual
address alignment of mappings.
- MAP_ALIGNED(n) requests a mapping aligned on a boundary of (1 <<
On Friday, August 16, 2013 5:13:55 pm John Baldwin wrote:
> Author: jhb
> Date: Fri Aug 16 21:13:55 2013
> New Revision: 254430
> URL: http://svnweb.freebsd.org/changeset/base/254430
>
> Log:
> Add new mmap(2) flags to permit applications to request specific virtual
> address alignment of mapp
On Aug 16, 2013, at 2:20 PM, John Baldwin wrote:
> On Friday, August 16, 2013 5:13:55 pm John Baldwin wrote:
>> Author: jhb
>> Date: Fri Aug 16 21:13:55 2013
>> New Revision: 254430
>> URL: http://svnweb.freebsd.org/changeset/base/254430
>>
>> Log:
>> Add new mmap(2) flags to permit application
Author: ian
Date: Fri Aug 16 23:05:34 2013
New Revision: 254431
URL: http://svnweb.freebsd.org/changeset/base/254431
Log:
Handle command retries for commands originating at the mmc layer, and
ensure that all such commands have a non-zero retry count except for those
that are expected to fail
Author: ian
Date: Sat Aug 17 00:19:27 2013
New Revision: 254432
URL: http://svnweb.freebsd.org/changeset/base/254432
Log:
Consistently init all mmc request, command, and data structures to zero
before using them.
Modified:
head/sys/dev/mmc/mmc.c
head/sys/dev/mmc/mmcsd.c
Modified: head/sy
Author: delphij
Date: Sat Aug 17 00:25:11 2013
New Revision: 254433
URL: http://svnweb.freebsd.org/changeset/base/254433
Log:
Fix build.
Modified:
head/sys/kern/uipc_syscalls.c
Modified: head/sys/kern/uipc_syscalls.c
===
On Fri, 16 Aug 2013 11:56:24 -0700, Juli Mallett writes:
>> Log:
>> Add .MAKE.ALWAYS_PASS_JOB_QUEUE knob (default yes)
>> for backwards compatability.
>>
>
>Thanks very much. Do you have some sense of when/if this might switch to a
>default of "no"? If so, it seems like it might be good to n
Author: obrien
Date: Sat Aug 17 01:02:04 2013
New Revision: 254434
URL: http://svnweb.freebsd.org/changeset/base/254434
Log:
Correct spelling.
Modified:
head/share/man/man9/sleep.9
Modified: head/share/man/man9/sleep.9
=
Author: adrian
Date: Sat Aug 17 01:14:28 2013
New Revision: 254435
URL: http://svnweb.freebsd.org/changeset/base/254435
Log:
Log the MAC address of the node in question rather than the pointer.
Modified:
head/sys/dev/ath/if_ath_tx.c
Modified: head/sys/dev/ath/if_ath_tx.c
Author: mjacob
Date: Sat Aug 17 01:17:51 2013
New Revision: 254436
URL: http://svnweb.freebsd.org/changeset/base/254436
Log:
Correct sentence syntax too.
Modified:
head/share/man/man9/sleep.9
Modified: head/share/man/man9/sleep.9
==
Author: sjg
Date: Sat Aug 17 04:41:35 2013
New Revision: 254437
URL: http://svnweb.freebsd.org/changeset/base/254437
Log:
Don't let user specified DESTDIR, break building our chosen make.
Modified:
head/Makefile
Modified: head/Makefile
Author: hselasky
Date: Sat Aug 17 06:29:45 2013
New Revision: 254438
URL: http://svnweb.freebsd.org/changeset/base/254438
Log:
Fix some USB controller names according to pciconf output.
MFC after:1 week
Submitted by: Dmitry Luhtionov
Modified:
head/sys/dev/usb/controller/ehci_pci.
45 matches
Mail list logo