tpg/acess2.git
10 years agoExternals - Updated makefiles
John Hodge [Sat, 15 Mar 2014 08:41:35 +0000 (16:41 +0800)]
Externals - Updated makefiles

10 years agoUsermode/libpsocket - (minor) Commenting for DNS
John Hodge [Sat, 15 Mar 2014 08:12:22 +0000 (16:12 +0800)]
Usermode/libpsocket - (minor) Commenting for DNS

10 years agoKernel/x86 - Add IP/SP output to thread dump
John Hodge [Sat, 15 Mar 2014 08:11:47 +0000 (16:11 +0800)]
Kernel/x86 - Add IP/SP output to thread dump

10 years agoUsermode/Applications - C++ support
John Hodge [Sat, 15 Mar 2014 08:09:51 +0000 (16:09 +0800)]
Usermode/Applications - C++ support

10 years agoModules/IPStack - Abstract HW addr cache, IPv6 TX (no ND yet)
John Hodge [Sat, 15 Mar 2014 08:02:53 +0000 (16:02 +0800)]
Modules/IPStack - Abstract HW addr cache, IPv6 TX (no ND yet)

10 years agoModules/UDI - Fix use of 'bool' as a variable name
John Hodge [Sat, 15 Mar 2014 07:59:01 +0000 (15:59 +0800)]
Modules/UDI - Fix use of 'bool' as a variable name

10 years agoKernel - Expose thread timer for EVENT_TIMER, multiple sleepers for workqueue, cleanu...
John Hodge [Sat, 15 Mar 2014 07:58:05 +0000 (15:58 +0800)]
Kernel - Expose thread timer for EVENT_TIMER, multiple sleepers for workqueue, cleanup of Threads_int_Sleep

10 years agoUsermode/libposix - Basic stat() emulation
John Hodge [Mon, 10 Mar 2014 05:08:02 +0000 (13:08 +0800)]
Usermode/libposix - Basic stat() emulation

10 years agoExternals/freetype - Fix for cross-compiler
John Hodge [Mon, 10 Mar 2014 03:06:49 +0000 (11:06 +0800)]
Externals/freetype - Fix for cross-compiler

10 years agoMakefile - libc++ and libm
John Hodge [Sun, 9 Mar 2014 14:40:58 +0000 (22:40 +0800)]
Makefile - libc++ and libm

10 years agoModules/InitRD - Fix input path for externals
John Hodge [Sun, 9 Mar 2014 14:40:23 +0000 (22:40 +0800)]
Modules/InitRD - Fix input path for externals

10 years agoExternals - Fix prefix value (use DESTPATH)
John Hodge [Sun, 9 Mar 2014 14:39:35 +0000 (22:39 +0800)]
Externals - Fix prefix value (use DESTPATH)

10 years agoBuildConf - Add C++ compiler for x86
John Hodge [Sun, 9 Mar 2014 07:55:49 +0000 (15:55 +0800)]
BuildConf - Add C++ compiler for x86

10 years agoInitRD - Libc++, libm, bochs, dbserver
John Hodge [Sun, 9 Mar 2014 07:55:23 +0000 (15:55 +0800)]
InitRD - Libc++, libm, bochs, dbserver

10 years agoGCCProxy - Hack in c++ support (now defunct with working XCompiler)
John Hodge [Sun, 9 Mar 2014 07:54:31 +0000 (15:54 +0800)]
GCCProxy - Hack in c++ support (now defunct with working XCompiler)

10 years agoUsermode - C++ support, crtbegin/crtend
John Hodge [Sun, 9 Mar 2014 07:45:29 +0000 (15:45 +0800)]
Usermode - C++ support, crtbegin/crtend

10 years agoUsermode/libc++ - Basic C++ runtime implementation
John Hodge [Sun, 9 Mar 2014 07:44:45 +0000 (15:44 +0800)]
Usermode/libc++ - Basic C++ runtime implementation

