Age | Commit message (Expand) | Author |
2022-02-16 | devbridge: implement experimental vlan support | cinap_lenrek |
2022-01-23 | devenv: allow environment total size of up to 1MB | cinap_lenrek |
2022-01-16 | kernel: make Page.txtflush into an array | cinap_lenrek |
2021-12-31 | remove devssl.c | cinap_lenrek |
2021-12-13 | devssl, cpu, import, oexportfs: delete | Ori Bernstein |
2021-11-26 | kernel: add extra negative and power-of-two check to pcibarsize() | cinap_lenrek |
2021-11-26 | kernel: support large 64-bit pci membars, increase pc64 VMAPSIZE to 1TB | cinap_lenrek |
2021-11-09 | devtls: reject zero length records (thanks sigrid) | cinap_lenrek |
2021-11-07 | kernel/rdb: need to reenable polling mode on the uart, remove cruft | cinap_lenrek |
2021-11-07 | sdmmc: do card init in a background process after the first try | cinap_lenrek |
2021-10-23 | kernel: make growfd(), findfreefd() and newfd2() static | cinap_lenrek |
2021-10-23 | devswap: improve setswapchan() | cinap_lenrek |
2021-10-23 | kernel: fix stat bugs | cinap_lenrek |
2021-10-16 | devtls: implement "hangup" ctl message | cinap_lenrek |
2021-10-16 | kernel: call freebroken() for kproc() when out of processes | cinap_lenrek |
2021-10-16 | kernel: dont block allocating kstack for new processes | cinap_lenrek |
2021-10-13 | usbxhci: xhcirecover proc does not need to check status every 10ms | cinap_lenrek |
2021-10-12 | kernel: return error from sysrfork instead of waiting and retrying | cinap_lenrek |
2021-10-11 | kernel: move waserror() macro to port/portfns.h | cinap_lenrek |
2021-10-03 | kernel: ensure that all accesses to Mhead.mount is done with Mhead.lock acquired | cinap_lenrek |
2021-09-25 | devtls: fix bwrite memory leak when channel stops being open | cinap_lenrek |
2021-08-11 | qsort: ...forgot to include headers in the commit. | Ori Bernstein |
2021-07-25 | libc: change usize to 64-bit for amd64 and arm64, make memory(2) functions us... | cinap_lenrek |
2021-07-10 | kernel: export pcienumcaps() for custom capability enumeration in drivers (vi... | cinap_lenrek |
2021-07-01 | devmouse: default to no blanking instead of 30 minute blank timeout | cinap_lenrek |
2021-05-29 | kernel: use 64-bit virtual entry point for expanded header, document behaviou... | cinap_lenrek |
2021-04-25 | kernel: clean up Mach structure | cinap_lenrek |
2021-04-18 | devloopback: fix wrong device character (thanks romano) | cinap_lenrek |
2021-04-02 | kernel: get rid of physical page bank array and use conf.mem[] instead | cinap_lenrek |
2021-03-31 | devfs: fix locking and ignore undocumented "fsdev:\n" configuration signature | cinap_lenrek |
2021-03-13 | kernel: remove ucalloc.c duplicates | cinap_lenrek |
2021-03-13 | kernel: use 64-bit mask to avoid compiler warning in port/pci.c | cinap_lenrek |
2021-03-01 | devpccard, pci: fix pccard support and handle pci expansion roms | cinap_lenrek |
2021-01-17 | usbehci: use 64-bit base address, remove resetlck, simplify scanpci() | cinap_lenrek |
2020-12-23 | devproc: allow anyone to change user of its own processes to "none" | cinap_lenrek |
2020-12-22 | kernel: avoid palloc lock during mmurelease() | cinap_lenrek |
2020-12-21 | kernel: make addbroken() static, remove misleading Proc* argument | cinap_lenrek |
2020-12-20 | kernel: handle tos and per process pcycle counters in port/ | cinap_lenrek |
2020-12-19 | kernel: remove Proc* argument from procsetuser() function | cinap_lenrek |
2020-12-19 | devsons: remove #c/pgrpid | cinap_lenrek |
2020-12-13 | kernel: implement per file descriptor OCEXEC flag, reject ORCLOSE when openin... | cinap_lenrek |
2020-12-08 | devmouse: remove redundant check | Sigrid |
2020-11-21 | kernel: add portable pcimsienable()/pcimsidisable(), disable MSI/MSI-X on pci... | cinap_lenrek |
2020-11-21 | kernel: remove unused pcinextcap() function | cinap_lenrek |
2020-11-03 | pc, pc64: allocate i/o port space for unassigned pci bars, move ioalloc() to ... | cinap_lenrek |
2020-10-09 | kernel: get rid of unused ucallocb | cinap_lenrek |
2020-09-13 | kernel: massive pci code rewrite | cinap_lenrek |
2020-09-06 | wifi: add packet timestamping support | cinap_lenrek |
2020-08-23 | kernel: fix Abind cyclic reference and mounthead leaks (thanks Alex Musolino) | cinap_lenrek |
2020-08-04 | devmnt: print chanpath for unexpected reply tag | cinap_lenrek |