FUZIX.git
2016-06-17 Alan Coxlibclean: another 3.6 fix
2016-06-17 Alan Coxlibc: some updates for SDCC 3.6
2016-06-17 Alan Coxioctl: add a drivewire range for Brett
2016-06-15 Alan Coxruncpm: after last nights hacks it will now run ZORK
2016-06-15 Alan Coxlowlevel-z80: fix null handler
2016-06-14 Alan Coxfcc: add support for --valgrind
2016-06-14 Alan Coxcpm: move the emulator out and begin work on fixing...
2016-06-06 Alan Coxmicropack: build fix
2016-06-06 Alan Coxcpp: ANSIfy so it passes fcc ok
2016-06-03 EtchedPixelsMerge pull request #357 from beretta42/master
2016-06-03 Brett Gordoncoco3: 2M bug: don't scan(aka overwrite) kernel memory.
2016-06-02 Alan Coxdw: add Makefiles for Z80
2016-06-02 Alan Coxdw: Fix sdcc build
2016-06-02 Alan Coxlevee: Fix register i -> register int i as required...
2016-06-02 Alan Coxpilot: Add rpilot, an implementation of the pilot progr...
2016-06-02 Alan Coxman: fix the formatting with indent
2016-06-02 Alan Coxman: Fix various build problems with sdcc
2016-06-02 Alan CoxMakefile: add -f to avoid rm errors
2016-06-02 Alan Coxadv14a/b: forgot these (wrong pattern when updating)
2016-06-02 Alan CoxMakefile: lets have one!
2016-06-02 EtchedPixelsMerge pull request #355 from beretta42/master
2016-06-02 Brett Gordoncoco3: autodetect and use up to 2M of RAM
2016-06-01 Tormod VoldenAdd MWC units.c to 6809 build
2016-06-01 Tormod Voldenucp: Allow comments and be more quiet when reading...
2016-06-01 Tormod Voldenucp/fuzix_fs.h: Convert // comments to please compiler
2016-06-01 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-06-01 Alan Coxadventures: Commit regenerated games with save/load...
2016-06-01 EtchedPixelsMerge pull request #354 from nealcrook/apps3
2016-05-31 Neal Andrew... Add qrun
2016-05-31 Neal Andrew... Add all the built Application/V7/cmd and Application...
2016-05-31 Neal Andrew... Make termcap.c build (fix type mismatches with prototypes)
2016-05-31 Neal Andrew... Replace man.c (which required a separate external nroff...
2016-05-31 Tormod VoldenApplications/games/Makefile.6809: Use non-stdio crt0...
2016-05-31 Alan Coxsyscalls.h: fix sockaddr warning
2016-05-31 Alan Coxsyscalls.h: pre-declare struct rlimit
2016-05-31 Alan Coxsyscall6502: fix silly warning
2016-05-31 Tormod VoldenLibrary/include/poll.h: Add missing semicolon
2016-05-31 Tormod Voldenvt.c: Fix off-by-one in clear to end of line escape...
2016-05-31 Tormod VoldenAllow return value passing from ioctl
2016-05-31 Tormod VoldenBuild: Add dragon-nx32 kernel build
2016-05-31 Tormod VoldenBuild: Sync lwlink wrapper with upstream development...
2016-05-31 Tormod Voldenutils: Link stdio-free apps with stdio-free crt0 on...
2016-05-31 Tormod VoldenApplications/*/Makefile.6809: Tidy up dependencies...
2016-05-31 Tormod VoldenLibrary: Add stdio-free crt0 for 6809
2016-05-31 Tormod Voldenttydw.c: Fix single-byte reception on virtual channels
2016-05-28 EtchedPixelsMerge pull request #351 from davidgiven/fforth
2016-05-28 David GivenDon't hardcode the cell size when calculating offsets...
2016-05-27 EtchedPixelsMerge pull request #350 from beretta42/master
2016-05-26 Brett Gordoncoco3: make sdc driver handle rawmode=1.
2016-05-26 Brett Gordoncoco3: make drivewire.s support rawmode=1.
2016-05-26 Brett Gordoncoco3: remove CONFIG_LEGACY_EXEC
2016-05-26 EtchedPixelsMerge pull request #349 from beretta42/master
2016-05-26 Brett Gordoncoco3: fix scroll_down().
2016-05-24 EtchedPixelsMerge pull request #348 from nealcrook/apps
2016-05-24 Neal Andrew... Bring 6809 library stuff in sync with z80.. in particul...
2016-05-24 Neal Andrew... Define NAME_MAX to be the same as MAXNAMLEN
2016-05-22 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-05-22 EtchedPixelsMerge pull request #347 from nealcrook/janitorial
2016-05-22 Tormod VoldenBuild: Use -Map= syntax in targetgcc.rules.mk
2016-05-22 Tormod VoldenLibrary/build.mk: Add initgroups.c
2016-05-22 Tormod VoldenAdd tool for checking lwlink map files
2016-05-22 Tormod Voldendragon-nx32: Always include local devfd.h in devfd...
2016-05-22 Tormod Voldendragon-nx32: Avoid variable shadowing in devfd.c
2016-05-22 Tony Jewelldragon-nx32: Incorporate drivewire tty
2016-05-22 Tony Jewelldragon-nx32: Copy ttydw from coco3
2016-05-22 Tony Jewelldragon-nx32: Copy dw_transaction() from coco3
2016-05-22 Neal Andrew... oops, commit working version.
2016-05-22 Neal Andrew... Add multicomp09 to list of platforms.
2016-05-22 Neal Andrew... remove editor back-up files.
2016-05-22 Neal Andrew... .gitignore files for the Library tree
2016-05-21 Neal Andrew... Fix for ISSUE 344: migrate DEVICE_xx to CONFIG_xx,...
2016-05-20 Neal Andrew... tidy up CONFIGs in multicomp09
2016-05-20 Neal Andrew... Delete auto-generated Library/libs/fuzix/Makefile....
2016-05-20 Tormod VoldenLibrary: Add missing setjmp prototype for 6809
2016-05-20 Tormod Voldendragon-nx32: Move some crt0 parts to discard
2016-05-20 Tormod Voldendragon-nx32: Zero out udata block instead of loading it
2016-05-20 Tormod Voldendragon-nx32: Fill some memory layout holes
2016-05-20 Tormod Voldendragon-nx32: Move vector segment last in kernel object...
2016-05-19 EtchedPixelsMerge pull request #345 from nealcrook/introducing_mult...
2016-05-19 Neal Andrew... prune away a bit more dead code.
2016-05-19 Neal Andrew... Tidy up SD driver - delete dead code and change names...
2016-05-19 Neal Andrew... Rejig CONFIG_MBR_OFFSET behaviour. It now defines a...
2016-05-18 Neal Andrew... document fixup needed in order to build library.
2016-05-18 Neal Andrew... Introduce new 6809 platform, multicomp09.
2016-05-17 Tormod VoldenMWC: Add expr and find to Makefile.6809
2016-05-16 Alan Coxunits: Add units command
2016-05-16 Alan Coxstdlib.h: add atof() prototype
2016-05-16 Alan Coxexpr: Add expr
2016-05-16 Alan Coxm4: remove unsafe tmp string functionality, and handle...
2016-05-16 Tormod VoldenMWC: Fix const mismatches upsetting gcc
2016-05-16 Alan CoxAdd find
2016-05-16 Alan CoxImport first commands from the freed up MwC Coherent...
2016-05-16 Tormod Voldentty.c: Fix TIOCSWINSZ copy
2016-05-16 Tormod Voldendragon: Add empty platform_param()
2016-05-16 Tormod Voldendevdw: Allow all 256 drives, get rid of dw_tab
2016-05-16 Tormod Voldendrivewire.s: Start comments properly with semicolons
2016-05-16 Tormod Voldendragon-nx32: SPI fast sector read fixes
2016-05-16 Tormod Voldendragon-nx32: Bump MAX_MAPS for spinx512
2016-05-16 Tormod Voldentravis: Install gcc6809 from PPA
2016-05-16 Tormod VoldenLibrary/6809: Copy userstructs.h from kernel tree
next