summaryrefslogtreecommitdiff
path: root/gnu/lib/libmalloc/malloc.c
diff options
context:
space:
mode:
authorcjs <cjs@NetBSD.org>1997-10-03 07:32:50 +0000
committercjs <cjs@NetBSD.org>1997-10-03 07:32:50 +0000
commit432b9f1831ef445ecddee2fcbef0f98dc18351b4 (patch)
tree437a4546ac319ef2bcf004418f0fbbf2fc986ea2 /gnu/lib/libmalloc/malloc.c
parent7d508b124f567e9ec3f0dc80a0287b5229f7cae7 (diff)
Make this compile on alpha and, presumably, other non
_BROKEN_INDIRECT_CONFIG machines.
Diffstat (limited to 'gnu/lib/libmalloc/malloc.c')
0 files changed, 0 insertions, 0 deletions
c5323c981ef5c4a5643d3d99183'>Fix prototypes; SYSCTLFN_ARGS -> SYSCTLFN_PROTO.jruoho 2010-07-01Fix a carelessness bug introduced in the revision 1.17; acpi_power_get() nowjruoho 2010-06-08Only check the parent's power state if the parent has power managementjruoho 2010-06-08Fix a comment and some debug printing.jruoho 2010-06-08Error out if we try to set power to a higher-power state than the parent'sjruoho 2010-06-07Now that we have 1:1 mapping between handles and nodes, use the former forjruoho 2010-06-07Refactor slightly: we need to expose the function that turns individualjruoho 2010-06-07Build the power resource queue dynamically. This eliminates the need to calljruoho 2010-06-05Convert an aprint_error_dev() to ACPI_DEBUG_PRINT in acpi_power_set().jruoho 2010-05-31Silently return if a power state transition is requested for a device thatjruoho 2010-05-12Initial pass for issues observed by dyoung@ on HP Pavilion N3270. In thisjruoho 2010-04-27Clean up <dev/acpi/acpireg.h>. While documenting the control methods is anjruoho 2010-04-26Fix typo. Doh.jruoho 2010-04-26AE_CTRL_TERMINATE -> AE_CTRL_FALSE.jruoho 2010-04-24Do not use __func__ with ACPI_DEBUG_PRINT (it already adds it).jruoho 2010-04-24Add utility function acpi_get_node().jruoho 2010-04-24Now that we are able to remove references to power resources, provide ajruoho 2010-04-23Forgot that the firmware may change the power state behind our back,jruoho 2010-04-23Add hw.acpi.power sysctl-node.jruoho 2010-04-23Cosmetics: be pedantic and use AE_CTRL_TERMINATE instead of AE_ABORT_METHODjruoho 2010-04-23When setting the power, always mark the state as invalid on failure, even ifjruoho 2010-04-22Merge new code for ACPI power resources.jruoho