Author: mav
Date: Tue Mar 3 08:14:43 2009
New Revision: 189299
URL: http://svn.freebsd.org/changeset/base/189299
Log:
MFC rev. 188700, 188731, 188733.
Make core dumping to ad not to freeze even if interrupts, not disabled
for some reason (noticed on SMP), stealing our events.
ata_in
Author: nyan
Date: Tue Mar 3 09:04:18 2009
New Revision: 189300
URL: http://svn.freebsd.org/changeset/base/189300
Log:
Catch up with USB2 change.
Remove the usbdevs and add the usbconfig.
Spotted by: hrs
Tested on: i386
Modified:
head/release/amd64/boot_crunch.conf
head/r
On 2009.03.02 04:11:42 +, David Schultz wrote:
> Author: das
> Date: Mon Mar 2 04:11:42 2009
> New Revision: 189271
> URL: http://svn.freebsd.org/changeset/base/189271
>
> Log:
> Rewrite asprintf() as a wrapper around vasprintf(), thus reducing the
> number of functions that have an inces
Author: rwatson
Date: Tue Mar 3 11:57:29 2009
New Revision: 189301
URL: http://svn.freebsd.org/changeset/base/189301
Log:
Update config.h for OpenBSM 1.1 beta1.
MFC after:1 month
Modified:
head/contrib/openbsm/config/config.h
Modified: head/contrib/openbsm/config/config.h
=
On Tue, Mar 03, 2009, Simon L. Nielsen wrote:
> On 2009.03.02 04:11:42 +, David Schultz wrote:
> > Author: das
> > Date: Mon Mar 2 04:11:42 2009
> > New Revision: 189271
> > URL: http://svn.freebsd.org/changeset/base/189271
> >
> > Log:
> > Rewrite asprintf() as a wrapper around vasprintf()
Author: avg
Date: Tue Mar 3 13:10:25 2009
New Revision: 189302
URL: http://svn.freebsd.org/changeset/base/189302
Log:
udf_readdir: do not advance offset if entry can not be uio-ed
Previosly readdir missed some directory entries because there was
no space for them in current uio but direc
Author: bz
Date: Tue Mar 3 13:12:12 2009
New Revision: 189303
URL: http://svn.freebsd.org/changeset/base/189303
Log:
Start removing IPv6 Type 0 Routing header code.
RH0 was deprecated by RFC 5095.
While most of the code had been disabled by #if 0 already, leave a
bit of infrastructure
On 2009.03.03 08:08:48 -0500, David Schultz wrote:
> On Tue, Mar 03, 2009, Simon L. Nielsen wrote:
> > On 2009.03.02 04:11:42 +, David Schultz wrote:
> > > Author: das
> > > Date: Mon Mar 2 04:11:42 2009
> > > New Revision: 189271
> > > URL: http://svn.freebsd.org/changeset/base/189271
> > >
Author: avg
Date: Tue Mar 3 15:50:24 2009
New Revision: 189305
URL: http://svn.freebsd.org/changeset/base/189305
Log:
ichwd: correct range check for timeout value
Approved by: jhb (mentor)
Modified:
head/sys/dev/ichwd/ichwd.c
Modified: head/sys/dev/ichwd/ichwd.c
==
Author: jhb
Date: Tue Mar 3 16:38:59 2009
New Revision: 189306
URL: http://svn.freebsd.org/changeset/base/189306
Log:
Further refine the handling of resources for BARs in the PCI bus driver.
A while back, Warner changed the PCI bus code to reserve resources when
enumerating devices and s
Author: jhb
Date: Tue Mar 3 16:56:15 2009
New Revision: 189307
URL: http://svn.freebsd.org/changeset/base/189307
Log:
MFC: Use a clean slate of register state when executing hardware interrupt
handlers to avoid leaking values into the upper 16-bits of general purpose
registers when executin
Author: kientzle
Date: Tue Mar 3 17:02:51 2009
New Revision: 189308
URL: http://svn.freebsd.org/changeset/base/189308
Log:
Merge r294:337,r348:350 from libarchive.googlecode.com: A lot
of work to make libarchive work on Windows.
Added:
head/lib/libarchive/test/test_compat_gtar_1.tar.uu (
Author: kientzle
Date: Tue Mar 3 17:07:27 2009
New Revision: 189309
URL: http://svn.freebsd.org/changeset/base/189309
Log:
Merge r340 from libarchive.googlecode.com: If zlib/bzlib aren't available,
we can still detect gzip/bzip2 compressed streams, we just can't
decompress them.
Modified:
Author: jhb
Date: Tue Mar 3 17:10:14 2009
New Revision: 189310
URL: http://svn.freebsd.org/changeset/base/189310
Log:
MFC: Use a clean slate of register state when executing hardware interrupt
handlers to avoid leaking values into the upper 16-bits of general purpose
registers when executin
Author: rwatson
Date: Tue Mar 3 17:15:05 2009
New Revision: 189311
URL: http://svn.freebsd.org/changeset/base/189311
Log:
Reduce the verbosity of SDT trace points for DTrace by defining several
wrapper macros that allow trace points and arguments to be declared
using a single macro rather t
Author: jhb
Date: Tue Mar 3 17:16:26 2009
New Revision: 189312
URL: http://svn.freebsd.org/changeset/base/189312
Log:
MFC: Use a clean slate of register state when executing hardware interrupt
handlers to avoid leaking values into the upper 16-bits of general purpose
registers when executin
Author: dchagin
Date: Tue Mar 3 17:34:09 2009
New Revision: 189313
URL: http://svn.freebsd.org/changeset/base/189313
Log:
as suggested by jhb@, panic in case the ncpus == 0.
it helps to catch bugs in the callers.
Approved by: kib (mentor)
MFC after:5 days
Modified:
head/sys/ker
Author: rwatson
Date: Tue Mar 3 18:23:16 2009
New Revision: 189314
URL: http://svn.freebsd.org/changeset/base/189314
Log:
Adding missing ";"'s required by some SDT_PROBE_DEFINEx() macros.
MFC after:1 week
Modified:
head/sys/sys/sdt.h
Modified: head/sys/sys/sdt.h
===
Author: ed
Date: Tue Mar 3 18:47:33 2009
New Revision: 189315
URL: http://svn.freebsd.org/changeset/base/189315
Log:
Make Netgraph compile with Clang.
Clang disallows structs with variable length arrays to be nested inside
other structs, because this is in violation with ISO C99. Even th
Author: imp
Date: Tue Mar 3 18:53:47 2009
New Revision: 189316
URL: http://svn.freebsd.org/changeset/base/189316
Log:
Bump down the inline limit on MIPS.
Modified:
head/sys/conf/kern.mk
Modified: head/sys/conf/kern.mk
=
Author: imp
Date: Tue Mar 3 18:54:57 2009
New Revision: 189317
URL: http://svn.freebsd.org/changeset/base/189317
Log:
The callback takes a void *, not a caddr_t * (sic).
Except for the bb callback, which takes a caddr_t and not a caddr_t *.
Modified:
head/sys/pci/viapm.c
Modified: head/sy
Author: imp
Date: Tue Mar 3 18:57:59 2009
New Revision: 189318
URL: http://svn.freebsd.org/changeset/base/189318
Log:
Add in parsing of the disk FUNCE tuples.
Modified:
head/sys/dev/pccard/pccard.c
head/sys/dev/pccard/pccardvar.h
head/sys/dev/pccard/pccardvarp.h
Modified: head/sys/dev/p
Author: imp
Date: Tue Mar 3 19:22:24 2009
New Revision: 189319
URL: http://svn.freebsd.org/changeset/base/189319
Log:
make loop clearer that it isn't a mistake...
Modified:
head/sys/mips/mips/pmap.c
Modified: head/sys/mips/mips/pmap.c
Author: bz
Date: Tue Mar 3 19:38:56 2009
New Revision: 189320
URL: http://svn.freebsd.org/changeset/base/189320
Log:
For the moment disable the VIMAGE_CTASSERTs as people have trouble
while developing and compiling with kernel options that change the
size of at least one structure. The curr
On Tue, 3 Mar 2009 18:47:33 + (UTC)
Ed Schouten wrote:
> Author: ed
> Date: Tue Mar 3 18:47:33 2009
> New Revision: 189315
> URL: http://svn.freebsd.org/changeset/base/189315
>
> Log:
> Make Netgraph compile with Clang.
>
> Clang disallows structs with variable length arrays to be ne
On Tue, 3 Mar 2009 14:21:06 -0500
Alexander Kabaev wrote:
Responding to myself: after looking at the original code, I think we
traded one pre-existing ugliness for another, with latter being more
standards compliant, so my objection is withdrawn. Apologies for the
noise.
--
Alexander Kabaev
s
Author: lulf
Date: Tue Mar 3 20:26:41 2009
New Revision: 189321
URL: http://svn.freebsd.org/changeset/base/189321
Log:
- Raise limit for MFH
Modified:
svnadmin/conf/sizelimit.conf
Modified: svnadmin/conf/sizelimit.conf
Hi all,
You should now be able to compile all of LINT on amd64 using Clang!
Happy hacking!
--
Ed Schouten
WWW: http://80386.nl/
pgpDWasoDEl16.pgp
Description: PGP signature
Author: lulf
Date: Tue Mar 3 20:30:35 2009
New Revision: 189323
URL: http://svn.freebsd.org/changeset/base/189323
Log:
- Re-add limit.
Modified:
svnadmin/conf/sizelimit.conf
Modified: svnadmin/conf/sizelimit.conf
==
Author: davidch
Date: Wed Mar 4 00:05:40 2009
New Revision: 189325
URL: http://svn.freebsd.org/changeset/base/189325
Log:
- Updated firmware to latest 4.6.X release.
- Added missing firmware for 5709 A1 controllers.
- Changed some debug statistic variable names to be more consistent.
S
Author: delphij
Date: Wed Mar 4 00:58:04 2009
New Revision: 189327
URL: http://svn.freebsd.org/changeset/base/189327
Log:
Style changes (including additional casts to shut up warnings). This
commit does not affect MD5 of object file.
Modified:
head/lib/libc/db/btree/bt_delete.c
head/lib
Author: delphij
Date: Wed Mar 4 01:01:26 2009
New Revision: 189328
URL: http://svn.freebsd.org/changeset/base/189328
Log:
Sync license changes.
Obtained from:NetBSD
Modified:
head/lib/libc/gen/lockf.3
head/lib/libc/gen/lockf.c
Modified: head/lib/libc/gen/lockf.3
=
Author: delphij
Date: Wed Mar 4 01:17:05 2009
New Revision: 189330
URL: http://svn.freebsd.org/changeset/base/189330
Log:
Explicitly specify bit width for on-disk data structure.
Obtained from:OpenBSD
Modified:
head/lib/libc/db/hash/hash.h
Modified: head/lib/libc/db/hash/hash.h
Author: yongari
Date: Wed Mar 4 01:31:09 2009
New Revision: 189331
URL: http://svn.freebsd.org/changeset/base/189331
Log:
Make ifinfo build. The struct if_data members ifi_recvquota and
ifi_xmitquota were renamed to ifi_spare_char1 and ifi_spare_char2
respectively.
Modified:
head/tools/t
Author: yongari
Date: Wed Mar 4 01:50:00 2009
New Revision: 189334
URL: http://svn.freebsd.org/changeset/base/189334
Log:
Enable ale(4) in GENERIC.
Modified:
stable/7/sys/amd64/conf/GENERIC
stable/7/sys/i386/conf/GENERIC
Modified: stable/7/sys/amd64/conf/GENERIC
==
Author: bms
Date: Wed Mar 4 01:58:48 2009
New Revision: 189335
URL: http://svn.freebsd.org/changeset/base/189335
Log:
Update copyright.
Modified:
head/lib/libc/net/sourcefilter.c
Modified: head/lib/libc/net/sourcefilter.c
=
Author: bms
Date: Wed Mar 4 01:59:14 2009
New Revision: 189336
URL: http://svn.freebsd.org/changeset/base/189336
Log:
Considerably improve the wording of this man page.
Modified:
head/lib/libc/net/sourcefilter.3
Modified: head/lib/libc/net/sourcefilter.3
Author: bms
Date: Wed Mar 4 02:00:14 2009
New Revision: 189337
URL: http://svn.freebsd.org/changeset/base/189337
Log:
Add source-specific multicast (SSM) option documentation.
Modified:
head/share/man/man4/ip.4
Modified: head/share/man/man4/ip.4
=
Author: bms
Date: Wed Mar 4 02:00:34 2009
New Revision: 189338
URL: http://svn.freebsd.org/changeset/base/189338
Log:
Add cross-reference to sourcefilter(3).
Modified:
head/share/man/man4/multicast.4
Modified: head/share/man/man4/multicast.4
=
Author: bms
Date: Wed Mar 4 02:08:20 2009
New Revision: 189339
URL: http://svn.freebsd.org/changeset/base/189339
Log:
Update mtest(8) manual page.
Modified:
head/usr.sbin/mtest/mtest.8
Modified: head/usr.sbin/mtest/mtest.8
Author: bms
Date: Wed Mar 4 02:09:12 2009
New Revision: 189340
URL: http://svn.freebsd.org/changeset/base/189340
Log:
Add full SSM stack support to mtest(8) diagnostic tool.
Modified:
head/usr.sbin/mtest/mtest.c
Modified: head/usr.sbin/mtest/mtest.c
=
Author: bms
Date: Wed Mar 4 02:12:29 2009
New Revision: 189341
URL: http://svn.freebsd.org/changeset/base/189341
Log:
Add printb.c utility file, but do not yet connect it to the build.
Added:
head/usr.sbin/ifmcstat/printb.c (contents, props changed)
Added: head/usr.sbin/ifmcstat/printb.c
Author: bms
Date: Wed Mar 4 02:51:22 2009
New Revision: 189343
URL: http://svn.freebsd.org/changeset/base/189343
Log:
Add function ip_checkrouteralert(), which will be used
by IGMPv3 to check for the IPv4 Router Alert [RFC2113]
option in a pulled-up IP mbuf chain.
Modified:
head/sys/neti
Author: bms
Date: Wed Mar 4 02:54:11 2009
New Revision: 189344
URL: http://svn.freebsd.org/changeset/base/189344
Log:
Reserve a netisr slot for the IGMPv3 output queue.
Modified:
head/sys/net/netisr.h
Modified: head/sys/net/netisr.h
==
Author: bms
Date: Wed Mar 4 02:55:04 2009
New Revision: 189345
URL: http://svn.freebsd.org/changeset/base/189345
Log:
Overlay a uint16_t field suitable for use by the
IGMPv3 code. It is used to maintain the number of
group records contained in a pending IGMPv3 output
mbuf chain.
Modified
Author: bms
Date: Wed Mar 4 03:01:05 2009
New Revision: 189346
URL: http://svn.freebsd.org/changeset/base/189346
Log:
Add various defines/macros required by IGMPv3:
* MCAST_UNDEFINED state.
* in_allhosts() macro (group is 224.0.0.1).
This uses a const endian comparison.
* IP_MAX_G
Author: bms
Date: Wed Mar 4 03:22:03 2009
New Revision: 189347
URL: http://svn.freebsd.org/changeset/base/189347
Log:
Merge header file definitions used by the new IGMPv3 implementation.
This is a partial merge. Compatibility defines are retained for
the existing IGMPv2 implementation.
Mod
Author: das
Date: Wed Mar 4 03:30:21 2009
New Revision: 189348
URL: http://svn.freebsd.org/changeset/base/189348
Log:
Fix a file descriptor leak in fts_child().
Obtained from:NetBSD
Modified:
head/lib/libc/gen/fts.c
Modified: head/lib/libc/gen/fts.c
Author: das
Date: Wed Mar 4 03:31:10 2009
New Revision: 189349
URL: http://svn.freebsd.org/changeset/base/189349
Log:
- Add getsubopt and mkdtemp to the POSIX.1-2008 namespace.
- Add mkstemp to the POSIX.1-2008 and BSD namespaces.
- Remove mktemp from the XSI namespace.
Modified:
head/in
Author: das
Date: Wed Mar 4 03:31:51 2009
New Revision: 189350
URL: http://svn.freebsd.org/changeset/base/189350
Log:
- Remove bcmp, bcopy, bzero, index, and rindex from the POSIX.1-2008
namespace.
- Add ffs to the XSI namespace.
Modified:
head/include/strings.h
Modified: head/include
Author: das
Date: Wed Mar 4 03:32:28 2009
New Revision: 189351
URL: http://svn.freebsd.org/changeset/base/189351
Log:
- Add getsid, fchdir, getpgid, lchown, pread, pwrite, truncate,
*at, and fexecve to the POSIX.1-2008 namespace.
- Remove getwd, ualarm, usleep, and vfork from the XSI name
Author: das
Date: Wed Mar 4 03:32:56 2009
New Revision: 189352
URL: http://svn.freebsd.org/changeset/base/189352
Log:
Add psignal to the POSIX.1-2008 namespace.
Modified:
head/include/signal.h
Modified: head/include/signal.h
==
Author: das
Date: Wed Mar 4 03:33:21 2009
New Revision: 189353
URL: http://svn.freebsd.org/changeset/base/189353
Log:
Add openat to the POSIX.1-2008 namespace.
Modified:
head/sys/sys/fcntl.h
Modified: head/sys/sys/fcntl.h
=
Author: das
Date: Wed Mar 4 03:33:38 2009
New Revision: 189354
URL: http://svn.freebsd.org/changeset/base/189354
Log:
Add *at to the POSIX.1-2008 namespace.
Modified:
head/sys/sys/stat.h
Modified: head/sys/sys/stat.h
==
Author: das
Date: Wed Mar 4 03:35:03 2009
New Revision: 189355
URL: http://svn.freebsd.org/changeset/base/189355
Log:
Add renameat to the POSIX.1-2008 namespace.
Modified:
head/include/stdio.h
Modified: head/include/stdio.h
===
Author: das
Date: Wed Mar 4 03:38:51 2009
New Revision: 189356
URL: http://svn.freebsd.org/changeset/base/189356
Log:
Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(),
dprintf() is a simple wrapper around another function, so we may as
well implement it. But also like getline(
Author: bms
Date: Wed Mar 4 03:40:02 2009
New Revision: 189357
URL: http://svn.freebsd.org/changeset/base/189357
Log:
Add sysctl net.inet.ip.mcast.loop. This controls whether or not
IPv4 multicast sends are looped back to senders by default
on a stack-wide basis, rather than relying on the
Author: das
Date: Wed Mar 4 03:45:02 2009
New Revision: 189358
URL: http://svn.freebsd.org/changeset/base/189358
Log:
Remove some unused vendor files.
Deleted:
head/contrib/gdtoa/test/
head/contrib/gdtoa/xsum0.out
___
svn-src-all@freebsd.org mail
Author: bms
Date: Wed Mar 4 03:45:34 2009
New Revision: 189359
URL: http://svn.freebsd.org/changeset/base/189359
Log:
In ip_output(), do not acquire the IN_MULTI_LOCK(),
and do not attempt to perform a group lookup.
This is a socket layer lock, and the bottom half of IP
really has no busi
Author: thompsa
Date: Wed Mar 4 03:47:57 2009
New Revision: 189360
URL: http://svn.freebsd.org/changeset/base/189360
Log:
Add Mobile Action MA-620 Infrared Adapter.
PR: usb/125072
Submitted by: Alexander Logvinov
MFC after:1 week
Modified:
head/share/man/man4/uplcom.4
Author: das
Date: Wed Mar 4 06:01:27 2009
New Revision: 189361
URL: http://svn.freebsd.org/changeset/base/189361
Log:
Add wcpcpy(3) and wcpncpy(3).
Added:
head/lib/libc/string/wcpcpy.c (contents, props changed)
- copied, changed from r189360, head/lib/libc/string/stpcpy.c
head/lib/l
61 matches
Mail list logo