FUZIX.git
2017-11-12 Alan Coxstty: better default
2017-11-11 Alan Coxsetdate: add a date setting tool to run in /etc/rc
2017-11-11 Alan Coxswap.c: facepalm
2017-11-11 Alan CoxMakefile.z80: build ld
2017-11-11 Alan Coxld: add commentary
2017-11-11 Alan CoxApplications: add more to the build and clean ups
2017-11-11 Alan Coxutils add 'clear'
2017-11-11 Alan Coxlevee: move the makefile
2017-11-11 Alan Coxue: move the Makefile
2017-11-11 Alan Coxhtget: Fix various bugs in data processing
2017-11-11 Alan Coxz80pack: fix misreporting of memory size
2017-11-11 Alan Coxlinein: forgot a file sorry
2017-11-11 EtchedPixelsMerge pull request #546 from beretta42/init
2017-11-11 Alan Coxhtget: doesn't need stdio
2017-11-11 Alan Coxhtget: simple tool to get files off the internet
2017-11-11 Alan Coxuip: introduce some randomness to starting state
2017-11-11 Alan Coxirc: newlines needed on errors
2017-11-11 Alan Coxirc: further small changes
2017-11-11 Alan Coxtty: multiple fixes
2017-11-11 Alan Coxz80pack: work around emulation not emulating baud rates
2017-11-11 Alan Coxirc: fix some minor buglets
2017-11-11 Alan Coxslip: performance improvements and clean up
2017-11-10 Alan Coxbasic: update encoding README
2017-11-10 Alan Coxkernel: first pass set of dependancies (lots left to...
2017-11-10 Alan Coxmknod: replace the simplistic one with a proper mknod
2017-11-10 Alan Coxinit: actually set the tty parameters!
2017-11-10 Alan Coxirc: because every platform needs an irc client
2017-11-10 Alan Coxfuzix-conf: set the mss based upon the device mtu
2017-11-10 Alan Coxslip: try and be smarter about processing - do blocks
2017-11-10 Alan Coxnetd: add mtu values to driver data
2017-11-10 Brett Gordoninit: crunched table not reseting runlevel mask, correc...
2017-11-09 Alan Coxtelnet: remove un-needed define copies
2017-11-09 Alan Coxnetd: make tracing easier to control, do tcp polls...
2017-11-09 Alan Coxgethostbyname: this crashes with a null pointer trap
2017-11-09 Alan Coxnetd: minor changes to fuzix-conf
2017-11-09 Alan Coxnetd: use the right clock
2017-11-09 Alan Coxping: endianisms
2017-11-09 Alan Coxslip: fix dumb bug that corrupted memory
2017-11-09 Alan Coxnetd: Futher fixes
2017-11-09 Alan Coxnet_native: fix build with SDCC
2017-11-09 Alan Coxmicropack: update MMU definitions
2017-11-09 Alan Coxz80pack: switch to net_native
2017-11-08 Alan Coxnetd: clock types are 32bit
2017-11-08 EtchedPixelsMerge pull request #543 from beretta42/netd2
2017-11-08 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2017-11-08 Alan CoxMakefile: add a make kclean target
2017-11-08 Alan Coxsyscal_exec16: Fix two bugs
2017-11-08 Alan Coxexec32: move to readi
2017-11-08 Alan Coxubee: keep the incomplete port in sync
2017-11-08 Alan Coxz80: align more platforms
2017-11-08 Alan Coxtrs80: align with current kernel
2017-11-08 Alan Coxmsx1: align with current
2017-11-08 Alan Coxzetav2: update to current kernel core
2017-11-08 Alan Coxsocz80: align with current code
2017-11-08 Alan Coxdevfd: clean up for current I/O layer
2017-11-08 Alan Coxnc100: align with core changes
2017-11-08 Alan Coxz180: no MMU hooks
2017-11-08 Alan Coxremount: fix a corner case
2017-11-08 Alan Coxsyscall_fs: stop pipe() working with a r/o fs backing it
2017-11-08 Alan Coxz80: shave off a few bytes
2017-11-08 Alan Coxdevrd: bring up to match current I/O layer
2017-11-08 Alan Coxkernel: Fix level 1 build
2017-11-08 Alan Coxz80: start bringing platforms into line with core updates
2017-11-08 Brett Gordonnetd: fix slip definition to match header
2017-11-08 Brett Gordonnetd: fixup arp switch typing, include in device driver...
2017-11-08 Brett Gordonnetd: correct lwwire poll returning -1 for no reason.
2017-11-07 EtchedPixelsMerge pull request #542 from beretta42/as
2017-11-07 Brett GordonMWC: du: make 'dufork' definition match declaration
2017-11-07 Brett GordonMWC: specify SRCS for 'du'
2017-11-07 Brett Gordonas: make z80 assembler
2017-11-05 Alan Coxbasic: snapshot further work
2017-11-04 Alan Coxbaisc: nothing to see here - putting the framework...
2017-11-04 Alan Coxnetd: final warnings and silly typecase fix
2017-11-04 Alan Coxnetd: first attempt at decoding loopback correctly...
2017-11-04 Alan Coxslip: fix build bug
2017-11-04 Alan CoxedL: Add a cleaned up port of the MWC ed
2017-11-03 Alan Coxnetd: first cut at a slip driver
2017-11-03 Alan Coxnetd: Fix unterminated comment
2017-11-03 Alan Coxnetd: remove duplicate declarations and add the arp...
2017-11-03 Alan Coxfsck: note a performance fix
2017-11-03 Alan Coxnetd: clean up for other compilers and add the ability...
2017-11-03 Alan Coxnetd: note clock_arch check to do
2017-11-03 Alan Coxnetd: gcc can struct assign but not all of its friends can
2017-11-03 Alan Coxnetd: add flag so a driver declares if it needs arp
2017-11-03 Alan Coxprocess: when debugging it's nice to know why something...
2017-11-03 Alan Coxz80pack: turn on MMU feature
2017-11-03 Alan Coxz80pack: add an extreme example of the mmu hooks
2017-11-03 Alan Coxlowlevel-z80: add hooking points for Z80 systems with...
2017-11-03 Alan Coxz80pack: we added a tty
2017-11-03 Alan Coxz80pack: drop stuff we don't need
2017-11-03 Alan Coxibmpc: note older 80x86 errata
2017-11-03 Alan Coxz80pack: add the outgoing port as another tty
2017-11-03 Alan Coxz80: fix the banked code FIXME about syscalls.
2017-11-03 Alan Coxz80pack: Fix the printer driver
2017-11-03 Alan Coxdu: switch version
2017-11-02 Alan Coxas: bracket or square...
2017-11-02 Alan Coxas: incomplete 6809 code
2017-10-31 Alan Coxas: Fix more bugs, add < and > for lo/hi relocations
2017-10-31 Alan Coxas further work
2017-10-31 Alan Coxld: first cut at big endian logic, pcrel, overflow...
next