| Age | Commit message (Expand) | Author |
| 2019-04-11 | bcm: move CONFADDR parsing into bootargs.c, simplify initcode start() args ha... | cinap_lenrek |
| 2019-04-11 | bcm: don't use PADDR() to convert bus address to physical in vcore | cinap_lenrek |
| 2019-04-11 | kernel: get rid of KSTKSIZE alias for KSTACK | cinap_lenrek |
| 2019-04-11 | merge | cinap_lenrek |
| 2019-04-11 | kernel: get rid of PTR2UINT() and UINT2PTR() macros | cinap_lenrek |
| 2019-04-11 | bcm: dont assume PHYSDRAM 0 in dmaaddr(), fix dmaioaddr() | cinap_lenrek |
| 2019-04-11 | bcm: add pl011 uart driver | cinap_lenrek |
| 2019-04-10 | bcm: move okay() from uartmini.c to devarch.c | cinap_lenrek |
| 2019-04-10 | bcm: add irq.c to mkfile | cinap_lenrek |
| 2019-04-10 | bcm: move interrupt handling out of trap.c into irq.c | cinap_lenrek |
| 2019-04-09 | fix bad function declarations in manpages | BurnZeZ |
| 2019-04-08 | thread(2): threadsetname takes a fmt string | BurnZeZ |
| 2019-04-08 | audiohda: add support for Gemini-Lake audio in Intel NUC nuc7pjyh (thanks sam-d) | cinap_lenrek |
| 2019-04-08 | 7l: fix vlong constants in literal pool for non-MOV instructions | cinap_lenrek |
| 2019-04-08 | 7l: fix bitcon instruction selection and encoding | cinap_lenrek |
| 2019-04-08 | 7l: add arm64 linker (initial sync) | cinap_lenrek |
| 2019-04-08 | 7a: fix indexreg operations | cinap_lenrek |
| 2019-04-08 | 7a: fix post increment operands | cinap_lenrek |
| 2019-04-08 | 7c: fix registerization of vlong constants | cinap_lenrek |
| 2019-04-08 | add arm64 c compiler and assembler (thanks charles forsyth) | cinap_lenrek |
| 2019-04-08 | rootstub: create arm64 directories | cinap_lenrek |
| 2019-04-07 | uptime: rewrite in awk | BurnZeZ |
| 2019-04-06 | libauthsrv: authdial smprint() out of memory autism | cinap_lenrek |
| 2019-04-04 | sgi: remove obsolete TSTKTOP constant | cinap_lenrek |
| 2019-04-04 | xen: remove obsolete TSTKTOP constant | cinap_lenrek |
| 2019-04-04 | bcm: remove obsolete TSTKTOP constant | cinap_lenrek |
| 2019-04-04 | pc64: get rid of TSTKTOP, USTKTOP is the end of user address space | cinap_lenrek |
| 2019-04-03 | sshnet: get rid of Announced state, simplify | cinap_lenrek |
| 2019-04-03 | sshnet: implement listen (port forwarding) | cinap_lenrek |
| 2019-04-03 | sshnet: don't leak error string | cinap_lenrek |
| 2019-04-03 | sshnet: don't leak "Dialing" connections when "connect" ctl write gets interr... | cinap_lenrek |
| 2019-04-03 | sshnet: pass on open failure error message, simplify | cinap_lenrek |
| 2019-04-03 | sshnet: fix eof and close handling, use proper packet size, cleanup | cinap_lenrek |
| 2019-04-02 | vt: dont make fs procs hang arround when closing rio window | cinap_lenrek |
| 2019-04-02 | sshnet(4): fix user@host syntax, add BUGS section, add ip(3) reference | cinap_lenrek |
| 2019-04-02 | ssh: print usage for unknown flags, cleanup | cinap_lenrek |
| 2019-04-02 | ssh(1): add sshnet(4) reference | cinap_lenrek |
| 2019-04-02 | sshnet: reduce memory consumption by lowering stack sizes | cinap_lenrek |
| 2019-04-02 | sshnet: fix memory leak | cinap_lenrek |
| 2019-04-02 | sshnet: allow 0 port | cinap_lenrek |
| 2019-04-02 | sshnet: fix write count for ctl message writes | cinap_lenrek |
| 2019-04-02 | sshnet: actually make sure ssh established connection before exiting main proc | cinap_lenrek |
| 2019-04-02 | sshnet(4): add documentation | cinap_lenrek |
| 2019-04-02 | sshnet: bring back sshnet using ssh(1) mux mode | cinap_lenrek |
| 2019-04-02 | ssh: add experimental mux mode | cinap_lenrek |
| 2019-04-02 | merge | cinap_lenrek |
| 2019-04-02 | ssh: implement -W option for making remote tcp connections | cinap_lenrek |
| 2019-04-01 | merge | Alex Musolino |
| 2019-04-01 | fix DST begin/end timestamps for South Australia | Alex Musolino |
| 2019-03-30 | walk: remove unused depth argument from dofile() | BurnZeZ |