10 years agoUsermode/ld-acess - C++ wrapping, fix return type of setuid
John Hodge [Sun, 9 Mar 2014 07:31:48 +0000 (15:31 +0800)]
Usermode/ld-acess - C++ wrapping, fix return type of setuid

10 years agoUsermode/libm - Wrap builtin log
John Hodge [Sun, 9 Mar 2014 07:28:26 +0000 (15:28 +0800)]
Usermode/libm - Wrap builtin log

10 years agoUsermode/libpsocket - Minor fixes
John Hodge [Sun, 9 Mar 2014 07:26:45 +0000 (15:26 +0800)]
Usermode/libpsocket - Minor fixes

10 years agoUsermode/libposix - Stubbed functions for bochs
John Hodge [Sun, 9 Mar 2014 07:14:46 +0000 (15:14 +0800)]
Usermode/libposix - Stubbed functions for bochs

10 years agoUsermode/libc - Time formatting, stub locale.h, rename/remove
John Hodge [Sun, 9 Mar 2014 07:08:31 +0000 (15:08 +0800)]
Usermode/libc - Time formatting, stub locale.h, rename/remove

10 years agoKernel/MMap - Fix off-by-one error causing junk mappings
John Hodge [Sun, 9 Mar 2014 07:04:14 +0000 (15:04 +0800)]
Kernel/MMap - Fix off-by-one error causing junk mappings

10 years agoKernel/x86 - Handle zero page in vmem dump
John Hodge [Sun, 9 Mar 2014 07:01:44 +0000 (15:01 +0800)]
Kernel/x86 - Handle zero page in vmem dump

10 years agoExternals - Cleanup, cross-compiler working
John Hodge [Sun, 9 Mar 2014 06:36:19 +0000 (14:36 +0800)]
Externals - Cleanup, cross-compiler working

> zlib, SDL, dropbear, and bochs compile with the targeted cross-compiler

10 years agoUsermode/libpsocket - Header wrapping, byte ordering functions
John Hodge [Sat, 8 Mar 2014 06:04:25 +0000 (14:04 +0800)]
Usermode/libpsocket - Header wrapping, byte ordering functions

10 years agoUsermode/libposix - Header wrapping, mktemp
John Hodge [Sat, 8 Mar 2014 06:02:53 +0000 (14:02 +0800)]
Usermode/libposix - Header wrapping, mktemp

10 years agoUsermode/libc - C++ wrapping in headers, time rework
John Hodge [Sat, 8 Mar 2014 06:01:35 +0000 (14:01 +0800)]
Usermode/libc - C++ wrapping in headers, time rework

10 years agoKernel/heap - Silence extending
John Hodge [Wed, 19 Feb 2014 11:58:54 +0000 (19:58 +0800)]
Kernel/heap - Silence extending

10 years agoKernel/x86 - Reference issues
John Hodge [Wed, 19 Feb 2014 11:55:50 +0000 (19:55 +0800)]
Kernel/x86 - Reference issues

10 years agoKernel/x86 - Update pmem statistics method
John Hodge [Wed, 19 Feb 2014 11:54:22 +0000 (19:54 +0800)]
Kernel/x86 - Update pmem statistics method

10 years agoKernel/x86 - Slight cleanup to VMem code
John Hodge [Wed, 19 Feb 2014 11:53:36 +0000 (19:53 +0800)]
Kernel/x86 - Slight cleanup to VMem code

10 years agoKernel/x86 - Multiboot module cleanup
John Hodge [Wed, 19 Feb 2014 11:48:24 +0000 (19:48 +0800)]
Kernel/x86 - Multiboot module cleanup

10 years agoKernel/vfs - (minor) commenting only
John Hodge [Sun, 16 Feb 2014 07:36:58 +0000 (15:36 +0800)]
Kernel/vfs - (minor) commenting only

