index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
acpi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge ACPICA 20120620.
jkim
2012-06-22
1
-2
/
+2
*
Catch up with realpath(3) changes (r235266) and unbreak acpidump(8).
jkim
2012-05-25
1
-3
/
+3
*
Merge ACPICA 20120420.
jkim
2012-04-23
1
-2
/
+3
*
Merge ACPICA 20120320.
jkim
2012-03-20
1
-1
/
+12
*
Make parallel build more safer.
jkim
2012-03-07
1
-8
/
+10
*
Fix a stupid typo.
jkim
2012-02-16
1
-1
/
+1
*
Merge ACPICA 20120215.
jkim
2012-02-16
3
-43
/
+43
*
Remove unused ACPICA sources from userland makefiles.
jkim
2012-01-13
2
-10
/
+9
*
Merge ACPICA 20120111.
jkim
2012-01-11
2
-8
/
+9
*
Reencode files to UTF-8. Drop CP1252 em-dash.
uqs
2011-12-30
1
-1
/
+1
*
Merge ACPICA 20111123.
jkim
2011-11-28
4
-26
/
+31
*
Plug fd leaks
kevlo
2011-11-23
1
-0
/
+1
*
Purge _USE_BERKELEY_YACC definition from Makefile. This ugly hack is no
jkim
2011-04-15
1
-1
/
+0
*
Merge ACPICA 20110413.
jkim
2011-04-15
2
-14
/
+26
*
Merge ACPICA 20110211.
jkim
2011-02-12
2
-24
/
+27
*
Merge ACPICA 20110112. Switch to BSD/GPLv2 dual license[1].
jkim
2011-01-13
1
-2
/
+2
*
Merge ACPICA 20101209.
jkim
2010-12-15
1
-1
/
+1
*
Merge ACPICA 20100915.
jkim
2010-09-16
2
-3
/
+4
*
When ACPI reports current battery consumption rate in mAmps, print it also
mav
2010-08-24
1
-16
/
+21
*
use uintmax_t instead of uint64_t.
takawata
2010-08-13
1
-1
/
+1
*
Fix build on amd64 and ia64.
takawata
2010-08-13
1
-4
/
+3
*
Fix breakage on 64bit architecture by using inttypes.h macro.
takawata
2010-08-12
1
-1
/
+2
*
Fix tindebox breakage about format warning.
takawata
2010-08-12
1
-1
/
+1
*
Add TCG ACPI spec table (TCPA) support.
takawata
2010-08-11
2
-0
/
+274
*
Merge ACPICA 20100806.
jkim
2010-08-06
2
-3
/
+4
*
Merge ACPICA 20100702.
jkim
2010-07-06
2
-2
/
+3
*
Merge ACPICA 20100428.
jkim
2010-04-28
2
-4
/
+7
*
Merge ACPICA 20100304.
jkim
2010-03-05
2
-8
/
+8
*
Merge ACPICA 20100121.
jkim
2010-01-21
1
-7
/
+7
*
The last big commit: let usr.sbin/ use WARNS=6 by default.
ed
2010-01-02
3
-2
/
+2
*
Merge ACPICA 20091112.
jkim
2009-11-16
1
-2
/
+2
*
Merge ACPICA 20091013.
jkim
2009-10-19
1
-1
/
+2
*
Catch up with ACPICA 20090903.
jkim
2009-09-11
1
-5
/
+5
*
- Use the headers from ACPI-CA to define various constants and structures
jhb
2009-08-25
4
-740
/
+523
*
Parse the System Resource Affinity Table ('SRAT') used to describe affinity
jhb
2009-07-29
2
-8
/
+148
*
Import ACPICA 20090521.
jkim
2009-06-05
6
-23
/
+64
*
Update to reflect reality:
rpaulo
2008-05-20
1
-3
/
+8
*
These are the things that the tinderbox has problems with because it
jb
2007-11-20
1
-0
/
+1
*
Use an explicit pointer cast since NULL isn't guaranteed to be defined
jb
2007-11-18
1
-1
/
+1
*
Use a NULL instead of a zero to avoid a compiler warning about a missing sent...
jb
2007-11-18
1
-1
/
+1
*
Fix acpidump(8) on ia64. Revision 1.13 introduced an uninitialized
marcel
2007-07-28
1
-0
/
+2
*
Update the suspend/resume user API while maintaining backwards compat.
njl
2007-06-21
1
-28
/
+22
*
Correct HPET header handling.
takawata
2007-03-27
2
-3
/
+3
*
Catch up with ACPI-CA 20070320 import.
jkim
2007-03-22
4
-40
/
+39
*
Document exact command preferred for sending ASL as part of bug reports.
njl
2007-03-14
2
-0
/
+8
*
Catch up with ACPI-CA 20051021 import
jkim
2005-11-01
4
-63
/
+108
*
Correct column alignment.
njl
2005-07-28
1
-1
/
+1
*
Fix nits in reporting battery information and add battery status reporting.
njl
2005-07-28
1
-35
/
+54
*
Use the current BST/BIF ioctls, not the deprecated ones.
njl
2005-07-22
1
-2
/
+2
*
Fix a small style problem and add a __packed pragma for safety.
scottl
2005-02-17
1
-1
/
+1
[next]