d8b51332c6
typo in macro fixed
Dan Lynch
2006-06-28 11:53:41 +00:00
ba2bfd54ed
- modified length of password string to match visible field length - value of n passed to wgetnstr should now be equivalent to output from strlen (i.e. length excluding NUL-terminating character)
Dan Lynch
2006-06-28 11:52:30 +00:00
f9887c3f0f
started on ANSI sequence processing
Dan Lynch
2006-06-28 11:50:02 +00:00
c29c868475
- implemented cursor retreat function (_wcursback) as a core function - reimplemented cleaner wgetnstr - fixed wdelch for use with _wcursback
Dan Lynch
2006-06-28 11:48:40 +00:00
2b15084388
- first check-in for mucurses_test.c - added mucurses_test.c build targets
Dan Lynch
2006-06-27 17:31:01 +00:00
0bcaa8a21f
First stab at DHCP option handling in a way that will allow us to have multiple option sources (e.g. multiple DHCP replies, non-volatile storage etc.)
Michael Brown
2006-06-27 17:24:07 +00:00
7f4cfe4a84
- put in the screen initialisation stuff and clear the screen...
Dan Lynch
2006-06-27 17:18:11 +00:00
11e280670d
- works with test ansi tty, but will need a rethink when we start getting key_ codes instead
Dan Lynch
2006-06-27 17:15:34 +00:00
f78fa3c59d
- working basic ansi termnal extension for mucurses
Dan Lynch
2006-06-27 17:11:57 +00:00
916f21921f
check whether malloc returns a valid pointer
Dan Lynch
2006-06-27 13:32:15 +00:00
9ca2f64ee1
moved console specific items out of mucurses (should be handled by external screen object)
Dan Lynch
2006-06-27 13:31:30 +00:00
197c0c91b2
make path relative (so that I don't break eb top of tree !)
Dan Lynch
2006-06-27 13:28:43 +00:00
05c0b3ce09
included contents of input.{c,h} in kb.c
Dan Lynch
2006-06-27 13:27:28 +00:00
04fcee2306
enabled build entry for mucurses libraries
Dan Lynch
2006-06-27 11:40:04 +00:00
446c1a3372
- deprecated in favour of a split library model
Dan Lynch
2006-06-27 11:05:13 +00:00
e442447f37
- multiple static inline definitions added - changes made to some constants and macros - changes made to _curses_screen struct - identified and removed prototypes for yet more unsupportable functions
Dan Lynch
2006-06-27 10:38:57 +00:00
5d2f39bbc2
added placeholder SRCDIRS entry for mucurses
Dan Lynch
2006-06-27 10:31:42 +00:00
1c87d54bb8
- recoded wgetch and wgetnstr for greater more efficiency - wgetch now includes non, part and full blocking read support
Dan Lynch
2006-06-27 10:24:40 +00:00
35557914e3
Simplify ipv4_tx() by not having a separate "source" variable now that we are constructing the IP header ourselves.
Michael Brown
2006-06-26 16:10:34 +00:00
b49de73950
Factorise out common code
Michael Brown
2006-06-26 16:01:24 +00:00
e517a4771b
Split ipv6 functions out from ipv4.c
Michael Brown
2006-06-26 15:33:46 +00:00
e04ea505c9
Whitespace fixes
Michael Brown
2006-06-26 13:45:24 +00:00
fb85954249
first working version - nasty, but mostly works
Dan Lynch
2006-06-26 08:24:34 +00:00
172a568af5
- added doxygen @file header - some more minor functionality implemented
Dan Lynch
2006-06-21 10:31:20 +00:00
3049a1f026
added doxygen @file header
Dan Lynch
2006-06-21 10:30:03 +00:00
14f5d3203d
- removed slk references - corrected minor algo errors in primitives - added doxygen @file header
Dan Lynch
2006-06-21 10:29:13 +00:00
79a9aced26
- added doxygen @file header - wdeleteln function implemented
Dan Lynch
2006-06-21 10:27:52 +00:00
12ca5aa442
added doxygen file header
Dan Lynch
2006-06-21 10:26:01 +00:00
1632c25c78
- major implementation work completed (testing in progress) - some optimisation done
Dan Lynch
2006-06-21 10:21:40 +00:00
3994688804
initial check in
Dan Lynch
2006-06-21 10:20:39 +00:00
3a660f9b25
Update ftp.c and hello.c to use the generic async_operations API.
Michael Brown
2006-06-19 15:46:58 +00:00
15397db2b4
Placeholder
Michael Brown
2006-06-17 23:34:48 +00:00
8637834031
Made the temporary buffer part of the TCP senddata() API, to ease the transition away from uIP.
Michael Brown
2006-06-17 23:20:54 +00:00
3c8aafa209
Simplify RX data path.
Michael Brown
2006-06-17 22:36:27 +00:00
8aeead7c1c
Remove dependency on arptable[] (which is no longer used).
Michael Brown
2006-06-16 14:48:31 +00:00
d393e61d8a
Temporary hack to work around the "TX overflow" problem in the interim period before updating to the new driver API (which can cope with having TX packets in progress).
Michael Brown
2006-06-16 14:38:16 +00:00
52de4935f9
Add 4 bytes to maximum frame length to allow for the frame checksum. (This actually matters once you try using TCP, because you *will* receive full-sized frames.)
Michael Brown
2006-06-16 14:30:41 +00:00
7c76791730
Improve debugging output for legacy wrapper
Michael Brown
2006-06-16 14:27:04 +00:00
e5865e796b
Forward-port event queue fixes from 5.4 tree.
Michael Brown
2006-06-16 14:05:43 +00:00
a20c565ef3
Forward-port start-of-day fixes from 5.4 tree
Michael Brown
2006-06-16 14:03:43 +00:00
50ab8c0e5b
Forward-port reset-related changes from 5.4 tree.
Michael Brown
2006-06-16 14:00:43 +00:00
968501e323
For consistency
Michael Brown
2006-06-16 13:17:40 +00:00
bcdcd796fb
32kB window is actually larger than our typical receive ring size. Shrink to 4kB for now. We might want to see if it can be made genuinely indicative of the RX ring size in the new TCP implementation.
Michael Brown
2006-06-16 13:16:59 +00:00
bbd9e28061
Simplify TX datapath.
Michael Brown
2006-06-16 00:19:46 +00:00
cce2e47ff4
Added iSCSI boot test code
Michael Brown
2006-06-14 17:00:25 +00:00
3b51c719d3
Generalise three-wire interface to generic SPI interface.
Michael Brown
2006-06-14 00:22:50 +00:00
ab4f96e525
Move per-transition delays from generic bit-bashing layer to i2c layer (since SPI bit-bashing will require different delay semantics).
Michael Brown
2006-06-14 00:20:35 +00:00
714641ae6d
Translate between "0 = success" and "0 = failure" call standards.
Michael Brown
2006-06-14 00:18:13 +00:00
51a36f1cfb
Change read_bit() to return 0 or -1UL, rather than 0 or 1.
Michael Brown
2006-06-12 19:29:50 +00:00
2e49441535
Updated debug message to reflect change in data structure.
Michael Brown
2006-06-12 01:10:08 +00:00
2138db36ca
Add "addr32" required explicitly by older gas.
Michael Brown
2006-06-12 01:07:43 +00:00
c10698b8b4
Add NULL_TRAP as a config option
Michael Brown
2006-06-11 01:55:43 +00:00
55bb40c39a
Fix typo
Michael Brown
2006-06-11 01:55:12 +00:00
df4b503a8c
Added null trap code for debugging. (Must be included by adding --nulltrap to the make target at the moment.)
Michael Brown
2006-06-11 01:48:29 +00:00
7ce44f7480
Update to use the generic i2c bit-bashing code.
Michael Brown
2006-06-11 00:57:38 +00:00
3ed40686c9
Added bit-bashing i2c interface code
Michael Brown
2006-06-11 00:57:00 +00:00
476d02051f
Windows Server 2003 sulks if we feed it an empty region in base memory as a result of our memory map editing, so strip out any empty regions.
Michael Brown
2006-06-09 12:20:03 +00:00
6fd1bd0510
Added missing check-in
Michael Brown
2006-06-09 10:19:17 +00:00
e90b64d625
Added sketch of bit-bashing interface common code
Michael Brown
2006-06-08 19:47:09 +00:00
17eea9f933
Fix bug with >256 cylinders.
Michael Brown
2006-06-08 19:28:08 +00:00
ad1aca0634
- separated curses.c out into separate source files to optimise library use later on - some small mods to existing functions
Dan Lynch
2006-06-08 17:23:37 +00:00
1697c78848
Legacy drivers cannot cope with multiple active devices.
Michael Brown
2006-06-08 15:18:27 +00:00
fdf62528ca
It's astonishing how long really fundamental bugs can survive without being noticed...
Michael Brown
2006-06-08 15:06:09 +00:00
191a906338
Fix some remarkably obvious mistakes in pcidirect.h
Michael Brown
2006-06-08 14:57:04 +00:00
763b7e2ef9
We now have just romprefix, rather than having isaprefix and pciprefix
Michael Brown
2006-06-06 15:41:21 +00:00
ef37f78cbe
Cut out almost all the optional code paths, drastically simplifying the flow of control through this code.
Michael Brown
2006-06-06 15:33:39 +00:00
e7eca7b7cb
Code segment may not be writable; create the temporary pointer to the GDT on the stack.
Michael Brown
2006-06-06 15:30:28 +00:00
46253ba618
Calculate _rom_size for the ROM prefix
Michael Brown
2006-06-06 15:29:39 +00:00
8d0c5f3302
Use byte 6 for the checksum, rather than byte 5. (Byte 5 may be part of the jmp instruction).
Michael Brown
2006-06-06 15:29:14 +00:00
02df45352c
Force pci.o to be included.
Michael Brown
2006-06-05 16:17:52 +00:00
754cfdfcf4
Legacy drivers will not pad when necessary
Michael Brown
2006-06-05 16:10:36 +00:00
7826de3f7e
PNIC doesn't auto-pad.
Michael Brown
2006-06-05 16:10:14 +00:00
286bf68faf
Added a very quick and dirty compatibility layer, to allow not-yet-updated drivers to at least function.
Michael Brown
2006-06-05 15:45:21 +00:00
c3e41e6fd1
Added soon-to-be-requisite missing include.
Michael Brown
2006-06-05 15:41:22 +00:00
34cfbf55a4
- added most slk functions
Dan Lynch
2006-06-05 15:03:11 +00:00
d78581297b
Improve tcpdump legibility.
Michael Brown
2006-06-01 19:23:52 +00:00
6ab4b99f41
Quick hack to avoid trying to use an uninitialised net device.
Michael Brown
2006-06-01 15:53:05 +00:00
48fb6c6dc2
Updated retry timer mechanism to incorporate smoothed RTT estimation.
Michael Brown
2006-06-01 14:33:52 +00:00
50415b3aca
Make DBG_DISCARD correct
Michael Brown
2006-06-01 12:11:09 +00:00
1f394c2f7c
Backing out last change; no immediate plans to make the whole block-device layer asynchronous, so keeping the sync/async boundary within aoedev.c seems cleanest for now.
Michael Brown
2006-06-01 11:14:59 +00:00
d6866202f9
Until we have a functioning UDP stack and PXE API again, there's not much point trying to use the old boot sequence. Replaced with a call to the AoE demo code, so that people can at least build and try something useful.
Michael Brown
2006-06-01 11:07:31 +00:00
d21fc3610f
Added sample AoE test code to tree
Michael Brown
2006-06-01 11:05:36 +00:00
f6d20bb0f4
Put in a method to get the MAC address for the AoE target. (It's not elegant, but it works).
Michael Brown
2006-05-31 19:12:17 +00:00
99ef98d0bf
ATA devices are now asynchronous. The ATA layer itself now performs the async_wait(), though we may wish to move this higher up the stack, and consider making the block device model asynchronous. (There is only a marginal cost for synchronous devices, since they can simply call async_done() before returning; async_wait() will work seamlessly in this situation).
Michael Brown
2006-05-31 18:57:11 +00:00
cf96d325d8
Missing from previous checkin.
Michael Brown
2006-05-31 18:45:43 +00:00
68125bc441
Added generic asynchronous operations code.
Michael Brown
2006-05-31 14:34:17 +00:00