FUZIX.git
2016-03-17 EtchedPixelsMerge pull request #332 from beretta42/adventure
2016-03-17 Brett Gordonadvent: remove old comment in 6809 makefile.
2016-03-17 Brett Gordonadvent: compile with optimizations off for gcc6809 :(
2016-03-17 Brett Gordonadvent: add makefile for 6809
2016-03-17 Alan Coxinit: Remove unsafe memory freeup
2016-03-17 Alan Coxadvent: fix crash with long texts due to undersized...
2016-03-17 Alan Coxadvgen.c: fix some odd formatting
2016-03-17 Alan Coxadvgen: support generating a cross endian database
2016-03-16 Alan Coxdatabase.c: Fix crash in dark rooms
2016-03-16 Alan Coxadventure: as required by all 8bit micros
2016-03-16 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-03-16 Alan Coxinit: fix bug noted by Brett
2016-03-15 EtchedPixelsMerge pull request #329 from beretta42/ucp
2016-03-15 Brett Gordonucp: add "ln" command.
2016-03-08 EtchedPixelsMerge pull request #327 from beretta42/umount
2016-03-08 Brett Gordonumount.c: fix formatting
2016-03-08 Brett Gordonumount.c: bugfix: not rewriting /etc/mtab correctly.
2016-03-08 Brett Gordonumount.c: remove pointless tokification: mntpt not...
2016-03-07 EtchedPixelsMerge pull request #325 from beretta42/keyrepeat2
2016-03-07 EtchedPixelsMerge pull request #326 from beretta42/tar
2016-03-07 Brett Gordontar.c: don't archive the archive file
2016-03-07 Brett Gordoncoco3: Match other platforms keyrepeating code.
2016-03-06 Alan Coxdevtty: propogate Brett's keyboard repeat all over...
2016-03-06 Alan Coxdragon: add devtty, bring in line with current link set
2016-03-06 Alan Coxtrs80: keyboard repeat support
2016-03-06 Alan Coxvt: keyboard repeat rate ioctls
2016-03-06 EtchedPixelsMerge pull request #322 from beretta42/keyrepeat2
2016-03-06 EtchedPixelsMerge pull request #324 from beretta42/discard
2016-03-06 Brett Gordoncoco3: move devtty_init() to .discard section, clean...
2016-03-06 Brett Gordoncoco3: add video_init() to .discard
2016-03-06 Brett Gordoncoco3: put sdc init code in .discard
2016-03-06 Brett Gordoncoco3: force devide_discard to discard section.
2016-03-06 Brett Gordoncoco3: move basic system initialization to .discard...
2016-03-05 EtchedPixelsMerge pull request #323 from beretta42/opendir
2016-03-05 Brett Gordonopendir_r: bugfix: bad first iteration of readdir
2016-03-03 Brett Gordoncoco3: Add key repeating for keyboard driver
2016-03-03 Alan Coxinet: First pass fixing up the inet_ functions
2016-03-03 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-03-03 Alan CoxLibrary: Add an install to put the headers in the right...
2016-03-03 EtchedPixelsMerge pull request #321 from beretta42/core
2016-03-02 Brett Gordoncoredump: clear u_error for new batch of calls.
2016-02-28 Alan Coxbbc: First bits ready to start porting to the matchbox...
2016-02-27 Alan CoxREADME.md: updates
2016-02-27 Alan Coxbbc: tool for manipulating BBC micro SSD disc images
2016-02-25 Alan Coxinet: first few bits of the libc code we need
2016-02-25 Alan Coxsyscall_net: Fix socket leak
2016-02-25 Alan CoxBUGS: update
2016-02-25 Alan Coxdevio: fix sign on IDUMP
2016-02-25 Alan Coxprocess: hack for P_STOPPED until we sort out the stop...
2016-02-25 Alan Coxtty: update TODO list
2016-02-25 Alan Coxz80pack: switch to using the test net code
2016-02-25 Alan Coxkernel: more error numbers needed
2016-02-25 Alan Coxnet_z80pack: test "smart" network interface with some...
2016-02-25 Alan Coxsyscall_net: various improvements and fixes
2016-02-25 Alan Coxnetdev: re-order states to make tests more logical
2016-02-25 Alan CoxBUGS: update for a couple of remaining problems
2016-02-25 Alan Coxsocktest: this won't live here forever
2016-02-25 Alan Coxutils: build with fcc so we find the headers properly
2016-02-23 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-02-23 EtchedPixelsMerge pull request #319 from beretta42/kill
2016-02-23 Brett Gordonkill.c: inverted test of strcmp
2016-02-22 Alan Coxsyscall_fs: getmode change I missed
2016-02-22 Alan Coxgetmode: make getmode 8bit
2016-02-22 Alan CoxTODO: fix the fact BSD groups were done for level 2
2016-02-21 Alan Coxlevel2: shave another 40 bytes off
2016-02-21 Alan Coxnet_native: diet time
2016-02-21 Alan Coxnet: add a sock_init()
2016-02-21 Alan Coxls: fix error return code
2016-02-21 Alan Coxwait.h: make clearer
2016-02-21 Alan Coxexit: update syscall_exec16 to the new core dump change
2016-02-21 Alan Coxkernel: Fix breakages in revised exit handling
2016-02-21 Alan Coxnet: tidy up types and get rid of lots of needless...
2016-02-20 Alan Coxsyscall_net: note another area to look at later
2016-02-20 Alan Coxz80pack: switch over to net_native so we can begin...
2016-02-20 Alan Coxnet_native: note a future bug risk
2016-02-20 Alan Coxdevsys: Make the devsys code identing consistent
2016-02-20 Alan Coxdevsys: wire up the network hooks
2016-02-20 Alan Coxinode: remove dead socket checks
2016-02-20 Alan Coxnet: Further tidying up
2016-02-20 Alan Coxnet: tidy up stuff we don't want in kernel
2016-02-20 Alan Coxnet_native: put header in the right spot
2016-02-20 Alan Coxps: update to reflect kernel state removals
2016-02-20 EtchedPixelsMerge pull request #318 from retrodeluxe/fuzix-msx2
2016-02-20 geijoenrmsx2: fix build dependency
2016-02-19 Alan Coxnetworking: first cut at the native TCP/IP stack interface
2016-02-19 Alan CoxTODO: update
2016-02-17 Alan Coxexec: add core dump support
2016-02-17 Alan Coxdoexit: tidy up types
2016-02-17 Alan Coxprocess: clean up signal handling logic and finish...
2016-02-17 Alan CoxREADME.md: small update
2016-02-17 Alan CoxREADME: update kernel README a bit
2016-02-13 Alan Coxnet: add the missing handling for conflicting addresses...
2016-02-13 Alan Coxdevsys: low protection makes no sense so remove
2016-02-13 Alan Coxflat_mem: start adjusting atarist as a prototype user...
2016-02-13 Alan Coxflat_mem: more tidying up
2016-02-13 Alan Coxwaitpid: add more job control bits
2016-02-13 Alan Coxflat_mem: bring into line with prototypes
2016-02-13 Alan Coxmemory: bring more files into line with new prototypes
2016-02-13 Alan Coxmemory: fix some of the types for 32bit address spacing
2016-02-11 Alan Coxusermem: add MISALIGNED
next