Changes to get platform-v8080 running again
[FUZIX.git] / Library /
2019-04-16 Alan Coxlibc: more optmization on 8080/5
2019-03-18 Alan Coxgraphics: add another format
2019-03-12 Alan Coxcrt0_nostdio-z80: remove bogus ;
2019-03-10 Alan Coxz80: brk to the correct point in the relocatable binaries
2019-03-10 Alan Coxrelocbin: Fix bogus BSS sizes
2019-03-01 Alan Coxopendir: correct const usage to match standard
2019-03-01 Alan Coxgetopt: correct const v non consts in prototype to...
2019-02-28 Alan Coxmntent: fix hasmntopt return for not found
2019-02-15 Alan Coxrabbit: htons/htonl
2019-02-15 Alan Cox8080: commit the crt0 files I forgot
2019-02-15 Alan Cox8080: fix strerror/perror - 8080 is little endian
2019-02-15 Alan Coxsysconf: pagesize could be 64K
2019-02-15 Alan Coxlibc: correct for small change to mount struct
2019-02-11 Alan Coxlibrary: add some build rules
2019-02-11 Alan Coxtools: Update tools and add library tool so we can...
2019-02-11 Alan Coxlibrary: build the new tools
2019-02-11 Alan Cox8080: fix syscalls and move to new abi
2019-02-11 Alan Coxack2fuzix: tool for building user binaries
2019-02-11 Alan Coxsetjmp: correct prototype for 8080
2019-02-09 Alan Cox8080: Fix library 8080 build assumptions and bugs
2019-02-07 Alan CoxLibrary: fix make clean for r2k/z80
2019-02-07 Alan Coxrabbit: syscall stub
2019-02-05 Alan Coxnetdev.h: not all our compilers do anonymous union
2019-02-05 Alan Coxack8080-filter: extract the support bits from the C...
2019-02-05 Alan Cox8080: Build htons/htonl
2019-02-05 Alan Coxsetjmp: 8080
2019-02-05 Alan Coxtimes.h: add missing newline
2019-02-04 Alan Coxsyscall_8080: fix initial glitches
2019-02-04 Alan Cox8080:syscall stub
2019-02-04 Alan Cox8080: headers for the compiler
2019-02-04 Alan Cox8080: initial build Makefile for the libs
2019-02-04 Alan Coxsyscall_8080: generate call stubs for 8080/8085
2019-01-21 Alan Cox68000: remove autogenerated files
2019-01-21 Alan Cox68000: Switch syscall trap to 12
2019-01-19 Alan Cox68000: fix longjmp
2019-01-19 Alan Coxps: fix kernel and user bits to get ps working 32bit
2019-01-19 Alan Coxerr: fix missing : space
2018-12-03 Alan Coxgraphics.h: Add Amstrad interleaved modes
2018-11-27 Alan Coxlibrary: add a graphics format number
2018-11-17 Alan Coxlib: initial sketches of library loader/relocator
2018-11-17 Alan Coxgraphics: add support for SAM2 mode to userspace
2018-11-14 EtchedPixelsMerge pull request #671 from beretta42/mkstemps
2018-11-03 Brett Gordonlib: mkstemps bug fixes
2018-10-10 Alan Coxlibrary/tools: first cut at cc65 relocbin
2018-10-07 Alan Cox68000: fix library building
2018-10-07 Alan Coxlibs: turn on readline for other ports
2018-10-07 Alan Coxreadline: fix stupid bug in the history code
2018-10-06 Alan Coxreadline: fix ^B stop at line start
2018-10-06 Alan Coxlibs: build readline and install it for Z80 at least
2018-10-05 Alan CoxClean up licensing information
2018-10-05 Alan Coxreadline: fflush stdout on the GNUish one
2018-10-05 Alan Coxreadline: updates and fixes
2018-10-05 Alan Coxreadline: support Fuzix mappings for keys
2018-10-05 Alan Coxreadline: first cut at a readline style library
2018-10-04 Alan Coxfcc: default to relocatable + other updates
2018-10-04 Alan Coxrelocbin: fixes and update the relocation format a bit
2018-10-04 Alan Coxcrt0,z80: Debug and slightly change the relocation...
2018-09-28 Alan Coxsuper.h: need to define blkno_t
2018-09-28 Alan Coxsscanf: scanned string is const
2018-09-20 Alan Coxfcc/libs: complete support for relocatable binaries
2018-09-20 Alan Coxsyscalls: add suspend/resume flag
2018-09-16 Alan Coxtools: add relocatable binary support
2018-09-16 Alan Coxfcc: error unknown platform -t options
2018-09-08 Alan Cox6502: htons/htonl
2018-09-08 Alan Coxaes256: fix build
2018-09-08 Alan Coxaes256: look for header the right way
2018-09-07 Alan Coxlibc: add aes256 library support
2018-09-03 Alan Coxcrt0: remove long obsolete bss clears - the kernel...
2018-09-03 Alan Coxmntent.h: changes for the new APIs
2018-09-02 Alan Coxlibs: add the big 65c816 config
2018-09-02 Alan Coxlibc: add some extensions for logical names in fstab
2018-08-31 Alan Coxlocaltime: apply correct fix instead
2018-08-31 Alan Coxtzset: fix parser bugs
2018-08-31 Alan Coxlocatime: we can shift day if we are close enough to...
2018-08-30 Alan Coxlibs/time: shuffle localtime/gmtime and the _r versions...
2018-08-30 Alan CoxLibrary: remove bogus difftime and add a proper one
2018-08-30 Alan Coxtime: put together the test local time support
2018-08-11 EtchedPixelsMerge pull request #651 from beretta42/coco2cart
2018-08-10 Alan Coxrabbit: I guess we use a different rst
2018-08-07 Alan Coxgmtime: not a needed optimization
2018-08-02 Alan Coxtzset: more patches moving towards proper timezone...
2018-07-22 Alan Coxtzset: add draft support for shift time not just day
2018-07-22 Alan Coxsys/super.h: properly expose the structure in user...
2018-07-22 Alan Coxtzset: continue working on daylight savings
2018-07-22 Alan Coxtzset: first cut at a fullish parser
2018-07-21 Alan Coxtzset: parse more format information
2018-07-21 Alan Coxlibs: for now at least put a valid byte in isdst
2018-07-21 Alan Coxlibc: add basical localtime support
2018-07-21 Alan Coxlocaltim_r: do time zone changes
2018-07-21 Alan Coxgmtime_r: is not localtime_r .. oops
2018-07-16 EtchedPixelsMerge pull request #645 from beretta42/typo
2018-07-14 Alan Coxkernel: add the input meta handlers
2018-07-14 Alan Coxlibc: Tidy up use of __NaN
2018-07-14 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2018-07-13 EtchedPixelsMerge pull request #641 from piso77/fixes
2018-07-12 Paolo PisatiLibrary/libs: fuzix-scc6809: rm autogenerated Makefile
2018-07-12 Paolo PisatiLibrary/libs: fuzixpdp11: rm autogenerated Makefile
2018-07-12 Paolo PisatiLibrary/libs: fuzix68000: rm autogenerated Makefile
2018-07-11 Alan CoxMerge remote-tracking branch 'refs/remotes/origin/master'
2018-07-10 EtchedPixelsMerge pull request #638 from piso77/v68_fixes
next