Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | elflink: Move code out of core and into ldlinux.c32 | Matt Fleming | 2011-03-09 | 27 | -640/+168 |
* | elflink: Don't pass NULL to spawn_load() | Matt Fleming | 2011-03-08 | 1 | -1/+3 |
* | core: Be less verbose at boot | Matt Fleming | 2011-03-08 | 2 | -3/+3 |
* | elflink: Remove *.c32 on 'make clean' | Matt Fleming | 2011-03-08 | 1 | -1/+1 |
* | dprintf: Print to stdout as well as serial ports | Matt Fleming | 2011-03-08 | 1 | -2/+4 |
* | sys/times.h: Mark times() static inline | Matt Fleming | 2011-02-17 | 2 | -43/+7 |
* | elflink: Warn about unresolved symbols when creating modules.dep | Matt Fleming | 2011-02-17 | 1 | -3/+19 |
* | gitignore: Add modules.dep | Matt Fleming | 2011-02-17 | 1 | -0/+1 |
* | gitignore: Ignore GNU global files | Matt Fleming | 2011-02-17 | 1 | -0/+3 |
* | elflink: modify isolinux.asm to make it go to elf flow | Feng Tang | 2010-08-26 | 1 | -2/+3 |
* | elflink: remove all __com32.cs_pm from com32/ | Feng Tang | 2010-08-26 | 9 | -57/+11 |
* | version: This branch is now officially the 5.00 devel branch | H. Peter Anvin | 2010-08-12 | 1 | -1/+1 |
* | Merge branch 'elflink' into elflink-merge | H. Peter Anvin | 2010-08-12 | 0 | -0/+0 |
|\ | |||||
| * | core: add .stack16 to layout.inc | H. Peter Anvin | 2009-09-14 | 1 | -0/+1 |
| * | core: add .stack to layout.inc so it gets the proper flags | H. Peter Anvin | 2009-09-14 | 1 | -0/+3 |
| * | core: get rid of .rel.dyn properly | H. Peter Anvin | 2009-09-14 | 2 | -10/+2 |
| * | Merge branch 'fsc' into elflink | H. Peter Anvin | 2009-09-04 | 3 | -0/+82 |
| |\ | |||||
| * \ | Merge branch 'fsc' into elflink | H. Peter Anvin | 2009-09-03 | 1 | -5/+6 |
| |\ \ | |||||
| * \ \ | Merge branch 'fsc' into elflink | H. Peter Anvin | 2009-09-02 | 3 | -3/+17 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'fsc' into elflink | H. Peter Anvin | 2009-09-02 | 1 | -0/+1 |
| |\ \ \ \ | |||||
| * | | | | | Use jiffies() to implement times(); create <core/*.h> namespace | H. Peter Anvin | 2009-09-02 | 5 | -57/+24 |
| * | | | | | Merge branch 'fsc' into elflink | H. Peter Anvin | 2009-09-02 | 15 | -110/+181 |
| |\ \ \ \ \ | |||||
| * | | | | | | elflink: clean up formatting in com32/elflink | H. Peter Anvin | 2009-09-02 | 21 | -298/+295 |
| * | | | | | | core: elflink: clean up formatting | H. Peter Anvin | 2009-09-02 | 8 | -254/+233 |
| * | | | | | | Merge branch 'fsc' into elflink | H. Peter Anvin | 2009-09-02 | 143 | -11069/+12829 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'dynamic' into elflink | H. Peter Anvin | 2009-08-25 | 9 | -10/+122 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | read: handle the case of partial data from unreaddynamic | H. Peter Anvin | 2009-08-10 | 2 | -6/+10 |
| | * | | | | | | | lib: add unread() syscall; use it to implement ungetc() | H. Peter Anvin | 2009-08-09 | 9 | -7/+114 |
| * | | | | | | | | Merge commit 'klausm/klausm' into elflink | H. Peter Anvin | 2009-08-25 | 27 | -1909/+1110 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Functional .c32 loading with modules dependency file | profkhaos | 2009-08-21 | 7 | -6/+94 |
| | * | | | | | | | | CLI with history and c32 smart loading | profkhaos | 2009-08-20 | 12 | -1650/+241 |
| | * | | | | | | | | Initial cli with history | profkhaos | 2009-08-17 | 4 | -5/+82 |
| | * | | | | | | | | Merge commit 'for-klausm/klausm' into elflink | profkhaos | 2009-08-15 | 11 | -73/+167 |
| | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | cli: edit_cmdline() that actually works | H. Peter Anvin | 2009-08-13 | 1 | -14/+89 |
| | | * | | | | | | | | menu: fix Ctrl-W (word erase) when editing a command line | H. Peter Anvin | 2009-08-13 | 1 | -1/+1 |
| | | * | | | | | | | | ansi: add support for no-wrap mode, cleanups | H. Peter Anvin | 2009-08-13 | 2 | -40/+51 |
| | | * | | | | | | | | stdio: uncomment putchar() | H. Peter Anvin | 2009-08-13 | 1 | -1/+1 |
| | * | | | | | | | | | Before merge with for-klausm | profkhaos | 2009-08-14 | 1 | -2/+2 |
| | |/ / / / / / / / | |||||
| | * | | | | | | | | Integrated command line into core | profkhaos | 2009-08-13 | 12 | -224/+499 |
| | * | | | | | | | | Checkpoint cli porting | profkhaos | 2009-08-10 | 6 | -21/+98 |
| * | | | | | | | | | Merge branch 'dynamic' into elflink | H. Peter Anvin | 2009-08-09 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | |||||
| | * | | | | | | | | Merge branch 'core32' into dynamic | H. Peter Anvin | 2009-08-09 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Merge branch 'dynamic' into elflink | H. Peter Anvin | 2009-08-08 | 16 | -93/+385 |
| |\| | | | | | | | | | |||||
| | * | | | | | | | | | Merge branch 'core32' into dynamic | H. Peter Anvin | 2009-08-08 | 9 | -80/+331 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Add --hash-style=gnu to the relevant LDFLAGS | H. Peter Anvin | 2009-08-02 | 2 | -2/+2 |
| | * | | | | | | | | | | file: clear fp->i.buf when the buffer is freed | H. Peter Anvin | 2009-08-02 | 2 | -0/+2 |
| | * | | | | | | | | | | file: use malloc/free to allocate and free buffers | H. Peter Anvin | 2009-08-02 | 5 | -12/+45 |
| | * | | | | | | | | | | prepcore: print compression statistics | H. Peter Anvin | 2009-08-02 | 1 | -0/+6 |
| | * | | | | | | | | | | core: cleaner way to remove .rel.dyn; mark bss segments (NOLOAD) | H. Peter Anvin | 2009-07-24 | 2 | -13/+12 |
| | * | | | | | | | | | | MCONFIG: add a rule for STRIP | H. Peter Anvin | 2009-07-24 | 1 | -0/+1 |