FUZIX.git
2015-03-31 Alan Coxnc100: first draft graphics and audio support
2015-03-31 Alan Coxtrs80: add initial prototype graphics card support
2015-03-31 Alan CoxMakefile: build audio
2015-03-31 Alan Coxgraphics: first draft bits
2015-03-31 Alan Coxkernel.h: reserve audio and graphics ioctl ranges
2015-03-31 Alan Coxaudio: add the base audio code and hooks
2015-03-31 Alan Coxstart: allow for platforms that have one possible boot...
2015-03-31 Alan Coxaudio: first draft of an audio header and ioctl interface
2015-03-31 Alan Coxz80: add in and out operators
2015-03-31 Tormod VoldenSync kernel09.def to updated kernel.def
2015-03-30 Tormod VoldenStandalone: Do not include stdio.h in fuzix_fs.h
2015-03-30 Tormod VoldenStandalone: Fix cross-endian disk image operation
2015-03-30 Alan Coxnc100: attach the boot block to the fuzix.bin not uzi...
2015-03-30 Alan Coxnc100: correct README re sdas
2015-03-30 Alan Coxnc100: tty bits
2015-03-30 Alan Coxnc100: config for NC100 by default
2015-03-30 Alan Coxnc100: declare location of font
2015-03-30 Alan Coxnc100: Add forgotten nc100.def
2015-03-29 Tormod VoldenStandalone mkfs/fsck/xfs2 byte order fixes
2015-03-29 Alan Coxpx4plus: work on keyboard driver
2015-03-29 Tormod Voldendragon: Add DriveWire support
2015-03-29 Alan Coxpx4plus: get it all building again
2015-03-29 Alan Coxpx4plus: add memory open/close for sidecar
2015-03-29 Alan Coxpx4plus: minor updates
2015-03-28 Alan Coxpx4,7508: expand the 7508 code a bit further
2015-03-28 Alan Coxpx4,sio: return the number of missed interrupts
2015-03-28 Alan Coxpx4plus: carry on fleshing out all the I/O interfaces
2015-03-28 Alan Coxsuperblock: magic number should not be signed
2015-03-28 Tormod Voldendragon: add used() in tty_sleeping to silence warning
2015-03-28 Alan Coxfsck: adjust message
2015-03-28 Tormod Voldenmkfs: Print message if host endianness differs
2015-03-28 Tormod VoldenChange 6809 EMAGIC to 7E (JMP extended)
2015-03-28 Alan Coxtarget.mk: Add target.mk files present in my tree but...
2015-03-27 Alan Coxpx4plus: further updates mostly to the cartridge RAM...
2015-03-27 Alan Coxswap: correct comment
2015-03-27 Alan Coxpx4plus: Further updates
2015-03-26 EtchedPixelsMerge pull request #151 from willsowerbutts/ctypefix
2015-03-23 EtchedPixelsMerge pull request #152 from davidgiven/apps
2015-03-23 David GivenAnsification, constification and smallifying pass ...
2015-03-23 Will SowerbuttsLibrary: minor ctype build fixes
2015-03-22 Alan Coxpx4plus: Initial cut of banking support
2015-03-22 Alan Coxbinmunge: warn on overflows
2015-03-22 EtchedPixelsMerge pull request #148 from davidgiven/ctype2
2015-03-21 David GivenNew ctype implementation: about 100 bytes or so smaller...
2015-03-21 David GivenDid a smallification and header fix pass. Still passes...
2015-03-21 Alan Coxzx128: Fix a nasty stack scribble in tricks.s
2015-03-21 Alan CoxREADME.md: update
2015-03-21 EtchedPixelsMerge pull request #150 from geijoenr/master
2015-03-21 David GivenRevert to out-of-line (smaller) version of ctype. Now...
2015-03-21 David GivenMerge from master.
2015-03-21 geijoenrvt: return to mode 0 after ESC Y
2015-03-19 Alan CoxApplications/V7: Batch two from last night
2015-03-18 Alan CoxApplications/V7: Add the first batch of ANSIfied V7...
2015-03-18 Alan CoxLICENCE: clarify
2015-03-18 Alan Coxstdlib.h: atoi/atol are const strings
2015-03-17 Alan Coxtmpfile/mkstemp: Add all the other bits
2015-03-17 Alan Coxmkstemps: mkstemp/mkstemps API first cut
2015-03-17 Alan Coxitoa: say goodbye
2015-03-17 Alan Coxerror(): use _itoa
2015-03-17 David GivenC spec requires the ctype functions to be valid for...
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 David GivenReplace table-based ctype implementation with a code...
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'
next