FUZIX.git
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 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
2015-01-02 Alan Coxtimes: correct returned type to be clock_t
2015-01-02 Alan Coxsignal: correct handler prototype, removed bogus SIG_HOLD
2015-01-02 Alan Coxlibclean: Search for SDCC in the same places as kernel...
2015-01-02 Alan Coxz80pack: createdrives should use mktemp
2015-01-02 EtchedPixelsMerge pull request #41 from slp/filesys_fix
2015-01-02 EtchedPixelsMerge pull request #40 from slp/noninteractive_ucp
2015-01-02 Sergio L. Pascualcreatedrives: delete drives if already exist.
2015-01-02 Sergio L. Pascualfilesys.c: on getdev, fail if s_mounted == 0.
2015-01-02 Sergio L. Pascualfilesys.c: on newfstab, search for entries where m_dev...
2015-01-02 Sergio L. Pascualstart.c: initialize global fs_tab structure.
2015-01-02 Sergio L. Pascualsyscall_fs2.c: validate m->m_dev instead of dev.
2015-01-02 Sergio L. Pascualcreatedrives: add a script to automatically generate...
2015-01-02 Sergio L. Pascualucp.c: implement a non-interactive mode.
2015-01-01 EtchedPixelsMerge pull request #38 from willsowerbutts/fixstartup
2015-01-01 EtchedPixelsMerge pull request #37 from willsowerbutts/rtc
2015-01-01 Alan CoxSDCCBanking: Explanatory note for the bits so far
2015-01-01 Alan Coxzx128: Preparatory work for banked kernel
2015-01-01 Alan Coxbanker: allow -r flag to indicate banking
2015-01-01 Alan Coxtrs80: fix silly bug
2015-01-01 Alan Coxbinmunge: allow an _BOOT
2015-01-01 Alan Coxdevide: the altstatus/control is optional, make it so
2015-01-01 Will SowerbuttsMerge branch 'master' of github.com:EtchedPixels/FUZIX...
2015-01-01 Alan Coxstart: lose debug
2015-01-01 Will SowerbuttsKernel: Fix Z180 startup code for platforms where RAM...
2015-01-01 Alan CoxMakefile: analyzer has moved into the binprep path
2015-01-01 Alan Coxsdldz80: only bank the code if the -r option is used
2015-01-01 Alan Coxbinprep: hook the binmunge extensions up, move the...
2015-01-01 Alan Coxbinmunge: pass the _STUBS addresses into the program
2015-01-01 Will SowerbuttsKernel: Optionally call rtc_secs() less frequently
2015-01-01 Will SowerbuttsKernel: Bug fix ds1302 driver, leave clk line low after...
2015-01-01 Will SowerbuttsKernel: RTC driver for DS1202 on platform-p112
2015-01-01 Will SowerbuttsKernel: RTC driver for DS1302 on platform-n8vem-mark4
2015-01-01 Will SowerbuttsKernel: Add generic DS1202/DS1302 Serial Real Time...
2015-01-01 Will SowerbuttsKernel: Add mnemonics for Z80182 parallel port registers
2015-01-01 Alan CoxMakefile: use our new linker and tool setup
2015-01-01 Alan Coxbinprep: build the right binary
2015-01-01 Alan Coxzx128: fix remaining escaped "uzi"
next