FUZIX.git
2015-01-06 Alan Coxtrslabel: correct set up
2015-01-06 Alan Coxstart: update year
2015-01-06 Alan Coxtrslabel: initial quick hack volume labeller for TRS80...
2015-01-06 Alan Coxtrs80: fix silly bug in devhd - 256 byte sectors so...
2015-01-06 Alan Coxdiskgeom: correct lba struct
2015-01-06 Alan Coxtrs80/core: Enable the pieces we need for TRS80 with...
2015-01-06 Alan Coxanalysemap: allow -a to also size discard functions
2015-01-06 Alan Coxdiskgeom: disk geometry and mini partitions for small...
2015-01-06 Alan CoxTidy up the DISCARD hack
2015-01-06 Alan Coxblkdev: Break apart blkdev_init
2015-01-06 Alan Coxanalysemap: don't list _DISCARD functions in hogs.txt
2015-01-06 Alan Coxdevhd: TRS80 devhd swap was done, remove comment about it
2015-01-06 Alan Coxlevee: Remove binaries from git tree, go with -O3
2015-01-06 Alan CoxTODO: update for things done
2015-01-06 EtchedPixelsMerge pull request #57 from slp/to_upstream
2015-01-05 Sergio L. Pascualcreatedrives: fix TMPUCP definition.
2015-01-05 Sergio L. Pascualcreatedrives: add more binaries to hard disk.
2015-01-05 Sergio L. Pascualdev/z80pack/devtty.c: Drop static attribute to make...
2015-01-05 Sergio L. PascualKernel/Makefile: move plus sign to start of statement.
2015-01-05 EtchedPixelsMerge pull request #55 from willsowerbutts/binman
2015-01-05 EtchedPixelsMerge pull request #56 from willsowerbutts/propio2
2015-01-05 EtchedPixelsMerge pull request #54 from willsowerbutts/mbr
2015-01-05 Will SowerbuttsKernel: mbr: Fix bug when four primary partitions are...
2015-01-05 Will SowerbuttsAdd my name to the new blkdev, mbr code
2015-01-05 Will Sowerbuttsn8vem-mark4: Tidy up config, make ASCI0 console again...
2015-01-05 Anthony DeStefanon8vem-mark4: add support for console on PropIO v2 board.
2015-01-05 Will Sowerbuttsbinman: Fix stuttering comment
2015-01-05 Will Sowerbuttsbinman: Fail when _DISCARD grows to overlap _COMMONMEM
2015-01-05 Will Sowerbuttsbinman: Remove redundant code
2015-01-05 Will Sowerbuttsmbr: Save one byte
2015-01-04 EtchedPixelsMerge pull request #53 from willsowerbutts/blkdev
2015-01-04 Will SowerbuttsAvoid infinite loops in mbr_parse() with faulty input
2015-01-04 EtchedPixelsMerge pull request #52 from willsowerbutts/blkdev
2015-01-04 Will SowerbuttsIntroduce new "blkdev" layer for 512-byte sector partit...
2015-01-04 Alan Coxvdp1: propogate fix from VDP2
2015-01-04 EtchedPixelsMerge pull request #51 from geijoenr/toupstream
2015-01-04 Alan Coxpcw8256: rework the keyboard, fix a build breakage
2015-01-04 Alan Coxvt.c: Add support for the '·' key
2015-01-04 geijoenrmsx2: fix memory sizing
2015-01-04 geijoenrvdp2: fix scroll_up
2015-01-04 Alan Coxkeycode: Add more codes, move CTRL back to fix build...
2015-01-04 Faisal Abbasplatform-trs80/README: fix boot block file name
2015-01-04 Faisal AbbasREADME: fix bin file name to fuzix.bin
2015-01-04 Alan Coxstart: Note a FIXME
2015-01-04 Alan Coxpcw8256: missed a devtty.h
2015-01-04 Alan Coxtrs80: use the new keyboard defines
2015-01-04 Alan Coxnc100: use the new keyboard defines
2015-01-04 Alan Coxvt: Add a vt_ helper for console keyboard code input
2015-01-04 Alan Coxtty: make keyboard maps visible and standard names
2015-01-04 Alan Coxdragon: make the keyboard maps external so we can load...
2015-01-04 Alan Coxdevio: note FIXME on device close
2015-01-04 Alan Coxkeycode.h: Add definitions for keycodes
2015-01-04 Alan Coxtrs80: correct size of shift kbd map so we don't waste...
2015-01-04 EtchedPixelsMerge pull request #45 from willsowerbutts/fixstdlib
2015-01-04 EtchedPixelsMerge pull request #46 from geijoenr/toupstream
2015-01-04 geijoenrmsx2: add MegaSD driver
2015-01-03 Will SowerbuttsLibrary: Remove duplicate tcflush hiding in tcflow...
2015-01-03 Will SowerbuttsLibrary: Scrub additional functions when importing...
2015-01-03 Will Sowerbuttscmp: Use _ultoa in place of ultostr
2015-01-03 Will SowerbuttsApplications: Remove .bin files when cleaning
2015-01-03 Will SowerbuttsLibrary: Make the string functions match the prototypes...
2015-01-03 Alan Coxsignals: cleanup chksig a little, clear mask on ignored...
2015-01-03 Alan Coxtty: small improvements
2015-01-03 EtchedPixelsMerge pull request #44 from willsowerbutts/buildfixes2
2015-01-03 EtchedPixelsMerge pull request #43 from willsowerbutts/buildfixes
2015-01-03 Will SowerbuttsLibrary: Do not fail when c.lib symlink already exists
2015-01-03 Will SowerbuttsKernel: Makefile corrections
2015-01-03 Will SowerbuttsKernel: Convert final uses of c_dirty to CDIRTY flag
2015-01-03 Will SowerbuttsKernel: Fix minor typo in timer.h
2015-01-03 Will SowerbuttsMinor Makefile fixes
2015-01-03 Will SowerbuttsMake Library/Makefile clean and build all tools
2015-01-03 Will Sowerbuttsfcc: Make installation directory easier to configure
2015-01-03 Alan Coxflock: add C library pieces
2015-01-03 Alan Coxerrno: match the kernel change
2015-01-03 Alan Coxswap.c: Fix off by one
2015-01-03 Alan Coxptab_end: redo the various process table scans
2015-01-03 Alan Coxsyscall_fs2: correct version of staticfast fix
2015-01-03 Alan Coxflock: fix wrong assignment due to staticfast conversion
2015-01-03 Alan Coxsyscall_fs2: fix inode reference count error on chmod...
2015-01-03 Alan Coxflock: Add BSD flock functionality to FUZIX
2015-01-03 Alan Coxutime: Add the Unix API weirdnesses for utime(filename...
2015-01-03 Alan Coxinode: rearrange NET bits so netd can also use them
2015-01-03 Alan CoxMakefile: build strcasestr
2015-01-03 Alan Coxfcc: fix typo
2015-01-03 Alan Coxtimer: note which sdcc version the bug affects
2015-01-03 EtchedPixelsMerge pull request #42 from geijoenr/toupstream
2015-01-03 Alan CoxMakefile: tidy up levee Makefile
2015-01-03 Alan Coxlevee: A very small vi editor
2015-01-03 Alan Coxfcc: fix bug introduced with multiple -c support
2015-01-02 geijoenrtimer: reverse order of assigment in set_timer_duration
2015-01-02 geijoenrmsx2: add slot mapping
2015-01-02 geijoenrmsx2: fix boot from 64kb roms
2015-01-02 Alan Coxstrcasestr: another BSDism
2015-01-02 Alan Coxsys/types.h: ssize_t
2015-01-02 Alan Coxerr: Add the extended BSD errc/warnc/verrc/warnc stuff
2015-01-02 Alan Coxsignal.h: add sig_atomic_t
2015-01-02 Alan Coxutimes: Add utimes as a wrapper around utime
2015-01-02 Alan Coxstrlcpy/strlcat: Add these newer BSD string functions
2015-01-02 Alan Coxerr.h: include stdarg
2015-01-02 Alan Coxlibc: add BSD err/warn/errx/warnx interfaces
next