summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-08vncv: backing out previous change, this needs another revisioncinap_lenrek
2020-12-08vncv: do NOT map Kaltgr to meta, introduce Mod4 (Super) as an extra key to ↵Sigrid
use instead
2020-12-08vmx(1): build vmxgdb by default, clean it up as wellSigrid
2020-12-08vmx: nanosec(): fix non-interruptable temporary, assign fasthz only once ↵cinap_lenrek
after xstart
2020-12-08pc: move ldmxcsr() prototype to fpu.ccinap_lenrek
2020-12-08vmx: add fmt checking, fix fmt errors, remove duplication for vmdebugcinap_lenrek
2020-12-08nusb/kb: update button state if event was actually received, fix typos ↵Sigrid
(thanks umbraticus)
2020-12-08devmouse: remove redundant checkSigrid
2020-12-08mouse(3): blankS, setS to follow the convention (thanks umbraticus)Sigrid
2020-12-08mouse(3): document "scrollswap" ctl message, fix style a bit (thanks umbraticus)Sigrid
2020-12-08vesa: make unsupported function not an error, set return statusSigrid
2020-12-08vmx: add -D option to enable debug messages, use vmdebug for non-fatal "errors"Sigrid
2020-12-07vmx: add -v|-w flag to control window creation behaviourcinap_lenrek
The -v flag now does not create a new rio window, while -w flag does (restores the old behaviour). This allows vmx to run under vncs and is in general mode aligned to other emulators and programs.
2020-12-07libcomplete: open internal file-descriptor with OCEXEC flagcinap_lenrek
2020-12-07libsec: open internal file-descriptors with OCEXEC flagcinap_lenrek
2020-12-07mergecinap_lenrek
2020-12-07libauthsrv: open internal file-descriptors with OCEXEC flagcinap_lenrek
2020-12-07libauth: open internal file-descriptors with OCEXEC flagcinap_lenrek
2020-12-07aux/kbdfs, kbmaps: enable Kmod4 for other layouts, not just neo2Sigrid
2020-12-07libdraw: open file-descriptor with OCEXEC flag in readcolmap()cinap_lenrek
2020-12-07libndb: open internal file-descriptors with OCEXEC flagcinap_lenrek
2020-12-07lib9p: open internal file-descriptor with OCEXEC flag in getremotesys()cinap_lenrek
2020-12-07lib9p: open /mnt/factotum/rpc with OCEXEC flag in auth9p()cinap_lenrek
2020-12-07lib9p: improve reqqueuecreate()cinap_lenrek
- open /proc/n/ctl with OCEXEC flag - format pid as ulong - don't leak the fd
2020-12-07mergecinap_lenrek
2020-12-07libdraw: open internal file-descriptors with OCEXEC flagcinap_lenrek
2020-12-07libdraw: remove unused Error label in freescreen()cinap_lenrek
2020-12-07libthread: reduce stack usage of threadkill*(), open /proc/n/ctl with OCEXEC ↵cinap_lenrek
flag
2020-12-07libthread: reduce stack usage for ioprocs, open /proc/n/ctl with OCEXEC flagcinap_lenrek
2020-12-07libthread: simplify threadsetname()cinap_lenrek
- open /proc/n/args with OCEXEC flag - reduce stack usage by using smaller buffer for path - format pid as ulong
2020-12-07libc: open internal file-descriptor with OCEXEC flagcinap_lenrek
2020-12-07rio: format pid's as ulongscinap_lenrek
2020-12-07rio: open /dev/snarf with OCEXEC flag when writingcinap_lenrek
2020-12-07rio: simplify filsysinit() by using getuser(), format pid's as ulongscinap_lenrek
2020-12-07libndb: remove db file size limitkvik
Removes the 128 kB limit for files making up the database. We used to skip over and complain about files that exceeded the limit, forcing the user to generate hash files. This caused things to inexplicably stop working after a file hit the hidden limit, which is unreasonable behaviour considering that libndb happily, albeit slowly, works with bigger files.
2020-12-06mergecinap_lenrek
2020-12-06pc64: assign fpsave/fprestore only once in fpuinit()cinap_lenrek
2020-12-06ptrap: implement filtering on plumb attributeskvik
2020-12-06pc64: AMD64 mandates SSE support, remove the check in fpuinit()cinap_lenrek
2020-12-06xen: use pc/fpu.ccinap_lenrek
2020-12-06pc, pc64: move all fpu specific code from main.c to fpu.ccinap_lenrek
2020-12-06xen: fix for the last avx changesSigrid
2020-12-06amd64: FP: back to static size for allocation and copyingSigrid
2020-12-06amd64: FP: always use enough to fit AVX state and align to 64 bytesSigrid
2020-12-06amd64, vmx: support avx/avx2 for host/guest; use *noavx= in plan9.ini to disableSigrid
2020-12-06rio: undo previous commit, was a stupid ideacinap_lenrek
2020-12-06rio: give visual clue during sweep and bandsizing when window is too smallcinap_lenrek
We color the window border with a dark red in case the window is too small.
2020-12-06rio: use libdraw's badrect() to exclude some extreme cases in goodrect()cinap_lenrek
2020-12-06rio: rewrite better portion() functioncinap_lenrek
2020-12-06rio: handle corner selection for resizing better (thanks cinap)Sigrid