Home | History | Annotate | only in /src/usr.sbin/acpitools/aml
History log of /src/usr.sbin/acpitools/aml
RevisionDateAuthorComments
 1.1 14-Jan-2007  christos Add acpitools
 1.1 14-Jan-2007  christos Add acpitools
 1.5 12-Dec-2021  andvar fix typos in word "operation(s)".
 1.4 19-Oct-2013  christos fix unused variable warnings.
 1.3 30-May-2011  dyoung branches: 1.3.4; 1.3.10;
It's not necessary to #include both <machine/bus.h> and <sys/bus.h>,
because <sys/bus.h> will do: <sys/bus.h> #includes <machine/bus.h>.
 1.2 18-Jan-2009  lukem fix -Wsign-compare issues
 1.1 14-Jan-2007  christos Add acpitools
 1.3.10.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.3.4.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.3 28-Jan-2024  andvar s/errer/error/ in log message.
 1.2 30-Jun-2011  wiz dependant -> dependent
 1.1 14-Jan-2007  christos Add acpitools
 1.1 14-Jan-2007  christos Add acpitools
 1.4 31-Jul-2024  andvar s/Inappropreate/Inappropriate/ in debug message.
 1.3 10-Dec-2021  msaitoh branches: 1.3.4;
s/OCCURED/OCCURRED/ in a debug message.
 1.2 14-Jan-2007  dogcow Now compiles on amd64, mostly due to %llx -> %PRIx64, but also changing some
internal structures around. (yay for assuming that pointers can be held in
an int. bah.)

Not sure if it actually _works_ on amd64, but as the output on my i386
doesn't change pre/post-patching, that seems good enough for now.
 1.1 14-Jan-2007  christos Add acpitools
 1.3.4.1 02-Aug-2025  perseant Sync with HEAD
 1.2 17-Jul-2011  joerg Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.
 1.1 14-Jan-2007  christos Add acpitools
 1.3 18-Jan-2009  lukem fix -Wsign-compare issues
 1.2 14-Jan-2007  dogcow Now compiles on amd64, mostly due to %llx -> %PRIx64, but also changing some
internal structures around. (yay for assuming that pointers can be held in
an int. bah.)

Not sure if it actually _works_ on amd64, but as the output on my i386
doesn't change pre/post-patching, that seems good enough for now.
 1.1 14-Jan-2007  christos Add acpitools
 1.3 04-Oct-2016  joerg Drop pointless packed attributes.
 1.2 18-Jan-2009  lukem branches: 1.2.30;
fix -Wsign-compare issues
 1.1 14-Jan-2007  christos Add acpitools
 1.2.30.1 04-Nov-2016  pgoyette Sync with HEAD
 1.4 08-Oct-2009  cegger fix acpidump segfault
 1.3 15-Jan-2008  jmcneill branches: 1.3.10; 1.3.16;
Workaround potential crash in acpidump, from Yorick Hardy.
 1.2 14-Jan-2007  dogcow branches: 1.2.4;
Now compiles on amd64, mostly due to %llx -> %PRIx64, but also changing some
internal structures around. (yay for assuming that pointers can be held in
an int. bah.)

Not sure if it actually _works_ on amd64, but as the output on my i386
doesn't change pre/post-patching, that seems good enough for now.
 1.1 14-Jan-2007  christos Add acpitools
 1.2.4.1 23-Mar-2008  matt sync with HEAD
 1.3.16.1 21-Apr-2010  matt sync to netbsd-5
 1.3.10.1 10-Oct-2009  sborrill Pull up the following revisions(s) (requested by cegger in ticket #1078):
usr.sbin/acpitools/aml/aml_name.c: revision 1.4

Check validity of parent and so fix potential segfault.
 1.3 17-Jul-2011  joerg Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.
 1.2 14-Jan-2007  dogcow Now compiles on amd64, mostly due to %llx -> %PRIx64, but also changing some
internal structures around. (yay for assuming that pointers can be held in
an int. bah.)

Not sure if it actually _works_ on amd64, but as the output on my i386
doesn't change pre/post-patching, that seems good enough for now.
 1.1 14-Jan-2007  christos Add acpitools
 1.2 18-Jan-2009  lukem fix -Wsign-compare issues
 1.1 14-Jan-2007  christos Add acpitools
 1.1 14-Jan-2007  christos Add acpitools
 1.6 23-Mar-2022  andvar fix few typos for word "previous(ly)" in comments.
 1.5 24-Oct-2021  andvar fix various typos in comments, mainly copypasta.
 1.4 19-Oct-2013  christos fix unused variable warnings.
 1.3 21-Jun-2011  mrg branches: 1.3.2; 1.3.8;
avoid code that looks like this:
x = x = y;
since GCC 4.5 complains about it having sequence point issues.
 1.2 30-May-2011  dyoung branches: 1.2.2;
It's not necessary to #include both <machine/bus.h> and <sys/bus.h>,
because <sys/bus.h> will do: <sys/bus.h> #includes <machine/bus.h>.
 1.1 14-Jan-2007  christos Add acpitools
 1.2.2.1 23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.3.8.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.3.2.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.1 14-Jan-2007  christos Add acpitools
 1.2 30-May-2011  dyoung It's not necessary to #include both <machine/bus.h> and <sys/bus.h>,
because <sys/bus.h> will do: <sys/bus.h> #includes <machine/bus.h>.
 1.1 14-Jan-2007  christos Add acpitools
 1.1 14-Jan-2007  christos Add acpitools
 1.1 14-Jan-2007  christos Add acpitools
 1.5 31-Jul-2024  andvar s/Inappropreate/Inappropriate/ in one more place.
 1.4 31-Jul-2024  andvar s/Inappropreate/Inappropriate/ in debug message.
 1.3 03-Sep-2021  andvar branches: 1.3.4;
s/existant/existent/ in comments and messages, plus few more similar fixes.
 1.2 03-Feb-2019  mrg - add or adjust /* FALLTHROUGH */ where appropriate
- add __unreachable() after functions that can return but won't in
this case, and thus can't be marked __dead easily
 1.1 14-Jan-2007  christos branches: 1.1.76;
Add acpitools
 1.1.76.1 10-Jun-2019  christos Sync with HEAD
 1.3.4.1 02-Aug-2025  perseant Sync with HEAD
 1.1 14-Jan-2007  christos Add acpitools

RSS XML Feed