Author: kientzle
Date: Fri Apr 17 07:28:49 2009
New Revision: 191196
URL: http://svn.freebsd.org/changeset/base/191196
Log:
Disabling the crypto bits should quiet tinderbox while I
track down the library dependencies that are screwing up the /rescue build.
Modified:
head/lib/libarchive/conf
Author: kevlo
Date: Fri Apr 17 08:01:18 2009
New Revision: 191197
URL: http://svn.freebsd.org/changeset/base/191197
Log:
Change Taiwan, Province of China to Taiwan, Republic of China
Modified:
head/share/misc/iso3166
Modified: head/share/misc/iso3166
=
On Fri, Apr 17, 2009 at 1:01 AM, Kevin Lo wrote:
> Log:
> Change Taiwan, Province of China to Taiwan, Republic of China
>
> Modified:
> head/share/misc/iso3166
Do you have a source for this change? The ISO sites I've checked
don't support it. For example:
http://www.iso.org/iso/iso-3166-1_de
On Fri, Apr 17, 2009 at 2:10 AM, Kevin Lo wrote:
> Juli Mallett wrote:
>> On Fri, Apr 17, 2009 at 1:01 AM, Kevin Lo wrote:
>> > Log:
>> > Change Taiwan, Province of China to Taiwan, Republic of China
>> >
>> > Modified:
>> > head/share/misc/iso3166
>>
>> Do you have a source for this change? T
Juli Mallett wrote:
> On Fri, Apr 17, 2009 at 1:01 AM, Kevin Lo wrote:
> > Log:
> > Change Taiwan, Province of China to Taiwan, Republic of China
> >
> > Modified:
> > head/share/misc/iso3166
>
> Do you have a source for this change? The ISO sites I've checked
> don't support it. For example
Author: rwatson
Date: Fri Apr 17 09:42:26 2009
New Revision: 191198
URL: http://svn.freebsd.org/changeset/base/191198
Log:
Remove legacy versions of USB network interface drivers relying on
IFF_NEEDSGIANT, as that is no longer supported.
Deleted:
head/sys/legacy/dev/usb/if_aue.c
head/sys/
Author: rwatson
Date: Fri Apr 17 09:48:20 2009
New Revision: 191199
URL: http://svn.freebsd.org/changeset/base/191199
Log:
Remove kue_fw.h, missed in previous IFF_NEEDSGIANT USB driver garbage
collection.
Deleted:
head/sys/legacy/dev/usb/kue_fw.h
On Thu, 16 Apr 2009, Maxim Konovalov wrote:
Log:
o Reflect ar(4), ray(4), sr(4), raycontrol(8) removal.
Thanks!
Robert N M Watson
Computer Laboratory
University of Cambridge
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
==
Author: roberto
Date: Fri Apr 17 11:30:32 2009
New Revision: 191200
URL: http://svn.freebsd.org/changeset/base/191200
Log:
Add an entry for the French macbook keyboard layout.
Modified:
head/usr.sbin/sysinstall/menus.c
Modified: head/usr.sbin/sysinstall/menus.c
==
Kevin Lo wrote:
On Fri, Apr 17, 2009 at 1:01 AM, Kevin Lo wrote:
Change Taiwan, Province of China to Taiwan, Republic of China
This is a highly political issue.
It seems to me that this is exactly why FreeBSD should stick with whatever
ISO says instead of taking an independent position. I
On Apr 17, 2009, at 11:39 AM, Colin Percival wrote:
Kevin Lo wrote:
On Fri, Apr 17, 2009 at 1:01 AM, Kevin Lo wrote:
Change Taiwan, Province of China to Taiwan, Republic of China
This is a highly political issue.
It seems to me that this is exactly why FreeBSD should stick with
whatev
Author: jhb
Date: Fri Apr 17 13:22:18 2009
New Revision: 191201
URL: http://svn.freebsd.org/changeset/base/191201
Log:
Restore bus DMA bounce pages to an offset of 0 when they are released by
a tag that has BUS_DMA_KEEP_PG_OFFSET set. Otherwise the page could be
reused with a non-zero offse
On Thu, 16 Apr 2009, Andrew Thompson wrote:
Great work and welcome. To save yourself a bit of typing, unless you
attribute the submission/testing its implied that it came from
yourself. :)
It's that multiple personality thing. I just can't keep track of who I
really am;-) (Next time, I'll r
Author: das
Date: Fri Apr 17 14:19:18 2009
New Revision: 191202
URL: http://svn.freebsd.org/changeset/base/191202
Log:
Revert r190943, since the problem in ports seems to be fixed now.
It's amazing how a well-placed eyesore generates more motivation in a
day than email generates in three wee
Author: alc
Date: Fri Apr 17 15:35:16 2009
New Revision: 191204
URL: http://svn.freebsd.org/changeset/base/191204
Log:
MFC r175055
Defer setting either PG_CACHED or PG_FREE until after the free page
queues lock is acquired. Otherwise, the state of a reservation's
pages' flags and it
Author: nyan
Date: Fri Apr 17 15:49:37 2009
New Revision: 191205
URL: http://svn.freebsd.org/changeset/base/191205
Log:
The ar(4), ray(4) and sr(4) drivers are removed.
Modified:
head/release/doc/en_US.ISO8859-1/hardware/article.sgml
Modified: head/release/doc/en_US.ISO8859-1/hardware/articl
Author: nyan
Date: Fri Apr 17 15:54:41 2009
New Revision: 191206
URL: http://svn.freebsd.org/changeset/base/191206
Log:
The sr(4) driver is removed.
Modified:
head/release/doc/share/misc/dev.archlist.txt
Modified: head/release/doc/share/misc/dev.archlist.txt
=
On Friday 17 April 2009 11:35:16 am Alan Cox wrote:
> Author: alc
> Date: Fri Apr 17 15:35:16 2009
> New Revision: 191204
> URL: http://svn.freebsd.org/changeset/base/191204
>
> Log:
> MFC r175055
> Defer setting either PG_CACHED or PG_FREE until after the free page
> queues lock is acqu
Jack Vogel writes:
> 2 SCTP specific bugs, one is a missing shift to correctly identify
> SCTP type in the descriptor, the second was incorrectly assigning
> rather than 'or-ing' the csum_flags, leading to the inability to do
> other types of offload downstream.
>
> The third bug was more subtle,
Author: thompsa
Date: Fri Apr 17 16:07:13 2009
New Revision: 191207
URL: http://svn.freebsd.org/changeset/base/191207
Log:
Drain the driver tasks on the same taskqueue in which they were enqueued.
Modified:
head/sys/dev/ipw/if_ipw.c
Modified: head/sys/dev/ipw/if_ipw.c
===
John Baldwin wrote:
On Friday 17 April 2009 11:35:16 am Alan Cox wrote:
Author: alc
Date: Fri Apr 17 15:35:16 2009
New Revision: 191204
URL: http://svn.freebsd.org/changeset/base/191204
Log:
MFC r175055
Defer setting either PG_CACHED or PG_FREE until after the free page
queues lock
Author: alc
Date: Fri Apr 17 16:42:03 2009
New Revision: 191209
URL: http://svn.freebsd.org/changeset/base/191209
Log:
MFC r175055
Defer setting either PG_CACHED or PG_FREE until after the free page
queues lock is acquired. Otherwise, the state of a reservation's
pages' flags and it
Author: dchagin
Date: Fri Apr 17 16:42:57 2009
New Revision: 191210
URL: http://svn.freebsd.org/changeset/base/191210
Log:
Merge r190708 from HEAD to stable/7:
Fix KBI breakage by r190520 which affects older linux.ko binaries:
1) Move the new field (brand_note) to the end of the Brandinfo
Author: dchagin
Date: Fri Apr 17 17:05:31 2009
New Revision: 191213
URL: http://svn.freebsd.org/changeset/base/191213
Log:
Merge r190708 from HEAD to releng/7.2:
Fix KBI breakage by r190520 which affects older linux.ko binaries:
1) Move the new field (brand_note) to the end of the Brandin
Author: jhb
Date: Fri Apr 17 17:07:12 2009
New Revision: 191214
URL: http://svn.freebsd.org/changeset/base/191214
Log:
MFC: Use a disk address instead of an int to hold the starting offset of an
open partition.
Approved by: re (kib)
Modified:
stable/7/sys/ (props changed)
stable/7
Author: jhb
Date: Fri Apr 17 17:13:41 2009
New Revision: 191215
URL: http://svn.freebsd.org/changeset/base/191215
Log:
MFC: Use a disk address instead of an int to hold the starting offset of an
open partition.
Approved by: re (kib)
Modified:
releng/7.2/sys/ (props changed)
releng
On Fri, 2009-04-17 at 11:32 -0500, Alan Cox wrote:
> John Baldwin wrote:
> >
> > Pointy hat to: jhb
> >
>
> I think that your bravery to even attempt the MFC absolves you of
> several pointy hats. I was too chicken. :-)
>
> Alan
>
Yikes! No! His bravery *DEFINITELY* absolves him
Konstantin Belousov writes:
> Log:
> Implement support for RTLD_NODELETE flag for dlopen() and -z nodelete
> static linker option. Do it by incrementing reference count on the loaded
> object and its dependencies.
Where is this documented?
DES
--
Dag-Erling Smørgrav - d...@des.no
Author: jhb
Date: Fri Apr 17 17:24:07 2009
New Revision: 191216
URL: http://svn.freebsd.org/changeset/base/191216
Log:
MFC: Use a disk address instead of an int to hold the starting offset of an
open partition.
Modified:
stable/6/sys/ (props changed)
stable/6/sys/boot/i386/libi386/biosd
Author: jhb
Date: Fri Apr 17 17:40:47 2009
New Revision: 191217
URL: http://svn.freebsd.org/changeset/base/191217
Log:
The vlan code has not required the miibus code since 6.0 when
if_link_state_change() was added and the vlan link-state hook was moved
out of miibus and into net/if.c.
M
Author: kan
Date: Fri Apr 17 18:11:11 2009
New Revision: 191218
URL: http://svn.freebsd.org/changeset/base/191218
Log:
More fallout from negative dotdot caching. Negative entries should
be removed from and reinserted to proper ncneg list.
Reported by: pho
Submitted by: kib
Modified:
On Friday 17 April 2009 1:22:27 pm Dag-Erling Smørgrav wrote:
> Konstantin Belousov writes:
> > Log:
> > Implement support for RTLD_NODELETE flag for dlopen() and -z nodelete
> > static linker option. Do it by incrementing reference count on the
loaded
> > object and its dependencies.
>
>
Author: kan
Date: Fri Apr 17 18:34:11 2009
New Revision: 191220
URL: http://svn.freebsd.org/changeset/base/191220
Log:
Undo private changes that should never have been committed.
Modified:
head/sys/kern/vfs_bio.c
Modified: head/sys/kern/vfs_bio.c
=
On Fri, Apr 17, 2009 at 07:22:27PM +0200, Dag-Erling Sm??rgrav wrote:
> Konstantin Belousov writes:
> > Log:
> > Implement support for RTLD_NODELETE flag for dlopen() and -z nodelete
> > static linker option. Do it by incrementing reference count on the loaded
> > object and its dependencies
Author: kmacy
Date: Fri Apr 17 18:48:50 2009
New Revision: 191221
URL: http://svn.freebsd.org/changeset/base/191221
Log:
clarify state of llentry that is passed back
Modified:
head/sys/net/if_llatbl.c
Modified: head/sys/net/if_llatbl.c
Author: jhb
Date: Fri Apr 17 19:07:44 2009
New Revision: 191222
URL: http://svn.freebsd.org/changeset/base/191222
Log:
- Add a few more register defintions for the PCI express capability
registers.
- Cleanup PCI-X capability printf to not leave a dangling "supports" for
some PCI-X brid
Author: kan
Date: Fri Apr 17 21:10:53 2009
New Revision: 191223
URL: http://svn.freebsd.org/changeset/base/191223
Log:
MFC r191218 and related backout r191220.
More fallout from negative dotdot caching. Negative entries should
be removed from and reinserted to proper ncneg list.
Repo
Author: kan
Date: Fri Apr 17 21:18:17 2009
New Revision: 191224
URL: http://svn.freebsd.org/changeset/base/191224
Log:
MFC r191218 and related backout r191220.
More fallout from negative dotdot caching. Negative entries should
be removed from and reinserted to proper ncneg list.
Repo
Kostik Belousov writes:
> "Dag-Erling Smørgrav" writes:
> > Where is this documented?
> As John said, this is standard feature of the ELF platform.
> Also, see r190624.
Hmmm... there is something wrong with my repo.
DES
--
Dag-Erling Smørgrav - d...@des.no
Author: marius
Date: Fri Apr 17 22:04:19 2009
New Revision: 191225
URL: http://svn.freebsd.org/changeset/base/191225
Log:
MFC: r191072
Fix whitespace.
Approved by: re (kib)
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stable/7/sys/dev/ath
Author: ed
Date: Fri Apr 17 22:13:41 2009
New Revision: 191226
URL: http://svn.freebsd.org/changeset/base/191226
Log:
Switch ubtbcmfw(4) to use si_drv1 instead of storing the unit number.
The unit number is still used to store the type of the device node.
Approved by: emax
Modified:
Author: kientzle
Date: Fri Apr 17 22:20:44 2009
New Revision: 191227
URL: http://svn.freebsd.org/changeset/base/191227
Log:
*** empty log message ***
Modified:
head/rescue/rescue/Makefile
Modified: head/rescue/rescue/Makefile
==
Tim Kientzle wrote:
Author: kientzle
Date: Fri Apr 17 22:20:44 2009
New Revision: 191227
URL: http://svn.freebsd.org/changeset/base/191227
Log:
*** empty log message ***
Fat-fingered that one. Of course, that should read:
Log:
Style fix; strip a few trailing spaces.
Pointy hat to me fo
Author: ticso
Date: Fri Apr 17 22:45:57 2009
New Revision: 191228
URL: http://svn.freebsd.org/changeset/base/191228
Log:
minor cleanup
Modified:
head/sys/arm/conf/BWCT
Modified: head/sys/arm/conf/BWCT
==
--- head/sys
Author: marius
Date: Fri Apr 17 23:11:18 2009
New Revision: 191229
URL: http://svn.freebsd.org/changeset/base/191229
Log:
MFC: r191072
Fix whitespace.
Approved by: re (kib)
Modified:
releng/7.2/sys/ (props changed)
releng/7.2/sys/contrib/pf/ (props changed)
releng/7.2/sys/d
Author: marius
Date: Fri Apr 17 23:22:01 2009
New Revision: 191230
URL: http://svn.freebsd.org/changeset/base/191230
Log:
MFC: r191076
- Remove the second license as I'm also fine with the first one.
- Remove redundant softc members for RIDs.
- Change some softc members to be unsigned w
Author: marius
Date: Fri Apr 17 23:22:06 2009
New Revision: 191231
URL: http://svn.freebsd.org/changeset/base/191231
Log:
MFC: r191076
- Remove the second license as I'm also fine with the first one.
- Remove redundant softc members for RIDs.
- Change some softc members to be unsigned w
47 matches
Mail list logo