FUZIX.git
2016-09-13 Alan Coxnc100: fix need_resched breakage
2016-09-13 Alan Coxkernel32: uint8_t * for base, also remove bogus PROGTOP...
2016-09-13 Alan Coxswap: type hygeine
2016-09-13 Alan Coxn8vem-mark4: note need to move things for monitor
2016-09-13 Alan Coxflat/flat_mem: pagemap returns a uint8_t * now
2016-09-13 Alan Coxsyscall_exec32: switch back to tmpbuf for now, and...
2016-09-13 Alan Coxusermem: move the 32bit get/put here as it makes more...
2016-09-13 Alan Coxtty: need to use ifdefs to stop sdcc whining
2016-09-13 Alan Coxmalloc: allow for 16bit int types
2016-09-13 Alan Coxlowlevel-z80: save a few bytes (it matters)
2016-09-13 Alan Coxblkdev: type hygeine
2016-09-13 Alan Cox68000: prototype for the 32bit conversion
2016-09-13 Alan Cox68000: turn optimisation off for now until we find...
2016-09-13 Alan Coxmbr: make alignment/padding safe
2016-09-13 Alan Coxkernel.h: don't assume bool is byte sized for superbloc...
2016-09-13 Alan Cox68000: avoid __builtin_bswap32 for now
2016-09-13 Alan Coxbuddy: disable user copy
2016-09-12 Alan Coxprocess: newproc needs to set the udata ptr for udata...
2016-09-12 Alan Coxdevio: fix stupid bug in kprintf %p
2016-09-12 Alan Coxkernel: allow stack size to be set by platform
2016-09-12 Alan Cox68000: add IDE copiers, tidy up
2016-09-12 Alan Coxv68: fix tricks handling for 68000
2016-09-12 Alan Cox68000: swab is now not needed as we use the inlines
2016-09-12 Alan Cox68000: prepare to use 1K stacks
2016-09-12 Alan Coxlowlevel-68000: fix hex dump
2016-09-12 Alan Cox68000: use builtin swap functions
2016-09-12 Alan Coxselect: first cut at select handling
2016-09-12 Alan Coxkernel: Fix Makefile rebuilding everything all the...
2016-09-10 EtchedPixelsMerge pull request #425 from dfffffff/master
2016-09-10 dfffffffApplications/build.mk: added missing unix utilities...
2016-09-05 EtchedPixelsMerge pull request #424 from dfffffff/master
2016-09-03 dfffffffupdated two .gitignore for automatically generated...
2016-09-03 EtchedPixelsMerge pull request #423 from dfffffff/master
2016-09-03 dfffffffrefactored which utility
2016-09-03 dfffffffre-indented/formated
2016-09-03 EtchedPixelsMerge pull request #422 from dfffffff/master
2016-09-03 dffffffffix Kernel parallel build
2016-09-02 Alan CoxMakefile: further fixups
2016-09-01 Alan Coxmakeversion: obsolete
2016-09-01 Alan Coxtools/makeversion: build version headers
2016-09-01 Alan CoxMakefile: force sysinfoblk.h to be built early
2016-09-01 Alan Coxuname: fix the 6809 sysinfo problem
2016-09-01 EtchedPixelsMerge pull request #418 from dfffffff/master
2016-09-01 dfffffffcleanup, added -R recursive, fixed -r reverse order
2016-08-31 Alan Coxinit: add terminal setting
2016-08-31 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-08-31 Alan Coxtty: level 2 and other improvements
2016-08-31 Alan Coxprocess: fix a race in SIGSTOP handling and slightly...
2016-08-31 EtchedPixelsMerge pull request #414 from dfffffff/master
2016-08-31 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-08-31 Alan Coxprocess.c: make SIGSTOP/CONT work properly
2016-08-31 dfffffffusage now outputs to stderr
2016-08-31 EtchedPixelsMerge pull request #412 from dfffffff/master
2016-08-31 EtchedPixelsMerge pull request #413 from vandys/kernel
2016-08-31 Andy ValenciaMinor edit on indentation to make it less misleading
2016-08-31 dfffffffcosmetic
2016-08-31 Alan Coxstty: struct winsz is needed
2016-08-30 Alan Coxbuddy: add header
2016-08-30 Alan Coxopen: fix bug introduced in handling of invalid directo...
2016-08-30 EtchedPixelsMerge pull request #408 from beretta42/net_native
2016-08-30 Alan Coxv68: update README
2016-08-30 Alan Coxprocess.c: 32bit clean pointer printing
2016-08-30 Alan Coxv68: fix udata naming
2016-08-30 Alan Cox68000: set the a5 pointer properly in the sig case
2016-08-30 Alan Coxv68: load the uarea shadow when needed
2016-08-30 Alan Coxv68: fix tty input
2016-08-30 Alan Coxdevio: add 32bit pointer support
2016-08-30 Alan Coxplatform-v68: initial pieces to get it to build/begin...
2016-08-30 Alan Coxtty: fix need_resched ambiguity
2016-08-30 Alan Coxv68: first cut at setting up exception vectors
2016-08-30 Alan Coxv68: specify number of block devices
2016-08-30 Alan Cox68000: imported needed helper routines for gcc, and...
2016-08-30 Alan Coxcpu-68000: add missing endian code
2016-08-30 Alan Coxbuddy: Further early work - still not usable
2016-08-30 Brett Gordonnet_native: add async event for remote shutdown.
2016-08-29 Alan Coxps: add ppid support
2016-08-29 Alan Coxdevsys: check for over end copies for ps
2016-08-29 Alan Coxproc.h: add p_event to match kernel changes
2016-08-29 Alan Coxinit: add tty and geometry setting support
2016-08-29 Alan Coxsignal: default behaviour for SIGWINCH is ignore
2016-08-29 Alan Coxincludes: add the extra tty ioctls
2016-08-29 Andy ValenciaEndian support for size tool
2016-08-29 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-08-29 Alan Coxz80pack: fix bugs introduced with block param cleanups
2016-08-29 Alan Coxinode: fix ref counts from recent ref change
2016-08-29 Alan Coxdevio: in debug dump R/W counters
2016-08-29 Alan Coxpipe: redo reader/writer counting
2016-08-29 Alan Coxbinmunge: fix missing include
2016-08-29 EtchedPixelsMerge pull request #404 from dfffffff/master
2016-08-29 dfffffffadded uname command
2016-08-28 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-08-28 Alan Coxsignals: fix other return in chksigs
2016-08-28 EtchedPixelsMerge pull request #403 from beretta42/dwtimec
2016-08-28 Alan Coxsignal: fix handling of pending signals whose default...
2016-08-28 Alan Coxpipe: first cut at fixing a pile of pipe breakages
2016-08-28 EtchedPixelsMerge pull request #401 from dfffffff/master
2016-08-28 Brett Gordonadd man pager file.
2016-08-28 Brett Gordondrivewire: init commit "dwdate" - set system time from...
2016-08-28 Brett Gordonsyscall: stime: return 0 on success.
2016-08-28 Brett Gordonstime syscall: ptr params reversed, also finish prototy...
next