FUZIX.git
2016-06-22 Alan Coxruncpm: no stdio needed
2016-06-21 Alan Coxlibc: split libm nicely add a draft tinymalloc
2016-06-21 Alan Coxlibc: fixups
2016-06-21 EtchedPixelsMerge pull request #364 from beretta42/master
2016-06-21 Alan Coxlibm: the backbone of the FP maths support
2016-06-21 Brett Gordonlibs: typos in declarations
2016-06-21 Brett Gordonlevee: remove redeclaration of index, already declared...
2016-06-21 Alan Coxrand48: needs the header
2016-06-20 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-06-20 Alan Coxlibc: add some stragglers
2016-06-20 Alan Coxinclude: fixes for new C funcs
2016-06-20 Alan Coxdrand48: the 48bit random functions
2016-06-20 Alan Coxlibc: first batch of libm work
2016-06-20 Alan Coxa64l: some of the crap in a libc is amazing
2016-06-19 EtchedPixelsMerge pull request #362 from nealcrook/lib-fix
2016-06-18 Neal Andrew... Revise .gitignore for additional transient file copied...
2016-06-18 Neal Andrew... Tweaks to allow library to build on 6809
2016-06-18 Alan Coxmalloc: commit new header file
2016-06-18 Alan Coxasctime: Fix compile failure
2016-06-18 Alan CoxREADME.md: CP/M emulator crossed off the list
2016-06-17 Alan Coxlibc: Generate multiple libraries
2016-06-17 Alan Coxlibc: remove \r\n markers from assert.c and tidy
2016-06-17 Alan Coxlibc: update the includes to be closer to standards
2016-06-17 Alan Coxcut: fix warning
2016-06-17 Alan Coxpasswd: fix warnings
2016-06-17 Alan Coxfgrep: fix warning
2016-06-17 Alan Coxed: use standard isfoo names
2016-06-17 Alan Coxfsck: move to a cut of the same fsck used for Standalone
2016-06-17 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-06-17 EtchedPixelsMerge pull request #360 from beretta42/ioctl
2016-06-17 Brett Gordondrivewire: conform to kernel.h's ioctl number format
2016-06-17 Alan Coxlibc: move curses into its own library as it should be
2016-06-17 Alan Coxlibc: replace malloc() with a classic K&R style malloc...
2016-06-17 Alan Coxsh: force char to be signed
2016-06-17 Alan Coxruncpm: typo
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-16 Brett Gordonadd drivewire.h to kernel includes
2016-06-16 Brett Gordonadd drivewire.h to kernel includes
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-12 Brett Gordondragon-nx32: add ioctl for dw_transaction
2016-06-12 Brett Gordonmulticomp09: add ioctl for dw_transaction
2016-06-12 Brett Gordonmulticomp09: dw_tranaction to support direct to userspa...
2016-06-12 Brett Gordondragon-nx32: dw_transaction to support direct to userspace
2016-06-12 Brett Gordonmulticomp09: add direct to userspace dw_transaction
2016-06-12 Brett Gordondragon-nx32: direct to userspace dw_transaction
2016-06-12 Brett Gordoncoco3: add ioctl for dw_transaction.
2016-06-12 Brett Gordoncoco3: add flag to dw_transaction optionally do user...
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...
next