shithub: riscv

RSS feed

9f4eac52 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/09 17:16
kernel: pgrpcpy(), simplify Mount structure

3af236b5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/09 14:19
kernel: fix Mheadache

eaf42a2c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/08 05:20
rootstub: add spim

c8a77476 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/08 04:56
cdproto: add spim

ff6e15ec – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/08 04:38
add /spim

1f8e6c91 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/08 04:34
python: fix build for objtype=$spim

79213052 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/08 04:31
gs: fix build for objtype=spim

acc4d8b8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/08 04:25
libmp: fix build for objtype=spim

4b6506cb – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/08 04:17
ape: fix build for objtype=spim

ebe88f34 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/08 04:04
fix library mkfiles for objtype=spim

23215e14 – mischief <mischief@offblast.org> authored on 2015/08/05 02:37
libmach: remove redundant check for big endian

8e78804f – mischief <mischief@offblast.org> authored on 2015/08/05 02:30
libmach: remove useless error check from previous commit

7844dafe – mischief <mischief@offblast.org> authored on 2015/08/05 02:26
libmach: set correct endianness with little endian ELF32 mips binaries

8ce456bd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/06 09:35
kernel: remove unused MAXCRYPT constant from portdat.h

a87b5501 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/06 09:33
vgaigfx: remove #define MB, theres a MB enum in portdat.h

87d7a3c8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/06 09:20
kernel: have to validate argv[] again when copying to the new stack

28172955 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/06 07:51
kernel: limit argv[] strings to the USTKSIZE to avoid overflow

b09cd678 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/06 07:48
kernel: validnamedup() the name argument for segattach()

d275add1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/06 07:43
kernel: fix indention in validname0()

9585e9b7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/06 07:42
kernel: limit syscallfmt user strings to 64K (as in validname)

86eb8ea6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/06 06:15
kernel: change vmemchr() length argument to ulong and simplify

8d196aee – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/06 06:01
kernel: use Etoolong[] constant instead of string literal in validname0()

9110ae6e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/06 05:09
kernel: make shargs() function static in sysproc.c

2acb02f2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/06 04:47
kernel: reject empty argv (argv[0] == nil) in sysexec()

b89fcf2f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/05 10:09
init: do not run $home/lib/profile when cd $home failed

00eb2fa4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/05 09:13
kfs: set permission of / to 0775 on ream

ad91dc7f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/05 09:06
cwfs: set permission of / to 0775 on ream

7304deae – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/05 06:44
pc, pc64: remove unused psaux driver, cleanup devkbd

f7514acc – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/05 05:22
devkbd: disable mosue/keyboard on shutdown, disable ps2 mouse on init, remove kbdenable()/kbdinit()

145624ee – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/04 09:52
kernel: remove unused qstate() function

dcb5f421 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/04 09:43
devkbd: poll pc keyboard before blocking on kbd.q

1f0057c5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/03 22:03
python: use altzone

63759d2e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/03 22:01
ape: implement altzone for tzset()

333812ca – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/03 22:00
ape: fix mktime() again

402741bc – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/03 14:30
resample: simplify getint()

d457a434 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/03 14:10
libc: make atoi() not parse c-style octal and hex numbers

25139465 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/03 13:29
crop: use strtol() instead of atoi()

953387d7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/03 13:08
bitsy: replace atoi() calls with strtol() when hex can be expcted

2ef29e10 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/03 13:07
pc, pc64: replace atoi() calls with strtol() when hex can be expcte

1b7e120c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/03 12:24
kernel: dont rely on atoi() parsing hex for netif/devbridge

887ae1a1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/03 11:52
webcookies: fix typo

9cf59a2c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/03 11:48
9pcon: use strtol() to parse integers

09151748 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/03 11:32
libcontrol: use strtol() to parse integer arguments

9289c4b7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/03 11:26
libhttpd: use strtol to parse decimal character references in httpunesc()

0d93e2fe – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/03 10:58
snoopy: dont rely on atoi() being able to parse hex

4b787e32 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/03 10:52
bitsy/keyboard: do not rely on atoi() being able to parse hex

d7f4ef7b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/03 10:45
libauthsrv: readnvram() use vlong for nvroff, parse $nvlen/$nvoff with strtol() instead of atoi()

8aee1c50 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/03 10:28
webcookies: use strtol() to parse HH:MM:SS

fc77a2d3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/03 10:24
aux/vga: dont rely on atoi() being able to parse hex

d5d67248 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/03 18:08
devenv: simplify envremove(), cleanup

37e4ce0e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/02 17:39
devenv: avoid indirection, keep Evalue's allocated in an array

29a53a52 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/02 10:52
1c,2c,7c,kc,vc: honor suppress condition for outstring() in swt.c

