aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/Osd/OsdSynch.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Use polling spin loops for timeouts during early boot.John Baldwin2016-05-161-0/+34
* Tidy up global locks for ACPICA. There is no functional change.Jung-uk Kim2013-08-131-12/+10
* Consistently use ACPI_SUCCESS() and ACPI_FAILURE() macros wherever possible.Jung-uk Kim2012-06-011-2/+2
* De-obfuscate acpi_acquire_global_lock(). It seems the function was directlyJung-uk Kim2012-02-101-8/+6
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Add a missing return in NULL mutex case.Jung-uk Kim2009-06-221-1/+3
* Remove redundant checks for ACPI_WAIT_FOREVER cases.Jung-uk Kim2009-06-081-4/+0
* Rewrite OsdSynch.c to reflect the latest ACPICA more closely:Jung-uk Kim2009-06-081-267/+445
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-2/+3
* GPE lock may recurse on resume path.Takanori Watanabe2008-04-051-1/+1
* - Use '*h' instead of 'struct acpi_spinlock' for sizeof[1].Jung-uk Kim2007-03-261-2/+2
* Correct ACPI semaphore function parameters.Jung-uk Kim2007-03-261-4/+4
* Free the handle, not the lock. Pointy hat to me.Jung-uk Kim2007-03-261-1/+1
* Correct ACPI spinlock function parameters and use known ACPI spinlock names.Jung-uk Kim2007-03-261-20/+25
* Use a unique name for each mutex now that acpi-ca is creating more thanNate Lawson2007-03-261-2/+11
* Catch up with ACPI-CA 20070320 import.Jung-uk Kim2007-03-221-1/+3
* Make tv_sec a time_t on all platforms but alpha. Brings us more in line withTom Rhodes2005-12-241-2/+2
* Catch up with ACPI-CA 20051021 importJung-uk Kim2005-11-011-4/+5
* Canonize the include of acpi.h.David E. O'Brien2005-09-111-1/+1
* Standardize __FBSDID identifiers.Nate Lawson2005-07-221-2/+3
* Remove compat code and unused lock declarations.Nate Lawson2004-06-181-22/+2
* Remove extra parentheses.Nate Lawson2004-05-051-2/+2
* Add an MI implementation of the ACPI global lock routines and retire theNate Lawson2004-05-051-0/+44
* Style cleanups, use M_ZERO instead of bzero, unify the !semaphore andNate Lawson2004-04-141-44/+43
* Make debug.acpi.level and debug.acpi.layer sysctls that can be set withNate Lawson2003-09-261-2/+3
* Update code to work with 0619 distNate Lawson2003-07-131-0/+51
* Resolve conflicts arising from the ACPI CA 20021118 import.Mitsuru IWASAKI2002-11-271-3/+3
* Implement the internal locks of an ACPI semaphore with splhigh() onJohn Baldwin2002-10-161-8/+31
* Fix wrong use of ACPI_NO_UNIT_LIMIT which is for as_maxunits, not as_units.Mitsuru IWASAKI2002-07-061-2/+2
* Brutally deal with __func__ being 'const char *' on gcc-3.1.Peter Wemm2002-05-191-4/+4
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Match namespace cleanup changes in ACPI CA 20020217 update.Mike Smith2002-02-231-5/+5
* Add OS layer ACPI mutex and threading support.Mitsuru IWASAKI2001-12-221-19/+141
* Update the OSD module to match the ACPI CA 20010717 import.Mike Smith2001-07-211-3/+9
* What I get for "fixing" at the last minute. Correct a mis-merge of takawata'sMike Smith2001-05-301-1/+0
* - Updates for new constant naming in the ACPI CA 20010518 update.Mike Smith2001-05-291-15/+7
* Catch up to header include changes:John Baldwin2001-03-281-0/+1
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-4/+4
* Add some debugging.Mike Smith2001-01-311-8/+72
* Plug a memory leak in AcpiOsDeleteSemaphore where the mutex is not properlyMike Smith2001-01-221-0/+2
* Staticise some malloc poolsMike Smith2000-12-081-1/+1
* FreeBSD-specific OSD (operating system dependant) modules for the IntelMike Smith2000-10-281-0/+131