FUZIX.git
2016-05-31 Alan Coxsyscalls.h: pre-declare struct rlimit
2016-05-31 Alan Coxsyscall6502: fix silly warning
2016-05-31 Tormod VoldenLibrary/include/poll.h: Add missing semicolon
2016-05-31 Tormod Voldenvt.c: Fix off-by-one in clear to end of line escape...
2016-05-31 Tormod VoldenAllow return value passing from ioctl
2016-05-31 Tormod VoldenBuild: Add dragon-nx32 kernel build
2016-05-31 Tormod VoldenBuild: Sync lwlink wrapper with upstream development...
2016-05-31 Tormod Voldenutils: Link stdio-free apps with stdio-free crt0 on...
2016-05-31 Tormod VoldenApplications/*/Makefile.6809: Tidy up dependencies...
2016-05-31 Tormod VoldenLibrary: Add stdio-free crt0 for 6809
2016-05-31 Tormod Voldenttydw.c: Fix single-byte reception on virtual channels
2016-05-28 EtchedPixelsMerge pull request #351 from davidgiven/fforth
2016-05-28 David GivenDon't hardcode the cell size when calculating offsets...
2016-05-27 EtchedPixelsMerge pull request #350 from beretta42/master
2016-05-26 Brett Gordoncoco3: make sdc driver handle rawmode=1.
2016-05-26 Brett Gordoncoco3: make drivewire.s support rawmode=1.
2016-05-26 Brett Gordoncoco3: remove CONFIG_LEGACY_EXEC
2016-05-26 EtchedPixelsMerge pull request #349 from beretta42/master
2016-05-26 Brett Gordoncoco3: fix scroll_down().
2016-05-24 EtchedPixelsMerge pull request #348 from nealcrook/apps
2016-05-24 Neal Andrew... Bring 6809 library stuff in sync with z80.. in particul...
2016-05-24 Neal Andrew... Define NAME_MAX to be the same as MAXNAMLEN
2016-05-22 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-05-22 EtchedPixelsMerge pull request #347 from nealcrook/janitorial
2016-05-22 Tormod VoldenBuild: Use -Map= syntax in targetgcc.rules.mk
2016-05-22 Tormod VoldenLibrary/build.mk: Add initgroups.c
2016-05-22 Tormod VoldenAdd tool for checking lwlink map files
2016-05-22 Tormod Voldendragon-nx32: Always include local devfd.h in devfd...
2016-05-22 Tormod Voldendragon-nx32: Avoid variable shadowing in devfd.c
2016-05-22 Tony Jewelldragon-nx32: Incorporate drivewire tty
2016-05-22 Tony Jewelldragon-nx32: Copy ttydw from coco3
2016-05-22 Tony Jewelldragon-nx32: Copy dw_transaction() from coco3
2016-05-22 Neal Andrew... oops, commit working version.
2016-05-22 Neal Andrew... Add multicomp09 to list of platforms.
2016-05-22 Neal Andrew... remove editor back-up files.
2016-05-22 Neal Andrew... .gitignore files for the Library tree
2016-05-21 Neal Andrew... Fix for ISSUE 344: migrate DEVICE_xx to CONFIG_xx,...
2016-05-20 Neal Andrew... tidy up CONFIGs in multicomp09
2016-05-20 Neal Andrew... Delete auto-generated Library/libs/fuzix/Makefile....
2016-05-20 Tormod VoldenLibrary: Add missing setjmp prototype for 6809
2016-05-20 Tormod Voldendragon-nx32: Move some crt0 parts to discard
2016-05-20 Tormod Voldendragon-nx32: Zero out udata block instead of loading it
2016-05-20 Tormod Voldendragon-nx32: Fill some memory layout holes
2016-05-20 Tormod Voldendragon-nx32: Move vector segment last in kernel object...
2016-05-19 EtchedPixelsMerge pull request #345 from nealcrook/introducing_mult...
2016-05-19 Neal Andrew... prune away a bit more dead code.
2016-05-19 Neal Andrew... Tidy up SD driver - delete dead code and change names...
2016-05-19 Neal Andrew... Rejig CONFIG_MBR_OFFSET behaviour. It now defines a...
2016-05-18 Neal Andrew... document fixup needed in order to build library.
2016-05-18 Neal Andrew... Introduce new 6809 platform, multicomp09.
2016-05-17 Tormod VoldenMWC: Add expr and find to Makefile.6809
2016-05-16 Alan Coxunits: Add units command
2016-05-16 Alan Coxstdlib.h: add atof() prototype
2016-05-16 Alan Coxexpr: Add expr
2016-05-16 Alan Coxm4: remove unsafe tmp string functionality, and handle...
2016-05-16 Tormod VoldenMWC: Fix const mismatches upsetting gcc
2016-05-16 Alan CoxAdd find
2016-05-16 Alan CoxImport first commands from the freed up MwC Coherent...
2016-05-16 Tormod Voldentty.c: Fix TIOCSWINSZ copy
2016-05-16 Tormod Voldendragon: Add empty platform_param()
2016-05-16 Tormod Voldendevdw: Allow all 256 drives, get rid of dw_tab
2016-05-16 Tormod Voldendrivewire.s: Start comments properly with semicolons
2016-05-16 Tormod Voldendragon-nx32: SPI fast sector read fixes
2016-05-16 Tormod Voldendragon-nx32: Bump MAX_MAPS for spinx512
2016-05-16 Tormod Voldentravis: Install gcc6809 from PPA
2016-05-16 Tormod VoldenLibrary/6809: Copy userstructs.h from kernel tree
2016-05-13 Alan CoxFrom: Brett Gordon <beretta42@gmail.com>
2016-05-03 Alan CoxFrom: Brett Gordon
2016-05-03 Brett Gordoncoco3: fix compiler warnings
2016-05-03 Brett Gordoncoco3: add header for low-level video calls
2016-05-03 Brett Gordoncoco3: devsdc: fix compiler warnings.
2016-05-03 Brett Gordoncoco3: clean up compiler warning (include headers needed)
2016-05-03 Brett Gordoncoco3: mbr.c: fix compiler warning
2016-05-03 Brett Gordoncoco3: ttydw: clean up compiler warnings
2016-05-03 Brett Gordondevdw: add declaration for dw_transaction()
2016-04-26 Brett Gordoninit: build new utmp entry with short tty name.
2016-04-22 Brett Gordonwall.c: make open utmp file in /var, not /etc
2016-04-22 Brett Gordon/v7/cmd: add makefile for 6809
2016-04-21 Alan Coxbuild.mk: add missing opendir_r/closedir_r
2016-04-15 Alan Coxnet_wiznet: initial sketch of driver
2016-04-11 Alan Coxplatform: add the platform param hook
2016-04-11 Tormod VoldenFwd: [PATCH] dragon-nx32: Sane defaults for keyboard...
2016-04-09 EtchedPixelsMerge pull request #337 from beretta42/param
2016-04-09 Alan Coxplatforms: add needed platform_param() helper
2016-04-09 Alan Coxutent: Fix casting
2016-04-09 Alan Coxinit: allow initgroups to fail
2016-04-09 EtchedPixelsMerge pull request #339 from beretta42/IGNCR
2016-04-09 Tormod Voldendragon-nx32: Fix CoCo keymap wrangling
2016-04-09 Tormod Voldendragon-nx32: Add empty platform_param()
2016-04-09 Tormod Voldendragon-nx32: Update build instructions with more applic...
2016-04-09 Tormod Voldendw: Use 6809 link script from util
2016-04-09 Tormod Voldenlevee: Build with optimization on 6809
2016-04-07 Brett Gordontty.c: add IGNCR. (helps with TCP connections)
2016-03-29 Brett Gordoncoco3: add dummy platform_param()
2016-03-26 Alan Coxsocktest: remove hardcoded /test path
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
next