2010-03-06 |
H. Peter Anvin | Add 32-bit versions of open file/close file Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-03-06 |
H. Peter Anvin | fat: fixing filenames with multiple-of-13 names broke... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-03-05 |
H. Peter Anvin | Merge remote branch 'origin/master' into pathbased
|
commit | commitdiff | tree |
2010-03-05 |
H. Peter Anvin | Merge remote branch 'origin/master' into pathbased
|
commit | commitdiff | tree |
2010-03-05 |
H. Peter Anvin | NEWS, version: update for 3.86 Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-03-05 |
H. Peter Anvin | chain.c32: Fix chaining to MBRs Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-03-05 |
H. Peter Anvin | VFAT: handle filenames with are exact multiples of 13 Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-03-05 |
H. Peter Anvin | lmalloc: add <string.h> for lzalloc Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-03-05 |
H. Peter Anvin | readdir: replace opendir/readdir/closedir API with... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-03-05 |
H. Peter Anvin | extlinux: centralize file flags setting; add FAT support Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-03-05 |
H. Peter Anvin | extlinux: don't report failure after writing a FAT... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-03-05 |
H. Peter Anvin | fat: fix longname matching Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-03-03 |
H. Peter Anvin | btrfs: get rid of unnecessary _fs variable Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-03-01 |
H. Peter Anvin | pxe: don't allow URL parsing to produce zero bytes... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-03-01 |
H. Peter Anvin | Add simplified toupper, tolower, str[n]casecmp to core Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-03-01 |
H. Peter Anvin | pxe: handle tftp:// URLs natively Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-03-01 |
H. Peter Anvin | pxe: add a single-tick timeout for PXE stacks which... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-03-01 |
H. Peter Anvin | gfxboot: remove 16-bit gfxboot module Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-03-01 |
H. Peter Anvin | fs: add no_next_extent() dummy function Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-03-01 |
H. Peter Anvin | core: fs: get rid of the prev_extent member Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-03-01 |
H. Peter Anvin | core: get rid of unmangle_name completely Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-03-01 |
H. Peter Anvin | core: remove unmangle_name Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-03-01 |
H. Peter Anvin | core: add missing dependencies Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-03-01 |
H. Peter Anvin | pxe: change debugging message to dprintf() Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-03-01 |
H. Peter Anvin | memdisk: drop DEBUG from unzip.c Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-03-01 |
H. Peter Anvin | pxe: drop UDP close from unload sequence Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-03-01 |
H. Peter Anvin | core: don't use "const volatile" in __jiffies definition Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-03-01 |
H. Peter Anvin | pxe: revamp timeout, improve the unloading of gpxelinux Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-03-01 |
H. Peter Anvin | dprintf: make usable on hardware Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-03-01 |
H. Peter Anvin | com32/lib: remove unused definitions Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-03-01 |
H. Peter Anvin | MCONFIG.embedded: make sure to honor options in MCONFIG... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-28 |
H. Peter Anvin | pxelinux: allow "localboot -1" to do INT 18h, just... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-28 |
H. Peter Anvin | MCONFIG: include MCONFIG.local if one exists Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-28 |
H. Peter Anvin | core: drop accidental checkin of -DDEBUG=1 Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-27 |
H. Peter Anvin | core: fix and simplify generic_getfssec() Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-27 |
H. Peter Anvin | ext2: use generic_getfssec Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-27 |
H. Peter Anvin | fat: use generic_getfssec(), fix generic_getfssec(... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-26 |
H. Peter Anvin | iso9660: use boot_info_table and fix hybrid mode Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-26 |
H. Peter Anvin | iso9660: use generic_getfssec() Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-26 |
H. Peter Anvin | fs: add generic getfssec Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-26 |
H. Peter Anvin | core/readdir.c: remove unused variable Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-26 |
H. Peter Anvin | fs/iso9660: remove unused variables Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-26 |
H. Peter Anvin | dos: make sure we don't look like a Windows image Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-25 |
H. Peter Anvin | doc: document 32-bit-only API calls Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-25 |
H. Peter Anvin | opendir: remove unnecessary buffer pointer Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-25 |
H. Peter Anvin | iso9660: make readdir() work Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-25 |
H. Peter Anvin | opendir: use internal protected-mode interfaces Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-25 |
H. Peter Anvin | fs: searchdir: handle opening a directory Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-25 |
H. Peter Anvin | fs: cleanups: use PVT() macro for all filesystems;... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-25 |
H. Peter Anvin | isolinux: 7C00h -> TEXT_START Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-25 |
H. Peter Anvin | isolinux: drop dependency on core_xfer_buf in self... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-25 |
H. Peter Anvin | core/mem: better dprintf() Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-25 |
H. Peter Anvin | core: fix double free of pathbuf, constify iget filename... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-24 |
H. Peter Anvin | com32: replace hard-coded bounce buffer use in com32/lib Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-24 |
H. Peter Anvin | core: fix lowmem malloc Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-24 |
H. Peter Anvin | com32: add lzalloc() Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-24 |
H. Peter Anvin | lmalloc: set errno on failure Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-24 |
H. Peter Anvin | com32: wrapper functions for lowmem allocations Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-24 |
H. Peter Anvin | core: move aligned segments earlier Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-24 |
H. Peter Anvin | core: use better malloc; add low memory malloc; fix... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-24 |
H. Peter Anvin | pxe: clean up/fix generation of ipappend strings Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2010-02-24 |
H. Peter Anvin | fs/pxe: drop the use of PKTBUF_SEG Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
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 |
next |