shithub: riscv

RSS feed

b7b68668 – cinap_lenrek <[email protected]> authored on 2014/02/12 15:04
acid: fix acid/network, fix address formats from X to A

cd170777 – cinap_lenrek <[email protected]> authored on 2014/02/12 14:27
truss: support for amd64

ad38f0eb – cinap_lenrek <[email protected]> authored on 2014/02/12 13:53
pool(2): fix ulong -> uintptr

872f83ce – cinap_lenrek <[email protected]> authored on 2014/02/09 23:04
ramfs: remove mainmem pool limit when called with -u flag

7f73792e – cinap_lenrek <[email protected]> authored on 2014/02/09 21:37
pc64: limit memory of per processor mmu freelist to 1MB

e37ff43e – cinap_lenrek <[email protected]> authored on 2014/02/09 20:53
acid: remove objchar, prefering foobar.$objtype.acid

c4679d74 – cinap_lenrek <[email protected]> authored on 2014/02/10 18:12
pc64: return up in RUSER (BP) for devproc kregs file

37de63ae – cinap_lenrek <[email protected]> authored on 2014/02/10 18:10
cc: emit right acid format for address

de356dd8 – cinap_lenrek <[email protected]> authored on 2014/02/10 18:07
acid: update acid libraries for amd64

16acf605 – cinap_lenrek <[email protected]> authored on 2014/02/09 17:43
acid: make 'a' and 'A' format to have the same size as mach->szaddr

9bdf602e – cinap_lenrek <[email protected]> authored on 2014/02/08 21:23
pc64: pass Ureg* argument in BP to userspace note handler

9d8f5a14 – cinap_lenrek <[email protected]> authored on 2014/02/08 20:37
acid: fix memory corruption due to gc

6b146c70 – cinap_lenrek <[email protected]> authored on 2014/02/07 22:50
pc64: handle negative file offsets when accessing kernel memory with devproc

43212f64 – cinap_lenrek <[email protected]> authored on 2014/02/07 22:40
mtrr: fix mistake

7af85b9e – cinap_lenrek <[email protected]> authored on 2014/02/07 21:33
jpg: center image in screen

b3df8945 – cinap_lenrek <[email protected]> authored on 2014/02/07 20:01
reuse mtrr slots with default memory type

9c99675c – cinap_lenrek <[email protected]> authored on 2014/02/07 19:29
aux/vga: fix format string error with 6c

eaafcf21 – cinap_lenrek <[email protected]> authored on 2014/02/07 19:23
pc64: bump segment limit to 64GB

2b4706b6 – cinap_lenrek <[email protected]> authored on 2014/02/07 15:04
pc64: dont reuse mtrr slots that are above 4GB

fc7f6f8e – mischief <[email protected]> authored on 2014/02/06 13:03
pc64: ensure user pc is never set to a non-canonical address through setregisters

0fdb1578 – cinap_lenrek <[email protected]> authored on 2014/02/07 18:35
pc64: fix devcons format strings for memory sizes

88cc09a5 – cinap_lenrek <[email protected]> authored on 2014/02/07 18:33
cwfs: limit memsize() to 1GB until pool can handle huge allocations

c3917ec5 – cinap_lenrek <[email protected]> authored on 2014/02/07 18:02
pc64: fix poolsummary() string format

e8367963 – cinap_lenrek <[email protected]> authored on 2014/02/06 17:47
pool: use uintptr for pool size

c065eadb – cinap_lenrek <[email protected]> authored on 2014/02/06 17:43
pc64: fix note handling

bfbc5ab1 – cinap_lenrek <[email protected]> authored on 2014/02/06 17:41
pc64: fix kmap()

f029ea16 – cinap_lenrek <[email protected]> authored on 2014/02/05 14:52
have to use NULL instead of nil for ape programs...

868a262b – cinap_lenrek <[email protected]> authored on 2014/02/05 14:48
pc64: dont 4 byte align stack pointer for amd64 in sysexec()

c76243e7 – cinap_lenrek <[email protected]> authored on 2014/02/05 14:25
fix wrong type for terminating nil argument for execl()

492958f0 – mischief <[email protected]> authored on 2014/02/03 19:16
libpanel: remove pointless pointer casts

8c4a02a2 – cinap_lenrek <[email protected]> authored on 2014/02/05 03:58
merge

9f99edda – cinap_lenrek <[email protected]> authored on 2014/02/05 03:43
mothra: better handling of malformed search regex

0b1c6551 – cinap_lenrek <[email protected]> authored on 2014/02/05 03:25
mothra: dont panic on invalid regular expression in searchbox

ffcac11a – mischief <[email protected]> authored on 2014/02/04 18:34
libpanel: fix pointer casts and format strings

