FUZIX.git
2015-01-04 Will SowerbuttsAvoid infinite loops in mbr_parse() with faulty input
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
2015-01-02 Alan Coxtime: threadsafe functions
2015-01-02 Alan Coxclock: Fix up all the clock 1 handling
2015-01-02 Alan Coxtimer: Make the ticks timer run at 10hz not at a platfo...
2015-01-02 Alan Coxhz: add __hz to get HZ value
2015-01-02 Alan Coxsleep: use the monotonic timer
2015-01-02 Alan CoxMakefile: build the new APIs
2015-01-02 Alan Coxlibc: More of the POSIX time APIs
2015-01-02 Alan Coxincludes: Add more of the POSIX time interfaces
2015-01-02 Alan Coxsyscall_proc: fix _pause() with timeout return
2015-01-02 Alan Coxinode: socket hooks
2015-01-02 Alan Coxfcc: Support fcc -c 1.c 2.c 3.c
2015-01-02 Alan Coxlibs: build regexp with lower optimisation
2015-01-02 Alan CoxMakefile: add a special rule for sed
2015-01-02 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-01-02 Alan Coxman,sort,df: prototypes
2015-01-02 Alan Coxlibclean: honour an environment variable for the SDCC...
2015-01-02 Alan CoxKernel: allow the user to set an environment variable...
2015-01-02 Alan Coxcurses: we don't actually have a curses yet but use...
2015-01-02 Alan Coxlibs/Makefile: build the syscalls
2015-01-02 Alan Coxfuzix.h: remove old stale file
2015-01-02 Alan Coxps.c: Update code to build with FUZIX userland
2015-01-02 Alan Coxtypes: Add clock_t into sys/types.h, and include the...
2015-01-02 Alan Coxincludes: Add proc.h with process related definitions
2015-01-02 Alan Coxsys/stat.h: fix S_ISBLK macro
2015-01-02 Alan Coxtime.h: clock should return clock_t
2015-01-02 Alan Coxinit: sighandler argument is signed int.
2015-01-02 Alan Coxdf.c: Add explicit cast to char * for fsys
2015-01-02 Alan Coxstring.h: fix bzero declaration.
2015-01-02 Alan Coxsyscalls: _getfsys takes a uint16_t not an int.
2015-01-02 Alan Coxutils: don't try and build termcap using code yet ...
2015-01-02 Alan Coxsgtty: stale UZI file - remove
2015-01-02 Alan Coxsys/wait.h: remove stray ^Z
next