| Commit message (Expand) | Author | Age | Files | Lines |
| * | core, diskio: skip EDD/CHS detect for CD-ROMs | H. Peter Anvin | 2010-07-01 | 1 | -53/+59 |
| * | core, diskio: move dprintfs to the intended location | H. Peter Anvin | 2010-07-01 | 1 | -4/+6 |
| * | core, diskio: put the error code in dprintf and printable messages | H. Peter Anvin | 2010-07-01 | 1 | -2/+8 |
| * | core, diskio: add a few dprintf()'s | H. Peter Anvin | 2010-06-29 | 1 | -7/+22 |
| * | diskio: hard-code CD-ROM sectors to 2048 bytes | H. Peter Anvin | 2010-06-28 | 1 | -1/+12 |
| * | core, chdir: collapse slashes, avoid copy-to-selfsyslinux-4.00-pre64 | H. Peter Anvin | 2010-06-27 | 1 | -11/+48 |
| * | PM getcwd(); Fix COM32 getcwd | Gene Cumm | 2010-06-26 | 1 | -0/+13 |
| * | core, fs: eliminate recursion in put_inode() | H. Peter Anvin | 2010-06-26 | 1 | -5/+4 |
| * | core, fs: handle .. resolution in the filesystem core | H. Peter Anvin | 2010-06-25 | 1 | -9/+30 |
| * | btrfs: initialize the block cache early | H. Peter Anvin | 2010-06-25 | 1 | -44/+5 |
| * | btrfs: do not read past the end of the disk | H. Peter Anvin | 2010-06-25 | 1 | -0/+8 |
| * | core, diskio: make error messages a little more useful | H. Peter Anvin | 2010-06-25 | 1 | -1/+7 |
| * | pxe: don't corrupt the length of an RRQ packet on retry | H. Peter Anvin | 2010-06-25 | 1 | -1/+4 |
| * | pxe: fix the unload sequence | H. Peter Anvin | 2010-06-24 | 2 | -16/+24 |
| * | pxe: fix ip_ok() | H. Peter Anvin | 2010-06-24 | 2 | -8/+10 |
| * | fs: enforce filetypes in open_file | H. Peter Anvin | 2010-06-23 | 1 | -5/+13 |
| * | opendir: enforce the file type | H. Peter Anvin | 2010-06-23 | 1 | -2/+9 |
| * | pxe: set the file type in the inode structure | H. Peter Anvin | 2010-06-23 | 1 | -0/+1 |
| * | pxe: fix the timeout logic for RRQsyslinux-4.00-pre57 | H. Peter Anvin | 2010-06-22 | 1 | -28/+22 |
| * | pxe: fix bugs in DHCP parsing and config file selection | H. Peter Anvin | 2010-06-22 | 2 | -60/+57 |
| * | pxe: correct the generation of the UUID string | H. Peter Anvin | 2010-06-22 | 1 | -5/+5 |
| * | dns: don't get stuck on no packet receivedsyslinux-4.00-pre54 | H. Peter Anvin | 2010-06-21 | 1 | -10/+5 |
| * | pxe: fix handling of lost packets in DNS resolution | H. Peter Anvin | 2010-06-21 | 2 | -78/+75 |
| * | pxe: properly null-terminate packet after tftp:// | H. Peter Anvin | 2010-06-21 | 1 | -1/+2 |
| * | pxe: correct the parsing of tftp:// URLs | H. Peter Anvin | 2010-06-20 | 1 | -2/+2 |
| * | pxe: don't misidentify non-tftp URLs as tftp | H. Peter Anvin | 2010-06-20 | 1 | -1/+1 |
| * | pxe: mark ipinfo as IPv4 | H. Peter Anvin | 2010-06-18 | 1 | -0/+2 |
| * | core, pxe: remove stray debugging printf | H. Peter Anvin | 2010-06-18 | 1 | -1/+0 |
| * | pxe: centralize all the IP information and export it to modules | H. Peter Anvin | 2010-06-18 | 5 | -39/+51 |
| * | fat: handle .. pointing back to the root directory | H. Peter Anvin | 2010-06-13 | 1 | -9/+27 |
| * | syslinux: Correctly handle the case of installing into the root | H. Peter Anvin | 2010-06-09 | 1 | -2/+6 |
| * | loadconfig: fold FAT pathname search into generic_load_config | H. Peter Anvin | 2010-06-09 | 2 | -51/+36 |
| * | Unify instances of integer log2 | H. Peter Anvin | 2010-06-09 | 1 | -7/+2 |
| * | Make syslinux installer real "pathbased" | Alek Du | 2010-06-09 | 2 | -6/+12 |
| * | core: fix "sector size" confusionsyslinux-4.00-pre45 | H. Peter Anvin | 2010-05-14 | 2 | -3/+36 |
| * | FAT: need to track the current position past discontinuitiessyslinux-4.00-pre44 | H. Peter Anvin | 2010-05-13 | 1 | -25/+14 |
| * | diskio: compare to the proper pointer | H. Peter Anvin | 2010-05-13 | 1 | -1/+1 |
| * | fat: fix confusion between byte and sector counts | H. Peter Anvin | 2010-05-13 | 1 | -10/+11 |
| * | diskio: make maxtransfer per-device, cap to 127, imported from headsyslinux-4.00-pre43 | H. Peter Anvin | 2010-05-12 | 2 | -18/+27 |
| * | diskio: sanitize the reduced transfer sizes | H. Peter Anvin | 2010-05-12 | 1 | -3/+6 |
| * | core: fs: verify call to fs_ops->readdir | Sebastian Herbszt | 2010-04-01 | 1 | -2/+5 |
| * | core: move idle handling into protected mode | H. Peter Anvin | 2010-03-30 | 1 | -1/+3 |
| * | fat: fix the type of get_inode_mode() | H. Peter Anvin | 2010-03-09 | 1 | -6/+2 |
| * | iso9660: set the type of get_inode_type() | H. Peter Anvin | 2010-03-09 | 1 | -5/+2 |
| * | fs: get rid of enum inode_mode | H. Peter Anvin | 2010-03-09 | 5 | -28/+15 |
| * | btrfs: Implement readdir operation | Alek Du | 2010-03-08 | 1 | -12/+42 |
| * | loadconfig: replace printf() with dprintf() | H. Peter Anvin | 2010-03-08 | 1 | -1/+2 |
| * | Changes missing from previous checkin | H. Peter Anvin | 2010-03-07 | 3 | -50/+44 |
| * | pxe: move port allocation to a separate file; use dynamic port for DNS | H. Peter Anvin | 2010-03-07 | 1 | -0/+68 |
| * | pxe: make have_uuid a bool | H. Peter Anvin | 2010-03-07 | 3 | -5/+4 |