11 Commits (99b5216b1c71dba22dab734e0945887525493cde)

Autor SHA1 Mensaje Fecha
  Michael Brown 99b5216b1c [librm] Support ioremap() for addresses above 4GB in a 64-bit build hace 8 años
  Michael Brown 6143057430 [librm] Add support for running in 64-bit long mode hace 8 años
  Michael Brown e2cf3138f0 [librm] Rename prot_call() to virt_call() hace 8 años
  Michael Brown 4c1f2486e6 [librm] Support userptr_t in 64-bit builds hace 8 años
  Michael Brown b6ebafe1bb [librm] Mark virt_offset, text16, data16, rm_cs, and rm_ds as constant hace 8 años
  Michael Brown ea203e4fe1 [librm] Add phys_call() wrapper for calling code with physical addressing hace 8 años
  Michael Brown d1562c38a6 [librm] Prepare for long-mode memory map hace 8 años
  Michael Brown 6eb1c927a3 [librm] Transition to protected mode within init_librm() hace 8 años
  Michael Brown 31b5c2e753 [librm] Provide an abstraction wrapper for prot_call hace 8 años
  Michael Brown 079b98b63a [librm] Discard argument as part of return from real_call() hace 8 años
  Michael Brown f468f12b1e [bios] Add bin-x86_64-pcbios build platform hace 8 años
  Michael Brown 1a457e933a [bios] Allow librm to be compiled for x86_64 hace 8 años
  Michael Brown 81166302a0 [i386] Move real_to_user() to realmode.h hace 9 años
  Michael Brown 2f020a8df3 [legal] Relicense files under GPL2_OR_LATER_OR_UBDL hace 9 años
  Michael Brown 5a08b63cb7 [librm] Speed up protected-to-real mode transition under KVM hace 10 años
  Michael Brown 23b671daf4 [librm] Allow interrupts in protected mode hace 10 años
  Michael Brown fffd98bd37 [uaccess] Add memcmp_user() hace 10 años
  Michael Brown 1494d41d0a [uaccess] Add userptr_sub() to find the difference between two user pointers hace 11 años
  Michael Brown 38cd2035ff [librm] Use libflat to enable A20 line on each real-to-protected transition hace 14 años
  Michael Brown a5cd8d1772 [misc] Fix source files erroneously marked as executable hace 15 años
  Michael Brown c44a193d0d [legal] Add a selection of FILE_LICENCE declarations hace 15 años
  Michael Brown 6554b79ff9 [uaccess] Formalise the uaccess API hace 15 años
  Daniel Verkamp aa28544373 [librm] Add rm stack copying functions hace 16 años
  Daniel Verkamp 2539f5fa4a [librm] Make rm_sp and rm_ss globals again hace 16 años
  Michael Brown 4fbbf651d7 [i386] Change semantics of __from_data16 and __from_text16 hace 16 años
  Michael Brown 0ea821c7b7 [script] Remove arbitrary limit on script line lengths hace 16 años
  Michael Brown 0ed066bc50 rm_ss, rm_sp, and pm_esp don't need to be accessed from anywhere hace 16 años
  Michael Brown 75912b3b77 Remove some obsolete sections of librm.h and libkir.h. hace 17 años
  Michael Brown 833d6cc8ec Add __bss16() macro, and allow use of .bss16 section by removing hace 17 años
  Michael Brown f660e8ef58 Add strlen_user() (will be needed for PXE API extensions) hace 17 años
  Michael Brown 5d57cd47a2 Declaring the CPU architecture in the middle of an assembly file is hace 17 años
  Michael Brown 1d313234b3 Rename copy_user() to memcpy_user(). Add memmove_user() and hace 17 años
  Michael Brown 9196e9069c Add PHYS_CODE, for use as in __asm__ ( PHYS_CODE ( ... ) ), comparable hace 17 años
  Michael Brown ceca6b185c Added user_to_phys() and memset_user(). hace 17 años
  Michael Brown c6a4055fae Add phys_to_user() and copy_user(). hace 17 años
  Michael Brown 6abfaa153b Towards making KEEP_IT_REAL work again. hace 18 años
  Michael Brown 02cf755f3f Removed REAL_EXEC(); there is no longer any code using it. hace 18 años
  Michael Brown 7a53d07027 Split out REAL_CODE() from REAL_EXEC(), preparatory to removing REAL_EXEC hace 18 años
  Michael Brown 3b525385af Removed REAL_FRAGMENT and REAL_CALL, and left just REAL_EXEC (which is hace 18 años
  Michael Brown 897313007b Add __{text,data}16_array, since there's no way I can see to make the hace 18 años
  Michael Brown d48d0fb1bb Add the concept of a "user pointer" (similar to the void __user * in hace 18 años
  Michael Brown b4f941b257 Specify attributes on .text16. hace 18 años
  Michael Brown 5080668704 Provide access to rm_cs and rm_ds from protected-mode code. hace 18 años
  Michael Brown f7b963da51 (Redoing check-in lost by SourceForge's failure.) hace 18 años
  Michael Brown f8e087767b Allow access to variables in .text16 as well as .data16. Chained hace 18 años
  Michael Brown f4429533a6 Added methods for efficiently declaring and accessing variables in hace 18 años
  Michael Brown 9e1dd6402d <name>_size variable is no longer needed, since we don't copy the code. hace 18 años
  Michael Brown 9fcded3d23 Towards a(nother) new real-mode infrastructure, in which we take hace 18 años
  Michael Brown 7b423c0988 Fixes for gcc >= 3.2 from Georg Baum hace 19 años
  Michael Brown 44e62317be Add librm_base. hace 19 años