2010-07-16 |
H. Peter Anvin | man: --nbi, not --NBI Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2010-07-16 |
H. Peter Anvin | wraplinux 1.7
|
commit | commitdiff | tree |
2010-05-29 |
H. Peter Anvin | highmove: handle zImage and setup separately Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-05-28 |
H. Peter Anvin | doc: Explain we need --load-high because of Grub. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2010-05-28 |
H. Peter Anvin | doc: clarify what --load-high does a little more. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2010-05-28 |
H. Peter Anvin | Writespace cleanup
|
commit | commitdiff | tree |
2010-05-28 |
H. Peter Anvin | Handle loading above 1 MB, for bug-compatibility with... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2010-05-27 |
H. Peter Anvin | main.c: fix silly broken line Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-05-27 |
H. Peter Anvin | le.h: add 64-bit functions, minor cleanups Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-05-27 |
H. Peter Anvin | elf.c: correct the Multiboot checksum algorithms Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-03-20 |
H. Peter Anvin | Minor man page cleanups; update man page copyright
|
commit | commitdiff | tree |
2009-02-13 |
H. Peter Anvin | mapfile: use bool
|
commit | commitdiff | tree |
2009-02-13 |
H. Peter Anvin | mapfile.c: minor stylistic cleanup
|
commit | commitdiff | tree |
2009-02-13 |
H. Peter Anvin | Provide $(PERL) even when MCONFIG doesn't exist yet
|
commit | commitdiff | tree |
2008-08-14 |
H. Peter Anvin | wraplinux 1.6
|
commit | commitdiff | tree |
2008-08-14 |
H. Peter Anvin | reloc.S: don't prevent !exec stack Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2008-08-14 |
H. Peter Anvin | Makefile: rules for generating .s and .i files Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2008-08-07 |
H. Peter Anvin | wraplinux 1.5
|
commit | commitdiff | tree |
2008-06-27 |
H. Peter Anvin | a20: issue a null command after toggling the KBC Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2008-06-09 |
H. Peter Anvin | wraplinux 1.4
|
commit | commitdiff | tree |
2008-05-27 |
H. Peter Anvin | wraplinux.spec: add %{_smp_mflags}
|
commit | commitdiff | tree |
2008-05-27 |
H. Peter Anvin | wraplinux 1.3
|
commit | commitdiff | tree |
2008-05-27 |
H. Peter Anvin | Support generating Multiboot-compliant ELF images
|
commit | commitdiff | tree |
2008-05-08 |
H. Peter Anvin | Change -fPIC to -fPIE Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2008-03-31 |
H. Peter Anvin | wraplinux 1.2
|
commit | commitdiff | tree |
2008-02-14 |
H. Peter Anvin | memmove(): use %edx as temporary; don't save %ebx ...
|
commit | commitdiff | tree |
2008-02-06 |
H. Peter Anvin | reloc/reloc_init.S: save/restore preserved GPRs if...
|
commit | commitdiff | tree |
2008-02-06 |
H. Peter Anvin | reloc/reloc_linux.c: Remove unused variables
|
commit | commitdiff | tree |
2008-02-06 |
H. Peter Anvin | reloc.h: add prototype for intcall()
|
commit | commitdiff | tree |
2008-02-06 |
H. Peter Anvin | MCONFIG.in: compile with -W -Wall
|
commit | commitdiff | tree |
2008-01-16 |
H. Peter Anvin | Move dependencies to a separate file
|
commit | commitdiff | tree |
2008-01-16 |
H. Peter Anvin | Add a .gitignore file to make "git status" useful
|
commit | commitdiff | tree |
2008-01-16 |
H. Peter Anvin | wraplinux 1.1
|
commit | commitdiff | tree |
2008-01-15 |
H. Peter Anvin | ELF: calculate the padding properly when joining sections
|
commit | commitdiff | tree |
2008-01-15 |
H. Peter Anvin | Use alignment parameter for initrd; coalescing support...
|
commit | commitdiff | tree |
2008-01-12 |
H. Peter Anvin | Copyright rPath, Inc. not H. Peter Anvin Copyright rPath, Inc. not H. Peter Anvin
|
commit | commitdiff | tree |
2008-01-12 |
H. Peter Anvin | wraplinux: use an actual ljmp after %cr0 transition
|
commit | commitdiff | tree |
2008-01-12 |
H. Peter Anvin | configure.in: use autoconf 2.61
|
commit | commitdiff | tree |
2008-01-11 |
H. Peter Anvin | wraplinux 1.0
|
commit | commitdiff | tree |
2008-01-11 |
H. Peter Anvin | MCONFIG.in: Add datarootdir to shut up autoconf
|
commit | commitdiff | tree |
2008-01-11 |
H. Peter Anvin | "make install" et al
|
commit | commitdiff | tree |
2008-01-11 |
H. Peter Anvin | "make release" target
|
commit | commitdiff | tree |
2008-01-11 |
H. Peter Anvin | Add RPM specfile
|
commit | commitdiff | tree |
2008-01-11 |
H. Peter Anvin | Documentation cleanup, add COPYING
|
commit | commitdiff | tree |
2008-01-11 |
H. Peter Anvin | elf: clean up and correct the PHDR merging code
|
commit | commitdiff | tree |
2008-01-11 |
H. Peter Anvin | Add wraplinux --version (-V)
|
commit | commitdiff | tree |
2008-01-11 |
H. Peter Anvin | man page: fix copyright notice
|
commit | commitdiff | tree |
2008-01-11 |
H. Peter Anvin | Add "make distclean"
|
commit | commitdiff | tree |
2008-01-11 |
H. Peter Anvin | Add "make cleaner" and "make spotless"
|
commit | commitdiff | tree |
2008-01-11 |
H. Peter Anvin | autoconf wants install-sh
|
commit | commitdiff | tree |
2008-01-11 |
H. Peter Anvin | Autoconstipate the build setup, and generate dependencies.
|
commit | commitdiff | tree |
2008-01-11 |
H. Peter Anvin | Re-enable optimization for the host code
|
commit | commitdiff | tree |
2008-01-11 |
H. Peter Anvin | Add version file
|
commit | commitdiff | tree |
2008-01-11 |
H. Peter Anvin | Go to Linux kernel indentation style throughout
|
commit | commitdiff | tree |
2008-01-11 |
H. Peter Anvin | reloc: _exit can't be global unless %ebx is regenerated
|
commit | commitdiff | tree |
2008-01-11 |
H. Peter Anvin | reloc/a20.S: Add newline at end of file
|
commit | commitdiff | tree |
2008-01-11 |
H. Peter Anvin | reloc: add code to force A20 enabled just in case...
|
commit | commitdiff | tree |
2008-01-11 |
H. Peter Anvin | NBI: try to calculate a valid free area; ignore non...
|
commit | commitdiff | tree |
2008-01-08 |
H. Peter Anvin | reloc.ld: whitespace cleanup
|
commit | commitdiff | tree |
2008-01-08 |
H. Peter Anvin | Align the kernel to a 16-byte boundary
|
commit | commitdiff | tree |
2008-01-08 |
H. Peter Anvin | elf: Correct the merging code for differing alignment
|
commit | commitdiff | tree |
2008-01-08 |
H. Peter Anvin | elf: Merge adjacent PHDRs if alignment and attributes...
|
commit | commitdiff | tree |
2008-01-08 |
H. Peter Anvin | Handle alignment constraints if the backends support...
|
commit | commitdiff | tree |
2008-01-08 |
H. Peter Anvin | Reorder struct segment
|
commit | commitdiff | tree |
2008-01-08 |
H. Peter Anvin | segment.h: change the "length" argument to a size_t
|
commit | commitdiff | tree |
2008-01-07 |
H. Peter Anvin | Factor out mapping/unmapping of files
|
commit | commitdiff | tree |
2008-01-07 |
H. Peter Anvin | fopen(..., "wb") to make ports to other operating systems...
|
commit | commitdiff | tree |
2008-01-06 |
H. Peter Anvin | Support -o -, note what the defaults are
|
commit | commitdiff | tree |
2008-01-06 |
H. Peter Anvin | Additional whitespace cleanup
|
commit | commitdiff | tree |
2008-01-06 |
H. Peter Anvin | Return a meaningful return code; whitespace cleanup
|
commit | commitdiff | tree |
2008-01-06 |
H. Peter Anvin | Remove unused xstrdup() function
|
commit | commitdiff | tree |
2008-01-06 |
H. Peter Anvin | Use xmalloc, xcalloc, xasprintf
|
commit | commitdiff | tree |
2008-01-06 |
H. Peter Anvin | Add error messages
|
commit | commitdiff | tree |
2008-01-05 |
H. Peter Anvin | Remove output routine from the reloc program, making...
|
commit | commitdiff | tree |
2008-01-05 |
H. Peter Anvin | Sort segments when outputting NBI
|
commit | commitdiff | tree |
2008-01-05 |
H. Peter Anvin | Handle mem= and vga= in the Linux kernel command line.
|
commit | commitdiff | tree |
2008-01-04 |
H. Peter Anvin | Add NBI support
|
commit | commitdiff | tree |
2008-01-04 |
H. Peter Anvin | Sort segments before emitting them
|
commit | commitdiff | tree |
2008-01-04 |
H. Peter Anvin | Cleaner memory map; avoid < 64K; handle older kernels
|
commit | commitdiff | tree |
2008-01-04 |
H. Peter Anvin | Initial commit: functional for newer bzImage kernels
|
commit | commitdiff | tree |
|