summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* thread: mbox: fix return value for mbox_fetch()threadH. Peter Anvin2009-09-101-2/+6
* core: thread: add a "timeouts" pointer to the thread structureH. Peter Anvin2009-09-091-0/+3
* core: thread: move most thread state to stack; task switch errnoH. Peter Anvin2009-09-094-24/+39
* core: thread: merge mbox_post() and mbox_trypost()H. Peter Anvin2009-09-092-14/+7
* core: add simple mailbox libraryH. Peter Anvin2009-09-092-0/+88
* core: thread: add option to not wait on a semaphore at allH. Peter Anvin2009-09-091-26/+33
* core: thread: have start_thread() allocate memory dynamicallyH. Peter Anvin2009-09-094-12/+18
* core: simple thread libraryH. Peter Anvin2009-09-0811-0/+416
* Merge branch 'fsc' into elflinkH. Peter Anvin2009-09-043-0/+82
|\
| * core: pxe: need to save/restore es around EFI CSM hacksyslinux-4.00-pre6H. Peter Anvin2009-09-041-0/+2
| * Merge branch 'master' into fscH. Peter Anvin2009-09-043-0/+6
| |\
| | * core: add missing calls to cleanup_hardwaresyslinux-3.83-pre10H. Peter Anvin2009-09-043-0/+6
| * | Merge branch 'master' into fscH. Peter Anvin2009-09-041-0/+74
| |\ \ | | |/
| | * pxelinux: workaround for EFI CSM bug - BEV stack overwrite on localbootH. Peter Anvin2009-09-041-0/+75
* | | Merge branch 'fsc' into elflinkH. Peter Anvin2009-09-031-5/+6
|\ \ \ | |/ /
| * | core: pxe: don't confuse index and data when searching...H. Peter Anvin2009-09-031-5/+6
* | | Merge branch 'fsc' into elflinkH. Peter Anvin2009-09-023-3/+17
|\ \ \ | |/ /
| * | core: move the generated IDT stubs to a separate .gentext16 sectionH. Peter Anvin2009-09-023-3/+17
* | | Merge branch 'fsc' into elflinkH. Peter Anvin2009-09-021-0/+1
|\ \ \ | |/ /
| * | core: make sure __jiffies is alignedH. Peter Anvin2009-09-021-0/+1
* | | Use jiffies() to implement times(); create <core/*.h> namespaceH. Peter Anvin2009-09-021-9/+1
* | | Merge branch 'fsc' into elflinkH. Peter Anvin2009-09-0215-110/+181
|\ \ \ | |/ /
| * | core: pxe: create a single tftp_error() function, send ERROR on closeH. Peter Anvin2009-09-021-18/+45
| * | core: use jiffies instead of BIOS_timerH. Peter Anvin2009-09-026-32/+29
| * | core: hook INT 1Ch for a simple monotonic timerH. Peter Anvin2009-09-026-1/+67
| * | core: merge cpuinit.inc into init.incH. Peter Anvin2009-09-025-60/+38
| * | core: pxe: fix the behavior on non-received RRQ replyH. Peter Anvin2009-09-021-6/+9
* | | core: elflink: clean up formattingH. Peter Anvin2009-09-027-253/+231
* | | Merge branch 'fsc' into elflinkH. Peter Anvin2009-09-0249-5919/+6413
|\ \ \ | |/ /
| * | core: pxe: use FAR_PTR() macro where appropriateH. Peter Anvin2009-09-013-12/+6
| * | core: pxe: remove vestigial dnsresolv.incH. Peter Anvin2009-09-015-34/+10
| * | core: pxe: port the PXE idle function to CH. Peter Anvin2009-09-017-141/+133
| * | core: drop any .eh_frame sectionssyslinux-4.00-pre5H. Peter Anvin2009-08-311-0/+5
| * | core: booleanize the return value from *_load_config()syslinux-4.00-pre4H. Peter Anvin2009-08-302-2/+2
| * | Core:pxelinux: fix the config file loading when we got a DHCP optionLiu Aleaxander2009-08-311-3/+2
| * | Core: get rid of passing com32sys_t structure as parameter in PModeLiu Aleaxander2009-08-317-88/+71
| * | Core:pxelinux: add %if IS_PXELINUX statement in extern.incLiu Aleaxander2009-08-311-1/+2
| * | Core:pxelinux: code cleanLiu Aleaxander2009-08-306-151/+135
| * | Core:pxelinux: unload_pxe converted.Liu Aleaxander2009-08-308-152/+93
| * | Core:pxelinux: code clean--removes the unused variables in ASM fileLiu Aleaxander2009-08-304-46/+26
| * | Core:pxelinux: The pxe structures are all converted to standard structures.syslinux-4.00-pre3Liu Aleaxander2009-08-293-171/+109
| * | Core: code clean -- re-style the unstyle codeLiu Aleaxander2009-08-284-65/+59
| * | Core:pxelinux: fix the probaly hang when use hostLiu Aleaxander2009-08-282-1/+3
| * | Core: vfs-dir stuff cleanedLiu Aleaxander2009-08-286-43/+15
| * | Core: vfs-dir stuff re-implementedLiu Aleaxander2009-08-287-129/+86
| * | Core: opendir/readdir/closedir stuff addedLiu Aleaxander2009-08-277-110/+219
| * | Core:pxelinux: fix the dns_resolv call reference in pxe.cAleaxander2009-08-262-3/+3
| * | dnsresolv: compare returned name; "better" CNAME handlingH. Peter Anvin2009-08-241-27/+82
| * | dnsresolv: fix timeouts, clean up typesH. Peter Anvin2009-08-243-24/+26
| * | Core:PXELINUX: dns_resolv problem resolved.Liu Aleaxander2009-08-212-14/+31