Author: jh
Date: Fri Apr 16 07:02:28 2010
New Revision: 206698
URL: http://svn.freebsd.org/changeset/base/206698
Log:
Revert r206560. The change doesn't work correctly in all cases with
multiple devfs mounts.
Modified:
head/sys/fs/devfs/devfs_devs.c
head/sys/fs/devfs/devfs_int.h
Modified
Quoting Bruce Simpson (from Thu, 15 Apr 2010
18:10:04 +0100):
On 04/10/10 13:05, Bruce M Simpson wrote:
Log:
Fix a few issues related to the legacy 4.4 BSD multicast APIs.
IPv4 addresses can and do change during normal operation. Testing by
pfSense developers exposed an issue where Op
On Thu, 15 Apr 2010, David Schultz wrote:
On Wed, Mar 31, 2010, Juli Mallett wrote:
Be like stdlib.h and bring in a wchar_t definition and use it to prototype
wcstoimax and wcstoumax, rather than spelling it __wchar_t. This is necessary
to use these functions in C++ where wchar_t is diff
On 04/16/10 09:23, Alexander Leidinger wrote:
IP multicast group membership is always scoped to physical links [1].
The 4.4BSD API originally used the "primary IP address" to identify
each link. Unfortunately this is not a persistent identifier,
especially so in the use-case which had problem
On Fri, 16 Apr 2010, Bruce Simpson wrote:
On 04/16/10 09:23, Alexander Leidinger wrote:
IP multicast group membership is always scoped to physical links [1]. The
4.4BSD API originally used the "primary IP address" to identify each link.
Unfortunately this is not a persistent identifier, espe
On Thu, 15 Apr 2010, Andriy Gapon wrote:
Log:
indent(1): don't treat bare '_t' as a type name when -ta is used
It seems that identifier "_t" is sometimes used as a variable name,
even in our tree. Not that I endorse that, but still it's better
to require at least one character before _t su
Bruce Evans wrote:
> On Thu, 15 Apr 2010, Andriy Gapon wrote:
>> It seems that identifier "_t" is sometimes used as a variable name,
>> even in our tree. [...]
>
> Funny. POSIX reserves "_t" as a suffix in header files, so unless it
> also requires a non-null prefix, "_t" is reserved in POSIX.
On Fri, 16 Apr 2010, Colin Percival wrote:
Bruce Evans wrote:
On Thu, 15 Apr 2010, Andriy Gapon wrote:
It seems that identifier "_t" is sometimes used as a variable name,
even in our tree. [...]
Funny. POSIX reserves "_t" as a suffix in header files, so unless it
also requires a non-null
Author: jfv
Date: Fri Apr 16 16:33:05 2010
New Revision: 206705
URL: http://svn.freebsd.org/changeset/base/206705
Log:
Remove the tx queue selection based on the cpu whe
no flowid is present, this was causing some bad
reordering, now just use 0.
Also, add a few watchdog bits, and tx han
Author: rpaulo
Date: Fri Apr 16 16:49:42 2010
New Revision: 206706
URL: http://svn.freebsd.org/changeset/base/206706
Log:
Add ubthidhci.
MFC after:2 days
Modified:
head/etc/rc.d/Makefile
Modified: head/etc/rc.d/Makefile
===
Author: delphij
Date: Fri Apr 16 20:04:45 2010
New Revision: 206708
URL: http://svn.freebsd.org/changeset/base/206708
Log:
MFV: libz 1.2.4.3.
Modified:
head/lib/libz/ChangeLog
head/lib/libz/README
head/lib/libz/deflate.c
head/lib/libz/gzguts.h
head/lib/libz/gzlib.c
head/lib/libz/inf
Author: delphij
Date: Fri Apr 16 20:07:24 2010
New Revision: 206709
URL: http://svn.freebsd.org/changeset/base/206709
Log:
Expose a few symbols as public interface rather than private.
Note: the *64 interfaces are no longer exposed via zlib.h but were keep
as public interfaces;
Note
Author: jilles
Date: Fri Apr 16 22:15:26 2010
New Revision: 206710
URL: http://svn.freebsd.org/changeset/base/206710
Log:
Add some tests for fnmatch(3).
MFC after:1 week
Added:
head/tools/regression/lib/libc/gen/test-fnmatch.c (contents, props changed)
Modified:
head/tools/regres
Author: jilles
Date: Fri Apr 16 22:29:24 2010
New Revision: 206711
URL: http://svn.freebsd.org/changeset/base/206711
Log:
fnmatch: Fix bad FNM_PERIOD disabling if an asterisk has been seen.
Example: fnmatch("a*b/*", "abbb/.x", FNM_PATHNAME | FNM_PERIOD)
PR: 116074
MFC after
On Fri, 9 Apr 2010, Doug Barton wrote:
Hi,
first off all it would have been easier to figure a few things out, if
the several different things had been individual commits or if the
commit hadn't happed in the middle of a discussion that died with
this. The comments below are on the first four t
Rather than have the discussion about this here I'm going to respond to
your message on -current where the most recent discussion about this
took place.
Doug
--
... and that's just a little bit of history repeating.
-- Propellerheads
Improve the effecti
Author: jmallett
Date: Fri Apr 16 23:42:19 2010
New Revision: 206712
URL: http://svn.freebsd.org/changeset/base/206712
Log:
Set KERNLOADADDR and TARGET_BIG_ENDIAN for SWARM.
Modified:
head/sys/mips/conf/SWARM
Modified: head/sys/mips/conf/SWARM
Author: jmallett
Date: Fri Apr 16 23:46:30 2010
New Revision: 206713
URL: http://svn.freebsd.org/changeset/base/206713
Log:
o) Fix the intr_* functions to not spam the whole status register, just the IE
bit.
o) Remove some unused inlines.
o) Generate CP0 access functions for 64-bit TLB
Author: jmallett
Date: Fri Apr 16 23:48:28 2010
New Revision: 206714
URL: http://svn.freebsd.org/changeset/base/206714
Log:
o) Use the direct map where possible for uiomove_fromphys, based on code from
sparc64.
o) Use uiomove_fromphys rather than the broken fpage mechanism for /dev/mem.
Author: jmallett
Date: Fri Apr 16 23:54:56 2010
New Revision: 206715
URL: http://svn.freebsd.org/changeset/base/206715
Log:
Adjust limits and formats for ABIs with 64-bit longs.
Modified:
head/sys/mips/include/_inttypes.h
head/sys/mips/include/_limits.h
Modified: head/sys/mips/include/_int
Author: jmallett
Date: Sat Apr 17 00:05:22 2010
New Revision: 206716
URL: http://svn.freebsd.org/changeset/base/206716
Log:
o) Remove code related to VM_ALLOC_WIRED_TLB_PG_POOL, VM_KERNEL_ALLOC_OFFSET
and floating pages. They are unused and unsupported.
Modified:
head/sys/mips/include/p
s.inc Sat Apr 17 00:05:22 2010(r206716)
+++ head/ObsoleteFiles.inc Sat Apr 17 01:17:31 2010(r206717)
@@ -14,6 +14,10 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
+# 20100416: [mips] removed
+.if ${TARGET_ARCH} == "mips"
Author: jmallett
Date: Sat Apr 17 01:49:50 2010
New Revision: 206718
URL: http://svn.freebsd.org/changeset/base/206718
Log:
o) Back out my previous change to SWARM; some of it was to address an issue
that turned out to be unrelated, and the rest was, as pointed out by Neel,
just wrong-
Author: jmallett
Date: Sat Apr 17 03:08:13 2010
New Revision: 206721
URL: http://svn.freebsd.org/changeset/base/206721
Log:
o) Add SMP support for Octeon using U-Boot to launch all the processors at the
same time.
o) Remove some unused trivial uart functions from octeon_machdep now that t
24 matches
Mail list logo