on 05/11/2010 03:21 Alexander Best said the following:
> On Fri Nov 5 10, Ed Schouten wrote:
>> Author: ed
>> Date: Fri Nov 5 00:56:21 2010
>> New Revision: 214817
>> URL: http://svn.freebsd.org/changeset/base/214817
>>
>> Log:
>> Partially implement the mysterious cons25 \e[x escape sequence.
Author: kientzle
Date: Fri Nov 5 05:11:54 2010
New Revision: 214822
URL: http://svn.freebsd.org/changeset/base/214822
Log:
Clarify the naming: Methods that free an object should
be called "free". Retain the old "finish" names to preserve
source compatibility for now.
Modified:
head/lib
Author: rmacklem
Date: Fri Nov 5 02:45:13 2010
New Revision: 214821
URL: http://svn.freebsd.org/changeset/base/214821
Log:
MFC: r214513
Modify nfs_open() in the experimental NFS client to be compatible
with the regular NFS client. Also, fix a couple of mutex lock issues.
Modified:
stable
Author: rmacklem
Date: Fri Nov 5 02:33:27 2010
New Revision: 214820
URL: http://svn.freebsd.org/changeset/base/214820
Log:
MFC: r214511
Add a call for nfsrpc_close() to ncl_reclaim() in the experimental
NFSv4 client, since the call in ncl_inactive() might be missed
because VOP_INACTIVE()
Author: rmacklem
Date: Fri Nov 5 02:12:18 2010
New Revision: 214819
URL: http://svn.freebsd.org/changeset/base/214819
Log:
MFC: r214406
Add a flag to the experimental NFSv4 client to indicate when
delegations are being returned for reasons other than a Recall.
Also, re-organize nfscl_reca
On Fri Nov 5 10, Ed Schouten wrote:
> Author: ed
> Date: Fri Nov 5 00:56:21 2010
> New Revision: 214817
> URL: http://svn.freebsd.org/changeset/base/214817
>
> Log:
> Partially implement the mysterious cons25 \e[x escape sequence.
>
> It seems the terminfo library on some systems (OS X, L
Author: ed
Date: Fri Nov 5 00:56:21 2010
New Revision: 214817
URL: http://svn.freebsd.org/changeset/base/214817
Log:
Partially implement the mysterious cons25 \e[x escape sequence.
It seems the terminfo library on some systems (OS X, Linux) may emit the
sequence \e[x to reset to default
Author: dougb
Date: Thu Nov 4 21:50:19 2010
New Revision: 214812
URL: http://svn.freebsd.org/changeset/base/214812
Log:
MFV version 9.4-ESV-R3
This version contains several fixes for DNSSEC and DLV, as well as
fixes relevant to any resolving name server.
Added:
stable/7/contrib/bind9/
Author: dougb
Date: Thu Nov 4 21:48:39 2010
New Revision: 214811
URL: http://svn.freebsd.org/changeset/base/214811
Log:
Update to 9.6-ESV-R2, the latest from ISC.
This version contains bug fixes that are relevant to any
caching/resolving name server; as well as DNSSEC-related
fixes.
M
Author: dougb
Date: Thu Nov 4 21:47:28 2010
New Revision: 214810
URL: http://svn.freebsd.org/changeset/base/214810
Log:
MFC 214585:
Prep for the 9.6-ESV-R2 update
Modified:
stable/8/lib/bind/config.h
stable/8/lib/bind/isc/isc/platform.h
Directory Properties:
stable/8/lib/bind/ (pr
Author: n_hibma
Date: Thu Nov 4 21:06:36 2010
New Revision: 214809
URL: http://svn.freebsd.org/changeset/base/214809
Log:
Don't terminate the notification with \n. This is done in
usb_device.c:devctl_notify_f().
Modified:
head/sys/dev/usb/usb_device.c
Modified: head/sys/dev/usb/usb_device
Author: uqs
Date: Thu Nov 4 21:03:50 2010
New Revision: 214808
URL: http://svn.freebsd.org/changeset/base/214808
Log:
In man section 4, ERRORS is spelled DIAGNOSTICS
Modified:
head/share/man/man4/man4.sparc64/openfirm.4
head/share/man/man4/man4.sparc64/openprom.4
Modified: head/share/man/
Author: brucec
Date: Thu Nov 4 20:31:12 2010
New Revision: 214807
URL: http://svn.freebsd.org/changeset/base/214807
Log:
r214781 caused the timer value to be rounded down, so that if the user asked
for 59 minutes 30 was sent to the drive. The timer value is now always
rounded up.
Repor
Bruce Cran wrote:
> On Thu, 04 Nov 2010 19:49:24 +0200
> Alexander Motin wrote:
>
>> This will round period down. You will get 30 minutes instead of 59. In
>> this case rounding up IMHO more appropriate. I agree that previous
>> rounding up was over aggressive. I would prefer something like:
>>
On Thu, 04 Nov 2010 19:49:24 +0200
Alexander Motin wrote:
> This will round period down. You will get 30 minutes instead of 59. In
> this case rounding up IMHO more appropriate. I agree that previous
> rounding up was over aggressive. I would prefer something like:
> sc = (t - 1) /
Author: hselasky
Date: Thu Nov 4 19:24:21 2010
New Revision: 214804
URL: http://svn.freebsd.org/changeset/base/214804
Log:
Add code to warm reset a USB 3.0 port.
Approved by: thompsa (mentor)
Modified:
head/sys/dev/usb/usb_request.c
head/sys/dev/usb/usb_request.h
Modified: head/sys/
Author: dougb
Date: Thu Nov 4 19:20:03 2010
New Revision: 214803
URL: http://svn.freebsd.org/changeset/base/214803
Log:
Tag the 9.4-ESV-R3 release
Added:
vendor/bind9/9.4-ESV-R3/
- copied from r214802, vendor/bind9/dist-9.4/
___
svn-src-all@fr
Author: dougb
Date: Thu Nov 4 19:18:32 2010
New Revision: 214802
URL: http://svn.freebsd.org/changeset/base/214802
Log:
Vendor import of BIND 9.4-ESV-R3
Added:
vendor/bind9/dist-9.4/doc/draft/draft-ietf-behave-dns64-10.txt (contents,
props changed)
vendor/bind9/dist-9.4/doc/draft/draft
Author: hselasky
Date: Thu Nov 4 19:05:35 2010
New Revision: 214800
URL: http://svn.freebsd.org/changeset/base/214800
Log:
Add new USB quirk.
Submitted by: Dmitry Luhtionov
Approved by: thompsa (mentor)
Modified:
head/sys/dev/usb/quirk/usb_quirk.c
head/sys/dev/usb/usbdevs
Modified
Author: bschmidt
Date: Thu Nov 4 18:43:57 2010
New Revision: 214798
URL: http://svn.freebsd.org/changeset/base/214798
Log:
Remove 4.x, 5.x and 6.x compatibility bits.
Submitted by: Paul B Mahol
Modified:
head/sys/compat/ndis/kern_ndis.c
head/sys/compat/ndis/subr_ndis.c
head/sys/com
Author: philip
Date: Thu Nov 4 18:00:25 2010
New Revision: 214793
URL: http://svn.freebsd.org/changeset/base/214793
Log:
Take snb's and rink's commit bits for safekeeping per their request.
Approved by: core
Modified:
svnadmin/conf/access
Modified: svnadmin/conf/access
===
Bruce Cran wrote:
> Author: brucec
> Date: Thu Nov 4 15:24:32 2010
> New Revision: 214781
> URL: http://svn.freebsd.org/changeset/base/214781
>
> Log:
> Fix standby timer calculation: the timer was being set 30 minutes later
> than the user requested.
> Also, 21 minutes is encoded as 252 an
Author: jhb
Date: Thu Nov 4 17:25:40 2010
New Revision: 214792
URL: http://svn.freebsd.org/changeset/base/214792
Log:
MFC 214625: Correct the abbreviations for general I/O and signal traces.
Modified:
stable/7/usr.bin/kdump/kdump.1
Directory Properties:
stable/7/usr.bin/kdump/ (props cha
Author: jhb
Date: Thu Nov 4 17:25:31 2010
New Revision: 214791
URL: http://svn.freebsd.org/changeset/base/214791
Log:
MFC 214625: Correct the abbreviations for general I/O and signal traces.
Modified:
stable/8/usr.bin/kdump/kdump.1
Directory Properties:
stable/8/usr.bin/kdump/ (props cha
Author: jhb
Date: Thu Nov 4 17:23:06 2010
New Revision: 214790
URL: http://svn.freebsd.org/changeset/base/214790
Log:
MFC 214449:
Set bootverbose directly in mi_startup() rather than via a SYSINIT. This
ensures 'bootverbose' is in a valid state for all SYSINITs.
Modified:
stable/7/sys/k
Author: jhb
Date: Thu Nov 4 17:22:49 2010
New Revision: 214789
URL: http://svn.freebsd.org/changeset/base/214789
Log:
MFC 214449:
Set bootverbose directly in mi_startup() rather than via a SYSINIT. This
ensures 'bootverbose' is in a valid state for all SYSINITs.
Modified:
stable/8/sys/k
Author: jhb
Date: Thu Nov 4 17:19:16 2010
New Revision: 214788
URL: http://svn.freebsd.org/changeset/base/214788
Log:
MFC 214448:
Use 'PCPU_GET(apic_id)' to determine the BSP's APIC ID on a UP machine
when routing interrupts instead of cpu_apic_ids[0] since cpu_apic_ids[]
is only populate
Author: jhb
Date: Thu Nov 4 17:13:30 2010
New Revision: 214787
URL: http://svn.freebsd.org/changeset/base/214787
Log:
MFC 214203:
- Add a new PCI quirk to whitelist an old chipset that doesn't support
PCI-express or PCI-X capabilities if we are running in a virtual machine.
- Whitelist
Author: jhb
Date: Thu Nov 4 17:12:29 2010
New Revision: 214786
URL: http://svn.freebsd.org/changeset/base/214786
Log:
MFC 214203:
- Add a new PCI quirk to whitelist an old chipset that doesn't support
PCI-express or PCI-X capabilities if we are running in a virtual machine.
- Whitelist
Author: jhb
Date: Thu Nov 4 17:07:13 2010
New Revision: 214785
URL: http://svn.freebsd.org/changeset/base/214785
Log:
MFC 211820,211821,212292:
Intel QPI chipsets actually provide extra "non-core" PCI buses that
provide PCI devices for various hardware such as memory controllers,
etc. fo
Author: jhb
Date: Thu Nov 4 17:06:54 2010
New Revision: 214784
URL: http://svn.freebsd.org/changeset/base/214784
Log:
MFC 211820,211821,212292:
Intel QPI chipsets actually provide extra "non-core" PCI buses that
provide PCI devices for various hardware such as memory controllers,
etc. fo
Author: jhb
Date: Thu Nov 4 15:33:50 2010
New Revision: 214782
URL: http://svn.freebsd.org/changeset/base/214782
Log:
Update startup_alloc() to support multi-page allocations and allow internal
zones whose objects are larger than a page to use startup_alloc(). This
allows allocation of zon
Author: brucec
Date: Thu Nov 4 15:24:32 2010
New Revision: 214781
URL: http://svn.freebsd.org/changeset/base/214781
Log:
Fix standby timer calculation: the timer was being set 30 minutes later
than the user requested.
Also, 21 minutes is encoded as 252 and 22-29 minutes cannot be encoded
Author: uqs
Date: Thu Nov 4 12:33:07 2010
New Revision: 214780
URL: http://svn.freebsd.org/changeset/base/214780
Log:
MFC r208028,214491: Sync manpages to -CURRENT
r208028:
mdoc: move remaining sections into consistent order
r214491:
Fix another "string" typo.
Modified:
stable/
Author: uqs
Date: Thu Nov 4 10:53:50 2010
New Revision: 214779
URL: http://svn.freebsd.org/changeset/base/214779
Log:
MFC r200626,201289,213764,214272, syncing yacc and flex to -CURRENT
r200626:
remove external reference to not (or at least no longer) existing variable
'myname'
r20
Author: bcr (doc committer)
Date: Thu Nov 4 10:47:19 2010
New Revision: 214778
URL: http://svn.freebsd.org/changeset/base/214778
Log:
Fix typo.
Modified:
head/usr.sbin/mfiutil/mfi_cmd.c
Modified: head/usr.sbin/mfiutil/mfi_cmd.c
===
Author: kib
Date: Thu Nov 4 09:29:00 2010
New Revision: 214777
URL: http://svn.freebsd.org/changeset/base/214777
Log:
In r214728, if dlopen() is called for the object that has been already
loaded as a dependency and marked -z nodlopen, object' DAG is already
initialized by load_needed_objec
Author: kib
Date: Thu Nov 4 09:19:14 2010
New Revision: 214776
URL: http://svn.freebsd.org/changeset/base/214776
Log:
Fix style.
MFC after:6 days
Modified:
head/libexec/rtld-elf/rtld.c
Modified: head/libexec/rtld-elf/rtld.c
==
Author: avg
Date: Thu Nov 4 08:51:45 2010
New Revision: 214774
URL: http://svn.freebsd.org/changeset/base/214774
Log:
x86 topo_probe: do not probe smp topology if only one cpu is visible
This could lead to a division by zero if hardware is multi-core and/or
multi-threaded, but for some (
39 matches
Mail list logo