git: 9front

RSS feed

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

61c6f5aa – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/01 05:31
libc and ape support for amd64

59a76c37 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/01 05:30
rename Ureg.ip to Ureg.pc

c9610957 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/01 05:29
fixes for new setmalloctag() prototype

8193de96 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/01 05:28
gs: amd64 support

af263268 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/01 05:27
python: amd64 support

f404096a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/01 05:25
add experimental pc64 kernel

fded5bd7 – 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

d1913330 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/01 05:20
kernel: usb fixes for amd64

0b43e071 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/01 05:17
kernel: fix pointer truncation in xspanalloc(), fix format prints

a59ae483 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/01 05:16
kernel: handle amd64 40 byte headers in exec()

d5284511 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/01 05:14
vesa: explicitely use /386/include/ureg.h

bb62e6d8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/01 04:55
libmach: pc64 uses 4K pages, IP -> PC

de067958 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/01 04:54
libmemdraw: apply erik quanstros fix for sign preserving in byteaddr()

4a4040bd – 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.

b15de480 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/02/01 04:52
6l: fix warning, setmalloctag declaration, missing header type cases

5c687977 – stanley lieber <stanley.lieber@gmail.com> authored on 2014/01/21 20:20
/lib/face: add some new faces

f1edd487 – stanley lieber <stanley.lieber@gmail.com> authored on 2014/01/21 20:19
fortunes: undelete

140af209 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/22 15:12
sdiahci: fix hardcoded 512 byte sector size

fbf624e1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/21 17:12
kernel: fix ulong abuse in xalloc

87fd3e39 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/19 22:17
kernel: convert putmmu() to uintptr for va and pa

093e684e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/19 21:16
kernel: various cleanups

503cdcea – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/19 19:54
malloc(2): update alloctag types

a6a0bd3d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/19 19:47
kernel: apply uintptr for ulong when a pointer is stored

d9561dfd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/19 19:09
malloc: change malloc and realloc tag types to uintptr

5adad1fa – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/19 19:05
ape: remove local copy of memccpy()

da057ad9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/18 22:32
kernel: fix declaration of getcallerpc()

ebe6d3db – 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

6c72e6bb – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/17 16:09
libmach: fix wrong operand order of MOVLQSX instruction disassembly

34c4b1a7 – aap <aap@papnet.eu> authored on 2014/01/17 14:15
Corrected some man pages.

4c7f2e78 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/13 19:22
devdraw: fix memory corruption reading draw ctl file

884505cf – mischief <mischief@offblast.org> authored on 2014/01/13 13:06
merge

ede13e95 – mischief <mischief@offblast.org> authored on 2014/01/13 12:57
hpost: fix Content-Type parameter separator for multipart/form-data POSTs

6b4ae4eb – stanley lieber <stanley.lieber@gmail.com> authored on 2014/01/12 08:00
add /lib/uriel; delete fortunes

010fd07a – 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.

d9f5e134 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/12 07:08
etheryuk: fix lockups (thanks burnzez for testing)

c7fd2271 – 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)

188294c2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/11 05:46
rio: properly handle initial wrap arround in wlook()

e2a98338 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/11 05:14
rio: implement "look" (thanks lf94)

91bab627 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/10 10:12
kernel: fix fairshare formula in comment (thanks erik)

d8da4ff0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/10 09:51
mixfs: make mixbuffer addition atomic

14b85b90 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/09 20:20
merge

99f6df46 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/09 20:19
libdraw: cleanup string() and stringwidth()

502f59cc – mischief <mischief@offblast.org> authored on 2014/01/08 16:32
winwatch: this is not about sanity. rows might be negative

87c83061 – mischief <mischief@offblast.org> authored on 2014/01/08 15:52
winwatch: prevent divide by zero if the window height is too small

735386bc – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/06 21:57
mothra: remove version

a42125e8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/06 21:24
libframe: fix _frcanfit() for zero width runes, simplify chopframe()

3a2f6031 – stanley lieber <stanley.lieber@gmail.com> authored on 2014/01/06 09:55
weather: trim garbage from output

2b1fe7f6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/05 22:56
libframe: avoid _frcanfit() call in frdelete()

c591073e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/05 22:49
libdraw: fix stringwidth problems

4a77bda9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/04 21:39
merge

59139748 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/04 21:37
rio: make scrollwheel handling consistent with sam

f44cca15 – stanley lieber <stanley.lieber@gmail.com> authored on 2014/01/04 08:13
fortunes: This is Go.

83549c21 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/03 17:53
9fs: add atom and atomdump (fix the mount spec)

10d5724d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/03 17:25
9fs: add atom alias for atom.9atom.org

842fff7d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/02 21:16
kernel: simplify procalarm()

68620e07 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/02 20:40
alarm: skip timed out alarms when inserting in procalarm() (thanks erik)

3329b228 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/02 06:07
ps2mouse: retry disable packet streaming command 0xf5

f4e7db80 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/02 02:44
ps2mouse: disable packet streaming during reprogramming

116bae9f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/01 02:41
merge

ea6bbfec – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/01 02:39
kernel: nil check, exited procs handling in postnote()

e615f0c4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/01 01:44
proc(3): the args file is writable, not read only (thanks qrstuv)

2875ba61 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/01 00:16
kernel: remove error label in pgrpnote() arround postnote

3975f1a9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2014/01/01 00:14
kernel: fix alarm postnote race

8c1eda73 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2013/12/31 07:23
devproc: fix noteid permission checks for none

b7cff74f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2013/12/31 02:29
kernel: check for error label stack underflow in nexterror()

78b9c2b9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2013/12/30 23:41
kernel: halt idle processors on mp system by default (from sources)

d70ed5f4 – stanley lieber <stanley.lieber@gmail.com> authored on 2013/12/30 19:52
mothra: mouse scrollwheel behave the same as in sam

Next