summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| | | * ntfs: and more speed improvementsPaulo Alcantara2011-09-112-81/+63
| | | * ntfs: fix ntfs_match_longname() and make index_lookup() fasterPaulo Alcantara2011-09-111-82/+49
| | | * ntfs: make index_inode_setup() fasterPaulo Alcantara2011-09-111-16/+16
| | | * ntfs: make ntfs_match_longname() fasterPaulo Alcantara2011-09-111-30/+5
| | | * ntfs: more cleanupsPaulo Alcantara2011-09-111-21/+21
| | | * ntfs: cleanupsPaulo Alcantara2011-09-112-56/+5
| | | * ntfs: fix bug in parse_data_run()Paulo Alcantara2011-09-112-107/+79
| | | * ntfs: it's working, partially... :-/Paulo Alcantara2011-09-111-120/+132
| | | * ntfs: continue on its implementationPaulo Alcantara2011-09-112-111/+190
| | | * ntfs: heh :-)Paulo Alcantara2011-09-072-94/+98
| | | * ntfs: set block shift and size to their correct valuesPaulo Alcantara2011-09-071-15/+13
| | | * ntfs: implement fixups_realloc()Paulo Alcantara2011-09-071-25/+32
| | | * ntfs: implement ntfs_next_extent() and ntfs_getfssec()Paulo Alcantara2011-09-071-5/+116
| | | * ntfs: implement ntfs_readdir()Paulo Alcantara2011-09-071-1/+85
| | | * ntfs: implement get_inode_mode()Paulo Alcantara2011-09-071-31/+43
| | | * ntfs: implement ntfs_iget()Paulo Alcantara2011-09-072-24/+462
| | | * ntfs: implement ntfs_iget_root()Paulo Alcantara2011-09-072-1/+122
| | | * ntfs: implement for_each_mft_record() macroPaulo Alcantara2011-09-072-0/+482
| | | * ntfs: implement new_ntfs_inode()Paulo Alcantara2011-09-072-0/+43
| | | * Initial NTFS readonly support code to SyslinuxPaulo Alcantara2011-09-073-0/+171
| | | * core: extend conventional memory warning with amount seensyslinux-4.05-pre1H. Peter Anvin2011-05-241-9/+15
| * | | Merge remote-tracking branch 'mfleming/elflink-dot-zero' into elflinkH. Peter Anvin2012-06-077-112/+35
| |\ \ \ | | |/ / | |/| |
| | * | elflink: Fix boot sector bootingMatt Fleming2012-06-077-112/+35
| * | | core: remove unused variable in scan_highmem_area()H. Peter Anvin2012-05-291-2/+0
| * | | Merge commit 'd76af0754db7ddd4c06215d922d213c93178c0af' into elflinkH. Peter Anvin2012-05-291-0/+33
| |\ \ \
| | * | | localboot: remove unnecessary real-mode callPaulo Alcantara2012-05-281-0/+33
| | |/ /
| * | | pxe: move hardwired DHCP options into high memoryH. Peter Anvin2012-05-294-49/+68
| * | | pxe: remove remaining stray trackbuf referenceH. Peter Anvin2012-05-291-13/+12
| * | | pxe: stop using trackbuf for DHCP packetsH. Peter Anvin2012-05-293-15/+23
| * | | core/font.c: remove another reference to trackbufH. Peter Anvin2012-05-291-1/+0
| * | | core/font: clean up and remove trackbuf usageH. Peter Anvin2012-05-291-36/+27
| |/ /
| * | graphics: make use of syslinux_force_text_mode()Paulo Alcantara2012-05-1911-34/+46
| * | fs.h: A slighly more useful default PATHH. Peter Anvin2012-05-181-1/+1
| * | graphics: report video mode change from protected-mode codePaulo Alcantara2012-05-124-9/+53
| * | pxe: resolve names via DNS from protected-mode codePaulo Alcantara2012-05-121-0/+43
| * | pxe: rename pxe_dns_resolv() function to pm_pxe_dns_resolv()Paulo Alcantara2012-05-122-7/+3
| * | PXELINUX: do not use hard-coded valuesPaulo Alcantara2012-05-121-4/+4
| * | ISOLINUX: use bailmsg string in kaboom()Paulo Alcantara2012-05-121-1/+1
| * | ISOLINUX: trivial fixPaulo Alcantara2012-05-121-1/+1
| * | core/graphics.c: Fixes and cleanupsH. Peter Anvin2012-04-171-34/+25
| * | Mark unused function parameters as __unusedMatt Fleming2012-04-173-3/+3
| * | elflink: Remove unused variablesMatt Fleming2012-04-171-1/+0
| * | fs: Include unistd.h for chdir() prototypeMatt Fleming2012-04-171-0/+1
| * | fs: Include header for close() prototypeMatt Fleming2012-04-171-0/+1
| * | elflink: Allocate space for 'realname'Matt Fleming2012-04-171-1/+1
| * | elflink: Delete obsolete constructor codeMatt Fleming2012-04-171-13/+0
| * | conio: Fix up compiler warningsMatt Fleming2012-04-171-3/+3
| * | graphics: Fix GXPix* assignmentMatt Fleming2012-04-171-5/+7
| * | font: Cast away compiler warningMatt Fleming2012-04-171-1/+1
| * | writestr: Include core.h for writechr() prototypeMatt Fleming2012-04-171-0/+1