]> git.lizzy.rs Git - plan9front.git/shortlog
plan9front.git
2019-05-03 cinap_lenrekape: initial support for arm64
2019-05-03 cinap_lenreklibthread: initial support for arm64
2019-05-03 cinap_lenreklibmp: add dummy mkfile for arm64
2019-05-03 cinap_lenreklibsec: dummy mkfile for arm64
2019-05-03 cinap_lenreklibmach: initial arm64 support
2019-05-03 cinap_lenreklibc: initial arm64 support
2019-05-01 cinap_lenrek7l: add missing AFMOVD with EXT/AUTO/LOREG operands...
2019-05-01 cinap_lenrekkernel: get rid of checkpagerefs() debugging
2019-05-01 cinap_lenrekkernel: export freepages() function so it can be used...
2019-05-01 cinap_lenrekkernel: include lock pointer in error report, stop...
2019-05-01 cinap_lenrekkernel: insert memory barrier in the scheduler before...
2019-05-01 cinap_lenrek[5678vq]c: fix .safe node type for *FUNC() = *FUNC...
2019-05-01 cinap_lenrekvmx: build vmx only for 386 or amd64
2019-04-27 cinap_lenrekether8169: fix thinkpad A485 ethernet (thanks mischief)
2019-04-25 cinap_lenrek7c: don't emit SXTW for non-register source operand
2019-04-23 cinap_lenrekdistproto: add /lib/news/ (thanks lyndon)
2019-04-22 cinap_lenrek7l: there is no BIC* $bimm variant
2019-04-19 cinap_lenrekusbxhci: make stuck usb transactions interruptable.
2019-04-19 cinap_lenrekdistproto: add /lib/ndb/dhcp/ directory (thanks lyndon)
2019-04-18 mischiefnusb/usbd: stop sending port enable commands
2019-04-17 cinap_lenrek7l: deal with huge (negative or > 24bit) register offse...
2019-04-17 cinap_lenrek7c: fix long to vlong/pointer conversion, avoid negativ...
2019-04-16 cinap_lenrekdevsd: fix sddelpart() AGAIN
2019-04-16 cinap_lenrekawk: fix nextfile crash (thanks leetspete)
2019-04-15 BurnZeZdevsd: fix panic when using "delpart" to remove a parti...
2019-04-14 mischiefpc: audiohda: recognize AMD Family 17h hd audio controller
2019-04-14 mischiefpc: devarch: recognize AMD Ryzen model
2019-04-14 mischiefpc: pci: add AMD FCH LPC bridge to southbridges
2019-04-14 mischiefnusb/usbd: fix dump %U formatter
2019-04-14 BurnZeZip(3): document TCP ctl close command
2019-04-14 cinap_lenrekdevip: reject bad numeric ports (such as 9fs -> 9)
2019-04-11 cinap_lenrekbcm: move CONFADDR parsing into bootargs.c, simplify...
2019-04-11 cinap_lenrekbcm: don't use PADDR() to convert bus address to physic...
2019-04-11 cinap_lenrekkernel: get rid of KSTKSIZE alias for KSTACK
2019-04-11 cinap_lenrekmerge
2019-04-11 cinap_lenrekkernel: get rid of PTR2UINT() and UINT2PTR() macros
2019-04-11 cinap_lenrekbcm: dont assume PHYSDRAM 0 in dmaaddr(), fix dmaioaddr()
2019-04-11 cinap_lenrekbcm: add pl011 uart driver
2019-04-10 cinap_lenrekbcm: move okay() from uartmini.c to devarch.c
2019-04-10 cinap_lenrekbcm: add irq.c to mkfile
2019-04-10 cinap_lenrekbcm: move interrupt handling out of trap.c into irq.c
2019-04-09 BurnZeZfix bad function declarations in manpages
2019-04-08 BurnZeZthread(2): threadsetname takes a fmt string
2019-04-08 cinap_lenrekaudiohda: add support for Gemini-Lake audio in Intel...
2019-04-08 cinap_lenrek7l: fix vlong constants in literal pool for non-MOV...
2019-04-08 cinap_lenrek7l: fix bitcon instruction selection and encoding
2019-04-08 cinap_lenrek7l: add arm64 linker (initial sync)
2019-04-08 cinap_lenrek7a: fix indexreg operations
2019-04-08 cinap_lenrek7a: fix post increment operands
2019-04-08 cinap_lenrek7c: fix registerization of vlong constants
2019-04-08 cinap_lenrekadd arm64 c compiler and assembler (thanks charles...
2019-04-08 cinap_lenrekrootstub: create arm64 directories
2019-04-07 BurnZeZuptime: rewrite in awk
2019-04-06 cinap_lenreklibauthsrv: authdial smprint() out of memory autism
2019-04-04 cinap_lenreksgi: remove obsolete TSTKTOP constant
2019-04-04 cinap_lenrekxen: remove obsolete TSTKTOP constant
2019-04-04 cinap_lenrekbcm: remove obsolete TSTKTOP constant
2019-04-04 cinap_lenrekpc64: get rid of TSTKTOP, USTKTOP is the end of user...
2019-04-03 cinap_lenreksshnet: get rid of Announced state, simplify
2019-04-03 cinap_lenreksshnet: implement listen (port forwarding)
2019-04-03 cinap_lenreksshnet: don't leak error string
2019-04-03 cinap_lenreksshnet: don't leak "Dialing" connections when "connect...
2019-04-03 cinap_lenreksshnet: pass on open failure error message, simplify
2019-04-03 cinap_lenreksshnet: fix eof and close handling, use proper packet...
2019-04-02 cinap_lenrekvt: dont make fs procs hang arround when closing rio...
2019-04-02 cinap_lenreksshnet(4): fix user@host syntax, add BUGS section,...
2019-04-02 cinap_lenrekssh: print usage for unknown flags, cleanup
2019-04-02 cinap_lenrekssh(1): add sshnet(4) reference
2019-04-02 cinap_lenreksshnet: reduce memory consumption by lowering stack...
2019-04-02 cinap_lenreksshnet: fix memory leak
2019-04-02 cinap_lenreksshnet: allow 0 port
2019-04-02 cinap_lenreksshnet: fix write count for ctl message writes
2019-04-02 cinap_lenreksshnet: actually make sure ssh established connection...
2019-04-02 cinap_lenreksshnet(4): add documentation
2019-04-02 cinap_lenreksshnet: bring back sshnet using ssh(1) mux mode
2019-04-02 cinap_lenrekssh: add experimental mux mode
2019-04-02 cinap_lenrekmerge
2019-04-02 cinap_lenrekssh: implement -W option for making remote tcp connections
2019-04-01 Alex Musolinomerge
2019-04-01 Alex Musolinofix DST begin/end timestamps for South Australia
2019-03-30 BurnZeZwalk: remove unused depth argument from dofile()
2019-03-30 BurnZeZbootrc: simplify if statement
2019-03-30 cinap_lenrekdtracy: avoid dmachlock() race
2019-03-30 cinap_lenrekdist/mkfile: aux/stub -d /n/src9/usr to avoid overbindi...
2019-03-29 cinap_lenrek5c: dont substibute (destination) registers contained...
2019-03-27 cinap_lenrekmerge
2019-03-27 cinap_lenrekinst/startether: skip ipv6 auto configuration when...
2019-03-27 cinap_lenrekmerge
2019-03-27 cinap_lenrekplan9.ini(8): add USB section, documenting various...
2019-03-27 cinap_lenrekbootrc: handle automatic ip configuration on gbe media
2019-03-27 cinap_lenrekplan9.ini: add nora6= option to disable automatic ipv6...
2019-03-25 BurnZeZadded walk(1)
2019-03-23 cinap_lenrekupas/fs: release mailbox syncing lock after encounterin...
2019-03-22 cinap_lenrekwebfs: bracket literal ipv6 host in "Host:" header
2019-03-21 cinap_lenreknusbrc: detect "keyboardio model 01", appears as multif...
2019-03-21 cinap_lenreknusb/kb: fix continuous scrollwheel delta not being...
2019-03-18 cinap_lenrekmerge
2019-03-18 cinap_lenrekpython: clean and nuke pgen and libpython.a for all...
2019-03-18 stanley lieberfortunes: Open source may not be safe if it has no...
2019-03-18 cinap_lenrekdtracy(1): fix print(2) reference
next