FUZIX.git
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...
2017-11-08 Alan CoxMakefile: add a make kclean target
2017-11-08 Alan Coxsyscal_exec16: Fix two bugs
2017-11-08 Alan Coxexec32: move to readi
2017-11-08 Alan Coxubee: keep the incomplete port in sync
2017-11-08 Alan Coxz80: align more platforms
2017-11-08 Alan Coxtrs80: align with current kernel
2017-11-08 Alan Coxmsx1: align with current
2017-11-08 Alan Coxzetav2: update to current kernel core
2017-11-08 Alan Coxsocz80: align with current code
2017-11-08 Alan Coxdevfd: clean up for current I/O layer
2017-11-08 Alan Coxnc100: align with core changes
2017-11-08 Alan Coxz180: no MMU hooks
2017-11-08 Alan Coxremount: fix a corner case
2017-11-08 Alan Coxsyscall_fs: stop pipe() working with a r/o fs backing it
2017-11-08 Alan Coxz80: shave off a few bytes
2017-11-08 Alan Coxdevrd: bring up to match current I/O layer
2017-11-08 Alan Coxkernel: Fix level 1 build
next