index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
hci
/
mucurses
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mucurses] Avoid potential division by zero
Michael Brown
2017-07-04
1
-2
/
+1
*
[mucurses] Ensure SLK labels are always terminated
Michael Brown
2017-03-22
1
-1
/
+1
*
[mucurses] Attempt to fix use of uninitialised buffer with strcat()
Michael Brown
2017-03-21
1
-0
/
+1
*
[mucurses] Attempt to fix resource leaks
Michael Brown
2017-03-21
1
-6
/
+4
*
[mucurses] Attempt to fix keypress processing logic
Michael Brown
2017-03-21
1
-4
/
+3
*
[mucurses] Attempt to fix test for empty string
Michael Brown
2017-03-21
1
-1
/
+1
*
[mucurses] Fix GCC 6 nonnull-compare errors
Vinson Lee
2016-05-04
1
-11
/
+0
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
15
-15
/
+15
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[mucurses] Add missing FILE_LICENCE declarations
Michael Brown
2015-03-02
6
-0
/
+12
*
[console] Fix display of characters with top bit set
Michael Brown
2014-03-13
1
-1
/
+1
*
[mucurses] Use centralised concept of colour pairs
Michael Brown
2013-12-09
1
-6
/
+8
*
[console] Allow consoles to update the recorded console size
Michael Brown
2013-12-06
1
-4
/
+1
*
[mucurses] Implement curs_set() to control cursor visibility
Michael Brown
2013-12-02
3
-0
/
+17
*
[mucurses] Use "<ESC>[2J" ANSI escape sequence to clear screen
Michael Brown
2013-11-28
2
-11
/
+32
*
[build] Fix uses of literal 0 as a NULL pointer
Michael Brown
2013-04-28
1
-1
/
+1
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[console] Exclude text-based UI output from logfile-based consoles
Michael Brown
2012-03-26
1
-2
/
+14
*
[console] Move putchar() and getchar() declarations to stdio.h
Michael Brown
2012-03-26
1
-1
/
+0
*
[readline] Add init_editstring() wrapper function
Michael Brown
2011-03-30
1
-2
/
+1
*
[console] Move include/console.h to include/ipxe/console.h
Michael Brown
2011-03-09
2
-2
/
+2
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-20
2
-2
/
+2
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
10
-0
/
+20
*
[editbox] Allow for password widgets that do not display their contents
Michael Brown
2009-02-17
1
-3
/
+8
*
[dhcp] Split PXE menuing code out of dhcp.c
Michael Brown
2009-02-01
2
-3
/
+3
*
Modify gPXE core and drivers to work with the new timer subsystem
Alexey Zaytsev
2008-03-02
1
-1
/
+1
*
__nonnull changes
Holger Lubitz
2007-08-20
1
-5
/
+5
*
__nonnull changes
Holger Lubitz
2007-08-20
1
-0
/
+8
*
__nonnull changes
Holger Lubitz
2007-08-20
1
-0
/
+5
*
Make has_key() a static inline, rather than omitting it altogether.
Michael Brown
2007-07-28
1
-15
/
+1
*
Revert "make bool m_echo static" - I suspect this to be defined by spec
Michael Brown
2007-07-28
1
-1
/
+1
*
make bool m_echo static
Holger Lubitz
2007-07-27
1
-1
/
+1
*
remove has_key by #if 0'ing out
Holger Lubitz
2007-07-27
1
-1
/
+3
*
make _wgetc static
Holger Lubitz
2007-07-27
1
-0
/
+1
*
make struct _softlabelkeys *slks static
Holger Lubitz
2007-07-27
1
-1
/
+1
*
Warnings purge: src/{crypto,hci,net}
Marty Connor
2007-07-03
1
-0
/
+1
*
vsprintf.h is gPXE-specific; move it to include/gpxe
Michael Brown
2007-01-19
1
-1
/
+1
*
Use stdio.h instead of vsprintf.h
Michael Brown
2007-01-19
2
-2
/
+3
*
Include stdlib.h rather than malloc.h
Michael Brown
2007-01-18
2
-2
/
+2
*
Avoid creating implicit memcpy()s
Michael Brown
2007-01-05
1
-4
/
+3
*
Define KEY_MIN and use it in kb.c.
Michael Brown
2006-12-20
1
-2
/
+2
*
Explicitly call erase(), to cope with platforms where the ANSI clear
Michael Brown
2006-12-20
1
-0
/
+5
*
Fix (hopefully) the scrolling logic
Michael Brown
2006-12-20
1
-11
/
+11
*
Don't automatically redraw the edit box; this allows better inheritance.
Michael Brown
2006-12-20
1
-19
/
+0
*
Editable text box widget based on mucurses and edit_string.
Michael Brown
2006-12-20
1
-0
/
+115
*
Reset screen on exit as well as entry
Michael Brown
2006-12-20
1
-6
/
+3
*
Explicitly move cursor to top-left of screen, in case the clear screen
Michael Brown
2006-12-19
1
-1
/
+1
*
Use current attributes when erasing.
Michael Brown
2006-12-19
3
-4
/
+16
*
Assume a 24-line screen, since we can't (easily) avoid scrolling after
Michael Brown
2006-12-19
1
-1
/
+1
*
Avoid cursor move on every single character
Michael Brown
2006-12-19
1
-4
/
+20
[next]