157 Commits (8223084afc206000312611a3fcfa30a28500d1a3)

Autor SHA1 Mensagem Data
  Daniel Verkamp e8b22f203f [comboot] Add COMBOOT and COM32 support 16 anos atrás
  Daniel Verkamp aa28544373 [librm] Add rm stack copying functions 16 anos atrás
  Daniel Verkamp 2539f5fa4a [librm] Make rm_sp and rm_ss globals again 16 anos atrás
  Daniel Verkamp 179fa70d34 [libc] Mark setjmp and longjmp as __cdecl 16 anos atrás
  Michael Brown bb41ec385c [int13] Pairwise swap drive numbers, instead of shifting all drive numbers 16 anos atrás
  Michael Brown 4fbbf651d7 [i386] Change semantics of __from_data16 and __from_text16 16 anos atrás
  Stefan Hajnoczi 19386ec2c8 [GDB] Add watch and rwatch hardware watchpoints 16 anos atrás
  Michael Brown 2b9e7a4767 [libc] Remove unused le32_to_cpup(x) and cpu_to_le16p() macros 16 anos atrás
  Michael Brown 0ea821c7b7 [script] Remove arbitrary limit on script line lengths 16 anos atrás
  Michael Brown ac28d054c8 [bzimage] Support kernel command lines of greater than 256 characters 16 anos atrás
  Michael Brown 77a5cc6b13 [ELF] Add ability to boot ELF images generated by wraplinux and mkelfImage 16 anos atrás
  Stefan Hajnoczi 04bc50f025 [GDB] Add GDB stub for remote debugging 16 anos atrás
  Michael Brown feade5da6e [Settings] Expose SMBIOS via settings API 16 anos atrás
  Michael Brown dbf8a02e8f [libc] Use __builtin_va_list et al in stdarg.h 16 anos atrás
  Alexey Zaytsev 1935439f86 fix the rdtsc namimg 16 anos atrás
  Alexey Zaytsev 379c37bafb Cleanups 16 anos atrás
  Alexey Zaytsev a1572e0ab0 Modify gPXE core and drivers to work with the new timer subsystem 16 anos atrás
  Alexey Zaytsev 4006d229e5 Introduce the new timer subsystem. 16 anos atrás
  Michael Brown 604c934981 Add DBGLVL_IO to trace all memory-mapped I/O. 16 anos atrás
  Michael Brown 26f3a09ccf Add UUID to DHCP request as option 97 (if available). 16 anos atrás
  Michael Brown 899f5b8ab2 Added definition of a UUID and uuid_ntoa() (for debugging), and 16 anos atrás
  Michael Brown 68c438954d Update SMBIOS internal API to be easier to use, and not to require 16 anos atrás
  Michael Brown 755cb8379d Allow space for the kernel's real-mode .bss. Previously we weren't 16 anos atrás
  Michael Brown c482fef058 Add missing attribute(packed) to two structures. 16 anos atrás
  Michael Brown 0ed066bc50 rm_ss, rm_sp, and pm_esp don't need to be accessed from anywhere 16 anos atrás
  Michael Brown 9c264faa0c Add const attribute to byte-swapping functions 17 anos atrás
  Michael Brown 687afdcdd9 Add const attribute to byte-swapping functions 17 anos atrás
  Michael Brown d0974ec716 Separate out arch-independent parts of stdint.h 17 anos atrás
  Michael Brown eff8b06eff Separate out arch-independent parts of stdint.h 17 anos atrás
  Michael Brown 9aa61ad5a2 Add per-file error identifiers 17 anos atrás
  Michael Brown 75912b3b77 Remove some obsolete sections of librm.h and libkir.h. 17 anos atrás
  Michael Brown 0d9d2ccbae Completed definition of struct int13_cdrom_specification, and moved to 17 anos atrás
  Michael Brown 6d2e4e719c Move uninitialised .data16 variables to .bss16; saves around 2000 17 anos atrás
  Michael Brown 833d6cc8ec Add __bss16() macro, and allow use of .bss16 section by removing 17 anos atrás
  Michael Brown adf192f566 Shrink cpu.c and render it useful for our purposes. 17 anos atrás
  Michael Brown f660e8ef58 Add strlen_user() (will be needed for PXE API extensions) 17 anos atrás
  Michael Brown 5e3f2247e0 Kill off lots of warnings in via-velocity.c by correcting these definitions. 17 anos atrás
  Michael Brown e42eba4af4 Use a common base-memory packet buffer for DHCP construction (as used 17 anos atrás
  Michael Brown 8130443f9f Separate out pxe_start_nbp() from pxe_image.c into pxe_call.c 17 anos atrás
  Michael Brown adf6c8e2a6 Add our own trivial version of stdarg.h. This makes our build 17 anos atrás
  Michael Brown 1ae549b892 Add our own trivial version of stdarg.h. This makes our build 17 anos atrás
  Michael Brown ff7d0af585 Provide a buffer in base memory for code to fill with generated DHCP data. 17 anos atrás
  Michael Brown 22ed1fbaf1 Add ability to read serial number from SMBIOS 17 anos atrás
  Michael Brown 7d9267561b Don't call PXENV_STOP_UNDI in the kpxeprefix. This slighy breaks the 17 anos atrás
  Michael Brown 2cf1e33df1 Split bootsector execution code out into bootsector.c. 17 anos atrás
  Michael Brown f59281d8f6 Yet more synonyms that people tend to use. 17 anos atrás
  Michael Brown ebb00e032c Misread the definition of the type_of_loader field; it should include a 17 anos atrás
  Michael Brown 5d57cd47a2 Declaring the CPU architecture in the middle of an assembly file is 17 anos atrás
  Michael Brown bd95927386 Accelerate memcpy() by around 32% on large, dword-aligned copies. 17 anos atrás
  Michael Brown a5f6408d8e We can now load an initrd as well as a kernel 17 anos atrás