FUZIX.git
2016-03-26 Alan Coxkernel.h: dummy in_group for level 1 boxes
2016-03-26 Alan CoxLibrary: build initgroups on 6502 and 6809
2016-03-26 Alan Coxfortune: add a small efficient implementation of fortune
2016-03-25 Alan Coxopendir: remove unused variable
2016-03-25 Alan Coxstart; update comment
2016-03-25 Alan Coxsyscall_fs3: correct EROFS handling for devices on...
2016-03-25 Alan Coxstart: allow for argument parsing by system and platform
2016-03-25 Alan Coxalloc_socket: interrupt lock
2016-03-25 Alan Coxincludes: add shutdown
2016-03-25 Alan Coxsyscall_name: one more syscall
2016-03-25 Alan Coxkdata: one more syscall
2016-03-25 Alan Coxsyscall_net: add shutdown()
2016-03-25 Alan Coxdev/net: shutdown hooks
2016-03-25 Alan Coxsyscall_fs2: chown rules
2016-03-25 Alan Coxinit: set groups on L2 system
2016-03-25 Alan Coxgroups: trivial tidy
2016-03-25 Alan Coxinitgroups: final I hope fix
2016-03-25 Alan Coxsyscall_level2: fix set/getgroups
2016-03-25 Alan Coxinitgroups: bug fix
2016-03-25 Alan Coxinitgroups: add to library and headers
2016-03-25 Alan Coxinitgroups: clean up so we can use it
2016-03-25 Alan Coxgroups: add command
2016-03-25 Alan Coxsocktest: turns into a tool for fetching files via...
2016-03-25 Alan Coxsocket: add missing bits to include headers
2016-03-25 Alan CoxMakefile: add Z80 hton* to mix and an install rule
2016-03-25 Alan Coxhtonl/s: Z80 implementation
2016-03-25 Alan Coxnet_z80pack: work around SDCC funny and remove debug
2016-03-23 Alan Coxadventures: push generated fixes
2016-03-22 Alan Coxadventures: update the generator files to remove debug...
2016-03-20 Alan Coxfcc: support -o option with -c
2016-03-20 Alan Coxkill: use _itoa and also fix some formatting
2016-03-19 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-03-19 Alan Coxgames: Add the Scott Adams and Brian Howarth games
2016-03-19 Alan Coxfcc: fix mishandling of extension trimming
2016-03-19 Alan Coxlibs: fix build rules for curses
2016-03-19 EtchedPixelsMerge pull request #334 from beretta42/kill
2016-03-19 Alan Coxbcpl: README typo
2016-03-19 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-03-19 Alan Coxicint: speed up initial load and put a debug item back
2016-03-18 Alan CoxBCPL: The pieces needed to run the BCPL 2 kit on Fuzix
2016-03-17 EtchedPixelsMerge pull request #332 from beretta42/adventure
2016-03-17 Brett Gordonadvent: remove old comment in 6809 makefile.
2016-03-17 Brett Gordonadvent: compile with optimizations off for gcc6809 :(
2016-03-17 Brett Gordonadvent: add makefile for 6809
2016-03-17 Alan Coxinit: Remove unsafe memory freeup
2016-03-17 Alan Coxadvent: fix crash with long texts due to undersized...
2016-03-17 Alan Coxadvgen.c: fix some odd formatting
2016-03-17 Alan Coxadvgen: support generating a cross endian database
2016-03-16 Alan Coxdatabase.c: Fix crash in dark rooms
2016-03-16 Alan Coxadventure: as required by all 8bit micros
2016-03-16 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-03-16 Alan Coxinit: fix bug noted by Brett
2016-03-16 Brett Gordonkill: more text signals, print list.
2016-03-15 EtchedPixelsMerge pull request #329 from beretta42/ucp
2016-03-15 Brett Gordonucp: add "ln" command.
2016-03-08 EtchedPixelsMerge pull request #327 from beretta42/umount
2016-03-08 Brett Gordonumount.c: fix formatting
2016-03-08 Brett Gordonumount.c: bugfix: not rewriting /etc/mtab correctly.
2016-03-08 Brett Gordonumount.c: remove pointless tokification: mntpt not...
2016-03-07 EtchedPixelsMerge pull request #325 from beretta42/keyrepeat2
2016-03-07 EtchedPixelsMerge pull request #326 from beretta42/tar
2016-03-07 Brett Gordontar.c: don't archive the archive file
2016-03-07 Brett Gordoncoco3: Match other platforms keyrepeating code.
2016-03-06 Alan Coxdevtty: propogate Brett's keyboard repeat all over...
2016-03-06 Alan Coxdragon: add devtty, bring in line with current link set
2016-03-06 Alan Coxtrs80: keyboard repeat support
2016-03-06 Alan Coxvt: keyboard repeat rate ioctls
2016-03-06 EtchedPixelsMerge pull request #322 from beretta42/keyrepeat2
2016-03-06 EtchedPixelsMerge pull request #324 from beretta42/discard
2016-03-06 Brett Gordoncoco3: move devtty_init() to .discard section, clean...
2016-03-06 Brett Gordoncoco3: add video_init() to .discard
2016-03-06 Brett Gordoncoco3: put sdc init code in .discard
2016-03-06 Brett Gordoncoco3: force devide_discard to discard section.
2016-03-06 Brett Gordoncoco3: move basic system initialization to .discard...
2016-03-05 EtchedPixelsMerge pull request #323 from beretta42/opendir
2016-03-05 Brett Gordonopendir_r: bugfix: bad first iteration of readdir
2016-03-03 Brett Gordoncoco3: Add key repeating for keyboard driver
2016-03-03 Alan Coxinet: First pass fixing up the inet_ functions
2016-03-03 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-03-03 Alan CoxLibrary: Add an install to put the headers in the right...
2016-03-03 EtchedPixelsMerge pull request #321 from beretta42/core
2016-03-02 Brett Gordoncoredump: clear u_error for new batch of calls.
2016-02-28 Alan Coxbbc: First bits ready to start porting to the matchbox...
2016-02-27 Alan CoxREADME.md: updates
2016-02-27 Alan Coxbbc: tool for manipulating BBC micro SSD disc images
2016-02-25 Alan Coxinet: first few bits of the libc code we need
2016-02-25 Alan Coxsyscall_net: Fix socket leak
2016-02-25 Alan CoxBUGS: update
2016-02-25 Alan Coxdevio: fix sign on IDUMP
2016-02-25 Alan Coxprocess: hack for P_STOPPED until we sort out the stop...
2016-02-25 Alan Coxtty: update TODO list
2016-02-25 Alan Coxz80pack: switch to using the test net code
2016-02-25 Alan Coxkernel: more error numbers needed
2016-02-25 Alan Coxnet_z80pack: test "smart" network interface with some...
2016-02-25 Alan Coxsyscall_net: various improvements and fixes
2016-02-25 Alan Coxnetdev: re-order states to make tests more logical
2016-02-25 Alan CoxBUGS: update for a couple of remaining problems
2016-02-25 Alan Coxsocktest: this won't live here forever
2016-02-25 Alan Coxutils: build with fcc so we find the headers properly
2016-02-23 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
next