summaryrefslogtreecommitdiff
path: root/core/fs
Commit message (Expand)AuthorAgeFilesLines
* iso9660.c did not copy terminating 0 of Rock Ridge namerockridgeThomas Schmitt2013-04-251-1/+1
* iso9660: use generic get_le32() accessor in SUSP/Rock Ridge codeH. Peter Anvin2013-04-021-12/+7
* iso9660: read littleendian ISO 9660/SUSP numbersH. Peter Anvin2013-04-021-9/+6
* iso9660: Avoid arbitrarily large malloc()sThomas Schmitt2013-04-021-0/+4
* iso9660: Add support for Rock Ridge filenamesThomas Schmitt2013-03-314-4/+659
* pxe: disentangle the legacy and lwip stacks without #ifdefH. Peter Anvin2013-03-286-64/+69
* pxe: Fix compiler warnings and real bugsyslinux-5.10-pre2Matt Fleming2013-03-201-1/+1
* Partially revert "pxe: Pass absolute path to pxe_chdir()"Matt Fleming2013-03-111-16/+27
* net: Return of the legacy network stackMatt Fleming2013-03-067-167/+316
* pxe: Handle closing file with NULL ->inodeMatt Fleming2013-02-261-0/+3
* Merge branch 'lwip' into elflinkMatt Fleming2013-02-2622-1362/+2889
|\
| * pxe: use core for atomic modification of certain volatilessyslinux-4.10-pre22lwipH. Peter Anvin2012-05-291-1/+1
| * pxe: always start the idle thread, in case we need itsyslinux-4.10-pre21H. Peter Anvin2012-05-291-8/+28
| * pxe: Add code to detect a struck interrupt line and disable (go to poll)H. Peter Anvin2012-05-291-10/+32
| * Merge remote-tracking branch 'genec/lwip-1.4.0-test-2' into lwipH. Peter Anvin2012-05-292-6/+7
| |\
| | * core/pxe: lwip changes to netconn_recvGene Cumm2012-04-272-6/+7
| * | pxe, ftp: Change anonymous password to syslinux@H. Peter Anvin2012-04-261-1/+1
| * | pxe: Remove stray debugging messageH. Peter Anvin2012-04-261-2/+1
| * | pxe, tftp: Handle block number wraparoundH. Peter Anvin2012-04-261-1/+1
| * | pxe, tftp: make TimeoutTable staticH. Peter Anvin2012-04-262-2/+1
| * | pxe, tftp: Unify UDP send and use pbuf memoryH. Peter Anvin2012-04-261-20/+37
| |/
| * Merge remote-tracking branch 'origin/master' into lwipsyslinux-4.10-pre18H. Peter Anvin2012-03-303-0/+1956
| |\
| * | pxe: Make the ISR poll routine a bit sanerH. Peter Anvin2012-03-301-2/+5
| * | pxe: Fix interrupt unmaskingH. Peter Anvin2012-03-301-5/+6
| * | pxeisr: Use nonspecific EOI; add pxe_poll routine; CLDH. Peter Anvin2012-03-301-0/+1
| * | pxe: Unmask the cascade if applicable, handle bad IRQ numbersH. Peter Anvin2012-03-301-12/+25
| * | pxe: be more verbose on unload failureH. Peter Anvin2011-05-132-2/+12
| * | pxe: fix the cleanup routinesyslinux-4.10-pre14H. Peter Anvin2011-05-093-29/+7
| * | pxe: when hooking an interrupt, explicitly enable it at the PICH. Peter Anvin2011-05-091-0/+15
| * | pxe: try to mimic the policy of iPXE with respect to interruptsH. Peter Anvin2011-05-083-7/+30
| * | pxe, ftp: handle some DOS FTP stacks correctlyH. Peter Anvin2011-05-081-0/+1
| * | pxe, dns: add the local domain to unqualified hostnamesH. Peter Anvin2011-05-071-4/+12
| * | pxe, ftp: correct the handling of continuation linesH. Peter Anvin2011-05-031-7/+1
| * | pxe, ftp: support readdir for FTPH. Peter Anvin2011-05-034-9/+168
| * | pxe, http: support readdir (ls) over httpsyslinux-4.10-pre12H. Peter Anvin2011-05-024-3/+498
| * | pxe: fix the flags testH. Peter Anvin2011-05-021-1/+1
| * | pxe, tftp: remove global buffers, double bufferingH. Peter Anvin2011-05-013-29/+30
| * | pxe: remove a stray inlineH. Peter Anvin2011-05-011-12/+0
| * | pxe: move the per-connection-type operations into a structureH. Peter Anvin2011-05-016-18/+32
| * | pxe: push the open flags down into individual methodsH. Peter Anvin2011-05-015-14/+27
| * | core: pass the file flags down through the stackH. Peter Anvin2011-05-014-12/+17
| * | pxe, http: Remove unused variableH. Peter Anvin2011-05-011-1/+0
| * | pxe: minor initialization cleanupsH. Peter Anvin2011-04-261-11/+1
| * | pxe: start the poll thread when we would have started the ISRH. Peter Anvin2011-04-262-6/+14
| * | pxe, http: simplify cookie generation, fix boundary conditionsH. Peter Anvin2011-04-261-9/+16
| * | pxe, http: Use Syslinux/<version> as the User-agent:H. Peter Anvin2011-04-261-1/+1
| * | pxe, http: correct the header overflow testH. Peter Anvin2011-04-261-2/+3
| * | Additional sysappend strings from DMI; pre-bake the http cookiesH. Peter Anvin2011-04-263-123/+50
| * | pxe, http: send the sysappend/ipappend strings as cookiesH. Peter Anvin2011-04-251-2/+87
| * | Generalize ipappend handling as "sysappend", and move to PM codeH. Peter Anvin2011-04-252-38/+18