John Hodge [Sat, 18 May 2013 13:47:51 +0000 (21:47 +0800)]
Usermode/init,login - Updated to new PTY code
John Hodge [Sat, 18 May 2013 13:47:34 +0000 (21:47 +0800)]
Kernel - Integrated PTY with VTerm, userland currently broken
John Hodge [Sat, 18 May 2013 09:51:00 +0000 (17:51 +0800)]
Usermode/GUI Terminal - Switched to PTY instead of FIFO
John Hodge [Sat, 18 May 2013 09:50:39 +0000 (17:50 +0800)]
Usermode/ld-acess - Fixed compilation errors in devices.h, added another PTY IOCtl
John Hodge [Sat, 18 May 2013 09:49:41 +0000 (17:49 +0800)]
Kernel/PTYs - Fixed maths error causing page fault
John Hodge [Sat, 18 May 2013 09:49:05 +0000 (17:49 +0800)]
Kernel/threads - Fixed infinite fault loop if thread/proces pointer is bad
John Hodge [Fri, 17 May 2013 15:37:19 +0000 (23:37 +0800)]
Kernel/PTYs - Finishing touches on implimentation
- Added MkNod, untested still
- Designing 2D API to account for loss of terminal IOCtls
John Hodge [Fri, 17 May 2013 12:26:14 +0000 (20:26 +0800)]
Kernel - Implimenting PTYs (untested, unintegrated)
John Hodge [Thu, 16 May 2013 06:09:08 +0000 (14:09 +0800)]
Usermode/libposix - Fixed bug in getpass (didn't trim \n)
John Hodge [Thu, 16 May 2013 06:08:46 +0000 (14:08 +0800)]
Kernel/VFS - Fixed bug with setting flags on FD0
John Hodge [Thu, 16 May 2013 05:46:43 +0000 (13:46 +0800)]
Usermode/libc,libpsocket - Various fixes to psockets and errno
John Hodge [Thu, 16 May 2013 05:46:16 +0000 (13:46 +0800)]
Kernel - Implimented VFS_Reopen
John Hodge [Thu, 16 May 2013 05:17:05 +0000 (13:17 +0800)]
Kernel - Added 'Flags' param to VFS Read/Write/FindDir
- Used for non-blocking IO
John Hodge (sonata) [Wed, 15 May 2013 12:23:55 +0000 (20:23 +0800)]
Usermode/libposix - Misc
John Hodge (sonata) [Wed, 15 May 2013 09:08:33 +0000 (17:08 +0800)]
Kernel - SYS_FDCTL
John Hodge (sonata) [Wed, 15 May 2013 08:13:53 +0000 (16:13 +0800)]
Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2
John Hodge [Wed, 15 May 2013 08:12:34 +0000 (16:12 +0800)]
Kernel - Working on SYS_COPYFD
John Hodge [Wed, 15 May 2013 08:11:34 +0000 (16:11 +0800)]
Usermode/libposix - fcntl and debug
John Hodge (sonata) [Wed, 15 May 2013 02:21:49 +0000 (10:21 +0800)]
Kernel - Defaulted FRandom 'DataAvaliable' to 1
John Hodge (sonata) [Wed, 15 May 2013 02:21:31 +0000 (10:21 +0800)]
Usermode/libposix - Fixed duplicate definition of uid_t
John Hodge [Tue, 14 May 2013 08:01:39 +0000 (16:01 +0800)]
Usermode/libposix - Fixed getpass() argument
John Hodge [Tue, 14 May 2013 07:48:17 +0000 (15:48 +0800)]
Kernel - Added fast random (ala /dev/urandom), good random is stubbed
John Hodge [Tue, 14 May 2013 07:26:26 +0000 (15:26 +0800)]
Merge branch 'master' of git://localhost/acess2
John Hodge [Tue, 14 May 2013 07:25:29 +0000 (15:25 +0800)]
Tools/GCCProxy - Moved libgcc to last item in link list (fixes undefined references)
John Hodge [Tue, 14 May 2013 07:25:11 +0000 (15:25 +0800)]
Usermode/libposix - Implimenting functions for dropbear
John Hodge [Tue, 14 May 2013 04:14:19 +0000 (12:14 +0800)]
Usermode - POSIX and C conformance changes
John Hodge [Tue, 14 May 2013 03:38:47 +0000 (11:38 +0800)]
Applications/IRC - Cleaning up command code
John Hodge [Tue, 14 May 2013 03:38:32 +0000 (11:38 +0800)]
Applications/login - Cleaned up input code
John Hodge [Tue, 14 May 2013 03:38:10 +0000 (11:38 +0800)]
Applications - Used C99
John Hodge [Tue, 14 May 2013 03:36:00 +0000 (11:36 +0800)]
Applications/GUI Terminal - Fixed sticky Ctrl/Alt keys, reduced flush rate
John Hodge [Tue, 14 May 2013 03:32:43 +0000 (11:32 +0800)]
Notes - Pondering pty behavior
John Hodge [Tue, 14 May 2013 03:25:53 +0000 (11:25 +0800)]
Kernel - Update syscall definition (comment only)
John Hodge [Tue, 14 May 2013 03:25:19 +0000 (11:25 +0800)]
Kernel/VTerm - C99 and slight debug
John Hodge [Tue, 14 May 2013 03:25:02 +0000 (11:25 +0800)]
Kernel/IPCPipe - Disabled debug
John Hodge [Tue, 14 May 2013 03:23:32 +0000 (11:23 +0800)]
Modules/IPStack - Removed useless log message
John Hodge [Tue, 14 May 2013 03:07:43 +0000 (11:07 +0800)]
Kernel - Disabled omission of frame pointer (debugging)
John Hodge (sonata) [Mon, 13 May 2013 07:49:54 +0000 (15:49 +0800)]
AcessNative - Better error reporting in NativeFS
John Hodge (sonata) [Mon, 13 May 2013 07:11:51 +0000 (15:11 +0800)]
Modules/FAT - Fixed handling of <FAT32 root directory
John Hodge (sonata) [Mon, 13 May 2013 07:09:24 +0000 (15:09 +0800)]
Tools/DiskTook - Fixed absolute path support
John Hodge (sonata) [Mon, 13 May 2013 07:07:28 +0000 (15:07 +0800)]
Kernel/VTerm - Fixed typo in comment
John Hodge [Sun, 12 May 2013 11:08:28 +0000 (19:08 +0800)]
Merge branch 'master' of git://localhost/acess2
John Hodge [Sun, 12 May 2013 11:07:17 +0000 (19:07 +0800)]
Usermode/AxWin3 - Speedups mostly, required some restructure
John Hodge [Sun, 12 May 2013 11:06:42 +0000 (19:06 +0800)]
RunQemu - Added e1000 and 5555->23 forward
John Hodge [Sun, 12 May 2013 11:06:02 +0000 (19:06 +0800)]
Modules/E1000 - Fixed corruption/crash
John Hodge (sonata) [Wed, 8 May 2013 06:55:46 +0000 (14:55 +0800)]
Kernel/armv7 - Extra code for Tegra2 timer tests
John Hodge (sonata) [Wed, 8 May 2013 06:55:22 +0000 (14:55 +0800)]
Modules/E1000 - (minor) Worked around dumb gcc warning
John Hodge (sonata) [Wed, 8 May 2013 06:54:20 +0000 (14:54 +0800)]
Usermode/init - Fixed early free of command, fixed %s on array
John Hodge (sonata) [Wed, 8 May 2013 06:53:45 +0000 (14:53 +0800)]
Usermode/libc - Misc unused change in printf %f
John Hodge (sonata) [Wed, 8 May 2013 06:52:36 +0000 (14:52 +0800)]
Kernel/x86 - Untested MicroSleep function
John Hodge (sonata) [Fri, 3 May 2013 06:01:46 +0000 (14:01 +0800)]
Kernel/acpica - Disable debug
John Hodge (sonata) [Fri, 3 May 2013 03:18:06 +0000 (11:18 +0800)]
Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2
John Hodge [Fri, 3 May 2013 03:16:29 +0000 (11:16 +0800)]
Modules/E1000 - Bugfixes
- Still has an edgecase with Qemu
John Hodge (sonata) [Fri, 3 May 2013 03:14:48 +0000 (11:14 +0800)]
Merge branch 'master' of github.com:thepowersgang/acess2
Conflicts:
KernelLand/Kernel/arch/x86/acpica.c
John Hodge [Fri, 3 May 2013 03:12:49 +0000 (11:12 +0800)]
Kernel/acpica - Fiddling
John Hodge [Fri, 26 Apr 2013 05:42:04 +0000 (13:42 +0800)]
BuildConf - Added PCnetFAST3 to x86 default config
John Hodge [Fri, 26 Apr 2013 05:41:24 +0000 (13:41 +0800)]
Usermode/Filesystem - inittab: Added telnet server as a daemon
John Hodge [Fri, 26 Apr 2013 05:40:03 +0000 (13:40 +0800)]
Modules/PCnetFAST3 - Partially functional
- Has causes emulator crashes
- Doesn't really work
John Hodge [Fri, 26 Apr 2013 05:39:12 +0000 (13:39 +0800)]
Usermode/init - Fixes to parsing and error checks, added startup log
John Hodge [Fri, 26 Apr 2013 05:37:54 +0000 (13:37 +0800)]
Modules/E1000 - Partially functional driver
- Has caused qemu to segfault
- Causes system lockups in some cases
John Hodge [Fri, 26 Apr 2013 05:36:05 +0000 (13:36 +0800)]
Modules/IPStack - Added MAC checksum offload support
John Hodge [Fri, 26 Apr 2013 05:35:02 +0000 (13:35 +0800)]
Kernel/x86 - mboot: Cleaning up source, added sanity checks
John Hodge [Fri, 26 Apr 2013 05:34:38 +0000 (13:34 +0800)]
Kernel/x86 - acpica: Debug to trace AE_NO_MEMORY cause
John Hodge [Fri, 26 Apr 2013 05:34:07 +0000 (13:34 +0800)]
Kernel/x86 - mm_virt: Allowed PhysAddr=NULL with AllocDMA
John Hodge [Fri, 26 Apr 2013 05:28:24 +0000 (13:28 +0800)]
Tools/GCCProxy - Included libposix and libpsocket (for some reason)
John Hodge [Fri, 26 Apr 2013 05:25:53 +0000 (13:25 +0800)]
Usermode/libpsocket - getnameinfo and other definitions
John Hodge [Fri, 26 Apr 2013 05:24:22 +0000 (13:24 +0800)]
Usermode/libposix - More definitions on the way to dropbear
John Hodge [Fri, 26 Apr 2013 05:23:29 +0000 (13:23 +0800)]
Usermode/libc - More errno values and signal symbolic names
John Hodge [Fri, 26 Apr 2013 05:22:46 +0000 (13:22 +0800)]
Usermode/libc - Fixed back-seek of -1 when a write error occurs in buffering
John Hodge [Fri, 26 Apr 2013 05:20:52 +0000 (13:20 +0800)]
Usermode/ld-acess - Bugfix and extra syscall
- Fixes when programs are linked against ld-acess.so instead of libld-acess.so
- SYS_COPYFD added
- Cleaned up twiddling loaded library list from main()
> Now hardcoded check in IsLoaded is used for *ld-acess.so
John Hodge (sonata) [Tue, 2 Apr 2013 09:52:53 +0000 (17:52 +0800)]
Merge branch 'master' of git://cadel.mutabah.net/acess2
John Hodge [Tue, 2 Apr 2013 07:17:40 +0000 (15:17 +0800)]
Usermode/libc - Removed debug in stdio flush
John Hodge [Tue, 2 Apr 2013 07:16:59 +0000 (15:16 +0800)]
Kernel/IPStack - Added lock to buffer structure so drivers can do async Tx
John Hodge [Tue, 2 Apr 2013 07:16:21 +0000 (15:16 +0800)]
Kernel/Threads - Added output to SetName to trace thread pool
John Hodge [Tue, 2 Apr 2013 07:15:53 +0000 (15:15 +0800)]
Kernel/VTerm - Added stub support for an escape code vim uses
John Hodge [Mon, 1 Apr 2013 15:17:47 +0000 (23:17 +0800)]
Kernel/Modules - Heaps of work on PCnet FASTIII driver
John Hodge [Sun, 31 Mar 2013 10:21:13 +0000 (18:21 +0800)]
Usermode - Added stdio output caching
John Hodge [Sun, 31 Mar 2013 10:09:06 +0000 (18:09 +0800)]
Kernel/VTerm - Fixed little bugs exposed with stdio buffering
John Hodge (sonata) [Sat, 30 Mar 2013 04:48:31 +0000 (12:48 +0800)]
Kernel - Doxygen documentation updates
John Hodge (sonata) [Sat, 30 Mar 2013 04:47:54 +0000 (12:47 +0800)]
Kernel/x86 - Report ACPICA cache name on exhaustion
John Hodge [Fri, 29 Mar 2013 07:59:56 +0000 (15:59 +0800)]
Merge branch 'master' of git://localhost/acess2
John Hodge [Fri, 29 Mar 2013 07:58:28 +0000 (15:58 +0800)]
Usermode - ARCH=native changes, kinda borked
- Might not be, no caching so things are damn slow
John Hodge [Fri, 29 Mar 2013 07:57:59 +0000 (15:57 +0800)]
AcessNative - Fixed alignment on request header
John Hodge (sonata) [Fri, 29 Mar 2013 07:29:12 +0000 (15:29 +0800)]
Merge branch 'master' of git://cadel.mutabah.net/acess2
John Hodge (sonata) [Fri, 29 Mar 2013 07:27:51 +0000 (15:27 +0800)]
Modules/IPStack - Reduced UDP debug spam
John Hodge (sonata) [Thu, 28 Mar 2013 05:05:52 +0000 (13:05 +0800)]
Usermode - Fixed incorrect use of vsnprintf
John Hodge (sonata) [Thu, 28 Mar 2013 05:05:22 +0000 (13:05 +0800)]
Usermode+InitRD - Fixed incorrect location of dhcpc
John Hodge [Tue, 26 Mar 2013 15:31:56 +0000 (23:31 +0800)]
AcessNative - Included ipcpipe for AxWin3
John Hodge [Tue, 26 Mar 2013 15:31:37 +0000 (23:31 +0800)]
Usermode/AxWin3 - Fixed undefined memory usage
John Hodge [Tue, 26 Mar 2013 14:59:29 +0000 (22:59 +0800)]
AcesNative+Usermode - libacessnative "works" (for some definitions)
- Uses system libc, and as such *printf goes to system stdout
John Hodge [Wed, 6 Mar 2013 03:18:20 +0000 (11:18 +0800)]
Externals/cross-compiler - Ignore sysroot-$(ARCH)
John Hodge [Wed, 6 Mar 2013 03:18:08 +0000 (11:18 +0800)]
Usermode - libacess-native
John Hodge [Wed, 6 Mar 2013 03:17:01 +0000 (11:17 +0800)]
Usermode - Hacking up native compilation target
John Hodge [Wed, 6 Mar 2013 03:15:55 +0000 (11:15 +0800)]
AcessNative - Working on libacess-native
John Hodge [Tue, 5 Mar 2013 08:31:11 +0000 (16:31 +0800)]
Usermode/libc - Fixed setjmp.h relying on __is_ARCHDIR_*_
- Switched to __i386__ and __amd64__
John Hodge [Tue, 5 Mar 2013 07:46:15 +0000 (15:46 +0800)]
Merge branch 'master' of git://localhost/acess2
John Hodge (sonata) [Tue, 5 Mar 2013 07:43:18 +0000 (15:43 +0800)]
.gitignore - Added Usermode/include
John Hodge (sonata) [Tue, 5 Mar 2013 07:41:01 +0000 (15:41 +0800)]
Usermode/inittab - Vim modeline?
John Hodge (sonata) [Tue, 5 Mar 2013 07:40:10 +0000 (15:40 +0800)]
Usermode/libc - Fixed switched SEEK_CUR/SEEK_SET values
John Hodge (sonata) [Tue, 5 Mar 2013 07:39:51 +0000 (15:39 +0800)]
Usermode/init - Fixed a couple of NULL dereferences
John Hodge (sonata) [Tue, 5 Mar 2013 07:38:32 +0000 (15:38 +0800)]
Kernel/VFS - Fix debug in io.c
UCC git Repository :: git.ucc.asn.au