Author: edwin
Date: Tue May 4 08:06:53 2010
New Revision: 207609
URL: http://svn.freebsd.org/changeset/base/207609
Log:
MFC of r201613, r201627
Be able to specify a certain date and/or time for which to calculate
the phase of the moon.
While not worlds best improvements, it will help c
Author: mm
Date: Tue May 4 08:37:28 2010
New Revision: 207610
URL: http://svn.freebsd.org/changeset/base/207610
Log:
MFC r207480:
Change description of tunable group vfs.zfs.txg to be more
understandable.
Approved by:pjd, delphij (mentor)
Modified:
stable/8/sys/cddl/contrib/o
Author: kevlo
Date: Tue May 4 10:14:05 2010
New Revision: 207611
URL: http://svn.freebsd.org/changeset/base/207611
Log:
Add support for FA626TE.
Tested on GM8181 development board.
Modified:
head/sys/arm/arm/cpufunc.c
head/sys/arm/arm/cpufunc_asm_fa526.S
head/sys/arm/arm/elf_trampoline
Author: nork
Date: Tue May 4 11:25:04 2010
New Revision: 207612
URL: http://svn.freebsd.org/changeset/base/207612
Log:
Add support run services_mkdb(8).
Approved by: dougb, imp (mentor)
Reviewed by: ume
MFC after:2 weeks
Modified:
head/usr.sbin/mergemaster/mergemaster.sh
Modi
Author: emaste
Date: Tue May 4 11:34:13 2010
New Revision: 207613
URL: http://svn.freebsd.org/changeset/base/207613
Log:
Restore historical behaviour of only executing chflags on files that exist.
This eliminates cosmetic errors of the form "chflags: ...: No such file or
directory" during a
Author: imp
Date: Tue May 4 13:07:40 2010
New Revision: 207614
URL: http://svn.freebsd.org/changeset/base/207614
Log:
Bring in new files from edwin's tftp
Added:
head/libexec/tftpd/tftp-file.c (contents, props changed)
head/libexec/tftpd/tftp-file.h (contents, props changed)
head/lib
Quoting Norikatsu Shigemura (from Tue, 4 May 2010
11:25:04 + (UTC)):
Author: nork
Date: Tue May 4 11:25:04 2010
New Revision: 207612
URL: http://svn.freebsd.org/changeset/base/207612
Log:
Add support run services_mkdb(8).
Shouldn't this (and similar messages) only be done if there i
On Tuesday 04 May 2010 2:13:18 am Warner Losh wrote:
> Author: imp
> Date: Tue May 4 06:13:17 2010
> New Revision: 207607
> URL: http://svn.freebsd.org/changeset/base/207607
>
> Log:
> Go ahead and merge the work edwin@ on tftpd into the tree. It is a
> lot better than what's in the tree now
Hi netchild.
On Tue, 04 May 2010 16:02:55 +0200
Alexander Leidinger wrote:
> > URL: http://svn.freebsd.org/changeset/base/207612
> > Log:
> > Add support run services_mkdb(8).
> Shouldn't this (and similar messages) only be done if there is a
> corresponding DB file?
> Everything is working j
Quoting Norikatsu Shigemura (from Tue, 4 May 2010
23:22:46 +0900):
Hi netchild.
On Tue, 04 May 2010 16:02:55 +0200
Alexander Leidinger wrote:
> URL: http://svn.freebsd.org/changeset/base/207612
> Log:
> Add support run services_mkdb(8).
Shouldn't this (and similar messages) only be done
Author: csjp
Date: Tue May 4 15:29:07 2010
New Revision: 207615
URL: http://svn.freebsd.org/changeset/base/207615
Log:
Add a case to make sure that internal audit records get converted
to BSM format for lpathconf(2) events.
MFC after:2 weeks
Modified:
head/sys/security/audit/audit
Author: brooks
Date: Tue May 4 15:52:17 2010
New Revision: 207616
URL: http://svn.freebsd.org/changeset/base/207616
Log:
MFC r205073
Regen:
* Hart: rev 671 of pcidevs.txt; 22-01-2008 (D-M-Y).
* Boemler: vendors.txt (2010-03126)
PR: kern/133733
Modified:
Author: alc
Date: Tue May 4 15:55:41 2010
New Revision: 207617
URL: http://svn.freebsd.org/changeset/base/207617
Log:
Add page locking to the vm_page_cow* functions.
Push down the acquisition and release of the page queues lock into
vm_page_wire().
Reviewed by: kib
Modified:
hea
On 5/4/2010 7:02 AM, Alexander Leidinger wrote:
> Quoting Norikatsu Shigemura (from Tue, 4 May 2010
> 11:25:04 + (UTC)):
>
>> Author: nork
>> Date: Tue May 4 11:25:04 2010
>> New Revision: 207612
>> URL: http://svn.freebsd.org/changeset/base/207612
>>
>> Log:
>> Add support run services_
Author: jkim
Date: Tue May 4 16:56:59 2010
New Revision: 207620
URL: http://svn.freebsd.org/changeset/base/207620
Log:
- Remove more dead code[1]. Since r207330, we only need to check division
by zero of the second argument 'from'.
- Prefer u_int32_t over unsigned int to make its intention
Author: imp
Date: Tue May 4 17:00:18 2010
New Revision: 207621
URL: http://svn.freebsd.org/changeset/base/207621
Log:
Doh! Add another new file forgotten by the importer of edwin@'s tftp
improvements.
MFC after:1 week
Pointy Hat: imp-o-rama...
Added:
head/usr.bin/tftp/tftp.h
Author: yongari
Date: Tue May 4 17:02:34 2010
New Revision: 207622
URL: http://svn.freebsd.org/changeset/base/207622
Log:
Drop driver lock before exiting from interrupt handler.
Submitted by: jhb
MFC after:3 days
Modified:
head/sys/dev/msk/if_msk.c
Modified: head/sys/dev/msk/if_m
Author: yongari
Date: Tue May 4 17:12:36 2010
New Revision: 207623
URL: http://svn.freebsd.org/changeset/base/207623
Log:
Make sure to check whether driver is running before processing
received frames. Also check driver has valid ifp pointer before
calling msk_stop() in device_shutdown hand
Author: mm
Date: Tue May 4 17:30:07 2010
New Revision: 207624
URL: http://svn.freebsd.org/changeset/base/207624
Log:
Fix deadlock during zfs receive.
OpenSolaris onnv revision:9299:8809e849f63e
PR: kern/146296
Submitted by: myself
Approved by: pjd, delphij (mentor)
Author: yongari
Date: Tue May 4 17:34:00 2010
New Revision: 207625
URL: http://svn.freebsd.org/changeset/base/207625
Log:
Remove clearing RxHashTable2 register. The register is reprogrammed
in sge_rxfilter().
Modified:
head/sys/dev/sge/if_sge.c
Modified: head/sys/dev/sge/if_sge.c
Author: mm
Date: Tue May 4 17:40:24 2010
New Revision: 207626
URL: http://svn.freebsd.org/changeset/base/207626
Log:
Speed up ZFS list operation with objset prefetching.
Partial import of OpenSolaris onnv revisions:
8415:8809e849f63e, 10474:0e96dd3b905a
PR: kern/146297
S
Author: mm
Date: Tue May 4 17:44:40 2010
New Revision: 207627
URL: http://svn.freebsd.org/changeset/base/207627
Log:
Enable "zfs list" to list explicitly requested snapshots.
Partial import of OpenSolaris onnv revision:
8415:8809e849f63e
PR: kern/146297
Submitted by: mys
Author: yongari
Date: Tue May 4 19:04:51 2010
New Revision: 207628
URL: http://svn.freebsd.org/changeset/base/207628
Log:
Enable multi-descriptor transmisstion for fragmented mbufs. There
is no more need to defragment mbufs. After transmitting the
multi-fragmented frame, the controller upda
Author: delphij
Date: Tue May 4 19:18:00 2010
New Revision: 207629
URL: http://svn.freebsd.org/changeset/base/207629
Log:
MFC r196981, r200844, r201630, r203977, r203978, r204352:
r196981 (rdivacky):
Add C/c/f/p/v switches plus a bunch of minor fixes and cleanups.
Obtained from:
Author: delphij
Date: Tue May 4 19:58:55 2010
New Revision: 207630
URL: http://svn.freebsd.org/changeset/base/207630
Log:
Remove if_ar, if_ray, if_sr, if_ppp, if_sl to reflect the current modules
available, they were removed due to NEEDSGIANT.
While I'm there, add if_et which was missed
On Tue, May 04, 2010 at 05:30:07PM +, Martin Matuska wrote:
> Author: mm
> Date: Tue May 4 17:30:07 2010
> New Revision: 207624
> URL: http://svn.freebsd.org/changeset/base/207624
>
> Log:
> Fix deadlock during zfs receive.
>
> OpenSolaris onnv revision: 9299:8809e849f63e
>
I beli
Author: rdivacky
Date: Tue May 4 20:50:39 2010
New Revision: 207631
URL: http://svn.freebsd.org/changeset/base/207631
Log:
Update LLVM to r103052.
Added:
vendor/llvm/dist/test/CodeGen/CellSPU/storestruct.ll
vendor/llvm/dist/test/MC/AsmParser/X86/x86_64-suffix-matching.s
Modified:
vendor/
Author: rdivacky
Date: Tue May 4 20:51:19 2010
New Revision: 207632
URL: http://svn.freebsd.org/changeset/base/207632
Log:
Update clang to r103052.
Added:
vendor/clang/dist/test/Misc/macro-backtrace-limit.c
Modified:
vendor/clang/dist/include/clang/AST/ASTDiagnostic.h
vendor/clang/dist/i
Author: thompsa
Date: Tue May 4 21:16:01 2010
New Revision: 207633
URL: http://svn.freebsd.org/changeset/base/207633
Log:
MFC r201797
Remove unused uhci_dump_qhs().
Modified:
stable/8/sys/dev/usb/controller/uhci.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/a
Author: jhb
Date: Tue May 4 21:21:05 2010
New Revision: 207634
URL: http://svn.freebsd.org/changeset/base/207634
Log:
MFC: 202767,202774
Add a timeout for the negative name cache entries in the NFS client.
This avoids a bogus negative name cache entry from persisting forever
when another
Konstantin,
Concerning i/o counters we collect them in rucollect() in for loop and
update in various places, for example in vfs_bio.c. Rusage of an exiting
threads is handled in exit1() -> ruadd().
Your version of the patch certainly is more robust, however I'm still
concerning about followi
Author: yongari
Date: Tue May 4 21:23:59 2010
New Revision: 207635
URL: http://svn.freebsd.org/changeset/base/207635
Log:
Free entire mbuf chain instead of the first mbuf.
Modified:
head/sys/dev/sge/if_sge.c
Modified: head/sys/dev/sge/if_sge.c
===
Author: jilles
Date: Tue May 4 21:56:16 2010
New Revision: 207636
URL: http://svn.freebsd.org/changeset/base/207636
Log:
MFC r207153: stat: Allow -f %Sf to display the file flags symbolically.
PR: 124349
Modified:
stable/7/usr.bin/stat/stat.1
stable/7/usr.bin/stat/stat.c
Dir
Author: wes
Date: Tue May 4 22:22:31 2010
New Revision: 207637
URL: http://svn.freebsd.org/changeset/base/207637
Log:
Update my email address.
Approved by: core (implicit)
Modified:
svnadmin/conf/access
Modified: svnadmin/conf/access
===
Author: yongari
Date: Tue May 4 22:24:19 2010
New Revision: 207638
URL: http://svn.freebsd.org/changeset/base/207638
Log:
When VLAN hardware tagging is disabled, make sure to disable VLAN
checksum offloading as well as TSO over VLAN.
Reported by: jhb
Modified:
head/sys/dev/msk/if_msk
Author: np
Date: Tue May 4 23:55:08 2010
New Revision: 207639
URL: http://svn.freebsd.org/changeset/base/207639
Log:
Add IFCAP_LINKSTATE to cxgb's capabilities.
MFC after:3 days
Modified:
head/sys/dev/cxgb/cxgb_main.c
Modified: head/sys/dev/cxgb/cxgb_main.c
Author: delphij
Date: Wed May 5 00:38:20 2010
New Revision: 207640
URL: http://svn.freebsd.org/changeset/base/207640
Log:
MFC r206973:
When CPUTYPE is defined to any value, on amd64 platform "mmx" is
available through MACHINE_CPU, indicating the CPU supports that
feature, as done by re
Author: delphij
Date: Wed May 5 00:39:06 2010
New Revision: 207641
URL: http://svn.freebsd.org/changeset/base/207641
Log:
MFC r206973:
When CPUTYPE is defined to any value, on amd64 platform "mmx" is
available through MACHINE_CPU, indicating the CPU supports that
feature, as done by re
Author: delphij
Date: Wed May 5 00:39:50 2010
New Revision: 207642
URL: http://svn.freebsd.org/changeset/base/207642
Log:
MFC r206973:
When CPUTYPE is defined to any value, on amd64 platform "mmx" is
available through MACHINE_CPU, indicating the CPU supports that
feature, as done by re
Author: np
Date: Wed May 5 00:41:40 2010
New Revision: 207643
URL: http://svn.freebsd.org/changeset/base/207643
Log:
Add support for hardware filters to cxgb(4). The T3 chip can inspect
L2/3/4 headers and can drop or steer packets as instructed. Filtering
based on src ip, dst ip, src port
Author: alc
Date: Wed May 5 03:45:46 2010
New Revision: 207644
URL: http://svn.freebsd.org/changeset/base/207644
Log:
Push down the acquisition of the page queues lock into vm_page_unwire().
Update the comment describing which lock should be held on entry to
vm_page_wire().
Reviewed
Author: neel
Date: Wed May 5 04:37:45 2010
New Revision: 207645
URL: http://svn.freebsd.org/changeset/base/207645
Log:
Fix DDB backtrace involving kernel modules.
We can no longer assume that all valid program counter values reside
within the kernel object file.
Modified:
head/sys/mip
Author: mav
Date: Wed May 5 05:11:12 2010
New Revision: 207646
URL: http://svn.freebsd.org/changeset/base/207646
Log:
MFC r207490:
Add xpt_schedule_dev_sendq() call, lost at r203108. It is not needed in
usual operation, but required in some conditions to make queue running
after being shr
Author: mav
Date: Wed May 5 05:18:08 2010
New Revision: 207647
URL: http://svn.freebsd.org/changeset/base/207647
Log:
MFC r207282:
Update device identify data and serial number when device change detected.
Reprobe immediately following this should have fresh data.
Modified:
stable/8/sys/
44 matches
Mail list logo