FUZIX.git
2017-11-16 Alan Coxcodez80: inline 16bit subtraction
2017-11-16 Alan Coxz80: fix short relative branches to unknown symbols
2017-11-15 Alan Coxcc: lots of small fixes to make it functional
2017-11-15 Alan Coxsmallc: fix warning
2017-11-15 Alan Coxsmall c: Send errors to stderr so we seen them under cc
2017-11-15 Alan CoxMakefile.linux: Set a CROSS define so we can build...
2017-11-15 Alan Coxas: Fix RST handling
2017-11-15 Alan Coxas: We use 16 char symbols in ld so we must match in as
2017-11-15 Alan Coxld: Fix library handling, set binary executable
2017-11-15 Alan Coxas: Allow #constant in Z80.
2017-11-15 Alan Coxcc: add front end to build
2017-11-15 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2017-11-15 Alan Coxrtc: Headers for RTC in kernel and user
2017-11-15 Alan Coxas: Fix the register+offset 8bit absolute case
2017-11-15 Alan Coxld: trap more obvious symbol errors
2017-11-15 Alan Coxobj: Fix object file format 32bit alignment
2017-11-15 EtchedPixelsMerge pull request #558 from beretta42/irc2
2017-11-15 Brett Gordonirc: 6809 compile, add to fs
2017-11-15 Alan Coxcc: minor front end tweaks
2017-11-14 Alan Coxcc: add a frontend
2017-11-14 Alan Coxfsck: note the problem to fix
2017-11-14 Alan Coxz80pack: turn on rtc
2017-11-14 Alan Coxlibs/TODO: status update
2017-11-14 Alan Coxinit: set a sane default umask
2017-11-14 Alan Coxsetdate: support RTC if present
2017-11-14 Alan Coxz80pack: rtc support
2017-11-14 Alan Coxkernel: add hooks for rtc
2017-11-14 Alan Coxnet: and the net_native part..
2017-11-14 Alan Coxnet_native.h: make this match the kernel changes
2017-11-14 Alan Coxnetworking: Fixes and updates
2017-11-14 Alan Coxnetd: rework logic for closedown
2017-11-13 Alan Coxld: add more useful symbols, allow for bigendian testing
2017-11-13 Alan CoxTODO: update
2017-11-13 Alan Coxas: trap unresolved subtractions as we can't currently...
2017-11-13 Alan Coxutils: add "line"
2017-11-13 Alan Coxlibs: add some missing post 5.2 functions we encountered
2017-11-13 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2017-11-13 Alan Coxnetd: TODO
2017-11-13 Alan Coxprocess; multiple fixes
2017-11-13 Alan Coxtty: allow signals to break out of a tty write to a...
2017-11-13 Alan Coxinit: fix run level switching, tidy up stuff we don...
2017-11-12 EtchedPixelsMerge pull request #548 from beretta42/htget
2017-11-12 Alan Coxremount, umount: updates for mtab
2017-11-12 Alan Coxdevio: change meaning of return from bfree
2017-11-12 Alan Coxkernel: propogate I/O errors properly
2017-11-12 Alan Coxwho: fix use as users when a path is given
2017-11-12 Alan Coxfsck: correct a comment
2017-11-12 Alan Coxmkfs: use O_SYNC
2017-11-12 Alan Coxremount: parse the fstab allowing for tab as well as...
2017-11-12 Alan Coxfsck: support fsck by mountpoint and a general fsck -a
2017-11-12 Alan Coxinit: don't reveal if user exists
2017-11-12 Alan Coxwho: reformat and add the ability to run it as 'users...
2017-11-12 Alan Coxstty: better default
2017-11-11 Alan Coxsetdate: add a date setting tool to run in /etc/rc
2017-11-11 Alan Coxswap.c: facepalm
2017-11-11 Alan CoxMakefile.z80: build ld
2017-11-11 Alan Coxld: add commentary
2017-11-11 Alan CoxApplications: add more to the build and clean ups
2017-11-11 Alan Coxutils add 'clear'
2017-11-11 Alan Coxlevee: move the makefile
2017-11-11 Alan Coxue: move the Makefile
2017-11-11 Alan Coxhtget: Fix various bugs in data processing
2017-11-11 Alan Coxz80pack: fix misreporting of memory size
2017-11-11 Alan Coxlinein: forgot a file sorry
2017-11-11 Brett Gordonhtget: add to fs build script
2017-11-11 Brett Gordonhtget: add to 6809 makefile
2017-11-11 Brett Gordonhtget: dump rest of lines buffer before main content...
2017-11-11 EtchedPixelsMerge pull request #546 from beretta42/init
2017-11-11 Alan Coxhtget: doesn't need stdio
2017-11-11 Alan Coxhtget: simple tool to get files off the internet
2017-11-11 Alan Coxuip: introduce some randomness to starting state
2017-11-11 Alan Coxirc: newlines needed on errors
2017-11-11 Alan Coxirc: further small changes
2017-11-11 Alan Coxtty: multiple fixes
2017-11-11 Alan Coxz80pack: work around emulation not emulating baud rates
2017-11-11 Alan Coxirc: fix some minor buglets
2017-11-11 Alan Coxslip: performance improvements and clean up
2017-11-10 Alan Coxbasic: update encoding README
2017-11-10 Alan Coxkernel: first pass set of dependancies (lots left to...
2017-11-10 Alan Coxmknod: replace the simplistic one with a proper mknod
2017-11-10 Alan Coxinit: actually set the tty parameters!
2017-11-10 Alan Coxirc: because every platform needs an irc client
2017-11-10 Alan Coxfuzix-conf: set the mss based upon the device mtu
2017-11-10 Alan Coxslip: try and be smarter about processing - do blocks
2017-11-10 Alan Coxnetd: add mtu values to driver data
2017-11-10 Brett Gordoninit: crunched table not reseting runlevel mask, correc...
2017-11-09 Alan Coxtelnet: remove un-needed define copies
2017-11-09 Alan Coxnetd: make tracing easier to control, do tcp polls...
2017-11-09 Alan Coxgethostbyname: this crashes with a null pointer trap
2017-11-09 Alan Coxnetd: minor changes to fuzix-conf
2017-11-09 Alan Coxnetd: use the right clock
2017-11-09 Alan Coxping: endianisms
2017-11-09 Alan Coxslip: fix dumb bug that corrupted memory
2017-11-09 Alan Coxnetd: Futher fixes
2017-11-09 Alan Coxnet_native: fix build with SDCC
2017-11-09 Alan Coxmicropack: update MMU definitions
2017-11-09 Alan Coxz80pack: switch to net_native
2017-11-08 Alan Coxnetd: clock types are 32bit
2017-11-08 EtchedPixelsMerge pull request #543 from beretta42/netd2
2017-11-08 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
next