summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-31Save/restore callee-saved registers around JIT code comvec.origin/NetBSD/powerpcNetBSD/powerpcValery Ushakov
2017-08-28On PowerPC tell the JIT compiler it's not Plan9 ABI and it needs toValery Ushakov
2017-08-26Tweak to reduce diff with Linux.Valery Ushakov
2017-08-26PowerPC needs segflush()Valery Ushakov
2017-08-17Merged with inferno-os/inferno-os via default.Valery Ushakov
2017-04-20remove assembly-language functions no longer needed because os-clone.c has goneCharles Forsyth
2017-04-20remove clone implementation of kprocCharles Forsyth
2017-04-16merge with bitbucketCharles Forsyth
2017-04-16change from Aaron R Robinson to fix interface generation when exception types...Charles Forsyth
2017-04-16recompiled for MacOSX sierraCharles Forsyth
2017-04-16do not include Quicktime.h that is not currently needed and might not existCharles Forsyth
2017-04-15commit the .dis for the switch from Keyring to CryptCharles Forsyth
2017-04-15recompiled versions of Windows executable (root set to C:/inferno as before)Charles Forsyth
2017-04-15Windows' system() library function can malfunction with "Access Denied" when ...Charles Forsyth
2017-04-15MS include files now #define environ,Charles Forsyth
2017-04-15MS compiler now messes up true as a variableCharles Forsyth
2017-04-15advance to Windows XPCharles Forsyth
2017-02-23recompile mount as wellCharles Forsyth
2017-02-23remake /dis/lib/factotum.disCharles Forsyth
2017-02-22enable bitbucket pipelines for Linux/386Yaroslav Kolomiiets
2017-02-22emu/port/portmkfile: pass $MKFLAGS downstreamYaroslav Kolomiiets
2017-02-21Merged in yk/inferno-os (pull request #13)Charles Forsyth
2017-02-21emu: fix conversion to windows UTF-16 and backYaroslav Kolomiiets
2017-02-20Sys->char2byte: allow 21-bit runesYaroslav Kolomiiets
2017-02-20emu: do not drop successive scroll eventsYaroslav Kolomiiets
2017-02-20emu: windows scroll wheelYaroslav Kolomiiets
2017-02-13Fix norm2 so it adheres to specification: norm2(x) = sqrt(dot(x , x))Aaron Robinson
2017-01-15Use explicit -fno-strict-aliasing to be on the safer side of things.Valery Ushakov
2017-01-14Declare NaN().Valery Ushakov
2017-01-14Normalize mixed tabs for tab width of 8.Valery Ushakov
2017-01-13Use <machine/asm.h> macros.Valery Ushakov
2017-01-13Remove autogenerated emu.c - this copy was imported accidentally.Valery Ushakov
2017-01-13Don't hardcode OBJTYPE.Valery Ushakov
2017-01-13Copied from Linux version. Use <machine/asm.h> macros.Valery Ushakov
2017-01-13Don't use with-update variant to store FPSCR as the code never revertsValery Ushakov
2017-01-13Provide asm version of getcallerpc().Valery Ushakov
2017-01-13Copied from Linux version. Fix lwz mnemonic and use <machine/asm.h> macros.Valery Ushakov
2017-01-13Copied NetBSD 386 version and mechanically applied Linux 386->power diff.Valery Ushakov
2017-01-13Copied NetBSD 386 version and replaced fcr/fsr bits with theValery Ushakov
2017-01-13mkfile-NetBSD-power - copied and trivially adjusted from the 386 versionValery Ushakov
2017-01-13NetBSD/powerpc branch.Valery Ushakov
2017-01-13Drop space before tab.Valery Ushakov
2017-01-12Revert dbaf2f1a92f6 and instead move initialization of "coherence" toValery Ushakov
2017-01-11Merged inferno-os/inferno-os into defaultValery Ushakov
2016-11-04acme: handle ^A, ^E keysYaroslav Kolomiiets
2016-11-04allow 21-bit subfont rangesYaroslav Kolomiiets
2016-11-04double-up image pool to fit modern resolutionsYaroslav Kolomiiets
2016-11-04acme: hande Pgup, Pgdown keysYaroslav Kolomiiets
2016-08-18acme: handle Home, End keysYaroslav Kolomiiets
2016-06-02Don't add X11 paths to LDFLAGS here. It's only needed for emu and isValery Ushakov