summaryrefslogtreecommitdiff
path: root/sys/src/cmd/aux
AgeCommit message (Expand)Author
2020-12-27aux/vga: remove panning, add screen tilting supportcinap_lenrek
2020-12-22aout2uimage: fix missing \n in usage print (thanks james)cinap_lenrek
2020-12-22kbdfs: fix mistake, remove leftover static user variable (thanks umbraticus a...cinap_lenrek
2020-12-19libauth: change programs to use the new procsetuser() functioncinap_lenrek
2020-12-19aux/kbdfs: use getuser() from libccinap_lenrek
2020-12-07aux/kbdfs, kbmaps: enable Kmod4 for other layouts, not just neo2Sigrid
2020-12-06aux/status^(bar msg): few small fixes (thanks umbraticus)Sigrid
2020-11-15aux/cpuid: fix final newline on printbits()cinap_lenrek
2020-11-02aux/realemu: use #$/pci/B.D.Fraw to access pci config spacecinap_lenrek
2020-10-29aux/cpuid: decode leaf 7; extend leaf 13 decodingSigrid
2020-09-26aux/vga: eepc igfx support (thanks p.kosyh)Ori Bernstein
2020-09-25aux/acpi: connect EC region handler, fixes battery status on eeepc 1000px (th...Sigrid
2020-08-10aux/ms2, aux/na: fix warningsOri Bernstein
2020-08-01pre-lib9p servers: fix incorrect Tversion handlingkvik
2020-07-30aux/acpi: forgot to commit -p optionSigrid
2020-07-30aux/acpi: write a man page, fix usage, call threadexitsSigrid
2020-07-12aux/cpuid: flush instruction cache of after patching trampolinecinap_lenrek
2020-07-03kbdfs/mklatin: allow >16 bit runes in /lib/keyboardAlex Musolino
2020-06-27aux/trampoline: Implement inactivity timeout (-t option)cinap_lenrek
2020-06-06mergecinap_lenrek
2020-06-06aux/vga: use 64-bit physical addresses for pci membarcinap_lenrek
2020-06-04aux/getflags: fix named rune arguments.Ori Bernstein
2020-05-07aux/getflags: remove rogue debug printkvik
2020-05-07aux/getflags: improve flagfmt parserkvik
2020-05-02make bind(2) error handling consistentcinap_lenrek
2020-04-25Support for neo2 keyboard layoutOri Bernstein
2020-04-25Backed out changeset 2737b9af622bOri Bernstein
2020-04-25fix typos in time calculationOri Bernstein
2020-04-18aux/getflags: support named flagsOri Bernstein
2020-03-20kbdfs: fix kbmapread() not accounting for reads smaller than the size of the ...BurnZeZ
2020-03-08aux/realemu: fix exit codecinap_lenrek
2020-03-08aux/realemu: run cpuproc in same fd group as fileservercinap_lenrek
2020-03-08aux/timesync: open /proc/n/ctl with OWRITE, not ORDWRcinap_lenrek
2020-03-07aux/acpi, aux/apm: remove nopipe -i flagcinap_lenrek
2020-02-02listen(1): implement one-shot mode flag for listen1 (thanks kivik)cinap_lenrek
2020-01-08dumb bugaiju
2020-01-08add aux/aout2uimageaiju
2019-12-23rio, kbdfs: increase read buffer for high latency kbdfs support23hiro
2019-03-04igfx: add support for 915gmqwx
2019-02-25aux/depend: fix %.*s format in path concatenationcinap_lenrek
2019-02-25aux/statusmsg: fix %.*s formatcinap_lenrek
2019-02-25aux/wpa: fix %.*s format in debug printscinap_lenrek
2018-10-21kbdfs: don't get confused by broken utf8cinap_lenrek
2018-09-26libc: add procsetname()cinap_lenrek
2018-07-30kbdfs: ignore first 16 scancodes (number row) in kbtabctl[] for control key r...cinap_lenrek
2018-07-07kbdfs: handle mouse control (Kmouse, Kshift button swap) in parallel, bring b...cinap_lenrek
2018-03-14nvidia: add pci device id for GeForce 6200 AGB (thanks bitmapper)cinap_lenrek
2018-03-04igfx: add support for T510 (thanks mycroftiv)cinap_lenrek
2018-01-14listen(8): add -a option to restrict announce address, document tcp17019 and ...cinap_lenrek
2017-12-31aux/wpa: get rid of custom Hfmt() routine, just use encodefmt. use %E for mac...cinap_lenrek