Age | Commit message (Expand) | Author |
2021-08-04 | cat: remove stupid long cast | cinap_lenrek |
2021-08-03 | libpanel: rename to match clean rule | Ori Bernstein |
2021-07-31 | [PATCH] Support for igfx on Celeron(R) 2957U (thanks Lorenzo Bivens) | cinap_lenrek |
2021-07-28 | kernel: fix off by one for $cputype buffer (thanks anthony martin) | cinap_lenrek |
2021-07-28 | kernel: increase bootfs.paq compression level and blocksize | cinap_lenrek |
2021-07-27 | kernel: simplify /boot/boot: 28K down to less than 4K. | cinap_lenrek |
2021-07-27 | git/fetch: be more robust | Ori Bernstein |
2021-07-25 | dial(2): dial returns an open data file, not a ctl one. also fixed little typo. | rodri |
2021-07-25 | libc: use usize for sbrk() increment | cinap_lenrek |
2021-07-25 | libc: change usize to 64-bit for amd64 and arm64, make memory(2) functions us... | cinap_lenrek |
2021-07-25 | bcm64: make the kernel use virtual timer counter register for cycles() | cinap_lenrek |
2021-07-25 | kernel: page counts a ulong, not usize | cinap_lenrek |
2021-07-23 | arm64: use generic timer virtual counter for cycles() | cinap_lenrek |
2021-07-22 | /sys/src/9/mkfile: add bcm64 (thanks stuart morrow) | cinap_lenrek |
2021-07-21 | gzip, bzip2: add -n flag to suppress modification timestamp | cinap_lenrek |
2021-07-21 | ssh: fix typo (thanks izaki) | Jacob Moody |
2021-07-20 | brk(2): .... we define lowest addres not used by the program above, so use th... | cinap_lenrek |
2021-07-20 | brk(2): sbrk(0) returns end address, not the base | cinap_lenrek |
2021-07-18 | merge | cinap_lenrek |
2021-07-18 | screenlock: don't poll to top window (thanks Stuart Morrow) | cinap_lenrek |
2021-07-18 | auth/rsa2jwk: add code to produce jwk rsa keys | Ori Bernstein |
2021-07-18 | git/fetch: fix overly eager 's/pack/idx/g' in refactor | Ori Bernstein |
2021-07-17 | aux/cddb: Provide -e option to print commands to rip audio with tags. | Jacob Moody |
2021-07-17 | git/fetch: ensure we clean packfiles on failure | Ori Bernstein |
2021-07-16 | kbdfs: allow to escape ctlr-alt-del with shift for vmx and vnc. | cinap_lenrek |
2021-07-15 | webfs(4): fix typos | kvik |
2021-07-15 | legal: mercurial -> git | cinap_lenrek |
2021-07-15 | legal: remove references to python and mercurial | cinap_lenrek |
2021-07-15 | archacpi: make *acpi=1 the default | cinap_lenrek |
2021-07-15 | ether82563: add pci id for i219-LM from ThinkPad P17 Gen1 Professional Mobile... | cinap_lenrek |
2021-07-14 | graphics(2): fix typo | kvik |
2021-07-14 | pc, pc64: increase confmem slots to 64 | cinap_lenrek |
2021-07-14 | libaml: fix gc bug, need to amltake()/amldrop() temporary buffer | cinap_lenrek |
2021-07-12 | fs(4): describe the noauth toggle better (thanks izaki) | Ori Bernstein |
2021-07-12 | strcat(2): 0 → nil in manpage in refrence to pointers | Jacob Moody |
2021-07-11 | virtio: set FeaturesOk flag after feature negotiation, and enable queues befo... | cinap_lenrek |
2021-07-11 | vmx: reset virtio queue state on device reset | cinap_lenrek |
2021-07-11 | virtio: add non-legacy virtio 1.0 drivers for disk and ethernet | cinap_lenrek |
2021-07-10 | kernel: export pcienumcaps() for custom capability enumeration in drivers (vi... | cinap_lenrek |
2021-07-10 | aux/cddb: freedb.org is dead, use gnudb.org | Jacob Moody |
2021-07-09 | mouse(3): mousein is NOT exclusive, see 30907f1d00a7646ccbb420a18f60ccb0bf36e740 | Sigrid Solveig Haflínudóttir |
2021-07-08 | rc: add subshell-function syntax | Ori Bernstein |
2021-07-08 | libsec: take just the CN part of Distinguished Name in subjectAltName | cinap_lenrek |
2021-07-08 | fortunes: unremove | Ori Bernstein |
2021-07-08 | fortunes: revision: allow pseudo options after --end-of-options | Ori Bernstein |
2021-07-06 | git: create .git/objects/ on git/init | kvik |
2021-07-06 | vmx: emulate ps/2 intellimouse scrolling | Sigrid Solveig Haflínudóttir |
2021-07-04 | rsa(8): document auth/x5092pub, fix usage lines | cinap_lenrek |
2021-07-04 | libsec: do proper type checking, fix wrong deduplication check | cinap_lenrek |
2021-07-04 | libsec: add X509reqtoRSApub() function and return subject alt names in X509to... | cinap_lenrek |