Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-15 | rc: remove pointless Memcpy(),Malloc(),Realloc() and efree() wrappers | cinap_lenrek | |
2016-05-15 | rc: fix inband globbing bugs, cleanup | cinap_lenrek | |
add glob information to the word structure so we wont accidently deglob quoted strings containing the GLOB. we store Globsize(word) in in word->glob which avoids recalculating that values and the check if a word should be globbed quick. globlist() now substitutes the word inplace avoiding the copying when all words are literals and avoids recursion. minor cleanups: use list2str() in execeval(), move octal() to unix.c, remove the (char*) casts to efree(). | |||
2016-05-14 | rio: only the current window may change the cursor, fix typo screen->r vs ↵ | cinap_lenrek | |
w->screenr in drag() | |||
2016-05-14 | rio: second attempt... | cinap_lenrek | |
2016-05-14 | revert previous commit, not ready yet | cinap_lenrek | |
2016-05-13 | rio: get rid of all mouse moves, fix cursor handling | cinap_lenrek | |
2016-05-13 | merge | cinap_lenrek | |
2016-05-13 | upas/marshal: strip trailing whitespace from header values | cinap_lenrek | |
when using rio auto-complete to resolve file names for the "attach:" and "include:" headers, the auto-completer might leave whitespaces at the end of the line which leads upas/marshal to not find the file. | |||
2016-05-13 | lib: update pci database | mischief | |
2016-05-12 | auth/rsa2x509: generate x509v3 cert as extension field might not otherwise ↵ | cinap_lenrek | |
not be expected | |||
2016-05-12 | auth/rsa2x509, auth/rsa2csr: allow appending SubjectAlternativeNames (SAN) ↵ | cinap_lenrek | |
to multi-domain certificate generation | |||
2016-05-11 | devssl, devtls: fix permission checks | cinap_lenrek | |
2016-05-08 | ip/ipconfig, ip/ppp: preserve preexisting entries when writing /net/ndb | cinap_lenrek | |
it is now possible to configure additional interfaces (like wifi) and store the network information while preserving old entries in /net/ndb. this allows to easily switch from ethernet to wifi and have dhcp configure dns without having to clear /net/ndb. | |||
2016-05-08 | vgaigfx: fix device id for Ivy Bridge (thanks Kenji) | cinap_lenrek | |
2016-05-07 | games/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-05 | add belarusian (by) keymap (thanks eric lindblad) | cinap_lenrek | |
2016-05-05 | remove š and Š from estonian keymap | cinap_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-05 | kernel: fix cb->f[0] nil dereferences due to short control request | cinap_lenrek | |
2016-05-05 | remove unmaintained omap4 (pandaboard) kernel | cinap_lenrek | |
2016-05-05 | remove unmaintained bitsy (ipaq) kernel | cinap_lenrek | |
2016-05-05 | pc64: add etheryuk driver | cinap_lenrek | |
2016-05-05 | etheryuk: add Yukon 88R8055 id from erik quanstros driver (thanks Kanji) | cinap_lenrek | |
2016-05-05 | vncv: 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-04 | 9fs: add sites to 9front case. | stanley lieber | |
2016-05-04 | hg: set $HOME when not already set to avoid silly uid lookups which can fail ↵ | cinap_lenrek | |
if theres no /adm/users | |||
2016-05-04 | webfs: fix "fd out of range" error message | cinap_lenrek | |
2016-05-04 | rootstub: remove alpha | cinap_lenrek | |
2016-05-04 | libmach: more alpha | cinap_lenrek | |
2016-05-04 | libmach: remove alpha stuff | cinap_lenrek | |
2016-05-04 | remove support for import command in namespace files | cinap_lenrek | |
2016-05-04 | cdproto: remove alpha | cinap_lenrek | |
2016-05-04 | 2c(1): -O=7 | cinap_lenrek | |
2016-05-04 | remove references to dec alpha from the manual | cinap_lenrek | |
2016-05-04 | retire the dec alpha port | cinap_lenrek | |
2016-05-04 | merge | cinap_lenrek | |
2016-05-04 | ape: 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-03 | correct reference to srv(3) in shr(3) | spew | |
2016-05-03 | document example for shr(3) | spew | |
2016-05-03 | add "snake" tracing effect to mole | spew | |
2016-05-02 | fix e2 production to match regexp(6) and do it right this time | spew | |
2016-05-02 | libregexp: reverting this shit. this is clearly broken. | cinap_lenrek | |
2016-05-02 | libregexp/regcomp.c: fix parser for e2 production (thanks, spew) | stanley lieber | |
2016-05-01 | just use wait in "system" call for awk, get rid of unix dependent status ↵ | spew | |
code divisor | |||
2016-05-01 | null terminate await buffer for proper tokenize call | spew | |
2016-05-01 | use rc in awk, remove awk from APEDIRS in cmd mkfile | ben | |
2016-05-02 | /lib/ndb/common: update ip addresses for [BCHL].ROOT-SERVERS.NET | cinap_lenrek | |
2016-05-02 | awk: dont require sed to build awk | cinap_lenrek | |
2016-05-02 | awk: bring back ENVIRON[] support | cinap_lenrek | |
2016-05-01 | acid: don't get fooled by spaces in convflt() | cinap_lenrek | |