c6b4b7c0 – stanley lieber <[email protected]> authored on 2014/02/03 18:55
/lib/face/48x48x4/.dict: fix typos

1eef3731 – mischief <[email protected]> authored on 2014/02/02 20:22
pc64: fix up pointer calculations and enable sdvirtio disk driver

34f7e4ef – cinap_lenrek <[email protected]> authored on 2014/02/03 21:08
pc64: remove cinaps cga screen interrupt debugger, was experiment...

de0712c0 – cinap_lenrek <[email protected]> authored on 2014/02/03 21:06
pc64: dont dump user registers on exception, was experiment...

b7be695d – cinap_lenrek <[email protected]> authored on 2014/02/03 20:58
hjfs: fix wrong channel size for syncb (fixes amd64 crash)

3f522c74 – cinap_lenrek <[email protected]> authored on 2014/02/03 20:09
doom: port to amd64

88505bff – cinap_lenrek <[email protected]> authored on 2014/02/03 17:55
realemu: cleanup opidiv

fefc7b52 – cinap_lenrek <[email protected]> authored on 2014/02/03 17:39
libmach: change mach pgsize back from 4K to 2MB for amd64

bfbb68a7 – cinap_lenrek <[email protected]> authored on 2014/02/03 15:14
ipmux: fix 6c complaints

94282847 – cinap_lenrek <[email protected]> authored on 2014/02/03 15:06
merge

ccfb6168 – cinap_lenrek <[email protected]> authored on 2014/02/03 15:04
kernel: dont double ptemap size in newseg()

6a557901 – cinap_lenrek <[email protected]> authored on 2014/02/03 01:24
pc/pc64: move common code to pc/devarch.c

c3028fb9 – cinap_lenrek <[email protected]> authored on 2014/02/03 00:29
pc64: implement shutdown and idlehands

35d19fc6 – mischief <[email protected]> authored on 2014/02/02 02:41
merge

d082e3a5 – mischief <[email protected]> authored on 2014/02/02 02:34
pc64: enable sdide driver

ddd51650 – mischief <[email protected]> authored on 2014/02/01 22:17
acid: fix memory leak in fundefs (from 9atom)

b5d47d6d – cinap_lenrek <[email protected]> authored on 2014/02/02 22:56
libdraw: fix typo: 0xfffff -> 0xffff

5fd52f62 – cinap_lenrek <[email protected]> authored on 2014/02/02 22:53
libdraw: work arround devdraw truncating screenid as 16bit

f556fd24 – cinap_lenrek <[email protected]> authored on 2014/02/02 22:52
devdraw: screenid is BGLONG, not BGSHORT

bfee76e5 – cinap_lenrek <[email protected]> authored on 2014/02/02 13:01
pc64: track per process kmap page tables in separate MMU list.

b7b34066 – cinap_lenrek <[email protected]> authored on 2014/02/02 11:03
malloctag: only store lower 32bit of malloc tag, fix getrealloctag

0cdb32cc – cinap_lenrek <[email protected]> authored on 2014/02/02 10:11
kernel: fix bogus free in sysexec.

26978851 – cinap_lenrek <[email protected]> authored on 2014/02/02 05:59
newuser: dont bark when we cannot bind $home/bin/$objtype after /bin, create $home/bin/amd64

29eea459 – cinap_lenrek <[email protected]> authored on 2014/02/02 05:41
kernel: do not pass user address of fd[2] array to newfd2()

0b95485d – cinap_lenrek <[email protected]> authored on 2014/02/02 04:59
kernel: use uintptr when appropriate in syssegflush()

02fef73b – cinap_lenrek <[email protected]> authored on 2014/02/02 04:39
pc64: dont dump registers for user process on pagefault error, was experiment

2a4f7a1e – cinap_lenrek <[email protected]> authored on 2014/02/02 04:22
pc64: no need to flush tlb in kunmap(), was experiment

4c97cb34 – cinap_lenrek <[email protected]> authored on 2014/02/02 03:41
add acid library for amd64

db2e22ae – cinap_lenrek <[email protected]> authored on 2014/02/02 03:12
pc64: fix mmu structure leakage, implement global pool

47f551bc – cinap_lenrek <[email protected]> authored on 2014/02/02 00:49
pc64: print only 8 hex chars dumpstack sp/pc

a6fd3cc8 – cinap_lenrek <[email protected]> authored on 2014/02/02 00:47
mallocalign: make sure alignptr offset is modulo align when -offset > align

e289fd8c – cinap_lenrek <[email protected]> authored on 2014/02/02 00:10
pc64: fix vmap

08507180 – cinap_lenrek <[email protected]> authored on 2014/02/01 15:27
pc64: enable iahci support

