RSS feed
0fdb1578
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/07 18:35
pc64: fix devcons format strings for memory sizes
88cc09a5
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/07 18:33
cwfs: limit memsize() to 1GB until pool can handle huge allocations
c3917ec5
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/07 18:02
pc64: fix poolsummary() string format
e8367963
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/06 17:47
pool: use uintptr for pool size
c065eadb
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/06 17:43
pc64: fix note handling
bfbc5ab1
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/06 17:41
pc64: fix kmap()
f029ea16
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/05 14:52
have to use NULL instead of nil for ape programs...
868a262b
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/05 14:48
pc64: dont 4 byte align stack pointer for amd64 in sysexec()
c76243e7
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/05 14:25
fix wrong type for terminating nil argument for execl()
492958f0
– mischief <mischief@offblast.org>
authored
on 2014/02/03 19:16
libpanel: remove pointless pointer casts
8c4a02a2
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/05 03:58
merge
9f99edda
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/05 03:43
mothra: better handling of malformed search regex
0b1c6551
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/05 03:25
mothra: dont panic on invalid regular expression in searchbox
ffcac11a
– mischief <mischief@offblast.org>
authored
on 2014/02/04 18:34
libpanel: fix pointer casts and format strings
c6b4b7c0
– stanley lieber <stanley.lieber@gmail.com>
authored
on 2014/02/03 18:55
/lib/face/48x48x4/.dict: fix typos
1eef3731
– mischief <mischief@offblast.org>
authored
on 2014/02/02 20:22
pc64: fix up pointer calculations and enable sdvirtio disk driver
34f7e4ef
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/03 21:08
pc64: remove cinaps cga screen interrupt debugger, was experiment...
de0712c0
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/03 21:06
pc64: dont dump user registers on exception, was experiment...
b7be695d
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/03 20:58
hjfs: fix wrong channel size for syncb (fixes amd64 crash)
3f522c74
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/03 20:09
doom: port to amd64
88505bff
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/03 17:55
realemu: cleanup opidiv
fefc7b52
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/03 17:39
libmach: change mach pgsize back from 4K to 2MB for amd64
bfbb68a7
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/03 15:14
ipmux: fix 6c complaints
94282847
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/03 15:06
merge
ccfb6168
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/03 15:04
kernel: dont double ptemap size in newseg()
6a557901
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/03 01:24
pc/pc64: move common code to pc/devarch.c
c3028fb9
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/03 00:29
pc64: implement shutdown and idlehands
35d19fc6
– mischief <mischief@offblast.org>
authored
on 2014/02/02 02:41
merge
d082e3a5
– mischief <mischief@offblast.org>
authored
on 2014/02/02 02:34
pc64: enable sdide driver
ddd51650
– mischief <mischief@offblast.org>
authored
on 2014/02/01 22:17
acid: fix memory leak in fundefs (from 9atom)
b5d47d6d
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/02 22:56
libdraw: fix typo: 0xfffff -> 0xffff
5fd52f62
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/02 22:53
libdraw: work arround devdraw truncating screenid as 16bit
f556fd24
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/02 22:52
devdraw: screenid is BGLONG, not BGSHORT
bfee76e5
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/02 13:01
pc64: track per process kmap page tables in separate MMU list.
b7b34066
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/02 11:03
malloctag: only store lower 32bit of malloc tag, fix getrealloctag
0cdb32cc
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/02 10:11
kernel: fix bogus free in sysexec.
26978851
– 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
29eea459
– 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()
0b95485d
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/02 04:59
kernel: use uintptr when appropriate in syssegflush()
02fef73b
– 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
2a4f7a1e
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/02 04:22
pc64: no need to flush tlb in kunmap(), was experiment
4c97cb34
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/02 03:41
add acid library for amd64
db2e22ae
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/02 03:12
pc64: fix mmu structure leakage, implement global pool
47f551bc
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/02 00:49
pc64: print only 8 hex chars dumpstack sp/pc
a6fd3cc8
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/02 00:47
mallocalign: make sure alignptr offset is modulo align when -offset > align
e289fd8c
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/02 00:10
pc64: fix vmap
08507180
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/01 15:27
pc64: enable iahci support
03d26f80
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/01 15:26
cwfs: use pragma pack for on disk structures for amd64
42f4cdc3
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/01 15:19
rootstub: create amd64 directories for acme
4092bdbb
– mischief <mischief@offblast.org>
authored
on 2014/02/01 07:56
realemu: actually mark 0xE0000 writeable
1fe36bf8
– mischief <mischief@offblast.org>
authored
on 2014/02/01 07:27
realemu: implement IDIV, mark 0xE0000 writeable, fix DIV overfow trap
08bb4afb
– mischief <mischief@offblast.org>
authored
on 2014/02/01 07:14
acid: use correct print flags and casts for shorts in fmt
abb4bad7
– mischief <mischief@offblast.org>
authored
on 2014/02/01 07:04
ip/torrent: print tracker errors/warnings in debug mode and allow setting peerid
ed9e9f98
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/01 05:31
libc and ape support for amd64
d4fb753c
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/01 05:30
rename Ureg.ip to Ureg.pc
cc242226
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/01 05:29
fixes for new setmalloctag() prototype
80066954
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/01 05:28
gs: amd64 support
2dbdfe8a
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/01 05:27
python: amd64 support
56343caf
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/01 05:25
add experimental pc64 kernel
28ad4e66
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/01 05:23
pc kernel: split mpstartap() and squidboy into separate file... stuff for amd64
06bc19c2
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/01 05:20
kernel: usb fixes for amd64
dcea7146
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/01 05:17
kernel: fix pointer truncation in xspanalloc(), fix format prints
7613608b
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/01 05:16
kernel: handle amd64 40 byte headers in exec()
88476df5
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/01 05:14
vesa: explicitely use /386/include/ureg.h
090fd6ec
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/01 04:55
libmach: pc64 uses 4K pages, IP -> PC
9a523403
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/01 04:54
libmemdraw: apply erik quanstros fix for sign preserving in byteaddr()
d77455ab
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/01 04:53
libdraw: use pid as initial screenid so one can have more than 25 windows.
010af9ba
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/02/01 04:52
6l: fix warning, setmalloctag declaration, missing header type cases
bbe6fe51
– stanley lieber <stanley.lieber@gmail.com>
authored
on 2014/01/21 20:20
/lib/face: add some new faces
0efcfcc6
– stanley lieber <stanley.lieber@gmail.com>
authored
on 2014/01/21 20:19
fortunes: undelete
ca7c413f
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/01/22 15:12
sdiahci: fix hardcoded 512 byte sector size
520957e2
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/01/21 17:12
kernel: fix ulong abuse in xalloc
ebfb4fdf
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/01/19 22:17
kernel: convert putmmu() to uintptr for va and pa
ad1eefb3
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/01/19 21:16
kernel: various cleanups
cb039318
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/01/19 19:54
malloc(2): update alloctag types
6c2e983d
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/01/19 19:47
kernel: apply uintptr for ulong when a pointer is stored
b99ecee6
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/01/19 19:09
malloc: change malloc and realloc tag types to uintptr
43ae5531
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/01/19 19:05
ape: remove local copy of memccpy()
8a72dc1c
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/01/18 22:32
kernel: fix declaration of getcallerpc()
ba787cc5
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/01/18 22:29
kernel: replace BY2WD in scanline width calculation to sizeof(ulong) like libmemdraw
02a2eb66
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/01/17 16:09
libmach: fix wrong operand order of MOVLQSX instruction disassembly
7e1b43a5
– aap <aap@papnet.eu>
authored
on 2014/01/17 14:15
Corrected some man pages.
79e8f53e
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/01/13 19:22
devdraw: fix memory corruption reading draw ctl file
265b392e
– mischief <mischief@offblast.org>
authored
on 2014/01/13 13:06
merge
05988448
– mischief <mischief@offblast.org>
authored
on 2014/01/13 12:57
hpost: fix Content-Type parameter separator for multipart/form-data POSTs
0c6a9048
– stanley lieber <stanley.lieber@gmail.com>
authored
on 2014/01/12 08:00
add /lib/uriel; delete fortunes
aeb49aca
– Matthew Veety <mveety@gmail.com>
authored
on 2014/01/12 06:00
added a segment for segattach(2) that gives access to the raspberry pi's gpio header.
a5525457
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/01/12 07:08
etheryuk: fix lockups (thanks burnzez for testing)
5d9f0ed3
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/01/11 11:07
netif: fix wrong qid in 3rd level stats/ifstats files (thanks burnzez)
6a83facf
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/01/11 05:46
rio: properly handle initial wrap arround in wlook()
7c503e6f
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/01/11 05:14
rio: implement "look" (thanks lf94)
784e6ff8
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/01/10 10:12
kernel: fix fairshare formula in comment (thanks erik)
fc88896f
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/01/10 09:51
mixfs: make mixbuffer addition atomic
f4550c4d
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/01/09 20:20
merge
aa8f8d86
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/01/09 20:19
libdraw: cleanup string() and stringwidth()
a872d524
– mischief <mischief@offblast.org>
authored
on 2014/01/08 16:32
winwatch: this is not about sanity. rows might be negative
8319457a
– mischief <mischief@offblast.org>
authored
on 2014/01/08 15:52
winwatch: prevent divide by zero if the window height is too small
ce2487c3
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/01/06 21:57
mothra: remove version
720967f9
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2014/01/06 21:24
libframe: fix _frcanfit() for zero width runes, simplify chopframe()
ee4ddd77
– stanley lieber <stanley.lieber@gmail.com>
authored
on 2014/01/06 09:55
weather: trim garbage from output
Next