07 Oct, 2016

1 commit


16 Jul, 2016

1 commit

  • Fix a number of typos, including:

    * "compatble" -> "compatible"
    * "eanbeld" -> "enabled"
    * "envrionment" -> "environment"
    * "FTD" -> "FDT" (for "flattened device tree")
    * "ommitted" -> "omitted"
    * "overriden" -> "overridden"
    * "partiton" -> "partition"
    * "propogate" -> "propagate"
    * "resourse" -> "resource"
    * "rest in piece" -> "rest in peace"
    * "suport" -> "support"
    * "varible" -> "variable"

    Signed-off-by: Robert P. J. Day

    Robert P. J. Day
     

06 May, 2016

1 commit


24 Jan, 2015

1 commit


25 Nov, 2014

4 commits


02 Apr, 2013

1 commit

  • 'bool' is defined in random places. This patch consolidates them into a
    single header file include/linux/types.h, using stdbool.h introduced in C99.

    All other #define, typedef and enum are removed. They are all consistent with
    true = 1, false = 0.

    Replace FALSE, False with false. Replace TRUE, True with true.
    Skip *.py, *.php, lib/* files.

    Signed-off-by: York Sun

    York Sun
     

15 May, 2012

1 commit


27 Nov, 2011

1 commit


17 Nov, 2011

1 commit

  • Fix:

    x86emu/ops.c: In function 'x86emuOp_int3':
    x86emu/ops.c:3521:9: warning: variable 'tmp' set but not used [-Wunused-but-set-variable]
    x86emu/ops.c: In function 'x86emuOp_int_IMM':
    x86emu/ops.c:3549:9: warning: variable 'tmp' set but not used [-Wunused-but-set-variable]
    x86emu/ops.c: In function 'x86emuOp_into':
    x86emu/ops.c:3579:9: warning: variable 'tmp' set but not used [-Wunused-but-set-variable]
    x86emu/ops.c: In function 'x86emuOp_aad':
    x86emu/ops.c:3993:8: warning: variable 'a' set but not used [-Wunused-but-set-variable]

    Signed-off-by: Kumar Gala

    Kumar Gala
     

18 Oct, 2011

1 commit


13 Oct, 2009

1 commit


29 Jul, 2009

1 commit


07 Dec, 2008

1 commit


17 Oct, 2008

1 commit

  • The function parse_line() in common/main.c was exposed globally by commit
    6636b62a6efc7f14e6e788788631ae7a7fca4537, Result in conflict with the same
    name funciton in drivers/bios_emulator/x86emu/debug.c when define the DEBUG.
    This patch fix this by renaming the function in the debug.c file.

    Signed-off-by: Jason Jin

    Jason Jin
     

16 Feb, 2008

1 commit


16 Aug, 2007

2 commits


10 Aug, 2007

1 commit


06 Aug, 2007

2 commits