Author: bz
Date: Thu Jan 13 08:19:09 2011
New Revision: 217346
URL: http://svn.freebsd.org/changeset/base/217346
Log:
MFC r215238 (originally by kib):
Use 'z' modifier for size_t printing.
Should have been merged with r215207 by gnn.
Modified:
stable/8/sys/net/if_llatbl.c
Director
On Wed, Jan 12, 2011 at 11:06:38PM +, Matthew D Fleming wrote:
> Author: mdf
> Date: Wed Jan 12 23:06:38 2011
> New Revision: 217332
> URL: http://svn.freebsd.org/changeset/base/217332
>
> Log:
> Revert cddl changes for sysctl(9) until I understand why this isn't
> building on universe.
M
Author: keramida (doc committer)
Date: Thu Jan 13 11:23:42 2011
New Revision: 217347
URL: http://svn.freebsd.org/changeset/base/217347
Log:
MFC r217208 - regression/date: unset all LC_xxx vars and set LANG/LC_ALL
When running with a custom locale setup, it's easy to confuse the
date regre
Author: keramida (doc committer)
Date: Thu Jan 13 12:26:39 2011
New Revision: 217348
URL: http://svn.freebsd.org/changeset/base/217348
Log:
MFC r217208 - regression/date: unset all LC_xxx vars and set LANG/LC_ALL
When running with a custom locale setup, it's easy to confuse the
date regre
Author: jhb
Date: Thu Jan 13 13:04:49 2011
New Revision: 217349
URL: http://svn.freebsd.org/changeset/base/217349
Log:
Forgot to remove unlock of the driver lock from age_start_locked() when
converting it to a locked variant.
PR: kern/153948
Modified:
head/sys/dev/age/if_age.
Author: jhb
Date: Thu Jan 13 14:15:36 2011
New Revision: 217350
URL: http://svn.freebsd.org/changeset/base/217350
Log:
Use software interrupt priorities for USB kthreads instead of hardware
interrupt priorities.
Reviewed by: hps
MFC after:2 weeks
Modified:
head/sys/dev/usb/usb_p
Author: jhb
Date: Thu Jan 13 14:22:27 2011
New Revision: 217351
URL: http://svn.freebsd.org/changeset/base/217351
Log:
Introduce two new helper macros to define the priority ranges used for
interactive timeshare threads (PRI_*_INTERACTIVE) and non-interactive
timeshare threads (PRI_*_BATCH)
Author: jhb
Date: Thu Jan 13 14:42:43 2011
New Revision: 217353
URL: http://svn.freebsd.org/changeset/base/217353
Log:
- Add a locked variant of jme_start() and invoke it directly while holding
the lock instead of queueing it to a task.
- Do not invoke jme_rxintr() to reclaim any unprocess
Author: jchandra
Date: Thu Jan 13 15:17:29 2011
New Revision: 217354
URL: http://svn.freebsd.org/changeset/base/217354
Log:
Support for 64 bit PTEs on n32 and n64 compilation.
In n32 and n64, add support for physical address above 4GB by having
64 bit page table entries and physical addre
Author: jkim
Date: Thu Jan 13 16:13:53 2011
New Revision: 217356
URL: http://svn.freebsd.org/changeset/base/217356
Log:
Tag ACPICA 20110112.
Added:
vendor-sys/acpica/20110112/
- copied from r217355, vendor-sys/acpica/dist/
___
svn-src-all@freeb
Author: pluknet
Date: Thu Jan 13 16:29:27 2011
New Revision: 217357
URL: http://svn.freebsd.org/changeset/base/217357
Log:
Embed a quota error message (C string) into uprintf() fmt.
While here, fix whitespaces.
Approved by: kib (mentor)
Modified:
head/sys/ufs/ufs/ufs_quota.c
Modified
Author: weongyo
Date: Thu Jan 13 16:37:12 2011
New Revision: 217358
URL: http://svn.freebsd.org/changeset/base/217358
Log:
Documents OUTPUT formats. While I'm here cleans up styles and words.
Reviewed by: brueffer@
Modified:
head/usr.sbin/usbdump/usbdump.8
Modified: head/usr.sbin/usbd
Author: nwhitehorn
Date: Thu Jan 13 16:42:16 2011
New Revision: 217359
URL: http://svn.freebsd.org/changeset/base/217359
Log:
Use auto-sizing syntax appropriate for the new dialog(1). This should
probably be modified to use libdialog.
Modified:
head/usr.sbin/kbdmap/kbdmap.c
Modified: head/
Author: jhb
Date: Thu Jan 13 17:00:22 2011
New Revision: 217360
URL: http://svn.freebsd.org/changeset/base/217360
Log:
If an interrupt on an I/O APIC is moved to a different CPU after it has
started to execute, it seems that the corresponding ISR bit in the "old"
local APIC can be cleared.
Author: jhb
Date: Thu Jan 13 17:02:39 2011
New Revision: 217361
URL: http://svn.freebsd.org/changeset/base/217361
Log:
Use a blocking malloc() to initialize the dummynet taskq.
Reviewed by: luigi
Modified:
head/sys/netinet/ipfw/ip_dummynet.c
Modified: head/sys/netinet/ipfw/ip_dummynet.
Author: nwhitehorn
Date: Thu Jan 13 17:30:18 2011
New Revision: 217364
URL: http://svn.freebsd.org/changeset/base/217364
Log:
Update spkrtest(8) to use new dialog auto-sizing syntax.
Modified:
head/usr.sbin/spkrtest/spkrtest.sh
Modified: head/usr.sbin/spkrtest/spkrtest.sh
===
On Thursday 13 January 2011 12:32 pm, Jung-uk Kim wrote:
> Author: jkim
> Date: Thu Jan 13 17:32:32 2011
> New Revision: 217365
> URL: http://svn.freebsd.org/changeset/base/217365
>
> Log:
> Merge ACPICA 20110112. Switch to BSD/GPLv2 dual license[1].
I'd like to take this opportunity to say tha
Author: mdf
Date: Thu Jan 13 18:20:19 2011
New Revision: 217367
URL: http://svn.freebsd.org/changeset/base/217367
Log:
Re-commit the zfs sysctl(9) type-safety changes.
Thanks to dim and pjd for the pointer to zfs_context.h for building
userland.
Modified:
head/cddl/contrib/opensolaris/
Author: mdf
Date: Thu Jan 13 18:20:27 2011
New Revision: 217368
URL: http://svn.freebsd.org/changeset/base/217368
Log:
Fix up a few more sysctl(9) mis-typing found in various LINT builds.
Modified:
head/sys/amd64/amd64/mp_machdep.c
head/sys/cam/cam_xpt.c
head/sys/dev/ath/if_ath.c
head/s
Author: mdf
Date: Thu Jan 13 18:20:33 2011
New Revision: 217369
URL: http://svn.freebsd.org/changeset/base/217369
Log:
Add a 64-bit hex-printed sysctl(9) since there is at least one place in
the code that wanted it. It is named X64 rather than XQUAD since the
quad name is a historical abomi
Author: mdf
Date: Thu Jan 13 18:20:37 2011
New Revision: 217370
URL: http://svn.freebsd.org/changeset/base/217370
Log:
One more sysctl(9) type-safety that I missed before.
Modified:
head/sys/kern/sched_4bsd.c
Modified: head/sys/kern/sched_4bsd.c
==
There appear to be 330 uses of SYSCTL and QUAD on the same line in
CURRENT. This seems reasonable to change them to S64, U64 and X64 so
they correctly reflect the size they operate upon.
What do y'all think?
Thanks,
matthew
On Thu, Jan 13, 2011 at 10:20 AM, Matthew D Fleming wrote:
> Author: m
Author: nwhitehorn
Date: Thu Jan 13 18:52:13 2011
New Revision: 217371
URL: http://svn.freebsd.org/changeset/base/217371
Log:
Remove /usr/share/examples/[lib]dialog, missed in the new dialog import.
Submitted by: dim
Modified:
head/etc/mtree/BSD.usr.dist
Modified: head/etc/mtree/BSD.usr
Author: hselasky
Date: Thu Jan 13 20:03:55 2011
New Revision: 217374
URL: http://svn.freebsd.org/changeset/base/217374
Log:
- Add support for 64-byte contexts to XHCI driver.
- Remove some dead code.
- Fixed one instance of missing endian conversion.
Approved by: thompsa (mentor)
Modi
On Thu, Jan 13, 2011 at 01:10:17PM -0500, Jung-uk Kim wrote:
> On Thursday 13 January 2011 12:32 pm, Jung-uk Kim wrote:
> > Author: jkim
> > Date: Thu Jan 13 17:32:32 2011
> > New Revision: 217365
> > URL: http://svn.freebsd.org/changeset/base/217365
> >
> > Log:
> > Merge ACPICA 20110112. Swit
Author: dim
Date: Thu Jan 13 20:44:31 2011
New Revision: 217375
URL: http://svn.freebsd.org/changeset/base/217375
Log:
Apply a workaround for a binutils issue with the .note.ABI-tag section
generated from lib/csu/common/crtbrand.c (which ultimately ends up in
executables and shared libraries
Author: jhb
Date: Thu Jan 13 21:49:14 2011
New Revision: 217379
URL: http://svn.freebsd.org/changeset/base/217379
Log:
- Move ether_ifdetach() earlier and remove now-unneeded IN_DETACH flag.
- Expand locking in interrupt handler.
Reviewed by: yongari
Modified:
head/sys/dev/alc/if_alc.
Author: yongari
Date: Thu Jan 13 22:49:10 2011
New Revision: 217381
URL: http://svn.freebsd.org/changeset/base/217381
Log:
Allow TX/RX checksum offloading to be configured independently.
Modified:
head/sys/dev/re/if_re.c
Modified: head/sys/dev/re/if_re.c
=
Author: yongari
Date: Thu Jan 13 22:52:57 2011
New Revision: 217382
URL: http://svn.freebsd.org/changeset/base/217382
Log:
re_reset() should be called only after setting device specific
features.
Modified:
head/sys/dev/re/if_re.c
Modified: head/sys/dev/re/if_re.c
==
Author: kib
Date: Thu Jan 13 23:00:22 2011
New Revision: 217383
URL: http://svn.freebsd.org/changeset/base/217383
Log:
The (%esp & 0xf) == 0 should be true before the call instruction is
executed, for the properly aligned stack.
Reported and tested by: rstone
Pointy hat to:
Author: yongari
Date: Thu Jan 13 23:00:28 2011
New Revision: 217384
URL: http://svn.freebsd.org/changeset/base/217384
Log:
Make sure to check validity of dma maps before destroying.
Modified:
head/sys/dev/re/if_re.c
Modified: head/sys/dev/re/if_re.c
==
Author: yongari
Date: Thu Jan 13 23:15:09 2011
New Revision: 217385
URL: http://svn.freebsd.org/changeset/base/217385
Log:
If driver is not able to allocate RX buffer, do not start driver.
While I'm here move RX buffer allocation and descriptor
initialization up to not touch hardware registe
Author: lstewart
Date: Fri Jan 14 00:57:13 2011
New Revision: 217386
URL: http://svn.freebsd.org/changeset/base/217386
Log:
MFC r216995,217043:
Add a man page for the Object Specific Data (OSD) KPI.
Although not directly related the FreeBSD Foundation funded "Five New TCP
Congestion
Author: lstewart
Date: Fri Jan 14 01:07:39 2011
New Revision: 217387
URL: http://svn.freebsd.org/changeset/base/217387
Log:
MFC r216995,217043:
Add a man page for the Object Specific Data (OSD) KPI.
Although not directly related the FreeBSD Foundation funded "Five New TCP
Congestion
On 01/12/2011 17:06, Bruce Evans wrote:
On Wed, 12 Jan 2011, John Baldwin wrote:
Log:
Fix a brain fart. Since this file is shared between i386 and
amd64, a
bus_size_t may be 32 or 64 bits. Change the bounce_zone alignment
field
to explicitly be 32 bits, as I can't really imagine a DM
Author: csjp
Date: Fri Jan 14 04:24:53 2011
New Revision: 217388
URL: http://svn.freebsd.org/changeset/base/217388
Log:
Correct bogus initialization. It should be noted that this change
has been corrected in the vendor branch, but for now, silence clang
warnings.
Found by: clang
On Thu, 13 Jan 2011, Matthew D Fleming wrote:
Log:
Add a 64-bit hex-printed sysctl(9) since there is at least one place in
the code that wanted it. It is named X64 rather than XQUAD since the
quad name is a historical abomination that should not be perpetuated.
:-). It is only long long t
On Thu, 13 Jan 2011 m...@freebsd.org wrote:
There appear to be 330 uses of SYSCTL and QUAD on the same line in
CURRENT. This seems reasonable to change them to S64, U64 and X64 so
they correctly reflect the size they operate upon.
What do y'all think?
Now I suggest delaying this until they c
38 matches
Mail list logo