git: 9front

RSS feed

f9cd75d1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/16 16:40
games/nes: add mapper 7 support

6dcd1e56 – aap <aap@papnet.eu> authored on 2014/02/16 16:32
xd: changed -s option to switch to little-endian units

cb3093b3 – aiju <devnull@localhost> authored on 2014/02/16 15:51
added games/nes

16b9538d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/16 14:40
mothra: remove unused local variables from pl_nextc()

e93bfa22 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/16 14:20
truss: use A instead of X as address format for data dump

002a24ec – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/16 14:08
truss: fix syscall address formats

2b25bc40 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/16 13:50
mothra: fix unicode rendering for plaintext

76c290f9 – Matthew Veety <mveety@gmail.com> authored on 2014/02/15 12:18
documented usbwait in plan9.ini(8)

203d7043 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/15 14:57
factotum/authsrv: fix padding for mschap on amd64, use constants for structure sizes

b4c2e238 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/15 11:58
pc64: fix mistake

7584b5fd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/15 11:43
pc64: simplify mmuwalk by factoring out mmu page table creation into separate function

70631168 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/15 01:19
merge

973107f3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/15 01:17
pc64: support for vmware PCnet ethernet

c1f1d930 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/15 01:17
pc64: move VMAP into its own PDP (for vmware)

19b3a26a – Matthew Veety <mveety@gmail.com> authored on 2014/02/14 17:05
added in a way to make net.rc wait for the network hardware to come up before running ip/ipconfig. This fixes the issue with the Raspberry Pi where ip/ipconfig tried running prior to /net/etherU3 exists

6766839a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/14 10:20
libc: remove malloc.acid and pool.acid

9ce52dc7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/14 10:01
page: fix compiler warning

33de363e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/14 09:57
socksd: close inside udp server one we get a connection (udprelay)

30c90efe – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/14 09:21
cifsd: fix compiler warning

95037bcf – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/14 09:18
nusb/ether: fix pointer truncation

a17aafc1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/14 09:14
webfs: fix compiler warning

025bb573 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/14 09:12
ip/torrent: remove unneeded assignment

a0de9817 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/14 09:02
acid: add semacquire/semrelease/tsemacquire syscalls, handle _seek hack for amd64 (thanks erik)

1bbf61d8 – Matthew Veety <mveety@gmail.com> authored on 2014/02/13 19:11
similar to my last commit, but combined the two waits for the usb devices. still configurable, but with usbwait. If usbwait is not defined then it defaults to the original 2 seconds.

7ef2dbe3 – mischief <mischief@offblast.org> authored on 2014/02/11 22:02
pc64: add ahci.h to PCHEADERS so it will be removed on mk clean

36f7e4f7 – mischief <mischief@offblast.org> authored on 2014/02/11 22:00
pc64: remove ethermii.h and copy it from pc instead

b07aec78 – Matthew Veety <mveety@gmail.com> authored on 2014/02/12 16:05
added pccpu64 for cpuservers. also enabled etherigbe in pc64 and pccpu64

5c477bce – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/12 15:04
acid: fix acid/network, fix address formats from X to A

2a3116ad – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/12 14:27
truss: support for amd64

4e78278f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/12 13:53
pool(2): fix ulong -> uintptr

9fb57480 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/09 23:04
ramfs: remove mainmem pool limit when called with -u flag

81f47c78 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/09 21:37
pc64: limit memory of per processor mmu freelist to 1MB

c1da294f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/09 20:53
acid: remove objchar, prefering foobar.$objtype.acid

57278dac – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/10 18:12
pc64: return up in RUSER (BP) for devproc kregs file

31623830 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/10 18:10
cc: emit right acid format for address

a304f00d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/10 18:07
acid: update acid libraries for amd64

63538fed – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/09 17:43
acid: make 'a' and 'A' format to have the same size as mach->szaddr

a0687ce5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/08 21:23
pc64: pass Ureg* argument in BP to userspace note handler

1925c4a2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/08 20:37
acid: fix memory corruption due to gc

245d28ff – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/07 22:50
pc64: handle negative file offsets when accessing kernel memory with devproc

e647914f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/07 22:40
mtrr: fix mistake

fcb6e41f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/07 21:33
jpg: center image in screen

4577848d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/07 20:01
reuse mtrr slots with default memory type

d4b243b0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/07 19:29
aux/vga: fix format string error with 6c

649fada7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/07 19:23
pc64: bump segment limit to 64GB

c537be1d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/07 15:04
pc64: dont reuse mtrr slots that are above 4GB

3956ed79 – mischief <mischief@offblast.org> authored on 2014/02/06 13:03
pc64: ensure user pc is never set to a non-canonical address through setregisters

8027044c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/07 18:35
pc64: fix devcons format strings for memory sizes

fc81c094 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/07 18:33
cwfs: limit memsize() to 1GB until pool can handle huge allocations

