index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
macppc
/
dev
/
pm_direct.c
Age
Commit message (
Expand
)
Author
2009-03-18
Ansify function definitions w/o arguments. Generated with sed.
cegger
2009-03-14
ANSIfy another 1261 function definitions.
dsl
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2009-03-14
Remove all the __P() from sys (excluding sys/dist)
dsl
2007-11-07
Convert macppc to shared ofw_autoconf.c. Compile tested only.
garbled
2007-10-17
Merge the ppcoea-renovation branch to HEAD.
garbled
2007-01-24
Remove duplicate #includes, patch contributed in private mail
hubertf
2006-06-07
avoid shadowing time while it still exists
kardel
2005-12-11
merge ktrace-lwp.
christos
2005-06-07
Constify char* arguments to pm_printerr. Fixes the build when ADB_DEBUG
jmmv
2005-06-05
Rearrange some of the ADB types and void * abuse to make -Wcast-qual
nathanw
2005-04-27
Correctly match battery types. Old function would end up matching a
briggs
2005-02-01
Strip old "pm1" code. All PPC PMUs are "pm2" style. Two benefits:
briggs
2005-02-01
Remove one level of interrupt redirection by switching on the ADB
briggs
2005-02-01
Add a PMU initialization call at ADB init time. This probes the machine
briggs
2005-02-01
Calculate and use seconds of power remaining for smart battery types.
briggs
2005-01-07
- If pm_pmgrop_pm2() fails, return after splx() -- there's no sense in
briggs
2003-07-15
__KERNEL_RCSID()
lukem
2002-06-18
apm emulation, from openbsd
itojun
2002-06-18
KNF (whitespace)
itojun
2002-01-02
if pm_adb_op times out waiting for an interrupt, attempt to take
dbj
2001-09-16
Grammar improvements in comments.
wiz
2001-09-16
Spell 'occurred' with two 'r's.
wiz
2001-08-03
Remove (#if 0'ed) m68k asm codes.
tsubai
2001-07-22
bcopy -> memcpy, bzero -> memset, bcmp -> memcmp.
wiz
2001-04-01
Adjust timing for pmu99. Internal keyboard of recent PowerBooks
tsubai
2001-02-28
Back out previous change. It was harmful on my PowerBook G3.
tsubai
2001-02-27
Enable a fix so that PowerBook(FireWire) keyboards work. This
matt
2000-06-08
Sync with mac68k.
tsubai
1999-09-05
Recognize PCMCIA eject button. (Tested on only PowerBook 2400.)
tsubai
1999-07-12
Add read/set LCD brightness and eject PCMCIA card function.
tsubai
1999-07-11
Enable soft poweroff on PowerBook.
tsubai
1999-06-22
NVRAM read/write functions.
tsubai
1999-06-22
Use RTC on PB.
tsubai
1998-12-07
Fix a typo.
tsubai
1998-11-15
RTC support for pmu (read only).
tsubai
1998-10-20
Oops, forgot to add them.
tsubai