On Wed, 20 Jan 2010, Andrey Chernov wrote:
On Wed, Jan 20, 2010 at 01:42:08AM +1100, Bruce Evans wrote:
The comment was correct. It says that POSIX requires strcoll() for
alphasort(), not for opendir(). Since opendir() is not alphasort(),
and it wants plain ASCII sorting to support union file
Author: hrs
Date: Wed Jan 20 09:29:07 2010
New Revision: 202686
URL: http://svn.freebsd.org/changeset/base/202686
Log:
Try a privileged port for binding whenever possible because the
ypbind daemon requires the ypserv daemon is running on a
privileged port.
Reported by: Andrzej Tobola
On Wed, Jan 20, 2010 at 07:43:29PM +1100, Bruce Evans wrote:
> No, it is a comment about opendir()'s comparison function. It has nothing
> to do with scandir(), and the only thing that it has to do with alphasort()
> is that it must be different for the reasons described.
Then the comment was pla
On Wed, 20 Jan 2010, Andrey Chernov wrote:
On Wed, Jan 20, 2010 at 07:43:29PM +1100, Bruce Evans wrote:
No, it is a comment about opendir()'s comparison function. It has nothing
to do with scandir(), and the only thing that it has to do with alphasort()
is that it must be different for the rea
Author: ache
Date: Wed Jan 20 11:55:14 2010
New Revision: 202691
URL: http://svn.freebsd.org/changeset/base/202691
Log:
For alphasort() add reference to strcoll(3)
Modified:
head/lib/libc/gen/scandir.3
Modified: head/lib/libc/gen/scandir.3
Author: kib
Date: Wed Jan 20 11:58:04 2010
New Revision: 202692
URL: http://svn.freebsd.org/changeset/base/202692
Log:
When traced process is about to receive the signal, the process is
stopped and debugger may modify or drop the signal. After the changes to
keep process-targeted signals on
Author: ache
Date: Wed Jan 20 11:59:46 2010
New Revision: 202693
URL: http://svn.freebsd.org/changeset/base/202693
Log:
Style: reword comment.
Submitted by: bde
Modified:
head/lib/libc/gen/scandir.c
Modified: head/lib/libc/gen/scandir.c
On Wed, Jan 20, 2010 at 09:33:08PM +1100, Bruce Evans wrote:
> > But there is
> > nothing said about opendir() & strcoll() relation in the mentioned
> > standards. The only word I found is that opendir() returns "ordered"
> > sequence, but nowhere mentioned ordered by what criteria, so perhaps they
Author: mav
Date: Wed Jan 20 13:31:12 2010
New Revision: 202694
URL: http://svn.freebsd.org/changeset/base/202694
Log:
- Add -v argument to `camcontrol identify` command. It makes camcontrol
print full identify data block.
- Improve identify result view and add TRIM support.
Modified:
hea
Author: neel
Date: Wed Jan 20 14:17:41 2010
New Revision: 202697
URL: http://svn.freebsd.org/changeset/base/202697
Log:
Make sure that interrupts are enabled when thread0 is running.
Approved by: imp (mentor)
Modified:
head/sys/mips/mips/machdep.c
Modified: head/sys/mips/mips/machdep.c
Author: neel
Date: Wed Jan 20 14:21:28 2010
New Revision: 202698
URL: http://svn.freebsd.org/changeset/base/202698
Log:
Get rid of unused function MipsTLBInvalidException().
Approved by: imp (mentor)
Modified:
head/sys/mips/include/trap.h
head/sys/mips/mips/db_trace.c
head/sys/mips/m
Author: rpaulo
Date: Wed Jan 20 14:29:55 2010
New Revision: 202699
URL: http://svn.freebsd.org/changeset/base/202699
Log:
Make ata_getrev() an optional method by implementing ata_null_getrev().
This fixes a bogus '???' boot message on Cambria boards with a CompactFlash
card.
Reviewed by
Author: jhb
Date: Wed Jan 20 14:48:42 2010
New Revision: 202700
URL: http://svn.freebsd.org/changeset/base/202700
Log:
MFC 202285:
- Note that if_xname, if_dname, and if_dunit are usually initialized via
if_initname().
- Document if_drv_flags and replace references to IFF_(RUNNING|OACTIV
Author: jhb
Date: Wed Jan 20 14:48:58 2010
New Revision: 202701
URL: http://svn.freebsd.org/changeset/base/202701
Log:
MFC 202285:
- Note that if_xname, if_dname, and if_dunit are usually initialized via
if_initname().
- Document if_drv_flags and replace references to IFF_(RUNNING|OACTIV
Author: jhb
Date: Wed Jan 20 15:13:38 2010
New Revision: 202702
URL: http://svn.freebsd.org/changeset/base/202702
Log:
MFC 198344:
Change gcc to assume a default machine architecture of 486 instead of 386
on "i386". Doing it in the compiler is deemed to be less fragile then
attempting to
Author: jhb
Date: Wed Jan 20 15:14:20 2010
New Revision: 202703
URL: http://svn.freebsd.org/changeset/base/202703
Log:
MFC 198344:
Change gcc to assume a default machine architecture of 486 instead of 386
on "i386". Doing it in the compiler is deemed to be less fragile then
attempting to
Author: kib
Date: Wed Jan 20 15:24:24 2010
New Revision: 202705
URL: http://svn.freebsd.org/changeset/base/202705
Log:
MFC r198470, r198521:
Syncronize iwn(4) manpages with HEAD.
Modified:
stable/8/share/man/man4/iwn.4
stable/8/share/man/man4/iwnfw.4
Directory Properties:
stable/8/share
Author: nwhitehorn
Date: Wed Jan 20 16:28:39 2010
New Revision: 202706
URL: http://svn.freebsd.org/changeset/base/202706
Log:
MFC r200018:
Bump limits on PowerPC. This allows large executables like parts of LLVM
to function.
Reviewed by: grehan
Obtained from:NetBSD
Modifi
Author: hrs
Date: Wed Jan 20 16:50:13 2010
New Revision: 202707
URL: http://svn.freebsd.org/changeset/base/202707
Log:
Simply ignore unsupported protocols listed in /etc/netconfig and
abort only if no transport is available. This fixes
(INET && !INET6) and (!INET && INET6) case, for example
Author: jh
Date: Wed Jan 20 16:56:20 2010
New Revision: 202708
URL: http://svn.freebsd.org/changeset/base/202708
Log:
- Change the type of nodes_max to u_int and use "%u" format string to
convert its value. [1]
- Set default tm_nodes_max to min(pages + 3, UINT32_MAX). It's more
reasona
2010/1/20 Jaakko Heinonen :
> Author: jh
> Date: Wed Jan 20 16:56:20 2010
> New Revision: 202708
> URL: http://svn.freebsd.org/changeset/base/202708
> Modified:
> head/sys/fs/tmpfs/tmpfs_subr.c
> head/sys/fs/tmpfs/tmpfs_vfsops.c
Any chance of downgrading the "considered highly experimental" sta
On Wed, 20 Jan 2010 18:34:37 +0100, Ivan Voras wrote:
2010/1/20 Jaakko Heinonen :
Author: jh
Date: Wed Jan 20 16:56:20 2010
New Revision: 202708
URL: http://svn.freebsd.org/changeset/base/202708
Modified:
head/sys/fs/tmpfs/tmpfs_subr.c
head/sys/fs/tmpfs/tmpfs_vfsops.c
Any chance of down
Author: delphij
Date: Wed Jan 20 18:22:56 2010
New Revision: 202709
URL: http://svn.freebsd.org/changeset/base/202709
Log:
Give the right value when complaining it being wrong.
Reported by: danfe
MFC after:3 days
Modified:
head/usr.sbin/burncd/burncd.c
Modified: head/usr.sbin/bur
Author: tuexen
Date: Wed Jan 20 18:50:49 2010
New Revision: 202711
URL: http://svn.freebsd.org/changeset/base/202711
Log:
MFC 199372
Do not start the iterator when there are no associations.
This fixes a bug found by Irene Ruengeler.
Modified:
stable/7/sys/netinet/sctp_asconf.c
Directory
Author: tuexen
Date: Wed Jan 20 18:55:40 2010
New Revision: 202712
URL: http://svn.freebsd.org/changeset/base/202712
Log:
MFC 199437
Use always LIST_EMPTY instead of sometime SCTP_LIST_EMPTY,
which is defined as LIST_EMPTY.
Modified:
stable/7/sys/netinet/sctp_auth.c
stable/7/sys/neti
Author: tuexen
Date: Wed Jan 20 18:58:23 2010
New Revision: 202713
URL: http://svn.freebsd.org/changeset/base/202713
Log:
MFC 201523
Correct usage of parenthesis.
Modified:
stable/7/sys/netinet/sctp_pcb.c
Directory Properties:
stable/7/sys/ (props changed)
stable/7/sys/cddl/contrib
Author: tuexen
Date: Wed Jan 20 19:11:31 2010
New Revision: 202714
URL: http://svn.freebsd.org/changeset/base/202714
Log:
MFC 199369
Do not hold the lock longer than necessary.
Modified:
stable/7/sys/netinet/sctputil.c
Directory Properties:
stable/7/sys/ (props changed)
stable/7/sy
Author: tuexen
Date: Wed Jan 20 19:14:34 2010
New Revision: 202715
URL: http://svn.freebsd.org/changeset/base/202715
Log:
MFC 199866
Use the default stack size for the iterator thread.
This fixes a crash reported by Irene Ruengeler.
Modified:
stable/7/sys/netinet/sctp_constants.h
Direc
Author: tuexen
Date: Wed Jan 20 19:20:31 2010
New Revision: 202716
URL: http://svn.freebsd.org/changeset/base/202716
Log:
MFC 197868
Use correct arguments when calling SCTP_RTALLOC().
Modified:
stable/7/sys/netinet/sctp_output.c
Directory Properties:
stable/7/sys/ (props changed)
s
Author: davidch
Date: Wed Jan 20 20:33:10 2010
New Revision: 202717
URL: http://svn.freebsd.org/changeset/base/202717
Log:
- Added a workaround for NC-SI management firmware that would allow
frames to be accepted while the driver is resetting the hardware.
This failure is generally obser
Author: ed
Date: Wed Jan 20 21:12:30 2010
New Revision: 202718
URL: http://svn.freebsd.org/changeset/base/202718
Log:
Also print UNIX timestamps in getent utmpx output.
Modified:
head/usr.bin/getent/getent.c
Modified: head/usr.bin/getent/getent.c
=
le is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
+# 20100120: replacing GNU bc/dc with BSDL versions
+OLD_FILES+=usr/share/examples/bc/ckbook.b
+OLD_FILES+=usr/share/examples/bc/pi.b
+OLD_FILES+=usr/share/examples/bc/primes.b
+OLD_FILES+=usr/share/examples/bc/twins.b
+OLD_FILES
Author: pjd
Date: Wed Jan 20 22:26:36 2010
New Revision: 202721
URL: http://svn.freebsd.org/changeset/base/202721
Log:
The waitpid(2) function needs neither sys/time.h nor sys/resource.h.
Modified:
head/lib/libc/sys/wait.2
Modified: head/lib/libc/sys/wait.2
==
Wed Jan 20 21:30:52 2010(r202719)
> @@ -14,6 +14,13 @@
> # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
> #
>
> +# 20100120: replacing GNU bc/dc with BSDL versions
> +OLD_FILES+=usr/share/examples/bc/ckbook.b
> +OLD_FILES+=usr/share/e
El 2010. 01. 20. 23:36, Ed Schouten escribió:
+# 20100120: replacing GNU bc/dc with BSDL versions
+OLD_FILES+=usr/share/examples/bc/ckbook.b
+OLD_FILES+=usr/share/examples/bc/pi.b
+OLD_FILES+=usr/share/examples/bc/primes.b
+OLD_FILES+=usr/share/examples/bc/twins.b
+OLD_FILES+=usr/share/info
Author: gabor (doc,ports committer)
Date: Wed Jan 20 22:45:59 2010
New Revision: 202722
URL: http://svn.freebsd.org/changeset/base/202722
Log:
- Bump __FreeBSD_version for BSDL bc/dc import to deprecate GNU bc/dc
Approved by: delphij
Modified:
head/sys/sys/param.h
Modified: head/sys/sy
Author: gonzo
Date: Thu Jan 21 00:15:59 2010
New Revision: 202723
URL: http://svn.freebsd.org/changeset/base/202723
Log:
- Remove unnecessary register writes in activate_device
and deactivate_device
- Save state before attaching driver and restore it when
detaching
- Clear CLK bi
Author: yongari
Date: Thu Jan 21 00:37:14 2010
New Revision: 202724
URL: http://svn.freebsd.org/changeset/base/202724
Log:
MFC r202269:
Add BCM5754 PHY id that is found on Dell Studio XPS 16.
Modified:
stable/8/sys/dev/mii/brgphy.c
stable/8/sys/dev/mii/miidevs
Directory Properties:
st
Author: yongari
Date: Thu Jan 21 00:39:45 2010
New Revision: 202725
URL: http://svn.freebsd.org/changeset/base/202725
Log:
MFC r202269:
Add BCM5754 PHY id that is found on Dell Studio XPS 16.
Modified:
stable/7/sys/dev/mii/brgphy.c
stable/7/sys/dev/mii/miidevs
Directory Properties:
st
Author: yongari
Date: Thu Jan 21 00:45:12 2010
New Revision: 202726
URL: http://svn.freebsd.org/changeset/base/202726
Log:
MFC r202293:
For controllers that has dual mode PHY(copper or fiber) interfaces
over GMII, make sure to enable GMII. With this change brgphy(4) is
used to handle
Author: yongari
Date: Thu Jan 21 00:46:54 2010
New Revision: 202727
URL: http://svn.freebsd.org/changeset/base/202727
Log:
MFC r202293:
For controllers that has dual mode PHY(copper or fiber) interfaces
over GMII, make sure to enable GMII. With this change brgphy(4) is
used to handle
Author: yongari
Date: Thu Jan 21 00:49:14 2010
New Revision: 202728
URL: http://svn.freebsd.org/changeset/base/202728
Log:
MFC r202294:
Add check for fiber mode for BCM5714 PHY. This PHY supports both
copper and fiber interfaces over GMII so an explicit check is
necessary to know whe
Author: yongari
Date: Thu Jan 21 00:50:46 2010
New Revision: 202729
URL: http://svn.freebsd.org/changeset/base/202729
Log:
MFC r202294:
Add check for fiber mode for BCM5714 PHY. This PHY supports both
copper and fiber interfaces over GMII so an explicit check is
necessary to know whe
Author: yongari
Date: Thu Jan 21 00:53:00 2010
New Revision: 202730
URL: http://svn.freebsd.org/changeset/base/202730
Log:
MFC r202406:
Don't free mbuf chains when bge(4) fails to collapse the mbuf
chains. This part of code is to enhance performance so failing the
collapsing should n
Author: yongari
Date: Thu Jan 21 00:54:22 2010
New Revision: 202731
URL: http://svn.freebsd.org/changeset/base/202731
Log:
MFC r202406:
Don't free mbuf chains when bge(4) fails to collapse the mbuf
chains. This part of code is to enhance performance so failing the
collapsing should n
On Thu, 21 Jan 2010, Pyun YongHyeon wrote:
Author: yongari
Date: Thu Jan 21 00:37:14 2010
New Revision: 202724
URL: http://svn.freebsd.org/changeset/base/202724
Log:
MFC r202269:
Add BCM5754 PHY id that is found on Dell Studio XPS 16.
Thank you!
Sean
--
s...@freebsd.org
_
On Tue, Jan 19, 2010 at 09:15:00AM +0100, Alexander Leidinger wrote:
> Quoting "Wojciech A. Koszek" (from Mon, 18 Jan 2010
> 22:46:06 + (UTC)):
>
>> Author: wkoszek
>> Date: Mon Jan 18 22:46:06 2010
>> New Revision: 202598
>> URL: http://svn.freebsd.org/changeset/base/202598
>>
>> Log:
>>
Author: neel
Date: Thu Jan 21 02:21:31 2010
New Revision: 202732
URL: http://svn.freebsd.org/changeset/base/202732
Log:
Get rid of redundant setting of interrupt enable bit when restoring the status
register from the PCB.
Remove a couple of misleading comments while I am here. The comment
Author: np
Date: Thu Jan 21 03:06:52 2010
New Revision: 202733
URL: http://svn.freebsd.org/changeset/base/202733
Log:
MFC r201907,202671,202678
r201907:
Extra parantheses to keep certain compilers happy.
r202671:
Fix for a cxgb(4) panic. cxgb_ioctl can be called by the IP and IPv6
Author: nwhitehorn
Date: Thu Jan 21 03:49:18 2010
New Revision: 202734
URL: http://svn.freebsd.org/changeset/base/202734
Log:
Fix a bug when printing attributes from multiple files: buflen could be
longer than the length of the current attribute if the buffer were reused
and previously longe
On Wed, 20 Jan 2010 18:50:58 +0100
"Ronald Klop" wrote:
> On Wed, 20 Jan 2010 18:34:37 +0100, Ivan Voras wrote:
>
> > 2010/1/20 Jaakko Heinonen :
> >> Author: jh
> >> Date: Wed Jan 20 16:56:20 2010
> >> New Revision: 202708
> >> URL: http://svn.freebsd.org/changeset/base/202708
> >
> >> Modifie
On Wed, 20 Jan 2010, Andrey Chernov wrote:
On Wed, Jan 20, 2010 at 09:33:08PM +1100, Bruce Evans wrote:
But there is
nothing said about opendir() & strcoll() relation in the mentioned
standards. The only word I found is that opendir() returns "ordered"
sequence, but nowhere mentioned ordered by
52 matches
Mail list logo