RSS feed
c881e33e
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/19 12:54
bcm, bcm64: fix cache operations for dma and emmc
d667607c
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/18 08:45
sshnet(4): ... and incoming TCP calls
a852f55b
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/17 15:01
merge
d5e45580
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/17 14:57
bcm64: remove unneccesary tlb flush on mmuidmap()
2235660f
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/17 14:56
bcm64: no need to flush instruction cache when switching TTBR0
5c5c1b66
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/17 14:35
bcm64: switch to 64k page size
e0c19ae0
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/17 14:14
7l: don't hardcode 4k pagesize, use INITRND
18d67944
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/16 21:53
merge
335e0197
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/16 21:51
mkone: fix man target (thanks Amavect)
3b00f089
– 23hiro <23hiro@gmail.com>
authored
on 2019/05/15 16:24
draw(3): memlorigin
b24ed2bf
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/15 12:19
bcm64: generalize mmu code
47d3e8fc
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/15 09:24
bcm64: fix mmu0clear() mistake from previous commit
70497007
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/14 05:06
nusb(2): remove startdevs() reference, document getdev() (thanks BurnZeZ)
adf96a52
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/13 15:21
bcm: add cache invalidate before accessing prop buffer
a3b5e399
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/13 15:20
bcm64: implement reboot support
3b36daa2
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/13 15:12
bcm, bcm64: preserve memsize across reboots, avoid trashing atags while parsing cmdline
157d7ebd
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/11 21:20
devip: do not lock selftab in ipselftabread(), remove unused fields from Ipself
bf4f1587
– BurnZeZ <devnull@localhost>
authored
on 2019/05/11 11:28
memdraw(2): remove references to iprint()
333c3202
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/11 13:22
devip: reset speed and delay on bind, adjust burst on mtu change, ifc->m nil check, consistent error strings
7186be04
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/11 10:54
devip: make sure ifc is bound in add6 ctl command
3a0d5f41
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/11 10:01
devip: remove unused c->car qlock, avoid potential deadlock in ipifcregisterproxy()
a25819c4
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/11 03:22
devip: avoid media bind/unbind kproc reader startup race, simplify etherbind
ed3a576e
– 23hiro <23hiro@gmail.com>
authored
on 2019/05/10 21:23
timezones: add India (thanks joe9)
db3bf827
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/10 10:05
bcm64: use exclusive monitor on nrdy to wake up idlehands()
addb36ee
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/10 08:10
ape: fix malloc to deal with more than 4GB of memory on 64 bit systems
a375c9ac
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/09 08:40
libc: fix return value for arm64 memset() and memove()
57e07865
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/09 07:40
libc: use MOVP instruction for arm64 memmove() and memset()
9d790238
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/09 07:11
bcm64: use MOVP instruction for saving and restoring registers
1c0427e6
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/09 06:27
libmach: remove newline
a065270f
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/09 06:24
libmach: support for MOVP instruction disassembly for arm64
e8cf7530
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/09 06:23
7l: implement MOVP instruction
4e7fbabf
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/08 22:32
libc: provide arm64 assembly versions for memmove() and memset()
1046d3e3
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/08 22:17
bcm64: map framebuffer write-through to allow unaligned access
5a934b56
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/07 17:49
wadfs: avoid comma operator after PBIT32() macros
fe1f6c1b
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/07 07:41
plan9.ini(8), boot(8): clarify the use of $rootdir and $rootspec
3a4a3faf
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/07 05:19
nusb/usbd: work around devices that ignore the high byte of wLength in control transfer reads
ceed9b88
– Ori Bernstein <ori@eigenstate.org>
authored
on 2019/05/06 13:26
Sand edges down on GBIT64()/PBIT64() macros.
c9086fb3
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/06 14:31
merge
24544b80
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/06 14:29
dist/mkfile: add *.pi3.img target for ARM64 raspberry pi3
f22b4ecc
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/05 13:02
bootrc: fix $rootdir and $rootspec handling (thanks lucio)
5f05ac2a
– mischief <mischief@offblast.org>
authored
on 2019/05/05 10:36
lib: update pci database
75d44bc3
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/05 10:04
bcm: make sure fiq is on enabled on cpu0
de7190ba
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/05 09:59
bcm64: provide idlehands() function
b0c402df
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/05 09:57
bcm64: get rid of usb workaround delay
4d96c40a
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/05 09:34
usbdwc: enable Slowbuilkin workarround, improve split transaction timing, handle erroring sleep(), debugging
21ce34bd
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/04 20:26
libc: fix NaN check precedence bug in modf() (thanks BurnZeZ)
1d82e3f4
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/03 23:06
acid: add arm64 support
54838652
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/03 19:59
rootstub: add /sys/lib/dist/ndb/dhcp/
70ea1310
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/03 19:52
pc kernel: remove countpagerefs() (thanks BurnZeZ)
0b5e7828
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/03 19:15
kernel: exec support for arm64 binaries
c6ad540a
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/03 19:14
bcm64: add experimental work in progress arm64 kernel for raspberry pi 3
1a7c224b
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/03 18:53
bcm: don't call nil on PADDR() in dmaaddr(), return busdram dummy address
eb4bd4aa
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/03 18:02
bcm: move fiq saved pc adjust into lexception.s so it can be shared with arm64
3ca395a3
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/03 17:34
uartpl011: dont touch line control while uart is enabled
4032db00
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/03 17:16
ktrace: arm64 support
c57c8919
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/03 17:12
arm64: add mkfile
db70c1d2
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/03 17:11
python: arm64 support
bbf532db
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/03 17:10
gs: arm64 support
5f5caa67
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/03 17:10
gs: avoid stupid shifts by casting to uint64_t
2994fccb
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/03 17:06
ape: initial support for arm64
dfd91589
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/03 17:03
libthread: initial support for arm64
a3b9243f
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/03 17:02
libmp: add dummy mkfile for arm64
a3beef23
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/03 17:01
libsec: dummy mkfile for arm64
14b69dcd
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/03 17:00
libmach: initial arm64 support
9920ecc0
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/03 16:57
libc: initial arm64 support
59ff04dd
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/01 09:11
7l: add missing AFMOVD with EXT/AUTO/LOREG operands to optab
fe594760
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/01 08:40
kernel: get rid of checkpagerefs() debugging
b452f885
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/01 06:07
kernel: export freepages() function so it can be used in mmurelease()
a6ee23a7
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/01 05:39
kernel: include lock pointer in error report, stop spamming lockloop prints when we are panicing
54562b6a
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/01 05:35
kernel: insert memory barrier in the scheduler before setting up->mach = nil
97a2f14b
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/01 04:55
[5678vq]c: fix .safe node type for *FUNC() = *FUNC() sugen
aa52d3b1
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/05/01 04:19
vmx: build vmx only for 386 or amd64
2f884a51
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/04/27 17:55
ether8169: fix thinkpad A485 ethernet (thanks mischief)
3fe97306
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/04/25 15:44
7c: don't emit SXTW for non-register source operand
0c964838
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/04/23 11:15
distproto: add /lib/news/ (thanks lyndon)
bd510d7f
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/04/21 23:05
7l: there is no BIC* $bimm variant
a0da5b97
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/04/19 19:39
usbxhci: make stuck usb transactions interruptable.
6bceabbc
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/04/19 19:31
distproto: add /lib/ndb/dhcp/ directory (thanks lyndon)
83ab7807
– mischief <mischief@offblast.org>
authored
on 2019/04/17 22:48
nusb/usbd: stop sending port enable commands
8c95a221
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/04/17 19:43
7l: deal with huge (negative or > 24bit) register offsets, fix LACON, avoid DWORD in constant pool when we can sign extend
15c3f45e
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/04/17 19:38
7c: fix long to vlong/pointer conversion, avoid negative immediate offsets
b44440bd
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/04/16 12:25
devsd: fix sddelpart() AGAIN
7c33bdd2
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/04/16 12:13
awk: fix nextfile crash (thanks leetspete)
75ee3b30
– BurnZeZ <devnull@localhost>
authored
on 2019/04/15 15:48
devsd: fix panic when using "delpart" to remove a partition that was already removed
82438139
– mischief <mischief@offblast.org>
authored
on 2019/04/13 19:11
pc: audiohda: recognize AMD Family 17h hd audio controller
79e24f5e
– mischief <mischief@offblast.org>
authored
on 2019/04/13 19:08
pc: devarch: recognize AMD Ryzen model
7accf111
– mischief <mischief@offblast.org>
authored
on 2019/04/13 19:07
pc: pci: add AMD FCH LPC bridge to southbridges
07674f6e
– mischief <mischief@offblast.org>
authored
on 2019/04/13 18:37
nusb/usbd: fix dump %U formatter
71397d51
– BurnZeZ <devnull@localhost>
authored
on 2019/04/14 00:50
ip(3): document TCP ctl close command
83c7a727
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/04/13 23:22
devip: reject bad numeric ports (such as 9fs -> 9)
810aed76
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/04/11 15:10
bcm: move CONFADDR parsing into bootargs.c, simplify initcode start() args handling
6aff58df
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/04/11 13:12
bcm: don't use PADDR() to convert bus address to physical in vcore
9ae99fb5
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/04/11 10:05
kernel: get rid of KSTKSIZE alias for KSTACK
f4f19cdf
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/04/11 09:54
merge
37d36fdd
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/04/11 09:51
kernel: get rid of PTR2UINT() and UINT2PTR() macros
753fa51b
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/04/11 09:49
bcm: dont assume PHYSDRAM 0 in dmaaddr(), fix dmaioaddr()
6a3a3d69
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/04/11 09:21
bcm: add pl011 uart driver
fe34e52d
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/04/10 11:06
bcm: move okay() from uartmini.c to devarch.c
f00aa6b9
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/04/10 11:06
bcm: add irq.c to mkfile
55a39645
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2019/04/10 11:04
bcm: move interrupt handling out of trap.c into irq.c
Next