History for barebox / common
2007-10-11
@Sascha Hauer
Collect modules in a linked list and implement lsmod.
Sascha Hauer committed on 11 Oct 2007
@Sascha Hauer
Collect all commands in a linked list. This makes it easier to handle ...
Sascha Hauer committed on 11 Oct 2007
@Sascha Hauer
add module.o and module.lds to Makefile
Sascha Hauer committed on 11 Oct 2007
@Sascha Hauer
Use Linux Kernel list implementation for console devices instead ...
Sascha Hauer committed on 11 Oct 2007
2007-10-09
@Sascha Hauer
Fix use of unitialized Variable. Why didn't this come up earlier???
Sascha Hauer committed on 9 Oct 2007
2007-10-07
@Sascha Hauer
__u_boot__symtab -> __usymtab
Sascha Hauer committed on 7 Oct 2007
@Sascha Hauer
export symbols
Sascha Hauer committed on 7 Oct 2007
2007-10-04
@Sascha Hauer
add dependency to include/uboot_default_env.h for startup.c
Sascha Hauer committed on 4 Oct 2007
@Sascha Hauer
add module linker script
Sascha Hauer committed on 4 Oct 2007
@Sascha Hauer
module.c: Due to an extra linking step we do not have u_boot_cmd_* ...
Sascha Hauer committed on 4 Oct 2007
@Sascha Hauer
add missing include
Sascha Hauer committed on 4 Oct 2007
@Sascha Hauer
export functions
Sascha Hauer committed on 4 Oct 2007
@Sascha Hauer
CONFIG_MODULE -> CONFIG_MODULES
Sascha Hauer committed on 4 Oct 2007
2007-10-01
@Sascha Hauer
hush.c: split high-density "if(x) something"; into two lines
Sascha Hauer committed on 1 Oct 2007
@Sascha Hauer
hush.c: get_local_var() is used only once, put it into the function ...
Sascha Hauer committed on 1 Oct 2007
@Sascha Hauer
fix indention in hush.c
Sascha Hauer committed on 1 Oct 2007
@Sascha Hauer
remove comment about glob in hush.c. We do not use glob
Sascha Hauer committed on 1 Oct 2007
@Sascha Hauer
fix indention in hush.c
Sascha Hauer committed on 1 Oct 2007
@Sascha Hauer
fix indention in hush.c
Sascha Hauer committed on 1 Oct 2007
@Sascha Hauer
fix indention in hush.c
Sascha Hauer committed on 1 Oct 2007
@Sascha Hauer
Export symbols printf and the ones needed for getopt
Sascha Hauer committed on 1 Oct 2007
@Sascha Hauer
add help texts for KALLSYMS and MODULE
Sascha Hauer committed on 1 Oct 2007
@Sascha Hauer
Resolve the symbols using an extra section and only resolve explicitly ...
Sascha Hauer committed on 1 Oct 2007
@Sascha Hauer
add missing whitespace in printf output
Sascha Hauer committed on 1 Oct 2007
@Sascha Hauer
Add register_command() to register a command in runtime. This ...
Sascha Hauer committed on 1 Oct 2007
@Sascha Hauer
make simple parser compile again
Sascha Hauer committed on 1 Oct 2007
2007-09-28
@Sascha Hauer
Add module handling (mostly copied from Linux kernel and stripped down ...
Sascha Hauer committed on 28 Sep 2007
@Sascha Hauer
add kallsyms from linux kernel
Sascha Hauer committed on 28 Sep 2007
@Sascha Hauer
Extend 'export' command to take the form export a=b
Sascha Hauer committed on 28 Sep 2007
@Sascha Hauer
declare lots of functions static
Sascha Hauer committed on 28 Sep 2007