FUZIX.git
2016-01-09 Alan Coxz80fixedbank: remove old debug
2016-01-09 Alan Coxz80pack: fix wakeup on console 2 and console 3
2016-01-09 Alan Coxtty: Fix O_NOCTTY handling
2016-01-09 Alan Coxinit: don't acquire a controlling tty
2016-01-09 Alan Coxlevel2: update headers to match job control changes
2016-01-09 Alan Coxprocess: update signal handling
2016-01-09 Alan Coxtty: job control needs minor passing
2016-01-09 Alan Coxlevel2: clear the tty on a setsid
2016-01-09 Alan Coxstart: Make sure we don't acquire a controlling tty...
2016-01-09 Alan Coxlevel2: fix various job control logics
2016-01-09 Alan Coxz80pack: bring the tty layer into compliance with curre...
2016-01-09 Alan Coxlevel2: fix first couple of bits
2016-01-09 Alan Coxlibs: link in opendir_r/closedir_r on Z80
2016-01-09 Alan CoxMakefile: hook in the various level 2 files
2016-01-09 Alan Coxz80pack: make this a level2 platform so we can begin...
2016-01-09 Alan Coxlevel2: update the remaining bits to get a level2 library
2016-01-09 Alan Coxsyscall_name: use the right count
2016-01-09 Alan Coxlevel2: plumb together all the level2 work and make...
2015-12-29 Alan Coxlevel2: add hooks to allow level 2 platforms to provide...
2015-12-29 Alan Coxprocess: fix dumb error in last commit
2015-12-29 Alan Coxprocess: add initial SIGCHLD handling
2015-12-29 Alan Coxtty: bring comments up to date
2015-12-29 Alan Coxkill: allow for special rules for SIGCONT with job...
2015-12-29 Alan Coxsignals: SIGCONT should be sent after a SIGHUP
2015-12-29 Alan Coxlevel2: update header to match
2015-12-29 Alan Coxkernel: update some header bits for level2 work
2015-12-29 Alan Coxopendir_r: shuffle structures about, implement and...
2015-12-29 Alan Coxsyscall_proc: use setsid() to implement setpgrp() on...
2015-12-27 Alan Coxkernel: add p_session for level 2 job control
2015-12-27 Alan Coxtty: further chunks of work on the tty job control...
2015-12-27 Alan Coxkernel: first pieces of job control logic
2015-12-27 Alan Coxtty: make TIOC[GS]WINSZ available
2015-12-27 Alan Coxtty: update for TIOCGWINSZ/SWINSZ
2015-12-27 Alan Coxfilesys: fix build error with level 2
2015-12-27 Alan Coxkernel: hook in level2 include and udata changes
2015-12-27 Alan Coxkernel: start adding functions and files for "level...
2015-12-26 Alan Coxfilesys: add the needed hook point for BSD groups
2015-12-26 Alan Coxtty: first cut at SIGWINCH and friends
2015-12-26 Alan Coxutils: update library and ps for repurposing of P_XSLEEP
2015-12-26 Alan Coxkernel: rename XSLEEP (unused) into STOPPED
2015-12-26 Alan Coxprocess: first cut at SIGCONT/SIGSTOP handling done...
2015-12-26 Alan Cox6809: add asm define for gcc bug workaround
2015-12-26 Alan Coxkernel.h: add defines for new length checking
2015-12-26 Alan Coxinode.c: gcc 6809 workaround
2015-12-26 Alan Coxfsck: fix endian handling error when correcting counts
2015-12-26 Alan Coxfilesys: fix error reporting when trying to ch_unlink...
2015-12-26 Alan Coxfilesys: fix dumb bug introduced in previous commit
2015-12-26 Alan Coxfilesys: Fix trailing / handling (hopefully)
2015-12-26 Alan Coxdragon-nx-32: fix warning
2015-12-26 Alan Coxdragon-nx-32: fix warning
2015-12-26 Alan Coxdevscsi: works better if you remember to return 0 for...
2015-12-26 Alan Coxfcc: add __FUZIX__
2015-12-26 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-12-22 EtchedPixelsMerge pull request #309 from beretta42/ucp
2015-12-22 Brett Gordonucp.c: bugfix: attempt to compare swizzled data with...
2015-12-20 EtchedPixelsMerge pull request #308 from beretta42/ls
2015-12-20 Brett Gordonls.c: add support for fifo type. (print a 'p')
2015-12-19 EtchedPixelsMerge pull request #305 from beretta42/tar2
2015-12-19 Brett Gordonutils: add tar
2015-12-15 EtchedPixelsMerge pull request #303 from beretta42/ttydw
2015-12-10 Brett Gordoncoco3: tty drivewire: and replace constants with defines
2015-12-10 Brett Gordoncoco3: ttydw.c: simplify port/minor number conversion
2015-12-10 Brett Gordoncoco3: ttydw.c: fix bad port to minor translation on...
2015-12-08 EtchedPixelsMerge pull request #301 from vandys/master
2015-12-07 Andy ValenciaTeach git about some more generated files.
2015-11-29 EtchedPixelsMerge pull request #299 from beretta42/tty
2015-11-29 EtchedPixelsMerge pull request #298 from beretta42/sub
2015-11-29 Brett Gordontty.c: don't return EOF from read until all the data...
2015-11-29 Brett Gordontty.c: need to increment our user count after a NDELAY...
2015-11-29 Brett Gordoncoco3: devtty: bugfix: tty_close not closing port at...
2015-11-29 Brett Gordoncoco3: devdw.c: bug fix, carrier dropping wrong minor.
2015-11-29 Brett Gordonttydw.c: bugfixes: not updating open_ports counter...
2015-11-29 Brett Gordonremove DW's \n and \r handling. (isn't needed)
2015-11-14 EtchedPixelsMerge pull request #282 from beretta42/issue
2015-11-13 Alan Coxcurses: add missing getmaxyx and getbegyx
2015-11-13 Brett Gordonbank16k's: pass byte count to swapwrite/read not block...
2015-11-08 Alan CoxLevels: first proposal of how we define a "level 1...
2015-11-08 Faisal AbbasLibrary/libs: add telldir, seekdir and rewinddir
2015-11-07 Tormod Voldendevsd: sdcc hack broke big-endian
2015-11-07 Tormod Voldendragon-nx32: SPI: read out blk_op before mapping user...
2015-11-07 Tormod Volden6809 platforms: Trim spaces in assembly operands
2015-11-07 Tormod Voldendragon-nx32: More SPI fixes
2015-11-02 EtchedPixelsMerge pull request #281 from davidgiven/travis
2015-11-02 David GivenMerge from upstream.
2015-11-02 Alan Coxdragon-nx32: vtattr_notify
2015-11-02 Alan Coxvtattr_notify: Fix other Z80 platforms
2015-11-02 Alan Coxvt: formatting
2015-11-02 EtchedPixelsMerge pull request #280 from davidgiven/msp430
2015-11-02 EtchedPixelsMerge pull request #279 from beretta42/vt
2015-11-01 David GivenAll syscall banks can now be used as overlays; saves...
2015-11-01 Alan Coxgraphics: minor updates to headers
2015-11-01 Brett Gordonvt: add new platform function to header file
2015-11-01 Brett Gordonvt.c: cover VT_SIMPLE with noop vtattrib_notify
2015-11-01 Alan CoxTypo fix
2015-11-01 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-11-01 Alan Coxubee: missed this in the old commits
2015-11-01 Alan Coxqrun: first steps on graphics support
2015-11-01 Brett Gordoncoco3: devtty: initialize palettes to match vt.h defini...
2015-11-01 Brett Gordoncoco3: vt: more flesh-out of vtattr_notify().
2015-11-01 Brett Gordoncoco3: implement vtattr_notify(), testing just for...
next