FUZIX.git
2016-02-13 Alan Coxmemory: fix some of the types for 32bit address spacing
2016-02-11 Alan Coxusermem: add MISALIGNED
2016-02-11 Alan Coxnet_ip: note an oversight
2016-02-11 Alan Coxflat: fix stupid bug I noticed
2016-02-11 Alan Coxflat_mem: import the code based upon MAPUX
2016-02-04 EtchedPixelsMerge pull request #316 from beretta42/section
2016-02-04 Brett Gordoncoco3: coco3.s: fix code sections as per Issue: #310.
2016-02-01 Alan Coxinit: add reload support
2016-02-01 Alan Coxsyscalls: assume the shared header will be placed in...
2016-01-25 EtchedPixelsMerge pull request #313 from davidgiven/alignement1
2016-01-25 David GivenFix typo.
2016-01-24 EtchedPixelsMerge pull request #315 from davidgiven/priorities
2016-01-23 David GivenFix data corruption issue.
2016-01-21 David GivenMove struct _uzistat into its own structure, shared...
2016-01-21 David GivenUndo binary-breaking struct _uzistat rearrangement.
2016-01-21 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-01-21 Alan Coxsyscall_proc: document that dofork might do two things
2016-01-21 EtchedPixelsMerge pull request #314 from davidgiven/malloc
2016-01-19 David Givenints aren't necessarily two bytes long!
2016-01-20 David GivenFix alignment issues primarily with the malloc() alignm...
2016-01-19 David GivenFix 32-bit alignment issues.
2016-01-20 David GivenDon't use the 16-bit definitions if the compiler's...
2016-01-16 Alan Coxnet: knock out some remaining bugs and print the AT...
2016-01-16 Alan Coxsyscall_net: hooks for reading from a socket
2016-01-16 Alan Coxgrp.h: setgroups is a syscall it shouldn't be here
2016-01-13 Alan Coxcpu-z80: add ntohl
2016-01-13 Alan Coxnet_at: Loopback doesn't work on this interface
2016-01-13 Alan Coxsyscall_net: fix write, local addressing
2016-01-13 Alan Coxnet: add ECONNRESET
2016-01-12 Alan Coxnet_at: knock out a few more bugs and missing bits
2016-01-12 Alan Coxnet: fix more bugs
2016-01-12 Alan Coxsyscall: getsockaddrs is a 3 argument function
2016-01-12 Alan Coxlibc: syscall Makefile
2016-01-12 Alan Coxsyscall_net: Fix bugs in socket() call
2016-01-12 Alan Coxlibc: add syscall bindings for network layer
2016-01-12 Alan Coxnet: socket types are zero based
2016-01-12 Alan Coxkernel: Finish updating syscall names and fix a wrong...
2016-01-12 Alan Coxnet: Must move the socket into unconnected
2016-01-12 Alan Coxliberror: fix missed entry
2016-01-11 Alan Coxlibc: synchronize error codes with the kernel
2016-01-11 Alan Coxnet_at: fix stupid bug
2016-01-11 Alan Coxnet_at: header for silly stack
2016-01-11 Alan Coxz80pack: add this lot to the build
2016-01-11 Alan Coxz80pack: add a network socket simulation helper
2016-01-11 Alan Coxnet_at: silly test stack
2016-01-11 Alan Coxnet: shuffle things around and add syscall to protocol...
2016-01-11 Alan Coxkernel: a couple of error numbers we'll need for networking
2016-01-11 Alan Coxcpu: add a standardised BIG_ENDIAN define
2016-01-10 David GivenRewrote from scratch, as the old version had show-stopp...
2016-01-10 Alan Coxnet: hook together all the networking kernel bits into...
2016-01-10 Alan Coxmakeversion: pass the level 2 flag via uname
2016-01-10 Alan Coxps: adaptions for level 2 handling
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)
next