summaryrefslogtreecommitdiff
path: root/com32/include
Commit message (Expand)AuthorAgeFilesLines
* core: declare jiffies_t, MS_PER_JIFFYH. Peter Anvin2009-09-081-3/+7
* stddef.h: add container_of()H. Peter Anvin2009-09-081-0/+8
* Use jiffies() to implement times(); create <core/*.h> namespaceH. Peter Anvin2009-09-022-3/+22
* core: elflink: clean up formattingH. Peter Anvin2009-09-021-1/+2
* Merge branch 'fsc' into elflinkH. Peter Anvin2009-09-029-2204/+1985
|\
| * Merge branch 'master' into fscH. Peter Anvin2009-08-313-1682/+1357
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/boot/syslinux/syslinux ...erwan2009-08-192-1676/+1351
| | |\
| | | * Revert "Run Nindent on com32/include/pngconf.h"H. Peter Anvin2009-08-131-60/+61
| | | * Revert "Run Nindent on com32/include/png.h"H. Peter Anvin2009-08-131-1616/+1290
| | * | Merge commit 'hpa/master' into for-erwanPierre-Alexandre Meyer2009-08-0444-2298/+2587
| | |\ \ | | | |/
| | * | pci: Adding get_module_name_from_alias()Erwan Velu2009-04-271-1/+3
| * | | Core:pxelinux: unload_pxe converted.Liu Aleaxander2009-08-301-0/+5
| * | | Core:pxelinux: The pxe structures are all converted to standard structures.syslinux-4.00-pre3Liu Aleaxander2009-08-291-0/+30
| * | | Core: code clean -- re-style the unstyle codeLiu Aleaxander2009-08-281-1/+1
| * | | Core: vfs-dir stuff cleanedLiu Aleaxander2009-08-282-17/+31
| * | | Core: vfs-dir stuff re-implementedLiu Aleaxander2009-08-281-4/+3
| * | | Core: opendir/readdir/closedir stuff addedLiu Aleaxander2009-08-271-7/+8
| * | | netinet/in.h: fix output typesH. Peter Anvin2009-08-241-14/+14
| * | | netinet/in.h: add __constfunc to inlinesH. Peter Anvin2009-08-121-4/+5
| * | | netinet/in.h: put in explicit casts for all the hton/ntoh macrosH. Peter Anvin2009-08-121-6/+6
| * | | com32: remove strpcpy() - we already have stpcpy()H. Peter Anvin2009-08-121-1/+0
| * | | netinet/in.h: adjust hton/ntoh macros to be true constantsH. Peter Anvin2009-08-111-11/+20
| * | | pxe: clean up C code; reimplement "Plan C"; share PXE API definitionsH. Peter Anvin2009-08-112-485/+533
* | | | Merge branch 'dynamic' into elflinkH. Peter Anvin2009-08-252-0/+4
|\ \ \ \
| * | | | lib: add unread() syscall; use it to implement ungetc()H. Peter Anvin2009-08-092-0/+4
| |/ / /
* | | | Functional .c32 loading with modules dependency fileprofkhaos2009-08-212-0/+25
* | | | CLI with history and c32 smart loadingprofkhaos2009-08-202-0/+20
* | | | stdio: uncomment putchar()H. Peter Anvin2009-08-131-1/+1
* | | | Process entry and exit pacthes appliedprofkhaos2009-08-062-9/+34
* | | | Code revision on integrating parser into coreprofkhaos2009-07-251-1/+1
* | | | Functional ELF dynamic modules loadingprofkhaos2009-07-162-3/+1
* | | | Elf Dynamic module loading code with corrected linker optionsprofkhaos2009-07-161-0/+2
* | | | ELF dynamic module loader ( work in progress )profkhaos2009-07-141-1/+1
* | | | Merge commit 'origin/core32' into elflinkprofkhaos2009-07-111-0/+1
|\ \ \ \ | |/ / /
| * | | Add openmem() function to read from memory as if it were a fileH. Peter Anvin2009-07-091-0/+1
* | | | malloc: inline the tag accessor functionsH. Peter Anvin2009-07-051-11/+18
* | | | elflink: fix functions with () instead of (void)H. Peter Anvin2009-07-052-3/+3
* | | | elf: Changed dynamic modules extension to .c32Stefan Bucur2009-07-062-11/+6
* | | | elf: Replaced symbol offsets with module base address.Stefan Bucur2009-07-052-2/+2
* | | | Added support in shallow modules to offset symbols.Stefan Bucur2009-07-042-2/+3
* | | | Merged ELF linking from elflinkStefan Bucur2009-07-036-28/+1126
|\ \ \ \ | |/ / / |/| | |
| * | | Added source comments to some internal routines.Stefan Bucur2009-03-151-2/+12
| * | | Moved the elfutils.h header in a private location.Stefan Bucur2009-03-151-33/+0
| * | | Added source comments to the execution API header.Stefan Bucur2009-03-151-0/+64
| * | | Implemented the 'list' command in the CLI.Stefan Bucur2009-03-152-0/+6
| * | | Exported the module list head + iterator defined.Stefan Bucur2009-03-151-0/+11
| * | | Moved the execution layer API in klibc tree.Stefan Bucur2009-03-151-0/+48
| * | | Implemented automatic memory cleanup for executable modules.Stefan Bucur2009-03-151-1/+4
| * | | Added a new execution API on top of the module API.Stefan Bucur2009-03-151-4/+9
| * | | Implementing memory tagging support.Stefan Bucur2009-03-151-0/+18