Author: attilio
Date: Fri Mar 13 07:09:20 2009
New Revision: 189758
URL: http://svn.freebsd.org/changeset/base/189758
Log:
Remove the null_islocked() overloaded vop because the standard one does
the same.
Modified:
head/sys/fs/nullfs/null_vnops.c
Modified: head/sys/fs/nullfs/null_vnops.c
=
Author: brooks
Date: Fri Mar 13 07:12:25 2009
New Revision: 189759
URL: http://svn.freebsd.org/changeset/base/189759
Log:
Add support for setting the debug flags on wlan interfaces after the are
created using wlandebug_ variables.
Modified:
head/etc/defaults/rc.conf
head/etc/network.subr
Author: imp
Date: Fri Mar 13 07:23:58 2009
New Revision: 189760
URL: http://svn.freebsd.org/changeset/base/189760
Log:
Implement the xdev target. When you define XDEV=arch XDEV_ARCH=arch,
you can build the cross development tools and install them as
$XDEV-freebsd-xxx for each tool. This al
Author: dougb
Date: Fri Mar 13 07:34:05 2009
New Revision: 189761
URL: http://svn.freebsd.org/changeset/base/189761
Log:
When using the -D option:
1. The new mtree file should be created in the "host" system /tmp
2. The existing mtree file in the "host" system should not be deleted
Subm
Author: guido
Date: Fri Mar 13 08:13:51 2009
New Revision: 189762
URL: http://svn.freebsd.org/changeset/base/189762
Log:
Backout this commit whil a better solution is developed
Modified:
head/sys/geom/eli/g_eli.c
Modified: head/sys/geom/eli/g_eli.c
===
Author: dougb
Date: Fri Mar 13 08:48:33 2009
New Revision: 189763
URL: http://svn.freebsd.org/changeset/base/189763
Log:
1. Clean up usage() output a bit by grouping options that take an argument
2. Fix a comment to refer to the right loop
Modified:
head/usr.sbin/mergemaster/mergemaster.sh
Author: ru
Date: Fri Mar 13 10:09:08 2009
New Revision: 189764
URL: http://svn.freebsd.org/changeset/base/189764
Log:
Don't put "install-info" to the list of install-tools if we're
installing with -DWITHOUT_INFO, otherwise one can experience a
failure trying to installworld on a system that
Author: gabor (doc,ports committer)
Date: Fri Mar 13 10:40:38 2009
New Revision: 189765
URL: http://svn.freebsd.org/changeset/base/189765
Log:
- Reenable Native Language Support in libc. This feature was disabled due
to possible breakages in the catalog handling code. Since then, that
Author: kib
Date: Fri Mar 13 10:52:22 2009
New Revision: 189766
URL: http://svn.freebsd.org/changeset/base/189766
Log:
MFC r189450:
Extract the no_poll() and vop_nopoll() code into the common routine
poll_no_poll().
Return a poll_no_poll() result from devfs_poll_f() when
filedescriptor d
On Fri, 13 Mar 2009, Gabor Kovesdan wrote:
- Reenable Native Language Support in libc. This feature was disabled due
to possible breakages in the catalog handling code. Since then, that
code has been replaced by the secure code from NetBSD but NLS in libc
remained turned off. Tests
On Fri, 13 Mar 2009, Doug Barton wrote:
Author: dougb
Date: Fri Mar 13 07:34:05 2009
New Revision: 189761
URL: http://svn.freebsd.org/changeset/base/189761
Log:
When using the -D option:
1. The new mtree file should be created in the "host" system /tmp
2. The existing mtree file in the "host
Author: ru
Date: Fri Mar 13 14:35:58 2009
New Revision: 189767
URL: http://svn.freebsd.org/changeset/base/189767
Log:
Switch to using official English short country names.
Modified:
head/share/misc/iso3166
Modified: head/share/misc/iso3166
On Fri, 13 Mar 2009, Gabor Kovesdan wrote:
Author: gabor (doc,ports committer)
Date: Fri Mar 13 10:40:38 2009
New Revision: 189765
URL: http://svn.freebsd.org/changeset/base/189765
Log:
- Reenable Native Language Support in libc. This feature was disabled due
to possible breakages in the c
Robert Watson escribió:
On Fri, 13 Mar 2009, Gabor Kovesdan wrote:
- Reenable Native Language Support in libc. This feature was
disabled due
to possible breakages in the catalog handling code. Since then, that
code has been replaced by the secure code from NetBSD but NLS in libc
r
Nice! I need to find some time to learn how to use NLS.
Now, you only need to revive the BSD-licensed libiconv[1]. :) I am
kidding; I do not want to start adding more stuff to your plate.
Thank you for strengthening FreeBSD's i18n support.
Out of curiosity, how does enabling NLS in lib
Author: rpaulo
Date: Fri Mar 13 16:08:08 2009
New Revision: 189768
URL: http://svn.freebsd.org/changeset/base/189768
Log:
Rename the k8temp driver to amdtemp.
MFC after:2 weeks
Added:
head/sys/dev/amdtemp/
- copied from r189489, head/sys/dev/k8temp/
head/sys/dev/amdtemp/amdtem
Author: rpaulo
Date: Fri Mar 13 16:28:25 2009
New Revision: 189769
URL: http://svn.freebsd.org/changeset/base/189769
Log:
Rename all the variables/function names/structs/etc. to reflect the
driver name change.
While there, update copyright.
MFC after:2 weeks
Modified:
head/sys/de
etc/malloc.conf.)
+20090313:
+ The k8temp(4) driver has been renamed to amdtemp(4) since
+ support for K10 and K11 CPU families was added.
+
20090309:
IGMPv3 and Source-Specific Multicast (SSM) have been merged
to the IPv4 stack. VIMAGE hooks are in but not yet u
Author: dchagin
Date: Fri Mar 13 16:40:51 2009
New Revision: 189771
URL: http://svn.freebsd.org/changeset/base/189771
Log:
Implement new way of branding ELF binaries by looking to a
".note.ABI-tag" section.
The search order of a brand is changed, now first of all the
".note.ABI-tag" is
==
--- head/UPDATING Fri Mar 13 16:40:51 2009(r189771)
+++ head/UPDATING Fri Mar 13 16:40:56 2009(r189772)
@@ -23,6 +23,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.
ln -s aj /etc/malloc.conf.)
20090313:
+ POSIX.1 Native Language
Author: rpaulo
Date: Fri Mar 13 16:42:24 2009
New Revision: 189773
URL: http://svn.freebsd.org/changeset/base/189773
Log:
Rename the k8temp(4) man page to amdtemp(4) and update its contents for
the new families.
MFC after:2 weeks
Added:
head/share/man/man4/amdtemp.4
- copied,
Author: rpaulo
Date: Fri Mar 13 16:43:31 2009
New Revision: 189774
URL: http://svn.freebsd.org/changeset/base/189774
Log:
Fix comment explaining where this driver came from.
MFC after:2 weeks
Modified:
head/sys/dev/amdtemp/amdtemp.c
Modified: head/sys/dev/amdtemp/amdtemp.c
=
Konstantin Belousov wrote:
Author: kib
Date: Thu Dec 18 11:58:12 2008
New Revision: 186276
URL: http://svn.freebsd.org/changeset/base/186276
Log:
Do not return success and doomed vnode from lookup. LK_UPGRADE allows
the vnode to be reclaimed.
Tested by: pho
MFC after:1 month
Wo
On Fri, Mar 13, 2009, Sean C. Farley wrote:
> Now, you only need to revive the BSD-licensed libiconv[1]. :)
[...]
> 1. http://people.freebsd.org/~bland/iconv-2.1.tar.gz
I asked a few weeks ago on standards@ why we weren't using Citrus
iconv, which is what NetBSD uses, and seems to be in a somew
On Fri, 13 Mar 2009, David Schultz wrote:
On Fri, Mar 13, 2009, Sean C. Farley wrote:
Now, you only need to revive the BSD-licensed libiconv[1]. :)
[...]
1. http://people.freebsd.org/~bland/iconv-2.1.tar.gz
I asked a few weeks ago on standards@ why we weren't using Citrus
iconv, which is
Author: sam
Date: Fri Mar 13 19:05:34 2009
New Revision: 189775
URL: http://svn.freebsd.org/changeset/base/189775
Log:
fix portability; linux does not have sa_len/sun_len
Modified:
head/contrib/wpa/wpa_supplicant/ctrl_iface_unix.c
Modified: head/contrib/wpa/wpa_supplicant/ctrl_iface_unix.c
=
2009/3/13 Gábor Kövesdán :
>
>> Nice! I need to find some time to learn how to use NLS.
>>
>> Now, you only need to revive the BSD-licensed libiconv[1]. :) I am
>> kidding; I do not want to start adding more stuff to your plate. Thank you
>> for strengthening FreeBSD's i18n support.
>>
>> Out
Ivan Voras escribió:
2009/3/13 Gábor Kövesdán :
Nice! I need to find some time to learn how to use NLS.
Now, you only need to revive the BSD-licensed libiconv[1]. :) I am
kidding; I do not want to start adding more stuff to your plate. Thank you
for strengthening FreeBSD's i18n support.
Hi Sean!
On Fri, 13 Mar 2009 13:36:07 -0500 (CDT)
"Sean C. Farley" wrote:
> functionality, however, the Citrus website is ambiguous about the
> license.
Really? > ambigous
Citrus is licensed under BSD License or variant (like
Perl or MIT). It can use with (L)GPL.
On Sat, 14 Mar 2009, Norikatsu Shigemura wrote:
Hi Sean!
Hi Norikatsu,
On Fri, 13 Mar 2009 13:36:07 -0500 (CDT)
"Sean C. Farley" wrote:
functionality, however, the Citrus website is ambiguous about the
license.
Really? > ambigous
Citrus is licensed under BSD License or va
On Fri, Mar 13, 2009 at 02:15:34PM -0400, John Baldwin wrote:
> Konstantin Belousov wrote:
> >Author: kib
> >Date: Thu Dec 18 11:58:12 2008
> >New Revision: 186276
> >URL: http://svn.freebsd.org/changeset/base/186276
> >
> >Log:
> > Do not return success and doomed vnode from lookup. LK_UPGRADE al
Hi Sean!
On Fri, 13 Mar 2009 16:12:00 -0500 (CDT)
"Sean C. Farley" wrote:
> >> functionality, however, the Citrus website is ambiguous about the
> >> license.
> > Really? > ambigous
> > Citrus is licensed under BSD License or variant (like
> > Perl or MIT). It can use with (L)GPL.
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Sean C. Farley wrote:
> On Sat, 14 Mar 2009, Norikatsu Shigemura wrote:
>
>> Hi Sean!
>
> Hi Norikatsu,
>
>> On Fri, 13 Mar 2009 13:36:07 -0500 (CDT)
>> "Sean C. Farley" wrote:
>>> functionality, however, the Citrus website is ambiguous about the
>
On Sat, 2009-03-14 at 06:59 +0900, Norikatsu Shigemura wrote:
> Hi Sean!
>
> On Fri, 13 Mar 2009 16:12:00 -0500 (CDT)
> "Sean C. Farley" wrote:
> > >> functionality, however, the Citrus website is ambiguous about the
> > >> license.
> > > Really? > ambigous
> > > Citrus is licensed under BSD
Author: thompsa
Date: Fri Mar 13 22:28:37 2009
New Revision: 189776
URL: http://svn.freebsd.org/changeset/base/189776
Log:
HID usage minimum can be equal to the maximum.
Submitted by: Hans Petter Selasky
Tested by:Andreas Tobler
Modified:
head/sys/dev/usb/usb_hid.c
Modified: head/
Author: gabor (doc,ports committer)
Date: Fri Mar 13 22:41:30 2009
New Revision: 189777
URL: http://svn.freebsd.org/changeset/base/189777
Log:
- Fix object directory creation when running threaded buildworld
Modified:
head/lib/libc/nls/Makefile.inc
Modified: head/lib/libc/nls/Makefile.inc
==
On Fri, 13 Mar 2009, Xin LI wrote:
Sean C. Farley wrote:
On Sat, 14 Mar 2009, Norikatsu Shigemura wrote:
On Fri, 13 Mar 2009 13:36:07 -0500 (CDT) "Sean C. Farley"
wrote:
functionality, however, the Citrus website is ambiguous about the
license.
Really? > ambigous
Citrus is license
Author: rwatson
Date: Fri Mar 13 23:42:34 2009
New Revision: 189778
URL: http://svn.freebsd.org/changeset/base/189778
Log:
Don't suggest mounting procfs in diskless configurations.
MFC after:3 days
Modified:
head/share/man/man8/diskless.8
Modified: head/share/man/man8/diskless.8
===
Author: bms
Date: Sat Mar 14 01:12:35 2009
New Revision: 189781
URL: http://svn.freebsd.org/changeset/base/189781
Log:
MFC rev: 189736
Ensure that the semaphore value is re-checked after sem_lock
is re-acquired, after the condition variable is signalled.
Early MFC, as the test case
Bruce M Simpson wrote:
Early MFC, as the test case in the PR is fairly complete and the
submitter also re-ran test case on -STABLE. It also bites Python
fairly hard, which will otherwise try to use POSIX sems for its
internal thread synchronization; this needs more in-depth testing.
N
A big thanks to jhb@ for pushing much of the housekeeping around
semaphores into the file descriptor layer, btw;
without his major help, the fix for the logic wouldn't have been a one
line diff.
___
svn-src-all@freebsd.org mailing list
http://lists.fre
Author: das
Date: Sat Mar 14 02:31:48 2009
New Revision: 189782
URL: http://svn.freebsd.org/changeset/base/189782
Log:
r189349 removed mktemp() from the XSI namespace when
__XOPEN_SOURCE >= 700, since mktemp() was withdrawn
from the standard. However, __XSI_VISIBLE is set to
700 in the def
On Sat, Mar 14, 2009, David Schultz wrote:
> Author: das
> Date: Sat Mar 14 02:31:48 2009
> New Revision: 189782
> URL: http://svn.freebsd.org/changeset/base/189782
>
> Log:
> r189349 removed mktemp() from the XSI namespace when
> __XOPEN_SOURCE >= 700, since mktemp() was withdrawn
> from th
Author: alc
Date: Sat Mar 14 05:33:09 2009
New Revision: 189783
URL: http://svn.freebsd.org/changeset/base/189783
Log:
Correct accounting errors in _pmap_allocpte(). Specifically, the pmap's
resident page count and the global wired page count were not correctly
maintained when page table pa
Alan Cox wrote:
Author: alc
Date: Sat Mar 14 05:33:09 2009
New Revision: 189783
URL: http://svn.freebsd.org/changeset/base/189783
Log:
Correct accounting errors in _pmap_allocpte(). Specifically, the pmap's
resident page count and the global wired page count were not correctly
maintained
* Gabor Kovesdan wrote:
> - Fix object directory creation when running threaded buildworld
Isn't this normally done by the mtrees?
--
Ed Schouten
WWW: http://80386.nl/
pgpK3O6S4oj1x.pgp
Description: PGP signature
46 matches
Mail list logo