Author: avg
Date: Tue Sep 11 06:26:20 2012
New Revision: 240344
URL: http://svn.freebsd.org/changeset/base/240344
Log:
acpi_cpu: free result of device_get_children
MFC after:1 week
Modified:
head/sys/dev/acpica/acpi_cpu.c
Modified: head/sys/dev/acpica/acpi_cpu.c
Author: avg
Date: Tue Sep 11 06:25:10 2012
New Revision: 240343
URL: http://svn.freebsd.org/changeset/base/240343
Log:
rc.d/power_profile: use recently added Cmax for cx_lowest
Trying to determine current lowest C-state after an AC event is racy
with C-states actually being changed by ACP
Author: avg
Date: Tue Sep 11 06:18:36 2012
New Revision: 240342
URL: http://svn.freebsd.org/changeset/base/240342
Log:
boot: file_loadraw should strdup name argument
... the same way it's done for type argument.
MFC after:2 weeks
Modified:
head/sys/boot/common/module.c
Modified
Author: avg
Date: Tue Sep 11 06:15:55 2012
New Revision: 240341
URL: http://svn.freebsd.org/changeset/base/240341
Log:
a bit of trailing whitespace cleanup
MFC after:1 week
Modified:
head/sys/boot/i386/loader/main.c
Modified: head/sys/boot/i386/loader/main.c
Author: avg
Date: Tue Sep 11 06:14:03 2012
New Revision: 240340
URL: http://svn.freebsd.org/changeset/base/240340
Log:
acpi.4: machdep.cpu_idle_hlt no longer exists
MFC after:1 week
Modified:
head/share/man/man4/acpi.4
Modified: head/share/man/man4/acpi.4
===
Author: avg
Date: Tue Sep 11 06:10:49 2012
New Revision: 240339
URL: http://svn.freebsd.org/changeset/base/240339
Log:
openssl: change SHLIB_VERSION_NUMBER to reflect the reality
Note: I timed out waiting for an exp-run for this change but I survived
having it locally for quite a long tim
Author: obrien
Date: Tue Sep 11 05:04:59 2012
New Revision: 240336
URL: http://svn.freebsd.org/changeset/base/240336
Log:
Simply things so that "#REQUIRE: FILESYSTEMS" means the file
systems are fully "ready to go".
'FILESYSTEMS' states: "This is a dummy dependency, for services which
r
Author: ae
Date: Tue Sep 11 04:54:44 2012
New Revision: 240335
URL: http://svn.freebsd.org/changeset/base/240335
Log:
Slightly reduce an overhead for the open() call in the zfsloader.
libstand(3) tries to detect file system in the predefined order,
but zfsloader usually is used for the booti
Author: obrien
Date: Tue Sep 11 04:53:32 2012
New Revision: 240334
URL: http://svn.freebsd.org/changeset/base/240334
Log:
Add postrandom.
Modified:
head/etc/rc.d/Makefile
Modified: head/etc/rc.d/Makefile
==
--- head/
Author: adrian
Date: Tue Sep 11 04:11:42 2012
New Revision: 240333
URL: http://svn.freebsd.org/changeset/base/240333
Log:
Clear the correct descriptor when going through the chained together
gather DMA descriptor list.
Pointy hat to: adrian@, for even USING bf->bf_desc here instead of 'ds
Author: eadler
Date: Tue Sep 11 02:29:36 2012
New Revision: 240328
URL: http://svn.freebsd.org/changeset/base/240328
Log:
Follow up to doc r39516:
Update the Vendor Relations Team information to reflect that
incoming email is now handled by core@ and the Foundation.
Revie
On 8/19/2012 3:15 AM, Jun Kuriyama wrote:
> Author: kuriyama
> Date: Sun Aug 19 08:15:32 2012
> New Revision: 239382
> URL: http://svn.freebsd.org/changeset/base/239382
>
> Log:
> - Allow to pass extra parameters for each jails.
> - To achieve above, convert jail(8) invocation to use new style
Author: gnn
Date: Mon Sep 10 21:57:40 2012
New Revision: 240327
URL: http://svn.freebsd.org/changeset/base/240327
Log:
Remove scsi_low_pisa.c from the module Makefile to keep in line
with r240325.
Modified:
head/sys/modules/scsi_low/Makefile
Modified: head/sys/modules/scsi_low/Makefile
===
Author: jhb
Date: Mon Sep 10 18:49:49 2012
New Revision: 240325
URL: http://svn.freebsd.org/changeset/base/240325
Log:
Remove some more NetBSD compat shims and other unused bits from these
drivers:
- Remove scsi_low_pisa.*, they were unused.
- Remove and calls to the stubs in that
hea
Author: eadler
Date: Mon Sep 10 16:51:43 2012
New Revision: 240324
URL: http://svn.freebsd.org/changeset/base/240324
Log:
hrs has yet to create clones of himself
MFC after:3 days
X-MFC-With: r240318, r240294
Modified:
head/share/misc/organization.dot
Modified: head/share/misc/or
Author: fabient
Date: Mon Sep 10 16:32:28 2012
New Revision: 240323
URL: http://svn.freebsd.org/changeset/base/240323
Log:
Add SOFT as a possible section to exclude from counter list.
Modified:
head/tools/test/hwpmc/pmctest.py
Modified: head/tools/test/hwpmc/pmctest.py
==
Author: alc
Date: Mon Sep 10 16:27:19 2012
New Revision: 240321
URL: http://svn.freebsd.org/changeset/base/240321
Log:
Replace all uses of the vm page queues lock by a r/w lock that is private
to this pmap.
Revise some comments.
The file vm/vm_param.h includes the file machine/vmpara
Author: eadler
Date: Mon Sep 10 16:19:12 2012
New Revision: 240318
URL: http://svn.freebsd.org/changeset/base/240318
Log:
Update a few more teams and hats with new members.
Remove explicit re${arch} teams as they are not listed anywhere else.
MFC after:3 days
X-MFC-With: r240294
Author: alc
Date: Mon Sep 10 16:11:29 2012
New Revision: 240317
URL: http://svn.freebsd.org/changeset/base/240317
Log:
Simplify pmap_unmapdev(). Since kmem_free() eventually calls pmap_remove(),
pmap_unmapdev()'s own direct efforts to destroy the page table entries are
redundant, so elimina
Author: eadler
Date: Mon Sep 10 14:11:10 2012
New Revision: 240316
URL: http://svn.freebsd.org/changeset/base/240316
Log:
We moved to subversion ages ago.
Approved by: cperciva
MFC after:3 days
Modified:
head/MAINTAINERS
Modified: head/MAINTAINERS
Author: hselasky
Date: Mon Sep 10 13:50:34 2012
New Revision: 240314
URL: http://svn.freebsd.org/changeset/base/240314
Log:
Poll VBUS status every second, hence the AT91 GPIO library doesn't support
registering interrupt handlers yet for GPIO events.
Modified:
head/sys/dev/usb/controller/at
Author: hselasky
Date: Mon Sep 10 12:23:56 2012
New Revision: 240312
URL: http://svn.freebsd.org/changeset/base/240312
Log:
Fix for IRQ hang in DWC OTG host mode.
Modified:
head/sys/dev/usb/controller/dwc_otg.c
Modified: head/sys/dev/usb/controller/dwc_otg.c
=
Author: joel (doc committer)
Date: Mon Sep 10 11:08:08 2012
New Revision: 240304
URL: http://svn.freebsd.org/changeset/base/240304
Log:
mdocify the chat(8) manual page.
Reviewed by: brueffer
Modified:
head/usr.bin/chat/chat.8
Modified: head/usr.bin/chat/chat.8
=
Author: mm
Date: Mon Sep 10 10:24:57 2012
New Revision: 240303
URL: http://svn.freebsd.org/changeset/base/240303
Log:
Add assfail() and assfail3() to the opensolaris module.
Remove obsoleted intermediate cddl/compat/opensolaris/sys/debug.h.
MFC after:2 weeks
Added:
head/sys/cddl/co
Author: hselasky
Date: Mon Sep 10 08:23:56 2012
New Revision: 240302
URL: http://svn.freebsd.org/changeset/base/240302
Log:
Cleanup interrupt handling in Host Mode.
Modified:
head/sys/dev/usb/controller/dwc_otg.c
head/sys/dev/usb/controller/dwc_otg.h
Modified: head/sys/dev/usb/controller/d
Author: kevlo
Date: Mon Sep 10 08:16:45 2012
New Revision: 240301
URL: http://svn.freebsd.org/changeset/base/240301
Log:
If the IdlePDPT is not present, PAE is not active
Modified:
head/lib/libkvm/kvm_i386.c
Modified: head/lib/libkvm/kvm_i386.c
===
Author: des
Date: Mon Sep 10 07:56:59 2012
New Revision: 240299
URL: http://svn.freebsd.org/changeset/base/240299
Log:
Note that -quit terminates successfully.
Requested by: jmg@
Modified:
head/usr.bin/find/find.1
Modified: head/usr.bin/find/find.1
==
27 matches
Mail list logo