30978c72 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/07 18:02
pc64: fix poolsummary() string format

397a1e62 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/06 17:47
pool: use uintptr for pool size

53002067 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/06 17:43
pc64: fix note handling

93b93be6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/06 17:41
pc64: fix kmap()

0649393f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/05 14:52
have to use NULL instead of nil for ape programs...

ea564504 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/05 14:48
pc64: dont 4 byte align stack pointer for amd64 in sysexec()

3ea1c623 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/05 14:25
fix wrong type for terminating nil argument for execl()

24d7c5c9 – mischief <mischief@offblast.org> authored on 2014/02/03 19:16
libpanel: remove pointless pointer casts

3ae13aa6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/05 03:58
merge

9f6a29b6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/05 03:43
mothra: better handling of malformed search regex

eecac7bd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/05 03:25
mothra: dont panic on invalid regular expression in searchbox

f2166f1f – mischief <mischief@offblast.org> authored on 2014/02/04 18:34
libpanel: fix pointer casts and format strings

30714116 – stanley lieber <stanley.lieber@gmail.com> authored on 2014/02/03 18:55
/lib/face/48x48x4/.dict: fix typos

d205642b – mischief <mischief@offblast.org> authored on 2014/02/02 20:22
pc64: fix up pointer calculations and enable sdvirtio disk driver

00b75ac7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/03 21:08
pc64: remove cinaps cga screen interrupt debugger, was experiment...

9cc9692b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/03 21:06
pc64: dont dump user registers on exception, was experiment...

d442205e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/03 20:58
hjfs: fix wrong channel size for syncb (fixes amd64 crash)

0106fca6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/03 20:09
doom: port to amd64

be4827cc – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/03 17:55
realemu: cleanup opidiv

bf61ee8c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/03 17:39
libmach: change mach pgsize back from 4K to 2MB for amd64

34dbc7fc – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/03 15:14
ipmux: fix 6c complaints

5efa7081 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/03 15:06
merge

409479ee – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/03 15:04
kernel: dont double ptemap size in newseg()

43237741 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/03 01:24
pc/pc64: move common code to pc/devarch.c

789e8008 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/03 00:29
pc64: implement shutdown and idlehands

6b3ec34d – mischief <mischief@offblast.org> authored on 2014/02/02 02:41
merge

e28b362d – mischief <mischief@offblast.org> authored on 2014/02/02 02:34
pc64: enable sdide driver

593df4b1 – mischief <mischief@offblast.org> authored on 2014/02/01 22:17
acid: fix memory leak in fundefs (from 9atom)

5c5f6e43 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/02 22:56
libdraw: fix typo: 0xfffff -> 0xffff

98b7cc91 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/02 22:53
libdraw: work arround devdraw truncating screenid as 16bit

e7e80c1a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/02 22:52
devdraw: screenid is BGLONG, not BGSHORT

222525f8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/02 13:01
pc64: track per process kmap page tables in separate MMU list.

27118028 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/02 11:03
malloctag: only store lower 32bit of malloc tag, fix getrealloctag

ddabbd3a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/02 10:11
kernel: fix bogus free in sysexec.

cc924812 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/02 05:59
newuser: dont bark when we cannot bind $home/bin/$objtype after /bin, create $home/bin/amd64

00dbc3dd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/02 05:41
kernel: do not pass user address of fd[2] array to newfd2()

a0b96567 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/02 04:59
kernel: use uintptr when appropriate in syssegflush()

1f1018f2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/02 04:39
pc64: dont dump registers for user process on pagefault error, was experiment

a26dae7a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/02 04:22
pc64: no need to flush tlb in kunmap(), was experiment

34b40766 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/02 03:41
add acid library for amd64

503d6c8e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/02 03:12
pc64: fix mmu structure leakage, implement global pool

672da002 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/02 00:49
pc64: print only 8 hex chars dumpstack sp/pc

8303828c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/02 00:47
mallocalign: make sure alignptr offset is modulo align when -offset > align

cdd0236e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/02 00:10
pc64: fix vmap

38a36b42 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/01 15:27
pc64: enable iahci support

4ed85859 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/01 15:26
cwfs: use pragma pack for on disk structures for amd64

95949a1c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/01 15:19
rootstub: create amd64 directories for acme

d9d28b51 – mischief <mischief@offblast.org> authored on 2014/02/01 07:56
realemu: actually mark 0xE0000 writeable

e93def8c – mischief <mischief@offblast.org> authored on 2014/02/01 07:27
realemu: implement IDIV, mark 0xE0000 writeable, fix DIV overfow trap

f2988430 – mischief <mischief@offblast.org> authored on 2014/02/01 07:14
acid: use correct print flags and casts for shorts in fmt

c37faa91 – mischief <mischief@offblast.org> authored on 2014/02/01 07:04
ip/torrent: print tracker errors/warnings in debug mode and allow setting peerid

Next