index
:
syslinux/syslinux.git
3.5x
3.6x
bcopyint
broken1
btrfs
chainload
core32
corezlib
disklib
dynamic
dynamic-sector
elflink
ext4
firmware
for-3.72
fsc
gpxeiso
hashtbl
kkpxe
libinstaller_dos_wip
lua
lwip
master
memdisk-acpi
memdisk-iso
multifs
new-mboot
nocomapi
nolen
obsolete-20120330
obsolete-20120529
obsolete-20120709
obsolete-20130331
obsolete-20130402
obsolete-20140117
obsolete-20140121
obsolete-20140220
obsolete-20140313
obsolete-20140420
obsolete-20140929
obsolete-20150418
obsolete-20150823
obsolete-20150906
obsolete-20151115
obsolete-20160210
pathbased
rockridge
slzm
softres
syslinux-1.6x-1
syslinux-1.xx
syslinux-3.2x
syslinux-3.3m
syslinux-3.3x
syslinux-3.7x
syslinux-3.8x
syslinux-4.xx
syslinux-5.xx
thread
unify-pm
wip.makefixes
Unnamed repository; edit this file 'description' to name the repository.
H. Peter Anvin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
pxe: use the unified URL parsing framework
syslinux-4.10-pre2
H. Peter Anvin
2011-04-23
9
-423
/
+265
*
pxe: urlparse: add comments
H. Peter Anvin
2011-04-23
1
-2
/
+15
*
pxe: Add a much more general URL-parsing framework
H. Peter Anvin
2011-04-23
2
-0
/
+220
*
thread: free curr->rmstack
Sebastian Herbszt
2011-04-23
1
-1
/
+1
*
pxe: put a semaphore around PXE calls
H. Peter Anvin
2011-04-22
1
-1
/
+7
*
thread: free(NULL) is safe, lmalloc() always return para-aligned
H. Peter Anvin
2011-04-22
2
-6
/
+4
*
lwip: handle UNDI stacks which need to be polled
H. Peter Anvin
2011-04-22
5
-24
/
+61
*
thread: thread-switch the real-mode stack, too
H. Peter Anvin
2011-04-21
5
-3
/
+27
*
Merge branch 'master' into lwip-threads
H. Peter Anvin
2011-04-21
5
-19
/
+33
|
\
|
*
diskstart: use the correct register for the starting address
H. Peter Anvin
2011-04-05
1
-1
/
+1
|
*
core: Move sector 1 to address 0x8000 so it is aligned
H. Peter Anvin
2011-04-05
3
-5
/
+13
|
*
core/head.inc: require NASM 2.03+
H. Peter Anvin
2011-04-05
1
-2
/
+2
|
*
Merge commit 'syslinux-4.04-pre22' into dynamic-sector
H. Peter Anvin
2011-04-05
1
-0
/
+5
|
|
\
|
*
|
disk: Make the sector size dynamic
H. Peter Anvin
2011-04-04
2
-12
/
+18
*
|
|
pxe: isr: fix formatting
H. Peter Anvin
2011-04-21
1
-11
/
+12
*
|
|
pxe: fix gcc 4.6 problems
H. Peter Anvin
2011-04-21
2
-4
/
+1
*
|
|
undiif: Unneeded debugging functions.
Eric W. Biederman
2011-04-12
1
-0
/
+55
*
|
|
pxe: Neuter pxe_idle_init
Eric W. Biederman
2011-04-12
1
-83
/
+0
*
|
|
pxe: Cleanup interrupt handling making it reliabe and in spec
Eric W. Biederman
2011-04-12
2
-19
/
+10
*
|
|
core: thread: Implement polling for wakeups.
Eric W. Biederman
2011-04-12
2
-0
/
+12
*
|
|
undiif: Theoretical support for infiniband.
Eric W. Biederman
2011-04-12
2
-9
/
+25
*
|
|
pxe: Remove the lwip_test code
Eric W. Biederman
2011-04-12
1
-123
/
+0
*
|
|
lwip: Clean up the initialization sequence
Eric W. Biederman
2011-04-12
3
-45
/
+24
*
|
|
lwip: Allow up to 20 byte hardware address to support infiniband.
Eric W. Biederman
2011-04-12
1
-1
/
+1
*
|
|
lwip: Update the undi driver so it handles (in theory) all network types supp...
Eric W. Biederman
2011-04-12
3
-76
/
+982
*
|
|
core: pxe: Cleanup properly when using undi.
Eric W. Biederman
2011-04-12
1
-1
/
+4
*
|
|
core: pxe: Improve the situation with installing and uninstalling irq handlers
Eric W. Biederman
2011-04-12
5
-21
/
+67
*
|
|
lwip: Explicitly enable udp,tcp,icmp, and receive timeouts.
Eric W. Biederman
2011-04-12
1
-0
/
+4
*
|
|
core: pxe Add native support for http urls
Eric W. Biederman
2011-04-12
3
-0
/
+379
*
|
|
core: pxe: Add general support for pluggable url handlers.
Eric W. Biederman
2011-04-12
2
-5
/
+53
*
|
|
lwip: Tune memory management for performance
Eric W. Biederman
2011-04-12
1
-12
/
+2
*
|
|
lwip: Rename mem_init lwip_mem_init to remove a namespace conflict.
Eric W. Biederman
2011-04-12
5
-8
/
+8
*
|
|
core: Add isspace to ctype.h
Eric W. Biederman
2011-04-12
1
-0
/
+13
*
|
|
core: pxe: Factor out pxe_poll from pxe_receive_thread
Eric W. Biederman
2011-04-12
2
-38
/
+41
*
|
|
core: pxe: Rewrite the tftp implementation to use lwip
Eric W. Biederman
2011-04-12
1
-59
/
+78
*
|
|
core: pxe: Add a netconn socket to the pxe private inode
Eric W. Biederman
2011-04-12
1
-0
/
+2
*
|
|
core pxe: Use the lwip dns resolver
Eric W. Biederman
2011-04-12
1
-233
/
+19
*
|
|
pxe: Send tftp acks after we reach our timeout
Eric W. Biederman
2011-04-12
1
-0
/
+1
*
|
|
lwip: Use byteswap.h to define htons and friends
Eric W. Biederman
2011-04-12
1
-0
/
+6
*
|
|
core pxe: Cleanup the call to pxe_isr_init
Eric W. Biederman
2011-04-12
2
-1
/
+4
*
|
|
lwip: show stats when displaying speedtest results
H. Peter Anvin
2011-04-12
1
-3
/
+25
*
|
|
undiif: Fix weird include order madness.
Eric W. Biederman
2011-04-12
1
-1
/
+0
*
|
|
lwip: fix timestamps, statistics functions
H. Peter Anvin
2011-04-12
2
-0
/
+7
*
|
|
core: lwipopts: additional fine-tuning
H. Peter Anvin
2011-04-12
1
-2
/
+8
*
|
|
lwip: better speed test
H. Peter Anvin
2011-04-12
1
-58
/
+67
*
|
|
lwip: Disable lwip's malloc routines
Eric W. Biederman
2011-04-12
1
-2
/
+2
*
|
|
lwip: In mem.h define mem_realloc as static inline
Eric W. Biederman
2011-04-12
1
-1
/
+1
*
|
|
Make sure TCP_WND is < 64K-TCP_MSS
H. Peter Anvin
2011-04-12
1
-1
/
+1
*
|
|
core: lwip: tune parameters for performance
H. Peter Anvin
2011-04-12
2
-3
/
+47
*
|
|
lwip: better test case
H. Peter Anvin
2011-04-12
1
-9
/
+39
[next]