summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-08vgaigfx: fix device id for Ivy Bridge (thanks Kenji)cinap_lenrek
2016-05-07games/mahjongg: off by one in bmatch(), fix hint() redraw (thanks Kenji)cinap_lenrek
2016-05-06/lib/vgadb: add Panasonic CF-R7 LCD panel (thanks Kenji)cinap_lenrek
2016-05-05add belarusian (by) keymap (thanks eric lindblad)cinap_lenrek
2016-05-05remove š and Š from estonian keymapcinap_lenrek
Probably the temporary solution to obtain the Estonian uppercase Š and Ž [S and Z with caron (ˇ)] without Shift + AltGr, I note in https://code.9front.org/hg/plan9front/rev/5b6853beadb4 you've written a Shift + AltGr (table 7) for Polish, would be using the caron (ˇ) mapped to key 41 followed by Shift s or Shift z; it was a mistake to earlier map a mode 4 in my fix of /sys/lib/kbmap/ee. It is a bit of an inconvenience to have an AltGr mapping to š and ž, but not a Shift + AltGr mapping to Š and Ž, but that's the best I can do for now. I send a new ee file without the mode 4. https://code.9front.org/hg/plan9front/rev/851d5d9022af these should not be in here 1.97+4 31 'Š 1.98+4 44 'Ž https://code.9front.org/hg/plan9front/rev/378ba39fc90a Sincerely, Eric Lindblad
2016-05-05kernel: fix cb->f[0] nil dereferences due to short control requestcinap_lenrek
2016-05-05remove unmaintained omap4 (pandaboard) kernelcinap_lenrek
2016-05-05remove unmaintained bitsy (ipaq) kernelcinap_lenrek
2016-05-05pc64: add etheryuk drivercinap_lenrek
2016-05-05etheryuk: add Yukon 88R8055 id from erik quanstros driver (thanks Kanji)cinap_lenrek
2016-05-05vncv: fix netmkvncaddr()cinap_lenrek
netmkaddr() can return a the pointer to the host string if it is already a full dial string. but we assumed to get a copy and freed it before returning.
2016-05-049fs: add sites to 9front case.stanley lieber
2016-05-04hg: set $HOME when not already set to avoid silly uid lookups which can fail ↵cinap_lenrek
if theres no /adm/users
2016-05-04webfs: fix "fd out of range" error messagecinap_lenrek
2016-05-04rootstub: remove alphacinap_lenrek
2016-05-04libmach: more alphacinap_lenrek
2016-05-04libmach: remove alpha stuffcinap_lenrek
2016-05-04remove support for import command in namespace filescinap_lenrek
2016-05-04cdproto: remove alphacinap_lenrek
2016-05-042c(1): -O=7cinap_lenrek
2016-05-04remove references to dec alpha from the manualcinap_lenrek
2016-05-04retire the dec alpha portcinap_lenrek
2016-05-04mergecinap_lenrek
2016-05-04ape: return plan9 error strings from strerror()cinap_lenrek
when _syserrno() fails to map a plan9 error string to a unix error number, we copy the plan9 error string to the per process error buffer "plan9err" and set errno = EPLAN9. when strerror() is called with EPLAN9, it returns a pointer to the plan9err buffer.
2016-05-03correct reference to srv(3) in shr(3)spew
2016-05-03document example for shr(3)spew
2016-05-03add "snake" tracing effect to molespew
2016-05-02fix e2 production to match regexp(6) and do it right this timespew
2016-05-02libregexp: reverting this shit. this is clearly broken.cinap_lenrek
2016-05-02libregexp/regcomp.c: fix parser for e2 production (thanks, spew)stanley lieber
2016-05-01just use wait in "system" call for awk, get rid of unix dependent status ↵spew
code divisor
2016-05-01null terminate await buffer for proper tokenize callspew
2016-05-01use rc in awk, remove awk from APEDIRS in cmd mkfileben
2016-05-02/lib/ndb/common: update ip addresses for [BCHL].ROOT-SERVERS.NETcinap_lenrek
2016-05-02awk: dont require sed to build awkcinap_lenrek
2016-05-02awk: bring back ENVIRON[] supportcinap_lenrek
2016-05-01acid: don't get fooled by spaces in convflt()cinap_lenrek
2016-05-01pc: use fpsave() instead of fpenv() to capture fp exception contextcinap_lenrek
2016-05-01libregex: fix sed regression (thans spew)cinap_lenrek
I introduced a regression in sed that currently has screwed up /sys/lib/man/secindex. The issue is that sed 's/$/ foo/g' will actually replace the newline character with foo instead of just appending at the end of the line. This only makes a difference when sed is operating on a multiple line record. The effect is a record like: foo bar baz becomes: foo foobar foo baz foo instead of foo foo bar foo baz foo
2016-04-30upas/bayes/dump.c: regcomp.h is now located in this directory.stanley lieber
2016-04-30awk: temporarily fix for NaN() exceptions on 386cinap_lenrek
problem is NaN() produces a SNaN, not a QNaN... and on the 387, storing 80 bit SNaN in register to a 64-bit memory destination traps. SNaN/QNaN encoding is machine specific. mips has the qiet/signaling bit inverted. disabling fp exception in main() now, but that sucks. i think the best solution would be to not even call strtod() in is_number() but just write a regex or a little state machine that will only accept numbers without nan and ±inf. that might even make it faster and is more robust than relying on the os's strtod() details.
2016-04-29ape/libsec: fix nuke target to remove /$objtype/lib/ape/libsec.a instead of ↵cinap_lenrek
/$objtype/lib/libsec.a
2016-04-29handle NaN in awk (thanks spew)aiju
2016-04-28awk: fix mkfile for cross-compiles (thanks, spew)stanley lieber
2016-04-28remove ape/regexp.h, remove leftover #pragma lib oldlibregexp.$O from ↵cinap_lenrek
upas/bayes/regexp.h
2016-04-28mergecinap_lenrek
2016-04-28closed spew branchcinap_lenrek
2016-04-28fix printing a char from an empty stringben
2016-04-28fix printing a char from a string that starts with a runeben
2016-04-28fix unsigned printing for awkben