kernel: core changes to get uint_fast8_t into the drivr layer
[FUZIX.git] / Kernel / devio.c
2019-03-13 Alan Coxkernel: core changes to get uint_fast8_t into the drivr...
2019-03-13 Alan Coxtty: use _fast8_t types
2019-03-13 Alan Coxkernel: use _fast8_t types
2018-12-08 Alan Coxkernel: Major rework of the single process in memory...
2018-07-16 EtchedPixelsMerge pull request #645 from beretta42/typo
2018-07-14 Alan Coxtty: add the new tty_data_consumed method
2018-07-13 EtchedPixelsMerge pull request #641 from piso77/fixes
2018-07-12 Alan Coxkernel: final pieces needed (I think...) for external...
2018-04-21 David GivenMerge from master.
2018-04-19 David GivenMerge from master.
2018-04-18 Alan Coxkernel: hopefully fix the busy block panic
2018-03-29 Alan Coxinode: file system updates
2018-03-10 Tormod VoldenAdd %2x support to kprintf
2018-02-23 EtchedPixelsMerge pull request #587 from beretta42/fsck2
2018-02-21 Alan Coxdevio: Fix build with IDUMP, minor tweaks for error...
2018-02-21 Alan Coxdevio: First cut at putting into place sleeping I/O...
2018-02-09 Alan Coxbuffers: BF_SUPERBLOCK is dead, kill it off
2017-12-14 Alan Cox65c816: add register hints
2017-12-14 Alan Coxkernel: introduce a u_done counter set to 0 in rwsetup
2017-11-23 Alan Coxdevio: correctly mark failed read block as unusable
2017-11-13 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2017-11-12 Alan Coxdevio: change meaning of return from bfree
2017-11-12 Alan Coxkernel: propogate I/O errors properly
2017-10-21 Alan Coxkernel: rework buffer handling and superblocks
2017-10-19 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2017-10-19 Alan Coxkernel: preparatory work for Split I/D and for out...
2017-08-03 Alan Coxdevio: remove FIXME
2017-02-12 EtchedPixelsMerge pull request #488 from beretta42/coconic
2017-02-12 EtchedPixelsMerge pull request #489 from beretta42/bto
2017-01-16 EtchedPixelsMerge pull request #476 from beretta42/dw_mf
2017-01-08 EtchedPixelsMerge pull request #473 from willsowerbutts/bugfix
2017-01-06 Will SowerbuttsKernel: bread() should mark blocks as free on read...
2016-11-16 EtchedPixelsMerge pull request #454 from nealcrook/apps-tidy
2016-11-13 Alan Coxdevio: Fix broken pointer printing on 16bit
2016-10-30 EtchedPixelsMerge pull request #447 from tormodvolden/ue-editor
2016-09-12 Alan Coxdevio: fix stupid bug in kprintf %p
2016-08-31 EtchedPixelsMerge pull request #413 from vandys/kernel
2016-08-30 EtchedPixelsMerge pull request #408 from beretta42/net_native
2016-08-30 Alan Coxdevio: add 32bit pointer support
2016-08-29 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-08-29 Alan Coxdevio: in debug dump R/W counters
2016-08-29 EtchedPixelsMerge pull request #404 from dfffffff/master
2016-08-28 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-08-28 Alan Coxsignal: fix handling of pending signals whose default...
2016-07-27 Andy ValenciaMerge branch 'master' into touch
2016-07-27 Andy ValenciaMerge branch 'group' of github.com:vandys/FUZIX into...
2016-07-27 Andy ValenciaMerge branch 'master' into group
2016-07-26 Neal Andrew CrookMerge branch 'multicomp-exec' of https://github.com...
2016-07-25 Alan Coxdevio: add helpers to start rationalising the I/O paths
2016-06-01 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-05-31 Tormod VoldenAllow return value passing from ioctl
2016-03-07 EtchedPixelsMerge pull request #326 from beretta42/tar
2016-02-25 Alan Coxdevio: fix sign on IDUMP
2015-10-25 Alan Coxpanic: slight squash from de-duplication
2015-10-25 Alan Coxkernel: extra panic texts into defines
2015-10-20 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-10-19 EtchedPixelsMerge pull request #262 from davidgiven/msp430
2015-10-19 David GivenFix some whitespace changes that shouldn't have been...
2015-10-19 David GivenMerge from master.
2015-10-18 David GivenMerge from master.
2015-10-17 David GivenCleaned up the new kprintf a bit.
2015-10-17 David GivenReturn kputunum() to upstream's version.
2015-10-15 David Givenkputunum() can now write the number 0.
2015-10-15 David GivenMerge from master.
2015-10-12 Alan Coxbuffers: Allow for the buffer cache to be expandable.
2015-10-02 EtchedPixelsMerge pull request #250 from beretta42/graphics
2015-10-02 EtchedPixelsMerge pull request #249 from beretta42/back-tick
2015-10-02 Alan Coxdevio: fix stupid bug I introduced
2015-10-01 Alan Coxtty: fix O_NDELAY proposal
2015-08-24 David GivenMerge from master.
2015-08-09 David GivenMerge from upstream.
2015-07-12 David GivenMerge from upstream.
2015-07-07 David GivenAdd option so that s_queue objects can indirect their...
2015-07-03 David GivenSmaller kputunum implementation (byte shaving).
2015-06-25 David GivenNow boots as far as loading init and trying to run it!
2015-06-24 David GivenGet to the point of failing to load /init.
2015-05-25 David GivenMerge from upstream.
2015-05-22 Alan Coxdevio: handle error reporting in the right place
2015-05-15 Alan Coxdevio: Fix the long standing buffer flushing FIXME
2015-05-15 Alan Coxdevio: d_flush of a flush incapable device is not an...
2015-02-22 EtchedPixelsMerge pull request #129 from willsowerbutts/bugfixes
2015-02-22 Will SowerbuttsKernel: Improve idump() output
2015-02-22 Alan CoxRevert "devio: sync before we flush"
2015-02-21 EtchedPixelsMerge pull request #125 from willsowerbutts/p112serial
2015-02-20 Alan Coxdevio: sync before we flush
2015-01-30 Alan Coxdevio: fix warnings caused by unused parameters
2015-01-27 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-01-26 Alan Coxtypes: set the type definitions ready for non 8bit...
2015-01-26 EtchedPixelsMerge pull request #89 from willsowerbutts/fixdd
2015-01-26 Will SowerbuttsKernel: Change bf_free to tristate -- free, busy, super...
2015-01-12 Alan Coxioctl: tidy up a bit more
2015-01-12 Alan Coxdevio: update to the new ioctl naming
2015-01-12 EtchedPixelsMerge pull request #66 from willsowerbutts/ideflush3
2015-01-11 Will SowerbuttsKernel: d_flush() flushes the write cache of a device...
2015-01-04 Alan Coxdevio: note FIXME on device close
2015-01-03 Alan Coxflock: Add BSD flock functionality to FUZIX
2014-12-06 Alan Coxputdigit: microoptimisations
2014-11-28 Alan Coxdevio: tty queue functions are really unsigned char
2014-11-11 Alan Coxbanking: lay the groundwork
2014-11-11 Alan Coxidump: We don't want the debugging in discard !
next