summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* hello: Delete unused variable 'console_init'Matt Fleming2012-04-171-2/+0
* init: Fix up compiler warningsMatt Fleming2012-04-171-4/+5
* localboot: Include header files for function prototypesMatt Fleming2012-04-171-1/+5
* core: Move write_serial() prototype to core.hMatt Fleming2012-04-172-2/+9
* ldlinux: Use signed char consistentlyMatt Fleming2012-04-172-7/+7
* ldlinux: Fix number of arguments to start_ldlinux()Matt Fleming2012-04-171-0/+2
* core: Add open_config() prototypeMatt Fleming2012-04-171-0/+1
* core: Partial revert of commit 9333426b and unify lmalloc()Matt Fleming2012-04-171-1/+6
* Remove core/ui.inc completely from SyslinuxPaulo Alcantara2012-04-114-771/+116
* PXELINUX: call open_config() function before loading 32-bit environmentPaulo Alcantara2012-04-111-0/+10
* PXELINUX: get rid of core/ui.inc filePaulo Alcantara2012-04-112-7/+49
* PXELINUX: do not load 32-bit environment twicePaulo Alcantara2012-04-111-1/+1
* core: Abstract search_config() into search_dirs()Matt Fleming2012-03-235-15/+17
* ldlinux: Avoid initialised data memory corruptionMatt Fleming2012-03-233-1/+11
* ldlinux: chdir to the APPEND str when parsing a CONFIG directiveMatt Fleming2012-03-232-0/+2
* ldlinux: Loading a config file should cause re-initialisationMatt Fleming2012-03-232-43/+46
* core: Shrink core/ldlinux.sys to be under 64K bytesMatt Fleming2012-03-231-1/+1
* core: Check for func key in getchar()Matt Fleming2012-03-231-2/+4
* core: Delete the aux segmentMatt Fleming2012-03-236-43/+16
* core: Only adjust screen if we're in text modeMatt Fleming2012-03-211-5/+1
* Revert "core: remove redundant zalloc() definition"H. Peter Anvin2011-12-151-0/+11
* core: remove redundant zalloc() definitionH. Peter Anvin2011-12-141-11/+0
* core: Split core console code into separate libsMatt Fleming2011-12-021-4/+25
* pxelinux: Call load_env32()Matt Fleming2011-12-021-0/+1
* core: Delete code that is duplicated in ldlinuxMatt Fleming2011-12-0229-2672/+325
* core: Reimplement writestr in CMatt Fleming2011-12-015-142/+76
* core: Reimplement lots asm code in CMatt Fleming2011-12-0128-1405/+1792
* pxelinux: open_file() returns a non-negative handleMatt Fleming2011-07-121-5/+5
* core: Fix ldlinux.c32 failing to load when not installed in "/"Matt Fleming2011-07-128-4/+61
* Merge branch 'DT_NEEDED-module-deps' into for-hpa/elflink/ldlinuxMatt Fleming2011-06-071-1/+0
|\
| * ldlinux: Use DT_NEEDED for module dependenciesMatt Fleming2011-06-071-1/+0
* | Merge branch 'PATH-based-search' into for-hpa/elflink/ldlinuxMatt Fleming2011-06-072-0/+4
|\ \ | |/