10 years agoUsermode/libreadline - Fix backspace
John Hodge [Sun, 16 Feb 2014 03:59:15 +0000 (11:59 +0800)]
Usermode/libreadline - Fix backspace

10 years agoUsermode/GUITerminal - Fix VT100 scroll direction, commenting
John Hodge [Sun, 16 Feb 2014 03:58:39 +0000 (11:58 +0800)]
Usermode/GUITerminal - Fix VT100 scroll direction, commenting

10 years agoUsermode/AxWin3 - Commenting and other minors
John Hodge [Sun, 16 Feb 2014 03:57:18 +0000 (11:57 +0800)]
Usermode/AxWin3 - Commenting and other minors

10 years agoCLIShell - PTY signal support (and kernel fixes)
John Hodge [Sun, 16 Feb 2014 03:55:26 +0000 (11:55 +0800)]
CLIShell - PTY signal support (and kernel fixes)

10 years agoKernel - Fix compilation on x86_64 and armv7 (for MM changes)
John Hodge [Sat, 15 Feb 2014 13:03:41 +0000 (21:03 +0800)]
Kernel - Fix compilation on x86_64 and armv7 (for MM changes)

10 years agoKernel - Change virtual memory API to use void* for virtual addresses
John Hodge [Sat, 15 Feb 2014 11:59:31 +0000 (19:59 +0800)]
Kernel - Change virtual memory API to use void* for virtual addresses

- General code cleanup while fixing compilation issues

