| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-12-21 | Merged in dboddie/inferno-os (pull request #21) | Charles Forsyth | |
| Fixed compilation of 9load for x86 with modern GCC versions. Approved-by: Charles Forsyth <charles.forsyth@gmail.com> | |||
| 2018-12-10 | correct bizarre definition of RGBA32 [clasp126hfsp645io@icebubble.org] | Charles Forsyth | |
| 2018-03-24 | Added a function for drawing on 16-bit displays. | David Boddie | |
| 2017-07-15 | Reverted casts in asm.c, changing types in l.h to compensate. | David Boddie | |
| Increased the size of the dbuf array to match the total size of obuf and ibuf. | |||
| 2017-07-14 | Fixed warnings from recent versions of GCC. | David Boddie | |
| Fixed incorrect buffering due to a change in the way the buf.dbuf array is compiled in at least GCC 4.9.2, GCC 5.4.0 and GCC 6.3.0. | |||
| 2017-05-14 | fix typo and cyclic diagnostic | Charles Forsyth | |
| 2017-05-14 | need to tag the cycle for later code, so move the test | Charles Forsyth | |
| 2017-05-14 | need to tag the cycle for later code, so move the test | Charles Forsyth | |
| 2017-05-14 | unless oldcycles, certain cyclic references are fine | Charles Forsyth | |
| 2017-05-14 | missing t in error message | Charles Forsyth | |
| 2017-05-14 | unless oldcycles, circular reference via array is now fine | Charles Forsyth | |
| 2017-05-14 | use %p not %lux | Charles Forsyth | |
| 2017-05-14 | missing t in error message | Charles Forsyth | |
| 2017-04-20 | remove assembly-language functions no longer needed because os-clone.c has gone | Charles Forsyth | |
| 2017-04-20 | remove clone implementation of kproc | Charles Forsyth | |
| 2017-04-16 | merge with bitbucket | Charles Forsyth | |
| 2017-04-16 | change from Aaron R Robinson to fix interface generation when exception ↵ | Charles Forsyth | |
| types appear | |||
| 2017-04-16 | recompiled for MacOSX sierra | Charles Forsyth | |
| 2017-04-16 | do not include Quicktime.h that is not currently needed and might not exist | Charles Forsyth | |
| 2017-04-15 | commit the .dis for the switch from Keyring to Crypt | Charles Forsyth | |
| 2017-04-15 | recompiled versions of Windows executable (root set to C:/inferno as before) | Charles Forsyth | |
| 2017-04-15 | Windows' system() library function can malfunction with "Access Denied" when ↵ | Charles Forsyth | |
| crossing 32/64 barrier, so define our own | |||
| 2017-04-15 | MS include files now #define environ, | Charles Forsyth | |
| which messes up its use as field of struct, so undef it, unless needed for Windows interface, as controlled by INFERNO_KEEPENVIRON. Only rc and mk need extern char**environ | |||
| 2017-04-15 | MS compiler now messes up true as a variable | Charles Forsyth | |
| 2017-04-15 | advance to Windows XP | Charles Forsyth | |
| 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-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 | |
