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
...
*
|
|
lwip: now to the point we can make a TCP connection...
H. Peter Anvin
2011-04-12
3
-37
/
+152
*
|
|
lwip: Allow clearing a dns server
H. Peter Anvin
2011-04-12
1
-1
/
+6
*
|
|
core pxe: Ensure all parameters in pxe_get_cached_info are initialized.
Eric W. Biederman
2011-04-12
1
-1
/
+1
*
|
|
core: pxe: additional work on the lwip port
H. Peter Anvin
2011-04-12
4
-8
/
+67
*
|
|
core pxe: Switch threads if more than one runnable.
Eric W. Biederman
2011-04-12
1
-0
/
+1
*
|
|
core: pxeisr.inc: The name of the globals is pxe_irq_vector not pxe_irq_num
Eric W. Biederman
2011-04-12
1
-1
/
+1
*
|
|
core thread: Make the code a little clearer.
Eric W. Biederman
2011-04-12
1
-1
/
+1
*
|
|
core: thread: return 0 from sem_down() if we didn't have to wait
H. Peter Anvin
2011-04-12
1
-0
/
+1
*
|
|
core: pxe: don't switch to the PXE stack if we're on it...
H. Peter Anvin
2011-04-12
1
-0
/
+22
*
|
|
pxe: lwip: busy-wait if transmit is blocked for buffers
H. Peter Anvin
2011-04-12
1
-11
/
+13
*
|
|
pxe: lwip: update data pointer after getting a secondary fragment
H. Peter Anvin
2011-04-12
1
-0
/
+1
*
|
|
pxe: hook up the interrupt routine and the lwip receive routine
Eric W. Biederman
2011-04-12
3
-44
/
+110
*
|
|
lwip: fix conflict with <netinet/in.h>
H. Peter Anvin
2011-04-12
1
-3
/
+1
*
|
|
lwip: undiif - initial cut at a UNDI Ethernet-only driver
H. Peter Anvin
2011-04-12
1
-0
/
+341
*
|
|
pxe: Move the gpxe url reading code into it's own file.
Eric W. Biederman
2011-04-12
3
-89
/
+89
*
|
|
pxe: Move the tftp implementation into it's own file
Eric W. Biederman
2011-04-12
3
-429
/
+435
*
|
|
pxe: Add methods to abstract out the connection type.
Eric W. Biederman
2011-04-12
2
-140
/
+191
*
|
|
pxe: Statically initialize pxe_receive_thread_sem
Eric W. Biederman
2011-04-09
1
-2
/
+1
*
|
|
core: pxe: pm_return Use jiffies_t
Eric W. Biederman
2011-04-09
1
-4
/
+2
*
|
|
core: add .stack16 to layout.inc
H. Peter Anvin
2011-04-09
1
-0
/
+1
*
|
|
core: add .stack to layout.inc so it gets the proper flags
H. Peter Anvin
2011-04-09
1
-0
/
+3
*
|
|
core: pxeisr.inc: fix compatibility with older versions of NASM
H. Peter Anvin
2011-04-09
1
-2
/
+1
*
|
|
core: pxe: pm return hook to examine timer ticks and PXE ISR status
H. Peter Anvin
2011-04-09
1
-0
/
+44
*
|
|
core: add a way to invoke a function on return to protmode
H. Peter Anvin
2011-04-09
2
-1
/
+30
*
|
|
core: pxe: real-mode interrupt service routine
H. Peter Anvin
2011-04-09
3
-1
/
+103
*
|
|
lwip: Enable thread support
Eric W. Biederman
2011-04-09
3
-4
/
+158
*
|
|
core: Make the core malloc and free thread safe.
Eric W. Biederman
2011-04-09
3
-0
/
+20
*
|
|
core thread: Don't include core.h from thread.h
Eric W. Biederman
2011-04-09
2
-1
/
+3
*
|
|
core: Move timer functions into timer.h
Eric W. Biederman
2011-04-09
2
-16
/
+22
*
|
|
lwip: Use kaboom.h
Eric W. Biederman
2011-04-09
1
-3
/
+1
*
|
|
core: Move kaboom into it's own header.
Eric W. Biederman
2011-04-09
2
-6
/
+12
*
|
|
core: thread: add a name field
H. Peter Anvin
2011-04-09
4
-3
/
+6
*
|
|
core: thread: add static declaration of semaphores
H. Peter Anvin
2011-04-09
1
-0
/
+9
*
|
|
thread: add support for locking the scheduler
H. Peter Anvin
2011-04-09
4
-0
/
+18
*
|
|
core thread: Rename timeouts pvt to better reflect it's use.
Eric W. Biederman
2011-04-09
1
-3
/
+1
*
|
|
core: thread: add a "timeouts" pointer to the thread structure
H. Peter Anvin
2011-04-09
1
-0
/
+3
*
|
|
core: thread: move most thread state to stack; task switch errno
H. Peter Anvin
2011-04-09
4
-24
/
+39
*
|
|
core: thread: Add a global errno variable to support lwip
Eric W. Biederman
2011-04-09
1
-0
/
+3
*
|
|
core: thread: merge mbox_post() and mbox_trypost()
H. Peter Anvin
2011-04-08
2
-14
/
+7
*
|
|
core: add simple mailbox library
H. Peter Anvin
2011-04-08
2
-0
/
+92
*
|
|
core: thread: add option to not wait on a semaphore at all
H. Peter Anvin
2011-04-08
1
-26
/
+33
*
|
|
core: thread: have start_thread() allocate memory dynamically
H. Peter Anvin
2011-04-08
3
-11
/
+17
*
|
|
core: simple thread library
H. Peter Anvin
2011-04-08
11
-0
/
+416
*
|
|
core: declare jiffies_t and mstime_t and use them.
Eric W. Biederman
2011-04-08
4
-10
/
+13
*
|
|
lwip: Minimal configuration to get lwip building in syslinux
Eric W. Biederman
2011-04-08
5
-1
/
+61
*
|
|
lwip: Delete the ipv6 support and the tests.
Eric W. Biederman
2011-04-08
19
-2159
/
+0
*
|
|
lwip: Import lwip version 1.3.2
Eric W. Biederman
2011-04-08
140
-0
/
+59388
*
|
|
core: Makefile don't worry about how deep the files are
Eric W. Biederman
2011-04-08
1
-7
/
+8
|
|
/
|
/
|
*
|
diskstart: Add a pointer to the syslinux_banner to the EPA
syslinux-4.04-pre22
H. Peter Anvin
2011-04-04
1
-0
/
+5
|
/
*
core: Adjust formatting around the date string
H. Peter Anvin
2011-04-04
1
-2
/
+2
[prev]
[next]