03d26f80 – cinap_lenrek <[email protected]> authored on 2014/02/01 15:26
cwfs: use pragma pack for on disk structures for amd64

42f4cdc3 – cinap_lenrek <[email protected]> authored on 2014/02/01 15:19
rootstub: create amd64 directories for acme

4092bdbb – mischief <[email protected]> authored on 2014/02/01 07:56
realemu: actually mark 0xE0000 writeable

1fe36bf8 – mischief <[email protected]> authored on 2014/02/01 07:27
realemu: implement IDIV, mark 0xE0000 writeable, fix DIV overfow trap

08bb4afb – mischief <[email protected]> authored on 2014/02/01 07:14
acid: use correct print flags and casts for shorts in fmt

abb4bad7 – mischief <[email protected]> authored on 2014/02/01 07:04
ip/torrent: print tracker errors/warnings in debug mode and allow setting peerid

ed9e9f98 – cinap_lenrek <[email protected]> authored on 2014/02/01 05:31
libc and ape support for amd64

d4fb753c – cinap_lenrek <[email protected]> authored on 2014/02/01 05:30
rename Ureg.ip to Ureg.pc

cc242226 – cinap_lenrek <[email protected]> authored on 2014/02/01 05:29
fixes for new setmalloctag() prototype

80066954 – cinap_lenrek <[email protected]> authored on 2014/02/01 05:28
gs: amd64 support

2dbdfe8a – cinap_lenrek <[email protected]> authored on 2014/02/01 05:27
python: amd64 support

56343caf – cinap_lenrek <[email protected]> authored on 2014/02/01 05:25
add experimental pc64 kernel

28ad4e66 – cinap_lenrek <[email protected]> authored on 2014/02/01 05:23
pc kernel: split mpstartap() and squidboy into separate file... stuff for amd64

06bc19c2 – cinap_lenrek <[email protected]> authored on 2014/02/01 05:20
kernel: usb fixes for amd64

dcea7146 – cinap_lenrek <[email protected]> authored on 2014/02/01 05:17
kernel: fix pointer truncation in xspanalloc(), fix format prints

7613608b – cinap_lenrek <[email protected]> authored on 2014/02/01 05:16
kernel: handle amd64 40 byte headers in exec()

88476df5 – cinap_lenrek <[email protected]> authored on 2014/02/01 05:14
vesa: explicitely use /386/include/ureg.h

090fd6ec – cinap_lenrek <[email protected]> authored on 2014/02/01 04:55
libmach: pc64 uses 4K pages, IP -> PC

9a523403 – cinap_lenrek <[email protected]> authored on 2014/02/01 04:54
libmemdraw: apply erik quanstros fix for sign preserving in byteaddr()

d77455ab – cinap_lenrek <[email protected]> authored on 2014/02/01 04:53
libdraw: use pid as initial screenid so one can have more than 25 windows.

010af9ba – cinap_lenrek <[email protected]> authored on 2014/02/01 04:52
6l: fix warning, setmalloctag declaration, missing header type cases

bbe6fe51 – stanley lieber <[email protected]> authored on 2014/01/21 20:20
/lib/face: add some new faces

0efcfcc6 – stanley lieber <[email protected]> authored on 2014/01/21 20:19
fortunes: undelete

ca7c413f – cinap_lenrek <[email protected]> authored on 2014/01/22 15:12
sdiahci: fix hardcoded 512 byte sector size

520957e2 – cinap_lenrek <[email protected]> authored on 2014/01/21 17:12
kernel: fix ulong abuse in xalloc

ebfb4fdf – cinap_lenrek <[email protected]> authored on 2014/01/19 22:17
kernel: convert putmmu() to uintptr for va and pa

ad1eefb3 – cinap_lenrek <[email protected]> authored on 2014/01/19 21:16
kernel: various cleanups

cb039318 – cinap_lenrek <[email protected]> authored on 2014/01/19 19:54
malloc(2): update alloctag types

6c2e983d – cinap_lenrek <[email protected]> authored on 2014/01/19 19:47
kernel: apply uintptr for ulong when a pointer is stored

b99ecee6 – cinap_lenrek <[email protected]> authored on 2014/01/19 19:09
malloc: change malloc and realloc tag types to uintptr

43ae5531 – cinap_lenrek <[email protected]> authored on 2014/01/19 19:05
ape: remove local copy of memccpy()

8a72dc1c – cinap_lenrek <[email protected]> authored on 2014/01/18 22:32
kernel: fix declaration of getcallerpc()

ba787cc5 – cinap_lenrek <[email protected]> authored on 2014/01/18 22:29
kernel: replace BY2WD in scanline width calculation to sizeof(ulong) like libmemdraw

Next