On Mon, Nov 12, 2012 at 06:11:40PM -0800, David O'Brien wrote:
D> On Fri, Sep 14, 2012 at 11:51:51AM +, Gleb Smirnoff wrote:
D> > Log:
D> > o Create directory sys/netpfil, where all packet filters should
D> > reside, and move there ipfw(4) and pf(4).
D> > o Move most modified parts of p
On 13.11.2012 10:17, Gleb Smirnoff wrote:
On Mon, Nov 12, 2012 at 06:11:40PM -0800, David O'Brien wrote:
D> On Fri, Sep 14, 2012 at 11:51:51AM +, Gleb Smirnoff wrote:
D> > Log:
D> > o Create directory sys/netpfil, where all packet filters should
D> > reside, and move there ipfw(4) and p
On Tue, Nov 13, 2012 at 11:21:15AM +0100, Andre Oppermann wrote:
A> On 13.11.2012 10:17, Gleb Smirnoff wrote:
A> > On Mon, Nov 12, 2012 at 06:11:40PM -0800, David O'Brien wrote:
A> > D> On Fri, Sep 14, 2012 at 11:51:51AM +, Gleb Smirnoff wrote:
A> > D> > Log:
A> > D> > o Create directory sys/
Author: trasz
Date: Tue Nov 13 11:29:08 2012
New Revision: 242957
URL: http://svnweb.freebsd.org/changeset/base/242957
Log:
Don't divide by zero.
Tested by:swills
Modified:
head/sys/kern/kern_racct.c
Modified: head/sys/kern/kern_racct.c
==
Author: kib
Date: Tue Nov 13 12:52:31 2012
New Revision: 242958
URL: http://svnweb.freebsd.org/changeset/base/242958
Log:
Add the wait6(2) system call. It takes POSIX waitid()-like process
designator to select a process which is waited for. The system call
optionally returns siginfo_t which
Author: kib
Date: Tue Nov 13 12:53:41 2012
New Revision: 242959
URL: http://svnweb.freebsd.org/changeset/base/242959
Log:
Regen
Modified:
head/sys/compat/freebsd32/freebsd32_proto.h
head/sys/compat/freebsd32/freebsd32_syscall.h
head/sys/compat/freebsd32/freebsd32_syscalls.c
head/sys/com
Author: kib
Date: Tue Nov 13 12:55:52 2012
New Revision: 242960
URL: http://svnweb.freebsd.org/changeset/base/242960
Log:
Implement the waitid() SUSv4 function using wait6() system call.
PR: standards/170346
Submitted by: "Jukka A. Ukkonen"
MFC after:1 month
Added:
head/lib/li
Author: kib
Date: Tue Nov 13 12:56:42 2012
New Revision: 242961
URL: http://svnweb.freebsd.org/changeset/base/242961
Log:
Document wait6() and waitid().
PR: standards/170346
Submitted by: "Jukka A. Ukkonen"
MFC after:1 month
Modified:
head/lib/libc/sys/Makefile.inc
head/lib/
Author: eadler
Date: Tue Nov 13 13:06:57 2012
New Revision: 242962
URL: http://svnweb.freebsd.org/changeset/base/242962
Log:
Add examples to the ssh-copy-id script.
Approved by: bcr (mentor)
MFC after:3 days
Modified:
head/usr.bin/ssh-copy-id/ssh-copy-id.1
Modified: head/usr.bin/
Author: hselasky
Date: Tue Nov 13 16:59:42 2012
New Revision: 242983
URL: http://svnweb.freebsd.org/changeset/base/242983
Log:
MFC r242127, r240078, r240609, r241988, r242129, r242223, r242438,
r242453, r242455 and r242458:
Add full support for Fast Track Ultra 8R from M-audio.
Imp
Author: hselasky
Date: Tue Nov 13 17:01:58 2012
New Revision: 242984
URL: http://svnweb.freebsd.org/changeset/base/242984
Log:
MFC r238466 and r242777:
Implement non-PHY support in the udav driver.
Modified:
stable/8/sys/dev/usb/net/if_udav.c
stable/8/sys/dev/usb/net/if_udavreg.h
Director
Author: hselasky
Date: Tue Nov 13 17:04:44 2012
New Revision: 242985
URL: http://svnweb.freebsd.org/changeset/base/242985
Log:
MFC r238551 and r239617:
Add support for Intel Panther/Lynx Point XHCI port routing.
Modified:
stable/8/sys/dev/usb/controller/xhci.c
stable/8/sys/dev/usb/control
Author: hselasky
Date: Tue Nov 13 17:11:36 2012
New Revision: 242986
URL: http://svnweb.freebsd.org/changeset/base/242986
Log:
MFC r240750, r241987 and r242126:
Add missing CTLFLAG_TUN flag to tunable sysctls in the USB stack.
Adjust timing parameters of FULL/LOW/HIGH speed USB enumeration
Author: hselasky
Date: Tue Nov 13 17:16:03 2012
New Revision: 242987
URL: http://svnweb.freebsd.org/changeset/base/242987
Log:
MFC 228304:
Correct some bInterval USB template descriptor values.
Modified:
stable/8/sys/dev/usb/template/usb_template.c
stable/8/sys/dev/usb/template/usb_templa
Author: attilio
Date: Tue Nov 13 18:24:47 2012
New Revision: 242988
URL: http://svnweb.freebsd.org/changeset/base/242988
Log:
Remove unused/obsolete macros.
MFC after:3 days
Modified:
head/sys/sys/lock.h
Modified: head/sys/sys/lock.h
=
On 11/13/2012 01:49, Andre Oppermann wrote:
> On 13.11.2012 03:50, Alan Cox wrote:
>> Author: alc
>> Date: Tue Nov 13 02:50:39 2012
>> New Revision: 242941
>> URL: http://svnweb.freebsd.org/changeset/base/242941
>>
>> Log:
>>Replace the single, global page queues lock with per-queue locks
>> on
Author: pluknet
Date: Tue Nov 13 19:03:13 2012
New Revision: 242989
URL: http://svnweb.freebsd.org/changeset/base/242989
Log:
Correct rmlock(9) xref and add a missing comma.
Modified:
head/share/man/man9/pfil.9
Modified: head/share/man/man9/pfil.9
Author: mjg
Date: Tue Nov 13 19:17:21 2012
New Revision: 242990
URL: http://svnweb.freebsd.org/changeset/base/242990
Log:
MFC r242372:
atrun(8): scale default load average limit with the number of CPUs
Previously atrun refused to run jobs if load average was not below fixed
limit of 1.5.
Author: mjg
Date: Tue Nov 13 19:20:57 2012
New Revision: 242991
URL: http://svnweb.freebsd.org/changeset/base/242991
Log:
MFC r242372:
atrun(8): scale default load average limit with the number of CPUs
Previously atrun refused to run jobs if load average was not below fixed
limit of 1.5.
Author: pluknet
Date: Tue Nov 13 19:21:51 2012
New Revision: 242992
URL: http://svnweb.freebsd.org/changeset/base/242992
Log:
Avoid an ambiguous reference to mtx_lock(9).
MFC after:3 days
Modified:
head/share/man/man9/mi_switch.9
Modified: head/share/man/man9/mi_switch.9
===
Author: adrian
Date: Tue Nov 13 19:45:13 2012
New Revision: 242993
URL: http://svnweb.freebsd.org/changeset/base/242993
Log:
Place 'dev.ath.X.debug' back under ATH_DEBUG, rather than ATH_DEBUG_ALQ.
Modified:
head/sys/dev/ath/if_ath_sysctl.c
Modified: head/sys/dev/ath/if_ath_sysctl.c
Author: pluknet
Date: Tue Nov 13 20:07:34 2012
New Revision: 242995
URL: http://svnweb.freebsd.org/changeset/base/242995
Log:
- Lowercase a cross reference to make.
- Sort SEE ALSO cross references.
MFC after:3 days
Modified:
head/share/man/man9/firmware.9
Modified: head/share/man
Author: eadler
Date: Tue Nov 13 20:38:55 2012
New Revision: 242996
URL: http://svnweb.freebsd.org/changeset/base/242996
Log:
Add support for CIR1000 - Cirrus Logic V34 to the sio driver
PR: kern/44267
Submitted by: Michail Vidiassov
Arrival-Date: Sat Oct 19 07:30:00 PDT 2002
Author: joel (doc committer)
Date: Tue Nov 13 20:41:36 2012
New Revision: 242997
URL: http://svnweb.freebsd.org/changeset/base/242997
Log:
Updates for netgraph node manual pages.
Discussed with: glebius
Submitted by: Mamontov Roman
Modified:
head/share/man/man4/ng_UI.4
head/sh
on 13/11/2012 22:38 Eitan Adler said the following:
> Author: eadler
> Date: Tue Nov 13 20:38:55 2012
> New Revision: 242996
> URL: http://svnweb.freebsd.org/changeset/base/242996
>
> Log:
> Add support for CIR1000 - Cirrus Logic V34 to the sio driver
>
> PR: kern/44267
> Submitte
Author: andre
Date: Tue Nov 13 20:52:17 2012
New Revision: 242998
URL: http://svnweb.freebsd.org/changeset/base/242998
Log:
Remove description of deprecated IP fragment checksum support.
Since SMPng it wasn't really supported anymore and if it worked
then only by chance. Only very few drive
Log:
Remove unused/obsolete macros.
Many more style bugs to fix are visible in the patch:
Modified: head/sys/sys/lock.h
==
--- head/sys/sys/lock.h Tue Nov 13 17:16:03 2012(r242987)
+++ head/sys/sys/lock.h Tue
Author: edwin
Date: Tue Nov 13 21:03:32 2012
New Revision: 242999
URL: http://svnweb.freebsd.org/changeset/base/242999
Log:
Vendor import of tzdata2012j
- Libya went to Standard Time on 10 November 2012
Obtained from: ftp://ftp.iana.org/tz/releases/
Modified:
vendor/tzdata/dist/afri
Author: eadler
Date: Tue Nov 13 21:04:35 2012
New Revision: 243000
URL: http://svnweb.freebsd.org/changeset/base/243000
Log:
Add support for CIR1000 - Cirrus Logic V34 to the uart driver
Approved by: cperciva (implicit)
MFC after:1 week
Modified:
head/sys/dev/uart/uart_bus_isa.c
Author: edwin
Date: Tue Nov 13 21:05:41 2012
New Revision: 243001
URL: http://svnweb.freebsd.org/changeset/base/243001
Log:
Tag of tzdata2012j
Added:
vendor/tzdata/tzdata2012j/
- copied from r243000, vendor/tzdata/dist/
___
svn-src-all@freebsd.
Author: pluknet
Date: Tue Nov 13 21:08:49 2012
New Revision: 243002
URL: http://svnweb.freebsd.org/changeset/base/243002
Log:
Fix an apparent typo in the manual section number in .Dt: it should be 5.
Modified:
head/cddl/contrib/opensolaris/cmd/zpool/zpool-features.5
Modified: head/cddl/contr
Author: edwin
Date: Tue Nov 13 21:10:50 2012
New Revision: 243003
URL: http://svnweb.freebsd.org/changeset/base/243003
Log:
Merge of vendor import of 242999, tzdata2012j
- Libya went to Standard Time on 10 November 2012
Modified:
head/contrib/tzdata/africa
head/contrib/tzdata/asia
he
Author: edwin
Date: Tue Nov 13 21:13:21 2012
New Revision: 243004
URL: http://svnweb.freebsd.org/changeset/base/243004
Log:
Merge of current of tzdata2012j
- Libya went to Standard Time on 10 November 2012
Modified:
stable/6/share/zoneinfo/africa
stable/6/share/zoneinfo/asia
stable/6
Author: edwin
Date: Tue Nov 13 21:15:11 2012
New Revision: 243005
URL: http://svnweb.freebsd.org/changeset/base/243005
Log:
Merge of current of tzdata2012j
- Libya went to Standard Time on 10 November 2012
Modified:
stable/7/share/zoneinfo/africa
stable/7/share/zoneinfo/asia
stable/7
Author: edwin
Date: Tue Nov 13 21:20:30 2012
New Revision: 243006
URL: http://svnweb.freebsd.org/changeset/base/243006
Log:
Merge of current of tzdata2012j
- Libya went to Standard Time on 10 November 2012
Modified:
stable/8/share/zoneinfo/africa
stable/8/share/zoneinfo/asia
stable/8
Author: mjg
Date: Tue Nov 13 22:01:25 2012
New Revision: 243007
URL: http://svnweb.freebsd.org/changeset/base/243007
Log:
enterpgrp: get rid of pgrp2 variable and use KASSERT directly on pgfind
result.
pgrp2 was used only for debugging, but pgrp2 = pgfind(..) was present in
compiled code
Author: eadler
Date: Wed Nov 14 00:34:10 2012
New Revision: 243009
URL: http://svnweb.freebsd.org/changeset/base/243009
Log:
MFC r242814:
Add support for Advantech PCI-1602 RS-485/RS-422 serial card
PR: kern/169726
Approved by: cperciva (implicit)
Modified:
stable/8/
Author: eadler
Date: Wed Nov 14 00:34:10 2012
New Revision: 243010
URL: http://svnweb.freebsd.org/changeset/base/243010
Log:
MFC r242814:
Add support for Advantech PCI-1602 RS-485/RS-422 serial card
PR: kern/169726
Approved by: cperciva (implicit)
Modified:
stable/7/
Author: eadler
Date: Wed Nov 14 00:34:11 2012
New Revision: 243011
URL: http://svnweb.freebsd.org/changeset/base/243011
Log:
MFC r242814:
Add support for Advantech PCI-1602 RS-485/RS-422 serial card
PR: kern/169726
Approved by: cperciva (implicit)
Modified:
stable/9/
Author: mm
Date: Wed Nov 14 00:40:40 2012
New Revision: 243012
URL: http://svnweb.freebsd.org/changeset/base/243012
Log:
Update vendor/illumos/dist and vendor/illumos-sys/dist
to illumos-gate 13886:e3261d03efbf
(illumos zfs issue #3349)
Modified:
vendor-sys/illumos/dist/uts/common/Makefil
Author: mm
Date: Wed Nov 14 00:40:40 2012
New Revision: 243012
URL: http://svnweb.freebsd.org/changeset/base/243012
Log:
Update vendor/illumos/dist and vendor/illumos-sys/dist
to illumos-gate 13886:e3261d03efbf
(illumos zfs issue #3349)
Modified:
vendor/illumos/dist/cmd/ztest/ztest.c
Cha
Author: mm
Date: Wed Nov 14 00:43:27 2012
New Revision: 243013
URL: http://svnweb.freebsd.org/changeset/base/243013
Log:
Update vendor/illumos/dist and vendor/illumos-sys/dist
to illumos-gate 13887:196932ec9e6a
(illumos zfs issue #3236)
Modified:
vendor-sys/illumos/dist/uts/common/fs/zfs/
Author: mm
Date: Wed Nov 14 00:43:27 2012
New Revision: 243013
URL: http://svnweb.freebsd.org/changeset/base/243013
Log:
Update vendor/illumos/dist and vendor/illumos-sys/dist
to illumos-gate 13887:196932ec9e6a
(illumos zfs issue #3236)
Modified:
vendor/illumos/dist/cmd/ztest/ztest.c
Cha
Author: mm
Date: Wed Nov 14 01:16:29 2012
New Revision: 243014
URL: http://svnweb.freebsd.org/changeset/base/243014
Log:
Move zpool-features manual page from section 5 to section 7
and fix references
Reported by: pluknet
MFC after:1 week
Added:
head/cddl/contrib/opensolaris/cmd/
Author: kevlo
Date: Wed Nov 14 01:45:10 2012
New Revision: 243015
URL: http://svnweb.freebsd.org/changeset/base/243015
Log:
Document that sendfile(2) can fail with ENOBUFS.
Reviewed by: glebius
Modified:
head/lib/libc/sys/sendfile.2
Modified: head/lib/libc/sys/sendfile.2
==
Author: kevlo
Date: Wed Nov 14 06:23:32 2012
New Revision: 243016
URL: http://svnweb.freebsd.org/changeset/base/243016
Log:
Mention the IEEE 802.1AX.
Reviewed by: thompsa
Modified:
head/share/man/man4/lagg.4
Modified: head/share/man/man4/lagg.4
=
Author: jeff
Date: Wed Nov 14 06:31:47 2012
New Revision: 243017
URL: http://svnweb.freebsd.org/changeset/base/243017
Log:
- blk_equals() is too strict. If the journal entry defines more frags
than we're claiming it should still be considered an exact match. This
would previously le
Author: jeff
Date: Wed Nov 14 06:37:43 2012
New Revision: 243018
URL: http://svnweb.freebsd.org/changeset/base/243018
Log:
- Fix a truncation bug with softdep journaling that could leak blocks on
crash. When truncating a file that never made it to disk we use the
canceled allocation
48 matches
Mail list logo