10 years agoTerminal - Fix forgotten break after handling of \e[K
John Hodge [Thu, 13 Feb 2014 06:26:11 +0000 (14:26 +0800)]
Terminal - Fix forgotten break after handling of \e[K

10 years agoKernel/VTerm - Replace offset WritePos with Row,Col pair
John Hodge [Wed, 12 Feb 2014 14:23:07 +0000 (22:23 +0800)]
Kernel/VTerm - Replace offset WritePos with Row,Col pair

10 years agoKernel/VTerm - Code cleanup and VT100 bugfixes
John Hodge [Wed, 12 Feb 2014 13:31:59 +0000 (21:31 +0800)]
Kernel/VTerm - Code cleanup and VT100 bugfixes

10 years agoKernel/Time - Call rand() every time timers are checked
John Hodge [Sun, 9 Feb 2014 14:39:10 +0000 (22:39 +0800)]
Kernel/Time - Call rand() every time timers are checked

- Keeps the RNG ticking (and less predictable)

10 years agoKernel/Logging - (minor) Reflow array to be more readable
John Hodge [Sun, 9 Feb 2014 14:38:43 +0000 (22:38 +0800)]
Kernel/Logging - (minor) Reflow array to be more readable

10 years agoModules/IPStack - Increase range of TCP port allocation randomness
John Hodge [Sun, 9 Feb 2014 14:37:52 +0000 (22:37 +0800)]
Modules/IPStack - Increase range of TCP port allocation randomness

10 years agoKernel/libc - Replace invalid '%C' strings with "(inval)"
John Hodge [Sun, 9 Feb 2014 14:35:35 +0000 (22:35 +0800)]
Kernel/libc - Replace invalid '%C' strings with "(inval)"

10 years agoUsermode/libc - Flush stdout on getchar
John Hodge [Sun, 9 Feb 2014 14:35:18 +0000 (22:35 +0800)]
Usermode/libc - Flush stdout on getchar

10 years agoKernel/PTYs - NL->CR translation (disabled)
John Hodge [Sun, 9 Feb 2014 14:34:36 +0000 (22:34 +0800)]
Kernel/PTYs - NL->CR translation (disabled)

10 years agoKernel/VTerm - Fix scroll-on-write code (scroll before writing, not after)
John Hodge [Sun, 9 Feb 2014 14:33:03 +0000 (22:33 +0800)]
Kernel/VTerm - Fix scroll-on-write code (scroll before writing, not after)

10 years agoVT100 - Replace global buffer with per-terminal, further implementation of escape...
John Hodge [Sun, 9 Feb 2014 14:32:07 +0000 (22:32 +0800)]
VT100 - Replace global buffer with per-terminal, further implementation of escape codes

10 years agoExternals - Add vttest
John Hodge [Sun, 9 Feb 2014 10:01:26 +0000 (18:01 +0800)]
Externals - Add vttest

10 years agoUsermode/libposix - Add baud rates to termios
John Hodge [Sun, 9 Feb 2014 10:00:36 +0000 (18:00 +0800)]
Usermode/libposix - Add baud rates to termios

10 years agoUsermode/libc - Add isxdigit
John Hodge [Sun, 9 Feb 2014 10:00:13 +0000 (18:00 +0800)]
Usermode/libc - Add isxdigit

10 years agoUsermode/GUI Terminal - Fix off-by-one in \e[H
John Hodge [Sun, 9 Feb 2014 09:34:01 +0000 (17:34 +0800)]
Usermode/GUI Terminal - Fix off-by-one in \e[H

10 years agoKernel/vterm - Fix clobbering of AltBuf's heap footer
John Hodge [Sun, 9 Feb 2014 09:33:05 +0000 (17:33 +0800)]
Kernel/vterm - Fix clobbering of AltBuf's heap footer

- Was using Width instead of TextWidth in clear forward/backward

10 years agoUsermode/inittab - Add second serial port (for UDI 16c550 testing)
John Hodge [Sun, 9 Feb 2014 07:14:28 +0000 (15:14 +0800)]
Usermode/inittab - Add second serial port (for UDI 16c550 testing)

10 years agoModules/InitRD - Support for optional files (dbclient in this case)
John Hodge [Sun, 9 Feb 2014 07:13:44 +0000 (15:13 +0800)]
Modules/InitRD - Support for optional files (dbclient in this case)

10 years agoKernel/PTYs - Add initial dims/mode to PTY_Create
John Hodge [Sun, 9 Feb 2014 06:02:25 +0000 (14:02 +0800)]
Kernel/PTYs - Add initial dims/mode to PTY_Create

10 years agoKernel/modules - Add support for argument strings to alternate loaders
John Hodge [Sun, 9 Feb 2014 06:00:20 +0000 (14:00 +0800)]
Kernel/modules - Add support for argument strings to alternate loaders

10 years agoKernel - Add debug_hooks.h header to contain hooks used by keyboard/serial debug...
John Hodge [Sun, 9 Feb 2014 05:43:20 +0000 (13:43 +0800)]
Kernel - Add debug_hooks.h header to contain hooks used by keyboard/serial debug code

10 years agoUDI/gio_uart - Silence debug
John Hodge [Sun, 9 Feb 2014 03:29:43 +0000 (11:29 +0800)]
UDI/gio_uart - Silence debug

10 years agoUDI/uart_16c550 - Silence debug output
John Hodge [Sun, 9 Feb 2014 03:29:18 +0000 (11:29 +0800)]
UDI/uart_16c550 - Silence debug output

10 years agoUDI/uart_16c550 - RX support, apply erratum E20010702.1 (pci_base_class)
John Hodge [Sun, 9 Feb 2014 02:04:14 +0000 (10:04 +0800)]
UDI/uart_16c550 - RX support, apply erratum E20010702.1 (pci_base_class)

10 years agoUDI/gio_uart - Support input/rx
John Hodge [Sun, 9 Feb 2014 02:03:22 +0000 (10:03 +0800)]
UDI/gio_uart - Support input/rx

10 years agoUDI/bus_pci - Apply erratum E20010702.1, handle status from preprocessed interrupts
John Hodge [Sun, 9 Feb 2014 02:02:26 +0000 (10:02 +0800)]
UDI/bus_pci - Apply erratum E20010702.1, handle status from preprocessed interrupts

10 years agoUDI/meta_bus - Switch to MEI
John Hodge [Sun, 9 Feb 2014 02:01:32 +0000 (10:01 +0800)]
UDI/meta_bus - Switch to MEI

10 years agoUDI/PIO - Return buffer correctly, extra tracing
John Hodge [Sun, 9 Feb 2014 01:59:00 +0000 (09:59 +0800)]
UDI/PIO - Return buffer correctly, extra tracing

10 years agoUDI/buf - buf_copy/buf_free/fixes
John Hodge [Sun, 9 Feb 2014 01:58:10 +0000 (09:58 +0800)]
UDI/buf - buf_copy/buf_free/fixes

10 years agoUDI/channels - Tracing of direction of calls
John Hodge [Sun, 9 Feb 2014 01:57:18 +0000 (09:57 +0800)]
UDI/channels - Tracing of direction of calls

10 years agoRunQemu - Add module support for -dbin, PCI serial card (on TCP telnet 10023)
John Hodge [Sun, 9 Feb 2014 01:40:59 +0000 (09:40 +0800)]
RunQemu - Add module support for -dbin, PCI serial card (on TCP telnet 10023)

10 years agoUsermode/libc - Remove debug on fread
John Hodge [Sun, 9 Feb 2014 01:40:28 +0000 (09:40 +0800)]
Usermode/libc - Remove debug on fread

10 years agoModules/PCnetFAST3 - Quieten
John Hodge [Sun, 9 Feb 2014 01:39:51 +0000 (09:39 +0800)]
Modules/PCnetFAST3 - Quieten

10 years agoBuildConf/x86 - Remove VGA text driver (now in VESA), add UDI
John Hodge [Sun, 9 Feb 2014 01:39:19 +0000 (09:39 +0800)]
BuildConf/x86 - Remove VGA text driver (now in VESA), add UDI

10 years agoKernel/debug - (minor) commenting
John Hodge [Sun, 9 Feb 2014 01:38:51 +0000 (09:38 +0800)]
Kernel/debug - (minor) commenting

10 years agoKernel/threads - Fix edge case where AddActive is called with the current thread
John Hodge [Sun, 9 Feb 2014 01:37:38 +0000 (09:37 +0800)]
Kernel/threads - Fix edge case where AddActive is called with the current thread

- Can happen if an IRQ which signals the current thread fires between SHORTREL
  and Proc_Reschedule
- Also cleaned up scheduling code a little

10 years agoKernel/x86 - Add flag to set PIT to larges possible divisor
John Hodge [Sun, 9 Feb 2014 01:36:50 +0000 (09:36 +0800)]
Kernel/x86 - Add flag to set PIT to larges possible divisor

10 years agoKernel/heap - Enable validation on every malloc
John Hodge [Sun, 9 Feb 2014 01:36:19 +0000 (09:36 +0800)]
Kernel/heap - Enable validation on every malloc

10 years agoModules/USB MSC - Silence, scum
John Hodge [Mon, 3 Feb 2014 14:11:35 +0000 (22:11 +0800)]
Modules/USB MSC - Silence, scum

10 years agoModules/EHCI - Name interrupt worker
John Hodge [Mon, 3 Feb 2014 14:10:52 +0000 (22:10 +0800)]
Modules/EHCI - Name interrupt worker

10 years agoKernel/VFS - Add assertion that node for VFS_Mark* is non-null
John Hodge [Mon, 3 Feb 2014 08:22:18 +0000 (16:22 +0800)]
Kernel/VFS - Add assertion that node for VFS_Mark* is non-null

10 years agoKernel - Fix ASSERTRV macro supplying too many arguments to Warning
John Hodge [Mon, 3 Feb 2014 05:25:12 +0000 (13:25 +0800)]
Kernel - Fix ASSERTRV macro supplying too many arguments to Warning

10 years agoModules/UDI - GIO Metalanguage Binding, GIO UART support, init error handling
John Hodge [Mon, 3 Feb 2014 05:13:23 +0000 (13:13 +0800)]
Modules/UDI - GIO Metalanguage Binding, GIO UART support, init error handling

10 years agoUDI - Fix types in GIO metalang
John Hodge [Mon, 3 Feb 2014 04:06:23 +0000 (12:06 +0800)]
UDI - Fix types in GIO metalang

10 years agoUDI/16c550 - TX working, RX in progress
John Hodge [Mon, 3 Feb 2014 02:23:27 +0000 (10:23 +0800)]
UDI/16c550 - TX working, RX in progress

10 years agoUDI/16c550 - Untested TX, planning RX
John Hodge [Sun, 2 Feb 2014 00:50:36 +0000 (08:50 +0800)]
UDI/16c550 - Untested TX, planning RX

10 years agoUDI/16c550 - Init, not tested yet
John Hodge [Sat, 1 Feb 2014 13:54:32 +0000 (21:54 +0800)]
UDI/16c550 - Init, not tested yet

10 years agoUDI/Drivers - Adding 16550 UART driver
John Hodge [Sat, 1 Feb 2014 08:16:12 +0000 (16:16 +0800)]
UDI/Drivers - Adding 16550 UART driver

10 years agoUDI/include - Fix typedefs in GIO metalang
John Hodge [Sat, 1 Feb 2014 08:15:44 +0000 (16:15 +0800)]
UDI/include - Fix typedefs in GIO metalang

10 years agoIncrement version number
John Hodge [Tue, 21 Jan 2014 11:50:22 +0000 (19:50 +0800)]
Increment version number

10 years agoDoRelease - Switch to bash so replacement works rel0.15
John Hodge [Tue, 21 Jan 2014 11:33:23 +0000 (19:33 +0800)]
DoRelease - Switch to bash so replacement works

10 years agoDoRelease - Update with new builds
John Hodge [Tue, 21 Jan 2014 11:25:05 +0000 (19:25 +0800)]
DoRelease - Update with new builds

10 years agoMakeReleaseSet - Fix platform suffix again
John Hodge [Tue, 21 Jan 2014 11:20:53 +0000 (19:20 +0800)]
MakeReleaseSet - Fix platform suffix again

10 years agoKernel/x86_64 - Fix compilation error
John Hodge [Tue, 21 Jan 2014 11:15:22 +0000 (19:15 +0800)]
Kernel/x86_64 - Fix compilation error

10 years agoMakeReleaseSet - Fix collision for per-platform releases
John Hodge [Tue, 21 Jan 2014 11:09:29 +0000 (19:09 +0800)]
MakeReleaseSet - Fix collision for per-platform releases

10 years agoRunQemuArm - Add a RTL8169 to tegra2 config
John Hodge [Tue, 21 Jan 2014 10:16:32 +0000 (18:16 +0800)]
RunQemuArm - Add a RTL8169 to tegra2 config

10 years agoRunQemu - Disable USB keyboard (helps debugging lockups)
John Hodge [Tue, 21 Jan 2014 10:16:20 +0000 (18:16 +0800)]
RunQemu - Disable USB keyboard (helps debugging lockups)

10 years ago.gitignore - Ignore unit test binaries
John Hodge [Tue, 21 Jan 2014 10:15:48 +0000 (18:15 +0800)]
.gitignore - Ignore unit test binaries

10 years agoTools/BootFloppy - Commenting
John Hodge [Tue, 21 Jan 2014 10:15:34 +0000 (18:15 +0800)]
Tools/BootFloppy - Commenting

10 years agoKernel/DrvUtil Video - Silence warning for 15/16-bit cursor
John Hodge [Tue, 21 Jan 2014 10:14:54 +0000 (18:14 +0800)]
Kernel/DrvUtil Video - Silence warning for 15/16-bit cursor

UCC git Repository :: git.ucc.asn.au