| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-02-23 | recompile mount as well | Charles Forsyth | |
| 2017-02-23 | remake /dis/lib/factotum.dis | Charles Forsyth | |
| 2017-02-22 | enable bitbucket pipelines for Linux/386 | Yaroslav Kolomiiets | |
| 2017-02-22 | emu/port/portmkfile: pass $MKFLAGS downstream | Yaroslav Kolomiiets | |
| 2017-02-21 | Merged in yk/inferno-os (pull request #13) | Charles Forsyth | |
| emu: windows scroll wheel + 21-bit rune fixes Approved-by: Charles Forsyth | |||
| 2017-02-21 | emu: fix conversion to windows UTF-16 and back | Yaroslav Kolomiiets | |
| 2017-02-20 | Sys->char2byte: allow 21-bit runes | Yaroslav Kolomiiets | |
| 2017-02-20 | emu: do not drop successive scroll events | Yaroslav Kolomiiets | |
| 2017-02-20 | emu: windows scroll wheel | Yaroslav Kolomiiets | |
| 2017-02-13 | Fix norm2 so it adheres to specification: norm2(x) = sqrt(dot(x , x)) | Aaron Robinson | |
| 2017-01-15 | Use explicit -fno-strict-aliasing to be on the safer side of things. | Valery Ushakov | |
| While -O is ok, gcc -O2 enables strict aliasing by default and miscompiles at least dtoa.c on powerpc. | |||
| 2017-01-14 | Declare NaN(). | Valery Ushakov | |
| 2017-01-14 | Normalize mixed tabs for tab width of 8. | Valery Ushakov | |
| 2017-01-13 | Use <machine/asm.h> macros. | Valery Ushakov | |
| 2017-01-13 | Remove autogenerated emu.c - this copy was imported accidentally. | Valery Ushakov | |
| 2017-01-13 | Don't hardcode OBJTYPE. | Valery Ushakov | |
| 2017-01-13 | Copied from Linux version. Use <machine/asm.h> macros. | Valery Ushakov | |
| 2017-01-13 | Don't use with-update variant to store FPSCR as the code never reverts | Valery Ushakov | |
| the update and hence the stack pointer becomes out of whack. | |||
| 2017-01-13 | Provide asm version of getcallerpc(). | Valery Ushakov | |
| 2017-01-13 | Copied from Linux version. Fix lwz mnemonic and use <machine/asm.h> macros. | Valery Ushakov | |
| 2017-01-13 | Copied NetBSD 386 version and mechanically applied Linux 386->power diff. | Valery Ushakov | |
| 2017-01-13 | Copied NetBSD 386 version and replaced fcr/fsr bits with the | Valery Ushakov | |
| definitions for power taken from the Linux version. | |||
| 2017-01-13 | mkfile-NetBSD-power - copied and trivially adjusted from the 386 version | Valery Ushakov | |
| 2017-01-13 | NetBSD/powerpc branch. | Valery Ushakov | |
| 2017-01-13 | Drop space before tab. | Valery Ushakov | |
| 2017-01-12 | Revert dbaf2f1a92f6 and instead move initialization of "coherence" to | Valery Ushakov | |
| emu/NetBSD/os.c As explained in inferno-os issue 335: > The definition of coherence deliberately takes advantage of a C rule > to avoid anyone having to change an existing fork of emu (eg, for a > new platform), to account for the arrival of "coherence". If a > given port doesn't define it, it will be nil and main will fill it > in. If as on Windows or now NetBSD, it needs to be defined from the > start, the os.c for that platform should do it, but still no other > platforms need source changes. | |||
| 2017-01-11 | Merged inferno-os/inferno-os into default | Valery Ushakov | |
| 2016-11-04 | acme: handle ^A, ^E keys | Yaroslav Kolomiiets | |
| 2016-11-04 | allow 21-bit subfont ranges | Yaroslav Kolomiiets | |
| 2016-11-04 | double-up image pool to fit modern resolutions | Yaroslav Kolomiiets | |
| 2016-11-04 | acme: hande Pgup, Pgdown keys | Yaroslav Kolomiiets | |
| 2016-08-18 | acme: handle Home, End keys | Yaroslav Kolomiiets | |
| 2016-06-02 | Don't add X11 paths to LDFLAGS here. It's only needed for emu and is | Valery Ushakov | |
| provided along with the X11 libs it that mkfile. | |||
| 2016-06-02 | Provide empty tools/styxtest/mkfile-NetBSD | Valery Ushakov | |
| 2016-06-02 | fns.h should declare "coherence", not define it. Move the definition | Valery Ushakov | |
| to main.c and init it "nofence". This is required because with dynamic linking init/fini code runs before main() has a chance to init it. Since emu provides its own malloc, init/fini code that uses malloc will eventually call coherence() and crash if it's not inited. | |||
| 2016-06-02 | Move definition of X11LIBS where it can actully be overridden. | Valery Ushakov | |
| 2016-06-02 | This ancient file is not used any more. | Valery Ushakov | |
| 2016-06-01 | emu-g config copied from FreeBSD. | Valery Ushakov | |
| 2016-06-01 | Fix function name in .type executeonnewstack | Valery Ushakov | |
| 2016-06-01 | Fix typo in comment. | Valery Ushakov | |
| 2016-06-01 | G/c wrong getcallerpc from here, we will get the correct one from lib9. | Valery Ushakov | |
| 2016-06-01 | Split the list of X11 libraries into a separate X11LIBS variable so | Valery Ushakov | |
| that it can be overridden using env section in config files. | |||
| 2016-06-01 | Declare getcallerpc() as returning ulong to match emu/port/fns.h | Valery Ushakov | |
| 2016-06-01 | Move fpuctl.h stuff into lib9, like on Linux. Inline asm version is | Valery Ushakov | |
| probably mis-optimized by modern gcc, but I didn't bother investigating. | |||
| 2016-06-01 | NetBSD swtiched to X11R7. | Valery Ushakov | |
| 2016-03-16 | save hardware fp status | Charles Forsyth | |
| 2016-03-16 | correct definitions of several instructions | Charles Forsyth | |
| 2016-03-16 | define _DEFAULT_SOURCE as required by a new regime | Charles Forsyth | |
| 2016-03-16 | define FPU for hardware fp | Charles Forsyth | |
| 2015-12-07 | r4 is not a scratch register (via graham gallagher), issue 342 | Charles Forsyth | |
