summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-22efi: allow access to iso filesystem on non-cdrom media (iso/hybrid)cinap_lenrek
2016-05-209boot(8): third time's the charm (thanks archeus)cinap_lenrek
2016-05-199boot(8): fix typocinap_lenrek
2016-05-199boot(8): document 9boothybcinap_lenrek
2016-05-19dist/mkfile: generate iso/hybrid image for 9front.isocinap_lenrek
2016-05-199boot: add iso hybrid loader 9boothybcinap_lenrek
2016-05-18libauthsrv: dont pass netroot to netmkaddr()'s defnet parameter in ↵cinap_lenrek
authdial() (thanks kenji arisawa)
2016-05-16kernel: add srvtls and tlsclient to bootfs.proto for encrypting connection ↵cinap_lenrek
to the file server
2016-05-16add srvtls and the corresponding tcp17020 servicecinap_lenrek
2016-05-16cc: prevent symbol buffer overflowcinap_lenrek
2016-05-16cc: use UTFmax not 4 (djc)cinap_lenrek
2016-05-16ndb/cs: fix memory leak (charles forsyth)cinap_lenrek
2016-05-16exportfs: disallow ORCLOSE in readonly mode (charles forsyth)cinap_lenrek
2016-05-16avoid updating offset in pread; avoid diagnostic about vlong mask (charles ↵cinap_lenrek
forsyth)
2016-05-16correct check for segment overlap (rmiller)cinap_lenrek
2016-05-16rc: simplify execfinit() / Xrdfn() using the globber to lookup /env/fn'#'*cinap_lenrek
2016-05-16rc: fix double close() in addenv()cinap_lenrek
2016-05-16jpg: output partial image data when available (truncated files)cinap_lenrek
2016-05-16rc: remove duplicate Xrdfn entry from fname[] arraycinap_lenrek
2016-05-16rc: remove historical unix and win32 portscinap_lenrek
2016-05-15rc: fix shift regresison, sorrycinap_lenrek
2016-05-15rc: remove pointless Memcpy(),Malloc(),Realloc() and efree() wrapperscinap_lenrek
2016-05-15rc: fix inband globbing bugs, cleanupcinap_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-14rio: only the current window may change the cursor, fix typo screen->r vs ↵cinap_lenrek
w->screenr in drag()
2016-05-14rio: second attempt...cinap_lenrek
2016-05-14revert previous commit, not ready yetcinap_lenrek
2016-05-13rio: get rid of all mouse moves, fix cursor handlingcinap_lenrek
2016-05-13mergecinap_lenrek
2016-05-13upas/marshal: strip trailing whitespace from header valuescinap_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-13lib: update pci databasemischief
2016-05-12auth/rsa2x509: generate x509v3 cert as extension field might not otherwise ↵cinap_lenrek
not be expected
2016-05-12auth/rsa2x509, auth/rsa2csr: allow appending SubjectAlternativeNames (SAN) ↵cinap_lenrek
to multi-domain certificate generation
2016-05-11devssl, devtls: fix permission checkscinap_lenrek
2016-05-08ip/ipconfig, ip/ppp: preserve preexisting entries when writing /net/ndbcinap_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-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