Author: kientzle
Date: Wed Jan 6 06:35:10 2010
New Revision: 201630
URL: http://svn.freebsd.org/changeset/base/201630
Log:
When restoring files, use the mode for the mode.
Thanks to: Jun Kuriyama for pointing this out
Modified:
head/usr.bin/unzip/unzip.c
Modified: head/usr.bin/unzip/un
On Tue, Jan 05, 2010 at 04:24:47PM -0800, Stanislav Sedov wrote:
> from what I see from dictionaries "invasion of smth" could mean both
> the action by smth, and action against smth. Is "invasion to"
> grammatically incorrect?
I'm far from being an expert either, but invasion is clearly "of".
It
On Wed, 2010-01-06 at 00:21 +, Alexey Dokuchaev wrote:
> On Tue, Jan 05, 2010 at 05:45:39PM +, Ken Smith wrote:
> > Author: kensmith
> > Date: Tue Jan 5 17:45:39 2010
> > New Revision: 201596
> > URL: http://svn.freebsd.org/changeset/base/201596
> >
> > Log:
> > MFS8 r201529:
> >
> >
Bruce Simpson wrote:
On 04/01/2010 05:27, David Xu wrote:
Log:
Add user-level semaphore synchronous type...
Nice work! Will this be MFC-able to 8.x?
A lot of things could benefit from this, especially Boost.Interprocess.
cheers,
BMS
This is MFC-able. ;-)
__
On Tue, 05 Jan 2010 16:03:18 -0800
Doug Barton mentioned:
> Stanislav Sedov wrote:
> > Thanks for suggestions!
>
> And thank you for making the changes. :)
>
> > What's regarding the "there're" spelling --- I'm not sure what the
> > correct version is: I took this quote from the San Francisco
>
On Tue, Jan 05, 2010 at 05:45:39PM +, Ken Smith wrote:
> Author: kensmith
> Date: Tue Jan 5 17:45:39 2010
> New Revision: 201596
> URL: http://svn.freebsd.org/changeset/base/201596
>
> Log:
> MFS8 r201529:
>
> Add FreeBSD- to the beginning of the ISO image filenames.
On a slightly
Author: delphij
Date: Wed Jan 6 00:20:37 2010
New Revision: 201627
URL: http://svn.freebsd.org/changeset/base/201627
Log:
Fix build: getopt() returns int so use an integer to get the value.
Modified:
head/games/pom/pom.c
Modified: head/games/pom/pom.c
===
Stanislav Sedov wrote:
> Thanks for suggestions!
And thank you for making the changes. :)
> What's regarding the "there're" spelling --- I'm not sure what the
> correct version is: I took this quote from the San Francisco
> Chronicle newspaper, and it saved the original spelling.
Couple of thing
Author: stas
Date: Tue Jan 5 23:35:43 2010
New Revision: 201626
URL: http://svn.freebsd.org/changeset/base/201626
Log:
- Move potentially offensive quotes I committed recently to fortunes-o.
- Reference date.
- Be more clear on context.
Suggested by: dougb
Modified:
head/games/fortu
Author: bz
Date: Tue Jan 5 23:33:29 2010
New Revision: 201625
URL: http://svn.freebsd.org/changeset/base/201625
Log:
MFC r185583:
Fix a credential reference leak. [1]
Close subtle but relatively unlikely race conditions when
propagating the vnode write error to other active se
On Tue, 05 Jan 2010 10:28:51 -0800
Doug Barton mentioned:
> First off, thanks for sorting these, that's a step in the right
> direction. :) However, a few quibbles. First, our rule is that
> anything which might offend someone belongs in fortunes-o, and
> political quotes are always in the categ
Author: bz
Date: Tue Jan 5 23:03:59 2010
New Revision: 201622
URL: http://svn.freebsd.org/changeset/base/201622
Log:
According to basic instructions from jhb clean-up mergeinfo from r201614.
Modified:
Directory Properties:
stable/8/ (props changed)
stable/8/ObsoleteFiles.inc (props cha
Author: rpaulo
Date: Tue Jan 5 22:59:59 2010
New Revision: 201620
URL: http://svn.freebsd.org/changeset/base/201620
Log:
Add net80211 media status reporting.
PR: 142197
Submitted by: Paul
Modified:
head/sys/dev/if_ndis/if_ndis.c
Modified: head/sys/dev/if_ndis/if_ndis.c
===
Author: qingli
Date: Tue Jan 5 22:37:05 2010
New Revision: 201617
URL: http://svn.freebsd.org/changeset/base/201617
Log:
MFC r201319
Remove a deleted comment line that was brought back by
my previous commit.
Modified:
stable/8/sys/net/if_var.h
Directory Properties:
stable/8/sys/ (
Author: qingli
Date: Tue Jan 5 22:33:10 2010
New Revision: 201616
URL: http://svn.freebsd.org/changeset/base/201616
Log:
MFC r201285
Consolidate the route message generation code for when address
aliases were added or deleted. The announced route entry for
an address alias is no longer
Author: qingli
Date: Tue Jan 5 22:28:23 2010
New Revision: 201615
URL: http://svn.freebsd.org/changeset/base/201615
Log:
MFC r201284
Multiple IPv6 addresses of the same prefix can be installed on the
same interface. The first address will install the prefix route into
the kernel routin
Author: qingli
Date: Tue Jan 5 22:14:55 2010
New Revision: 201614
URL: http://svn.freebsd.org/changeset/base/201614
Log:
MFC r201282, r201543
r201282
---
The proxy arp entries could not be added into the system over the
IFF_POINTOPOINT link types. The reason was due to the routin
Author: edwin
Date: Tue Jan 5 21:14:48 2010
New Revision: 201613
URL: http://svn.freebsd.org/changeset/base/201613
Log:
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 calendar(1) later on.
Modifie
Author: dwmalone
Date: Tue Jan 5 21:09:59 2010
New Revision: 201612
URL: http://svn.freebsd.org/changeset/base/201612
Log:
1) Mark usage as dead2.
2) Deregister.
3) New style function definitions.
Some WARNS still remain here - some printf format warning on some
arches and the compil
Author: dwmalone
Date: Tue Jan 5 21:00:23 2010
New Revision: 201611
URL: http://svn.freebsd.org/changeset/base/201611
Log:
Shuffle parens to avoid type-punning warning.
Modified:
head/usr.bin/w/w.c
Modified: head/usr.bin/w/w.c
Author: dwmalone
Date: Tue Jan 5 20:53:55 2010
New Revision: 201610
URL: http://svn.freebsd.org/changeset/base/201610
Log:
1) Make usage() as dead2 - it helps the compiler know that some vars
are not used uninitialised.
2) Fix some constness problems.
3) Avoid a signedness problem by cast
Author: jhb
Date: Tue Jan 5 20:42:25 2010
New Revision: 201609
URL: http://svn.freebsd.org/changeset/base/201609
Log:
Move the PCI-specific logic of removing a cardbus device into a
pci_delete_child() function called by the cardbus driver. The new function
uses resource_list_unreserve() to
Author: dwmalone
Date: Tue Jan 5 20:40:40 2010
New Revision: 201608
URL: http://svn.freebsd.org/changeset/base/201608
Log:
New style function definitions.
Fix constness problem - don't know that pstatus won't change a string with no
whitespace.
Modified:
head/usr.sbin/cdcontrol/cdcontrol
Author: bz
Date: Tue Jan 5 20:38:59 2010
New Revision: 201607
URL: http://svn.freebsd.org/changeset/base/201607
Log:
MFC r186834:
Document the special loopback address behaviour of jails.
PR: kern/103464
Submitted by: brueffer (correct markup)
Reviewed by: brueffer
Modi
Author: dwmalone
Date: Tue Jan 5 20:32:08 2010
New Revision: 201606
URL: http://svn.freebsd.org/changeset/base/201606
Log:
Change a char that is used as an index into an array into an unisgned char.
Add a missing new style function definition.
Modified:
head/usr.bin/ctags/ctags.c
head/us
Author: iwasaki
Date: Tue Jan 5 20:29:30 2010
New Revision: 201605
URL: http://svn.freebsd.org/changeset/base/201605
Log:
Update acpi_ibm syctl nodes on resume.
This should fix some Thinkpad specific problems such as
connecting to a headphone jack is not functional on X41.
Reviewed
Author: kib
Date: Tue Jan 5 20:20:31 2010
New Revision: 201604
URL: http://svn.freebsd.org/changeset/base/201604
Log:
Do not rely on behaviour undefined by ANSI C, use thunks to adapt
alphasort-like interface to the comparision function required by
qsort() and qsort_r().
For opendir()
Author: brueffer
Date: Tue Jan 5 20:18:41 2010
New Revision: 201603
URL: http://svn.freebsd.org/changeset/base/201603
Log:
Fix a double free().
PR: 142339
Submitted by: Henning Petersen
MFC after:2 weeks
Modified:
head/lib/libc/rpc/getnetpath.c
Modified: head/lib/lib
Author: kib
Date: Tue Jan 5 20:17:13 2010
New Revision: 201602
URL: http://svn.freebsd.org/changeset/base/201602
Log:
Move scandir(3) and alphasort(3) into XSI namespace.
Noted and reviewed by:bde
MFC after:2 weeks
Modified:
head/include/dirent.h
Modified: head/include/di
Author: dougb
Date: Tue Jan 5 19:40:32 2010
New Revision: 201601
URL: http://svn.freebsd.org/changeset/base/201601
Log:
Remove more duplicates
Minor reformatting on a few
Modified:
head/games/fortune/datfiles/fortunes
Modified: head/games/fortune/datfiles/fortunes
=
Author: kensmith
Date: Tue Jan 5 19:25:57 2010
New Revision: 201600
URL: http://svn.freebsd.org/changeset/base/201600
Log:
MFS7 r201596:
Add FreeBSD- to the beginning of the ISO image filenames.
Modified:
stable/6/release/Makefile
Directory Properties:
stable/6/release/ (props
First off, thanks for sorting these, that's a step in the right
direction. :) However, a few quibbles. First, our rule is that
anything which might offend someone belongs in fortunes-o, and
political quotes are always in the category of "might offend someone."
(FWIW, neither of these are offensive
Author: jhb
Date: Tue Jan 5 18:26:41 2010
New Revision: 201599
URL: http://svn.freebsd.org/changeset/base/201599
Log:
MFC 201196:
Change vlan interfaces to cope more usefully with the parent interface being
renamed. Previously the vlan interfaces would lose their configuration as if
the
Author: jhb
Date: Tue Jan 5 18:25:41 2010
New Revision: 201597
URL: http://svn.freebsd.org/changeset/base/201597
Log:
MFC 201196:
Change vlan interfaces to cope more usefully with the parent interface being
renamed. Previously the vlan interfaces would lose their configuration as if
the
Author: kensmith
Date: Tue Jan 5 17:45:39 2010
New Revision: 201596
URL: http://svn.freebsd.org/changeset/base/201596
Log:
MFS8 r201529:
Add FreeBSD- to the beginning of the ISO image filenames.
Modified:
stable/7/release/Makefile
Directory Properties:
stable/7/release/ (props
Sent from my iPhone
On Jan 5, 2010, at 5:34 AM, David Xu wrote:
Author: davidxu
Date: Tue Jan 5 12:34:13 2010
New Revision: 201575
URL: http://svn.freebsd.org/changeset/base/201575
Log:
Add test code for POSIX semaphore implementation.
Added:
head/tools/regression/posixsem2/
head/tools/r
Author: jhb
Date: Tue Jan 5 17:04:39 2010
New Revision: 201594
URL: http://svn.freebsd.org/changeset/base/201594
Log:
MFC 200847:
- Rename the __tcpi_(snd|rcv)_mss fields of the tcp_info structure to remove
the leading underscores since they are now implemented.
- Implement the tcpi_rto
Author: jhb
Date: Tue Jan 5 17:04:14 2010
New Revision: 201593
URL: http://svn.freebsd.org/changeset/base/201593
Log:
MFC 200847:
- Rename the __tcpi_(snd|rcv)_mss fields of the tcp_info structure to remove
the leading underscores since they are now implemented.
- Implement the tcpi_rto
Author: mav
Date: Tue Jan 5 14:03:46 2010
New Revision: 201588
URL: http://svn.freebsd.org/changeset/base/201588
Log:
MFC 200977:
Avoid false positive probe on ICH6 chipsets.
Modified:
stable/8/sys/dev/ahci/ahci.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64
Author: mav
Date: Tue Jan 5 14:02:12 2010
New Revision: 201587
URL: http://svn.freebsd.org/changeset/base/201587
Log:
MFC 200991:
Teach twe driver to report array stripe size to GEOM.
Modified:
stable/8/sys/dev/twe/twe.c
stable/8/sys/dev/twe/twe_freebsd.c
stable/8/sys/dev/twe/twevar.h
Author: mav
Date: Tue Jan 5 13:58:18 2010
New Revision: 201586
URL: http://svn.freebsd.org/changeset/base/201586
Log:
MFC 200969:
Report stripe size only if physical sector size is not equal to logical.
Modified:
stable/8/sys/cam/ata/ata_da.c
Directory Properties:
stable/8/sys/ (props
Author: mav
Date: Tue Jan 5 13:56:58 2010
New Revision: 201585
URL: http://svn.freebsd.org/changeset/base/201585
Log:
MFC 200968:
Make diskinfo report disk stripe size and offset. It should help users to
make file systems optimally aligned and tuned for better performance.
Modified:
stab
Author: mav
Date: Tue Jan 5 13:55:49 2010
New Revision: 201584
URL: http://svn.freebsd.org/changeset/base/201584
Log:
MFC r196799:
Don't bother obtaining the ident if we are not going to print it.
Modified:
stable/8/usr.sbin/diskinfo/diskinfo.c
Directory Properties:
stable/8/usr.sbin/dis
On 04/01/2010 05:27, David Xu wrote:
Log:
Add user-level semaphore synchronous type...
Nice work! Will this be MFC-able to 8.x?
A lot of things could benefit from this, especially Boost.Interprocess.
cheers,
BMS
___
svn-src-all@freebsd.org ma
Author: mav
Date: Tue Jan 5 13:51:23 2010
New Revision: 201583
URL: http://svn.freebsd.org/changeset/base/201583
Log:
MFC r200934:
Add two disk ioctls, giving user-level tools information about disk/array
stripe (optimal access block) size and offset.
Modified:
stable/8/sys/geom/geom_dev
Author: mav
Date: Tue Jan 5 13:50:14 2010
New Revision: 201582
URL: http://svn.freebsd.org/changeset/base/201582
Log:
MFC r200942:
Make geom_concat to passthrough stripe parameters of the first component,
hoping that rest will fit.
Modified:
stable/8/sys/geom/concat/g_concat.c
Directory
Author: mav
Date: Tue Jan 5 13:49:18 2010
New Revision: 201581
URL: http://svn.freebsd.org/changeset/base/201581
Log:
MFC r200940:
As soon as geom_raid3 reports it's own stripe as sector size, report largest
underlying provider's stripe, multiplied by number of data disks in array,
due to
Author: mav
Date: Tue Jan 5 13:47:55 2010
New Revision: 201580
URL: http://svn.freebsd.org/changeset/base/201580
Log:
MFC r200935:
As soon as mirror has no own stripes, report largest stripe of unrerlying
components, hoping others fit, if they are not equal.
Modified:
stable/8/sys/geom/m
Author: mav
Date: Tue Jan 5 13:46:39 2010
New Revision: 201579
URL: http://svn.freebsd.org/changeset/base/201579
Log:
MFC r200933:
Make geom_stripe report it's stripe size to upper layers.
Modified:
stable/8/sys/geom/stripe/g_stripe.c
Directory Properties:
stable/8/sys/ (props changed)
2010/1/5 Alexander Motin :
> Author: mav
> Date: Tue Jan 5 02:06:05 2010
> New Revision: 201545
> URL: http://svn.freebsd.org/changeset/base/201545
>
> Log:
> Slightly optimize XOR calculation.
Linux has an interesting approach to RAID XOR operations - they
calculate at boot time which method is
Author: mav
Date: Tue Jan 5 13:25:12 2010
New Revision: 201578
URL: http://svn.freebsd.org/changeset/base/201578
Log:
For completeness, add -s argument, manually specifying array block size.
Modified:
head/sbin/geom/class/raid3/geom_raid3.c
head/sbin/geom/class/raid3/graid3.8
Modified: he
On 04/01/2010 22:23, Luigi Rizzo wrote:
I also think that the name of the new directory or the exact percentage of
ipv4-ness or netinet-ness of the sctp* and tcp* and multicast* stuff
is irrelevant. Moving directories with svn is so easy that we should not
worry even if we need a couple of attem
Author: kib
Date: Tue Jan 5 12:38:35 2010
New Revision: 201577
URL: http://svn.freebsd.org/changeset/base/201577
Log:
MFC r201400:
Remove reference to the bug in FreeBSD 2.0.
Modified:
stable/7/sbin/mount_msdosfs/mount_msdosfs.8
Directory Properties:
stable/7/sbin/mount_msdosfs/ (props
Author: kib
Date: Tue Jan 5 12:34:16 2010
New Revision: 201576
URL: http://svn.freebsd.org/changeset/base/201576
Log:
MFC r201400:
Remove reference to the bug in FreeBSD 2.0.
Modified:
stable/8/sbin/mount_msdosfs/mount_msdosfs.8
Directory Properties:
stable/8/sbin/mount_msdosfs/ (props
Author: davidxu
Date: Tue Jan 5 12:34:13 2010
New Revision: 201575
URL: http://svn.freebsd.org/changeset/base/201575
Log:
Add test code for POSIX semaphore implementation.
Added:
head/tools/regression/posixsem2/
head/tools/regression/posixsem2/Makefile (contents, props changed)
head/to
Author: kib
Date: Tue Jan 5 12:32:09 2010
New Revision: 201574
URL: http://svn.freebsd.org/changeset/base/201574
Log:
MFC r201194:
Use clock_gettime(CLOCK_SECOND) instead of gettimeofday(2) for
implementation of time(3). CLOCK_SECOND is much faster.
Modified:
stable/8/lib/libc/gen/time.c
On Mon, 4 Jan 2010, Luigi Rizzo wrote:
I also think that the name of the new directory or the exact percentage of
ipv4-ness or netinet-ness of the sctp* and tcp* and multicast* stuff
is irrelevant. Moving directories with svn is so easy that we should not
worry even if we need a couple of attem
Author: luigi
Date: Tue Jan 5 11:00:31 2010
New Revision: 201568
URL: http://svn.freebsd.org/changeset/base/201568
Log:
this file does not require ip_dummynet.h
Modified:
head/sys/netinet/ipfw/ip_fw_pfil.c
Modified: head/sys/netinet/ipfw/ip_fw_pfil.c
Author: mav
Date: Tue Jan 5 10:52:21 2010
New Revision: 201567
URL: http://svn.freebsd.org/changeset/base/201567
Log:
Move wakeup() out of mutex to reduce contention.
Modified:
head/sys/geom/raid3/g_raid3.c
Modified: head/sys/geom/raid3/g_raid3.c
Author: mav
Date: Tue Jan 5 10:30:56 2010
New Revision: 201566
URL: http://svn.freebsd.org/changeset/base/201566
Log:
Move wakeup() out of mutex to reduce contention.
Modified:
head/sys/geom/mirror/g_mirror.c
Modified: head/sys/geom/mirror/g_mirror.c
60 matches
Mail list logo