FUZIX.git
2015-03-17 Alan Coxerror(): use _itoa
2015-03-17 Alan CoxREADME.md: small updates
2015-03-17 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-03-17 Alan Coxutils: Changes in the Makefiles turned off optimisation
2015-03-17 Alan Coxfcc: Change optimisation behaviour
2015-03-17 Alan Coxfactor: fix the mess
2015-03-17 EtchedPixelsMerge pull request #147 from geijoenr/master
2015-03-16 geijoenrmsx2: add new vdp driver based on v99xx
2015-03-16 geijoenrmsx2: use font6x8
2015-03-16 geijoenrv99xx: add vdp driver
2015-03-16 EtchedPixelsMerge pull request #146 from davidgiven/libc
2015-03-15 David GivenMerge from master.
2015-03-15 David GivenCorrect license --- BSD, not MIT.
2015-03-15 EtchedPixelsMerge pull request #145 from davidgiven/libc
2015-03-15 David GivenNever write your own stringlib function. They're always...
2015-03-15 David GivenFix accidentally borked utime() declaration.
2015-03-15 Alan Coxethernet: avoid dumb sdcc emitting of _gs code
2015-03-15 Faisal Abbastty.c: add support for tcflow
2015-03-15 Faisal Abbastcflow.c: tcflow implementation
2015-03-15 Faisal Abbastcflow: add flags for ioctl switch
2015-03-15 Alan Coxsocz80: poll the ethernet kernel side
2015-03-15 EtchedPixelsMerge pull request #144 from davidgiven/shrinkage2
2015-03-15 EtchedPixelsMerge pull request #143 from davidgiven/ucp-fixes
2015-03-15 David GivenFix some more prototypes (size_t != necessarily unsigne...
2015-03-15 David GivenRemoved dependencies on scanf unless it's really needed...
2015-03-15 David GivenOops; missed some getc()s.
2015-03-15 David GivenMinor tweaks to produce less code.
2015-03-15 David GivenDon't report a failure exit code on EOF or 'exit' comma...
2015-03-15 David GivenError reporting is now reported to stderr; get supports...
2015-03-14 David GivenFix some type issues to be more standard (and work...
2015-03-15 David GivenOops --- the ACK is BSD licensed, not MIT...
2015-03-15 David GivenAdded, fixed, and type-safed a bunch of stringlib funct...
2015-03-14 EtchedPixelsMerge pull request #141 from erkinalp/master
2015-03-14 EtchedPixelsMerge pull request #140 from skiselev/master
2015-03-14 Erkin Alp GüneyFixed type error
2015-03-14 Sergey Kiselevzeta-v2: fix comments
2015-03-14 Sergey KiselevMerge branch 'detect_uart'
2015-03-14 Sergey Kiselevzeta-v2: implement UART auto detection; enable FIFO...
2015-03-12 EtchedPixelsMerge pull request #138 from skiselev/master
2015-03-12 Sergey KiselevMerge branch 'uart_fixes'
2015-03-12 EtchedPixelsMerge pull request #137 from skiselev/master
2015-03-12 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-03-12 Sergey Kiselevtools: fcc: add -D support; fix --Werror
2015-03-12 Alan Coxsocz80: Add socz80 to the platforms
2015-03-12 Alan Coxmsx1: fix link
2015-03-12 Alan Coxpx4plus: bring other bits up to date
2015-03-12 Alan Coxmsx1: fix old dispatch signal reference
2015-03-12 Alan Coxmsx2: add missing header from sd change
2015-03-12 Alan Coxtty_sleeping: propogate into remaining platforms
2015-03-12 Alan Coxzx128: tricks tidy
2015-03-12 Alan Coxsyscall_fs2: fix build with ACCT enabled
2015-03-12 Alan Cox8086: sync cpu.h definitions add inline define
2015-03-12 Sergey Kiselevzeta-v2: adopt UART code from P112, implement tty_setup
2015-03-12 EtchedPixelsMerge pull request #135 from erkinalp/patch-2
2015-03-11 Alan Coxzx128: tidy up tricks.s further, make low_bank a simple...
2015-03-11 Alan Coxzx128: Add motor timeout logic for Microdrive
2015-03-11 Alan Coxzxvideo: fix scrolling clearing of bottom line
2015-03-11 Sergey Kiselevp112 and zeta-v2: use common FDC code
2015-03-11 Alan Coxzx128: Fix fork() copier
2015-03-11 EtchedPixelsMerge pull request #136 from skiselev/master
2015-03-11 Sergey KiselevMerge remote-tracking branch 'upstream/master'
2015-03-11 Sergey Kiselevzeta-v2: Add floppy support (stolen from P112)
2015-03-10 Alan Coxzx128: Fix further minor bank related bugs
2015-03-10 Erkin Alp GüneyUpdate Makefile
2015-03-09 Tormod Voldendragon: Optimize put/get functions slightly
2015-03-09 Tormod Voldendragon: Fix put/get copy index post-increment
2015-03-09 Tormod Voldendragon: Fix stack offsets in usermem get/put functions
2015-03-09 Tormod Voldendragon: Clear out .bss sections in crt0.s
2015-03-09 Alan Coxlibs: Add enter.s for __enter and __enter_s for the...
2015-03-09 Alan Coxzx128: set the vectors right
2015-03-09 Alan Coxdevmdv: fix load to user
2015-03-09 Alan Coxbinman: simplify code a bit
2015-03-09 Alan Coxfcc: various fixups
2015-03-08 Alan Coxlibs: Fix typo in Makefile
2015-03-08 Alan Coxfcc: Some updates for -t platform support
2015-03-08 Alan Coxutils: Allow platform to be passed for special builds
2015-03-08 Alan Coxlibs: Support Z80 variant builds
2015-03-08 Alan Coxtools: remove fstomdv, it's now part of blankmdv
2015-03-08 Alan Coxzx128: remove a FIXME ret
2015-03-08 Alan Coxzx128: Add syscall entry point
2015-03-08 Alan Coxblankmdv: Allow an fs to be added
2015-03-08 Alan Coxzx128: Fix stacking of arguments on switchin/switchout
2015-03-08 Alan Coxzx128: update for tty_sleeping
2015-03-08 Alan Coxplus3: tag in progres devfd seek so I remember to add...
2015-03-08 Alan Cox6502: video needs to be in SEG3 to make stuff fit
2015-03-08 Alan Coxtgl6502: remove bogus NMI bit
2015-03-08 Alan Coxlowlevel-6502: Fix NMI confusion
2015-03-08 Alan Coxmtx: bring up to date with tty_sleeping change
2015-03-08 Alan Cox6502: cc65 doesn't grok inline
2015-03-08 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-03-08 EtchedPixelsMerge pull request #134 from erkinalp/utils
2015-03-08 Erkin Alp GüneyFixed prototype macro
2015-03-08 Erkin Alp Güneyxputc() does not exist in FUZIX
2015-03-08 Erkin Alp Güneyfactor: main() signature corrected, header fixup
2015-03-08 Erkin Alp GüneyC11: gets_s() prototype added
2015-03-08 Erkin Alp Güneymodified factor
2015-03-08 Erkin Alp GüneyC11 improvements and factor
2015-03-08 Erkin Alp GüneyC11 improvements and factor
2015-03-07 Alan Coxvt: allow for platforms whose keyboard is not a scan map
2015-03-07 Alan Coxnc100: tty_sleeping
next