summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use protected variables names in prototypes visible to the userland asdd2001-09-091-4/+4
* Add a missing newline to an error message.dd2001-09-092-2/+2
* Add support for the Accton USB320-EC Ethernet adapter.dwhite2001-09-091-0/+1
* Regen.dwhite2001-09-091-1/+4
* Add entry for Accton USB320-EC Ethernet adapter.dwhite2001-09-091-0/+3
* Correct intended fix to my foul-up.marcel2001-09-082-2/+2
* Stole unicode translation table from mount_msdos. Add kernel codesemenu2001-09-086-18/+137
* Catch up with common usage:marcel2001-09-081-0/+3
* Fix opening particular file's attributes (as described in man page).semenu2001-09-081-9/+14
* Reference devvp on ntnode creation and dereference on removal. Previoussemenu2001-09-083-22/+17
* Fix errors and warnings when compiling with NTFS_DEBUG > 1semenu2001-09-082-6/+4
* Add linux_sysctl.c, and linux_uid16.c to the x86 platforms.peter2001-09-083-0/+5
* Missing part of dillon's coredump commit. cpu_coredump() was stillpeter2001-09-086-16/+8
* This brings in a Yahoo coredump patch from Paul, with additional mods bydillon2001-09-086-16/+74
* Round of cleanups and enhancements. These include (in random order):marcel2001-09-0827-2748/+3655
* o Introduce private types for use in linux syscalls for two reasons:marcel2001-09-081-190/+210
* o Introduce private types for use in linux syscalls for two reasons:marcel2001-09-081-166/+215
* Don't call tsleep from AcpiOsStall(), call DELAY() always instead.iwasaki2001-09-081-5/+1
* Add missing entry to memory type name table and adjust field widths.dfr2001-09-082-4/+6
* Add a command 'memmap' to print out the EFI memory map.dfr2001-09-082-0/+150
* Convert the CMedia driver to using a device mutex and INTR_MPSAFE.green2001-09-081-2/+28
* Wrap array accesses in macros, which also happen to be lvalues:marcel2001-09-081-1/+1
* Add options to select between 4k, 8k and 16k page sizes on ia64. Thedfr2001-09-072-0/+19
* Typo in comment.dfr2001-09-071-2/+2
* * Track ref/mod information properly when a mapping changes.dfr2001-09-071-4/+36
* Remove old setjmp/longjmp stubs.dfr2001-09-072-138/+0
* Hook up the native EFI filesystem reader.dfr2001-09-072-2/+4
* Set currdev and loaddev variables.dfr2001-09-072-8/+8
* Add a libstand filesystem for accessing EFI native filesystems.dfr2001-09-073-3/+349
* Reformat.dfr2001-09-072-278/+280
* Remove some un-needed code that was accidentally included injulian2001-09-071-15/+0
* Patches from KAME to remove usage of Varargs in existingjulian2001-09-0710-66/+24
* First pass at porting John's "accept" changes tojulian2001-09-072-49/+383
* Fix another shortcircuit return() statement that I missed.jlemon2001-09-071-1/+1
* Fix sense of comparison in space test. Also eliminate a compilejlemon2001-09-071-8/+8
* Should check debug.acpi.avoid, not .disable.msmith2001-09-071-1/+1
* Correct the path for OsdEnvironment.c.green2001-09-071-1/+1
* Now that this code is MD, we don't need the i386 ifdefs.msmith2001-09-072-12/+18
* Allow the ACPI subsystem to be disabled with a hint.msmith2001-09-071-19/+59
* Move OsdEnvironment.c into MD code; searching for the ACPI tables is notmsmith2001-09-073-65/+1
* Merge our local branch changes with the 20010831 snapshot.msmith2001-09-074-173/+140
* This commit was generated by cvs2svn to compensate for changes in r83174,msmith2001-09-07108-2219/+1852
|\
| * Vendor-branch import of the Intel ACPI CA 20010831 snapshot.msmith2001-09-07112-2392/+1992
* | Initialise the adapter status to an invalid state, so that the initial checkmsmith2001-09-061-0/+1
* | Add a hack to acpi_EvaluateInteger() to handle the case of a methodjhb2001-09-061-1/+37
* | Allocate system resource IRQs as shareable; this is the typical case.msmith2001-09-061-1/+1
* | Call sendsig() with the proc lock held and return with it held.jhb2001-09-068-27/+16
* | Don't panic when we don't know the exact chip that is being used.imp2001-09-061-4/+44
* | Surf the net again and find more device IDs:imp2001-09-061-6/+24
* | minor commentaryimp2001-09-061-0/+10
OpenPOWER on IntegriCloud