Author: mav
Date: Wed Sep 8 07:30:46 2010
New Revision: 212313
URL: http://svn.freebsd.org/changeset/base/212313
Log:
For total interrupt count on -vm screen count all interrupts, but not only
those which fit the screen.
Modified:
head/usr.bin/systat/vmstat.c
Modified: head/usr.bin/systat
on 03/09/2010 13:40 Andriy Gapon said the following:
> Author: avg
> Date: Fri Sep 3 10:40:53 2010
> New Revision: 212174
> URL: http://svn.freebsd.org/changeset/base/212174
>
> Log:
> vm_page.c: include opt_msgbuf.h for MSGBUF_SIZE use in vm_page_startup
>
> vm_page_startup uses MSGBUF_SI
On Tuesday, September 07, 2010 10:29:45 am John Baldwin wrote:
> Author: jhb
> Date: Tue Sep 7 14:29:45 2010
> New Revision: 212293
> URL: http://svn.freebsd.org/changeset/base/212293
>
> Log:
> Store the full timestamp when caching timestamps of files and
> directories for purposes of valida
Author: sanpei
Date: Wed Sep 8 13:26:19 2010
New Revision: 212317
URL: http://svn.freebsd.org/changeset/base/212317
Log:
Add Buffalo (Melco Inc.) LUA3-U2-ATX to list of supported devices.
Submitted by: nork at FreeBSD.org
MFC after:3 days
Modified:
head/share/man/man4/axe.4
Modif
In message: <201009062202.o86m29b4067...@svn.freebsd.org>
Weongyo Jeong writes:
: Author: weongyo
: Date: Mon Sep 6 22:02:08 2010
: New Revision: 212270
: URL: http://svn.freebsd.org/changeset/base/212270
:
: Log:
: Adds bwi(4) at SEE ALSO section because some old devices aren't
:
Author: jchandra
Date: Wed Sep 8 16:34:08 2010
New Revision: 212321
URL: http://svn.freebsd.org/changeset/base/212321
Log:
Clean up fast message ring code for XLR.
Fix message ring send path:
- define msgrng_access_enable() which disables local interrupts
and enables message ring acc
Author: nwhitehorn
Date: Wed Sep 8 16:58:06 2010
New Revision: 212322
URL: http://svn.freebsd.org/changeset/base/212322
Log:
Fix a typo in the original import of this code from NetBSD that caused the
wrong element of the VSID bitmap array to be examined after a collision,
leading to realloc
Author: mav
Date: Wed Sep 8 16:59:22 2010
New Revision: 212323
URL: http://svn.freebsd.org/changeset/base/212323
Log:
During SMP startup there is time window, when SMP started, but interrupts
are still bound to BSP. It confuses timer management logic in per-CPU mode
and may cause timer not
Author: jchandra
Date: Wed Sep 8 17:11:49 2010
New Revision: 212324
URL: http://svn.freebsd.org/changeset/base/212324
Log:
nlge (alternate XLR GMAC driver) updates:
- Updates for the message ring clean up in r212321.
- Instead of dropping Tx packet on credit fail, retry send until it
Author: avg
Date: Wed Sep 8 17:35:06 2010
New Revision: 212325
URL: http://svn.freebsd.org/changeset/base/212325
Log:
subr_bus: use hexadecimal representation for bit flags
It seems that this format is more custom in our code, and it is more
convenient too.
Suggested by: jhb
No ob
Author: jhb
Date: Wed Sep 8 17:53:34 2010
New Revision: 212326
URL: http://svn.freebsd.org/changeset/base/212326
Log:
- Add register definitions related to extended capability IDs in
PCI-express. I used PCIZ_* for ID constants (plain capability IDs use
PCIY_*).
- Add register definit
On Wednesday, September 08, 2010 1:35:06 pm Andriy Gapon wrote:
> Author: avg
> Date: Wed Sep 8 17:35:06 2010
> New Revision: 212325
> URL: http://svn.freebsd.org/changeset/base/212325
>
> Log:
> subr_bus: use hexadecimal representation for bit flags
>
> It seems that this format is more c
On Wednesday, September 08, 2010 1:53:34 pm John Baldwin wrote:
> Author: jhb
> Date: Wed Sep 8 17:53:34 2010
> New Revision: 212326
> URL: http://svn.freebsd.org/changeset/base/212326
>
> Log:
> - Add register definitions related to extended capability IDs in
> PCI-express. I used PCIZ_*
Author: jhb
Date: Wed Sep 8 18:18:01 2010
New Revision: 212329
URL: http://svn.freebsd.org/changeset/base/212329
Log:
Simplify chkattached(). The PCIOCATTACHED ioctl only needs the pi_sel
field populated, it ignores the rest of the 'pci_sel' structure.
MFC after:1 week
Modified:
Author: jilles
Date: Wed Sep 8 18:32:23 2010
New Revision: 212330
URL: http://svn.freebsd.org/changeset/base/212330
Log:
sh: Add simple tests for backslashes in the read builtin.
Added:
head/tools/regression/bin/sh/builtins/read3.0 (contents, props changed)
head/tools/regression/bin/sh/b
Author: nwhitehorn
Date: Wed Sep 8 19:28:43 2010
New Revision: 212331
URL: http://svn.freebsd.org/changeset/base/212331
Log:
Fix a printf specifier on 64-bit systems.
Modified:
head/sys/powerpc/aim/mmu_oea64.c
Modified: head/sys/powerpc/aim/mmu_oea64.c
==
Author: emax
Date: Wed Sep 8 19:50:47 2010
New Revision: 212332
URL: http://svn.freebsd.org/changeset/base/212332
Log:
Add custom kernel configuration and device tree source files for
Seagate FreeAgent DockStar(tm) device. It seems to be a dumb down
version of Marvell SheevaPlug. Device tre
Author: nwhitehorn
Date: Wed Sep 8 19:53:16 2010
New Revision: 212333
URL: http://svn.freebsd.org/changeset/base/212333
Log:
Check TARGET_ARCH as well as TARGET to determine if we are doing a cross
build. This is necessary to be able to cross-build 32-bit PowerPC from
a 64-bit PowerPC host.
Author: emax
Date: Wed Sep 8 20:00:27 2010
New Revision: 212335
URL: http://svn.freebsd.org/changeset/base/212335
Log:
Make sure to only pickup hid_input items when parsing input reports.
As it turns out, libusbhid(3) also picks up hic_collection items even
though we explicitly requested hi
On Wed, Sep 08, 2010 at 07:49:54AM -0600, M. Warner Losh wrote:
> In message: <201009062202.o86m29b4067...@svn.freebsd.org>
> Weongyo Jeong writes:
> : Author: weongyo
> : Date: Mon Sep 6 22:02:08 2010
> : New Revision: 212270
> : URL: http://svn.freebsd.org/changeset/base/212270
> :
Author: mav
Date: Wed Sep 8 20:09:50 2010
New Revision: 212336
URL: http://svn.freebsd.org/changeset/base/212336
Log:
Add few more bintime math macros.
Modified:
head/sys/sys/time.h
Modified: head/sys/sys/time.h
==
Author: imp
Date: Wed Sep 8 20:10:24 2010
New Revision: 212337
URL: http://svn.freebsd.org/changeset/base/212337
Log:
pc-sysinstall(8) patch that allows images to be written to disks
This patch creates the "image" directive for the pc-sysinstall config
file. This allows disks to be confi
Author: jhb
Date: Wed Sep 8 20:10:29 2010
New Revision: 212338
URL: http://svn.freebsd.org/changeset/base/212338
Log:
If autoboot_delay is set to -1, boot immediately without checking for
a keypress to match the behavior of the loader.
PR: docs/108101
Submitted by: Wayne Sier
Author: jilles
Date: Wed Sep 8 20:35:43 2010
New Revision: 212339
URL: http://svn.freebsd.org/changeset/base/212339
Log:
sh: Fix 'read' if all chars before the first IFS char are backslash-escaped.
Backslash-escaped characters did not set the flag for a non-IFS character.
MFC after:
Author: pjd
Date: Wed Sep 8 20:56:18 2010
New Revision: 212340
URL: http://svn.freebsd.org/changeset/base/212340
Log:
- Log all the problems in devfs_fixup().
- Correct error paths. The system will be useless on devfs_fixup() failure, so
why bother? Maybe for the same reason why a dea
Author: pjd
Date: Wed Sep 8 21:00:53 2010
New Revision: 212341
URL: http://svn.freebsd.org/changeset/base/212341
Log:
Doing first mount and updating mount points are both handled by the same
syscall and the same function, but are very different and share almost no
code.
To make it easier t
Author: yongari
Date: Wed Sep 8 21:08:54 2010
New Revision: 212342
URL: http://svn.freebsd.org/changeset/base/212342
Log:
Correct definition of T2 mode bit of MRBE Message Page 5 Next Page
Control Register.
Modified:
head/sys/dev/mii/brgphyreg.h
Modified: head/sys/dev/mii/brgphyreg.h
Author: jchandra
Date: Thu Sep 9 02:52:44 2010
New Revision: 212347
URL: http://svn.freebsd.org/changeset/base/212347
Log:
Minor clean up for nlge - nlna_submit_rx_free_desc() can use the same desc
every time. Also merge couple of one-line functions into their caller.
Modified:
head/sys/mi
Author: imp
Date: Thu Sep 9 03:33:07 2010
New Revision: 212350
URL: http://svn.freebsd.org/changeset/base/212350
Log:
Add file missed in r212337, my bad...
Added:
head/usr.sbin/pc-sysinstall/backend/installimage.sh (contents, props
changed)
Added: head/usr.sbin/pc-sysinstall/backend/inst
29 matches
Mail list logo