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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reset screen on exit as well as entry
Michael Brown
2006-12-20
1
-6
/
+3
*
Add "exit --help" to preempt the pedants.
Michael Brown
2006-12-20
1
-2
/
+9
*
Remove obsolete mechanism for including nvo_cmd.o
Michael Brown
2006-12-20
1
-2
/
+0
*
Select required commands via config.h
Michael Brown
2006-12-20
2
-0
/
+17
*
Remove warning (at least on platforms with uint32_t == unsigned long).
Michael Brown
2006-12-20
1
-1
/
+1
*
Move nvo_cmd.c to hci/commands.
Michael Brown
2006-12-20
2
-3
/
+1
*
Functionality now replaced by a combination of readline() and system().
Michael Brown
2006-12-20
5
-543
/
+0
*
Use new minimal shell
Michael Brown
2006-12-20
1
-1
/
+6
*
Separated out (and tidied up) shell banner code
Michael Brown
2006-12-20
2
-0
/
+77
*
Minimal shell implementation using readline() and system().
Michael Brown
2006-12-20
2
-0
/
+98
*
Use stdlib.h for malloc() instead of malloc.h.
Michael Brown
2006-12-20
5
-5
/
+4
*
Explicitly print out-of-memory message to avoid tricking the user into
Michael Brown
2006-12-20
1
-7
/
+7
*
Functioning readline()
Michael Brown
2006-12-20
1
-2
/
+47
*
Provide an edit history to allow caller to efficiently update display.
Michael Brown
2006-12-20
2
-4
/
+27
*
Explicitly move cursor to top-left of screen, in case the clear screen
Michael Brown
2006-12-19
1
-1
/
+1
*
Skeletal (non-echoing) version of readline()
Michael Brown
2006-12-19
2
-0
/
+80
*
Catch attempts to print NULL strings
Michael Brown
2006-12-19
1
-0
/
+2
*
Start of generic editable string support
Michael Brown
2006-12-19
3
-1
/
+182
*
Use common symbols to avoid dragging in getopt.o unless a getopt-using
Michael Brown
2006-12-19
3
-19
/
+26
*
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
*
Optimise bios_putchar for speed(!) by avoiding two separate real-mode
Michael Brown
2006-12-19
1
-11
/
+16
*
Avoid cursor move on every single character
Michael Brown
2006-12-19
2
-4
/
+22
*
Obsolete, and no longer functions
Michael Brown
2006-12-19
1
-88
/
+0
*
Use ANSI escape sequence to reset and clear terminal, rather than using
Michael Brown
2006-12-19
2
-2
/
+2
*
Now basically functioning on ANSI-supporting consoles.
Michael Brown
2006-12-19
8
-97
/
+217
*
Adjusted to use the normal internal mucurses API rather than accessing
Michael Brown
2006-12-18
1
-19
/
+25
*
Remove more dynamic allocation
Michael Brown
2006-12-18
1
-8
/
+20
*
There seems to be no reason why pos_x is static...
Michael Brown
2006-12-18
1
-3
/
+3
*
Remove some unnecessary use of calloc() for tiny memory areas.
Michael Brown
2006-12-18
1
-11
/
+8
*
Convert _{store,restore}_cursor_pos to static inlines.
Michael Brown
2006-12-18
2
-33
/
+20
*
wmove() is part of the public curses API, and already defined in curses.h
Michael Brown
2006-12-18
1
-1
/
+0
*
Renamed core.h to mucurses.h
Michael Brown
2006-12-18
9
-11
/
+11
*
Rename core.c->mucurses.c; bin/core.o is too generic to belong to mucurses.
Michael Brown
2006-12-18
1
-0
/
+0
*
Use int rather than short for bool; it will give more efficient code.
Michael Brown
2006-12-18
1
-1
/
+1
*
Use iskey() and getchar() to interact with console, rather than object
Michael Brown
2006-12-18
3
-19
/
+5
*
The "increment MAC address by port number" hack applies only to EF1.
Michael Brown
2006-12-18
1
-3
/
+7
*
Print welcome banner in bold (which will come out as bright white text
Michael Brown
2006-12-18
1
-2
/
+5
*
Add basic ANSI escape sequence support to BIOS console
Michael Brown
2006-12-18
2
-3
/
+156
*
Added support for interpreting ANSI escape sequences on behalf of
Michael Brown
2006-12-18
2
-0
/
+217
*
Fix building on gas versions that don't auto-insert addr32 prefixes
Michael Brown
2006-12-12
1
-3
/
+3
*
Automatically select between the "10" and "16" variants of command set,
Michael Brown
2006-12-12
2
-31
/
+120
*
Catch SCSI errors, and work around the start-of-day CHECK CONDITION
Michael Brown
2006-12-12
1
-1
/
+32
*
Typo
Michael Brown
2006-12-12
1
-2
/
+2
*
Request all the options that we're prepared to do anything with.
Michael Brown
2006-12-12
1
-3
/
+5
*
Added "clear" command
Michael Brown
2006-12-12
1
-0
/
+30
*
Added clear_setting()
Michael Brown
2006-12-12
2
-2
/
+26
*
Cope with system("").
Michael Brown
2006-12-08
1
-6
/
+12
*
Added "priority" and "root-path" options
Michael Brown
2006-12-08
1
-2
/
+94
*
Add placeholder ibft.h
Michael Brown
2006-12-08
2
-4
/
+13
[next]