8234f9d9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/02 10:48
ipv6on: fix search for ip attribute (thanks kenji arisawa)

1f3c43c0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/02 03:32
pc, pc64: set *bootscreen= when framebuffer changes

27445c57 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/02 01:36
kernel: cleanup qlock.c to use nil instead of 0 for pointers

dd96b1d9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/01 12:38
mothra: show <source> tag within <video>/<audio> tags

660f54b1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/01 12:18
mothra: fix nil crash on missing name/src attributes for source/video/audio/embed/frame/iframe

71c57070 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/01 10:55
mothra: enable compiler warnings and type checking, cleanup

fe5ede97 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/01 09:53
mothra: fix double button hit

b408b386 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/01 09:06
mothra: cleanup url handling

d6fb42f4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/01 08:51
mothra: fix selurl()

0140f20a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/01 07:56
jpg/ico: fix mkfile

815c2ba2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/01 07:20
mothra: support for inline images and <image> tag

f62a2efb – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/31 23:18
webcookies: create lockfile with 0600 permission, always use create() with perm 0600 for rewriting jar

f42a7ade – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/31 23:16
bio(2): Bterm() closes filedescriptor for Bfdopen() allocated buffer

69daa9fd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/31 08:58
jpg/ico: support for embedded png icons

18169e03 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/30 21:10
webcookies: fix implicit path cookie handling

9d59fb28 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/31 19:03
aux/vga: sandybridge support for igfx (unfinished)

34e2e047 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/31 18:51
iostats: add -C to usage

ee86d3cb – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/30 17:00
devmnt: fix mntcache()

b86a1214 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/30 16:30
games/doom: fix config file never being loaded or saved (thanks qu7uux)

25396d3f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/30 16:02
games/doom: display correct message on medkit pickup when health low (thanks qu7uux)

51614421 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/30 16:00
games/doom: fix ouchface not being shown when it should be (thanks qu7uux)

b579acef – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/30 15:55
games/doom: add bug compatibility switches (thanks qu7uux)

f899b2fe – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/30 15:51
games/doom: fix switch textures swapping in ultimate doom (thansk qu7uux)

fdb16987 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/29 10:51
games/doom: implement filelength() (thanks quux)

c4ae1a74 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/29 10:17
etheriwl: add pciid for Centrino Wireless-N 1000 (thanks qu7uux)

a8735c02 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/29 04:50
webcookies: fix isdomainmatch() (fixes livejournal.com login)

34f3df21 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/29 01:19
ratrace: avoid blank line prints, make writer the parent

059c85dd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/28 23:53
ratrace: various improvements

d48dcf08 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/28 08:06
cc: provide fake realloc() for getenv()

20da5094 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/28 06:01
kernel: remove obsolete comment from namec()

4bd9ed80 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/28 05:52
kernel: export mntattach() from devmnt.c avoiding bogus struct passing and special case in namec()

311a99e2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/27 23:30
ether79c970: set mbps for proper queue sizes, assume gigabit ethernet for vmware

b506c648 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/27 21:24
lib9p: return "write prohibited" error as documented in 9p(2) when srv->write is nil (thanks silasm)

652a6417 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/27 02:42
kernel: clunk the cache when removing cache flag on a channel, only call cread() chen CCACHE flag is set

ff494b95 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/27 00:33
devmnt: use c->iounit instead of msize-IOHDRSZ to chunk reads and writes, reduce memory overhead for Mntrpc, mntalloc lock

23f78400 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/26 09:55
devmnt: dont reset readahead window when requested offset still has pending rpc

6617c63a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/26 01:43
kernel: pipelined read ahead for the mount cache

918cb760 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/24 07:45
page: fix deadlock, nil vs 0 for pointer comparsion, cleanup

9e196fd0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/24 02:18
libsec: increase handshake message buffer size (MaxChunk) to 32K (thanks sl)

5635ac3f – stanley lieber <stanley.lieber@gmail.com> authored on 2015/07/22 17:35
fortunes: go away.

ab4b7c25 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/22 23:24
ip/httpfile: fix flushes, fix concurrent reads, set error string

497daed1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/23 18:56
kernel: make sure fd is in range in fdclose()

323184d7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/23 18:34
kernel: simplify syspipe()

ff03b72e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/23 18:05
devaoe: more nil vs. 0

0b3fd7c0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/22 17:56
devaoe: fix off by one in aoeerror(), consistent use of nil for pointers, error handling

769b3f1c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/22 17:54
kernel: consistent use of nil for pointer in sysfile.c

1fcc84d0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/22 15:17
kernel: cleanup chan.c to consistenly use nil instead of 0 for pointers

8db5af02 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/22 15:15
kernel: make sure the swap device has a reasonable capacity in setswapchan()

Next