summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-02Provide empty tools/styxtest/mkfile-NetBSDValery Ushakov
2016-06-02fns.h should declare "coherence", not define it. Move the definitionValery Ushakov
2016-06-02Move definition of X11LIBS where it can actully be overridden.Valery Ushakov
2016-06-02This ancient file is not used any more.Valery Ushakov
2016-06-01emu-g config copied from FreeBSD.Valery Ushakov
2016-06-01Fix function name in .type executeonnewstackValery Ushakov
2016-06-01Fix typo in comment.Valery Ushakov
2016-06-01G/c wrong getcallerpc from here, we will get the correct one from lib9.Valery Ushakov
2016-06-01Split the list of X11 libraries into a separate X11LIBS variable soValery Ushakov
2016-06-01Declare getcallerpc() as returning ulong to match emu/port/fns.hValery Ushakov
2016-06-01Move fpuctl.h stuff into lib9, like on Linux. Inline asm version isValery Ushakov
2016-06-01NetBSD swtiched to X11R7.Valery Ushakov
2016-03-16save hardware fp statusCharles Forsyth
2016-03-16correct definitions of several instructionsCharles Forsyth
2016-03-16define _DEFAULT_SOURCE as required by a new regimeCharles Forsyth
2016-03-16define FPU for hardware fpCharles Forsyth
2015-12-07r4 is not a scratch register (via graham gallagher), issue 342Charles Forsyth
2015-10-31document new status of cyclic keywordCharles Forsyth
2015-10-31suppress cyclic diagnostic by default; -y option to enable it; switch to Cryp...Charles Forsyth
2015-10-31switch to Crypt from KeyringCharles Forsyth
2015-10-31suppress cyclic errors by default; -y to enable themCharles Forsyth
2015-10-10make deveia less chattyCharles Forsyth
2015-10-10bump versionCharles Forsyth
2015-10-10avoid race for needflushCharles Forsyth
2015-10-10make macos version a single value, and build for 10.5 (Leopard)Charles Forsyth
2015-10-10update executablesCharles Forsyth
2015-10-10use extraneous type specifier socklen_t [wwtt?]Charles Forsyth
2015-10-10remove unused variableCharles Forsyth
2015-10-10suppress warning intended for Java programmersCharles Forsyth
2015-10-10include math.h to ensure correct declarations, and define NaN etcCharles Forsyth
2015-10-10suppress clang warnings that are well-meant and sometimes justified, but need...Charles Forsyth
2015-10-10suppress overly fussy clang warnings for non C-programmers; ensure min macosx...Charles Forsyth
2015-10-10check correctly for matching DMDIR flags; 9-style main is voidCharles Forsyth
2015-10-10tidy up and simplify the eia port initialisation code, eliminating references...Charles Forsyth
2015-10-08shut up clangCharles Forsyth
2015-10-07avoid uninitialised t in corner caseCharles Forsyth
2015-10-07remove unused pwd functionCharles Forsyth
2015-07-24define environCharles Forsyth
2015-07-24change bool -> boolxCharles Forsyth
2015-07-24more pollution of name space by MS. issue 339Charles Forsyth
2015-07-24more MS pollution of C name space. issue 339Charles Forsyth
2015-07-24discard MS environ definition. issue 339.Charles Forsyth
2015-07-24rename strtoll and strtoull as well. issue 339.Charles Forsyth
2015-07-24sync with C version: true -> iftrueCharles Forsyth
2015-07-24redefine strtod to get local (precise) copy. issue 339Charles Forsyth
2015-07-24avoid true (or redefine it) in case system includes the _Bool definitions. is...Charles Forsyth
2015-07-21rebuilt with net.conn changesCharles Forsyth
2015-07-20connection is now reference not valueCharles Forsyth
2015-07-20use lwz not lhz for 21-bit runesCharles Forsyth
2015-07-201. give name to SOFTFP option; 2. allow rotate to generate constant indices; ...Charles Forsyth