2010-02-24 |
H. Peter Anvin | Merge branch 'pxefix' into pathbased
|
commit | commitdiff | tree |
2010-02-24 |
H. Peter Anvin | pxe: set the block size in the fs structure Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-24 |
H. Peter Anvin | core: add a direct 32-bit API Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-22 |
H. Peter Anvin | core/com32.inc: warn about possible double use of core_xfer_buf Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-22 |
H. Peter Anvin | core: rewrite loadhigh in C Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-22 |
H. Peter Anvin | com32: go back to using real_mode_seg as bounce buffer Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-21 |
H. Peter Anvin | core: let xfer_buf_seg, real_mode_seg be assigned by... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-21 |
H. Peter Anvin | Merge remote branch 'origin/master' into pathbased
|
commit | commitdiff | tree |
2010-02-21 |
H. Peter Anvin | libpci: merge BIOS read and BIOS write Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-17 |
H. Peter Anvin | i915resolution: use libpci to access PCI config space Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-16 |
H. Peter Anvin | NEWS: document i915resolution merge. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-16 |
H. Peter Anvin | Merge branch 'i915res'
|
commit | commitdiff | tree |
2010-02-16 |
H. Peter Anvin | core: use vk_append for function 0016h temp storage Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-16 |
H. Peter Anvin | core: remove stray -DDEBUG Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-16 |
H. Peter Anvin | ext2: handle symlinks larger than a single block Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-16 |
H. Peter Anvin | ext2: a zero block number is actually legit Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-16 |
H. Peter Anvin | ext2: drop any 64K limit Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-16 |
H. Peter Anvin | fs: move the disk cache into high memory Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-16 |
H. Peter Anvin | ext2: fix confusion between logical and physical block... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-16 |
H. Peter Anvin | cache: fix cache initialization Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-16 |
H. Peter Anvin | fs: move cache_init() into fs_init, to handle special... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-16 |
H. Peter Anvin | ext2: fix bmap block number breakage Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-16 |
H. Peter Anvin | cache: fix _get_cache_block() return, add lock_cache_block() Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-16 |
H. Peter Anvin | cache: update the metadata cache design Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-16 |
H. Peter Anvin | core: move fs-related C files into fs/ Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-16 |
H. Peter Anvin | core: remove obsolete assembly strecpy.inc Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-16 |
H. Peter Anvin | core: remove obsolete assembly cache.inc Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-16 |
H. Peter Anvin | fs: use malloc'd mutable pathname buffers Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-16 |
H. Peter Anvin | ext2: clean up types in the bmap functions Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-16 |
H. Peter Anvin | generic_close_file: use put_inode(), not free_inode() Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-16 |
H. Peter Anvin | btrfs: use generic_load_config Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-16 |
H. Peter Anvin | fs: centralize symlink handling Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-16 |
H. Peter Anvin | fs: reference-count inodes, fix generic loadconfig Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-16 |
H. Peter Anvin | core: separate bcopyxx code and data; use linker-generated... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-16 |
H. Peter Anvin | memmove: don't reverse copy if there is no overlap Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-15 |
H. Peter Anvin | Makefile: dos/copybs.com now in dosutil Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-15 |
H. Peter Anvin | dosutil: move copybs here, update Makefile Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-14 |
H. Peter Anvin | bootsect.inc: change 100000h -> free_high_memory Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-14 |
H. Peter Anvin | pxelinux: remove USE_PXE_PROVIDED_STACK Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-14 |
H. Peter Anvin | sysdump: guard against a nonsensical month number Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-14 |
H. Peter Anvin | sysdump: don't force cpuid() to be inlined Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-14 |
H. Peter Anvin | Merge branch 'master' into pathbased Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-14 |
H. Peter Anvin | config: allow a chdir at the time a new configuration... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-14 |
H. Peter Anvin | fs: move to a chdir()-based mechanism for managing cwd Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-14 |
H. Peter Anvin | mtools: add MTOOLS_FAT_COMPATIBILITY=1 Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-14 |
H. Peter Anvin | chain.c: part_info -> partinfo Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-14 |
H. Peter Anvin | NEWS: update for 3.85 release
|
commit | commitdiff | tree |
2010-02-13 |
H. Peter Anvin | chain.c32: add option to set hidden sectors; load boot... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-13 |
H. Peter Anvin | pxelinux: complete but disable debugging code, not... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-13 |
H. Peter Anvin | core: document the stack location, use STACK_TOP throughout Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-13 |
H. Peter Anvin | pxelinux: move the stack to avoid AMI BIOS bug Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-11 |
H. Peter Anvin | fs: fix cwd setting for FAT/iso9660/extfs Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-10 |
H. Peter Anvin | Merge branch 'fsc' into pathbased Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-08 |
H. Peter Anvin | Merge branch 'master' into i915res
|
commit | commitdiff | tree |
2010-02-08 |
H. Peter Anvin | vesa: for jpg or png images, tile the image across... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-08 |
H. Peter Anvin | sysdump: quiet gcc warning Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-08 |
H. Peter Anvin | memdisk: make "nopass" type-specific, add "nopassany" Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-08 |
H. Peter Anvin | sysdump: use the same serial receive threshold as the... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-08 |
H. Peter Anvin | sysdump: make ymodem work even on a serial console Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-08 |
H. Peter Anvin | sysdump: don't include final null byte in version file Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-08 |
H. Peter Anvin | sysdump: ymodem: actually retransmit a block if we... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-08 |
H. Peter Anvin | sysdump: actually make the new backend system work Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-07 |
H. Peter Anvin | sysdump: change to a two-phase generate/output model... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-07 |
H. Peter Anvin | sysdump: serial: add missing header file Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-07 |
H. Peter Anvin | sysdump: be_tftp.c: fix prototype Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-07 |
H. Peter Anvin | sysdump: *actually* generate the proper version string Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-07 |
H. Peter Anvin | sysdump: handle the case of more than one DMI table Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-07 |
H. Peter Anvin | sysdump: record the sysdump version used to generate... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-07 |
H. Peter Anvin | sysdump: dump CPUID information Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-07 |
H. Peter Anvin | sysdump: remove unused variable Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-07 |
H. Peter Anvin | sysdump: be more explicit about what we are doing Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-07 |
H. Peter Anvin | sysdump: fix the dumping of the e820 memory information Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-07 |
H. Peter Anvin | sysdump: fix hacking of the DMI structure address Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-07 |
H. Peter Anvin | sysdump: dump memory map information Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-07 |
H. Peter Anvin | sysdump: add PCI config space dumping Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-07 |
H. Peter Anvin | sysdump: add support for dumping DMI tables Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-07 |
H. Peter Anvin | sysdump: add back ymodem support; clean up memory dump... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-07 |
H. Peter Anvin | sysdump: add missing return statement in cpio_writefile() Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-07 |
H. Peter Anvin | pxe: add missing prototype for pxe_dns() Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-07 |
H. Peter Anvin | sysdump: dump vesa modes, generate usable timestamps Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-07 |
H. Peter Anvin | sysdump: first working version (can dump lowmem over... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-07 |
H. Peter Anvin | com32: add library function for DNS lookup Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-07 |
H. Peter Anvin | syslinux/pxe.h use the same type as <com32.h> for a... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-07 |
H. Peter Anvin | pxelinux: give our own IP address in the "derivate... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-06 |
H. Peter Anvin | sysdump: port memdump to com32 with the intent of enhancing it Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-06 |
H. Peter Anvin | memdump: srecs need a length, and max 32 data bytes Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-06 |
H. Peter Anvin | memdump: allow outputting S-records Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-06 |
H. Peter Anvin | Merge branch 'master' into fsc Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-06 |
H. Peter Anvin | PXE: fix the EFI localboot hack Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-06 |
H. Peter Anvin | pxelinux: call reset_pxe before local boot Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-06 |
H. Peter Anvin | gPXE: change heap size to 512K Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-06 |
H. Peter Anvin | pxe: make gPXE work Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-05 |
H. Peter Anvin | Merge branch 'master' into fsc Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-05 |
H. Peter Anvin | memdisk: update documentation Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-05 |
H. Peter Anvin | fs: generic handling of single dot (.) in disk-based... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-05 |
H. Peter Anvin | FAT: handle WinNT filename case flags Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-05 |
H. Peter Anvin | codepage: add a lower-case table Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-05 |
H. Peter Anvin | FAT: cache file position, re-enable codepages Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-04 |
H. Peter Anvin | gPXE: bump the window size to 64K Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-04 |
H. Peter Anvin | gPXE: suppress the Ctrl+B banner Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
next |