shithub: riscv

RSS feed

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()

47bb311d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/19 16:25
devmnt: do not use user buffer to update the mount cache

157b7751 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/18 23:36
devstream: fix mistake

64136bfd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/18 23:34
stream(3): fix reference

9150d277 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/18 23:32
fcp: use iounit() to determine buffer size, reduce number of worker procs to 8

1d936770 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/18 23:32
cp: experimental stream support

71cda09d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/18 23:31
devstream: fast sequential file access with 9p pipelining experiment

0bdfa369 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/16 04:51
pc: check Sse (bit 25) in cpuiddx before enabling fxsr in cr4 (fixes crash on the pentium II)

e6d84a3f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/16 04:49
aux/cpuid: make sure extended feature bits are available (fixes crash on the pentium II)

bae3ac29 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/15 13:09
devproc: make sure statbufread offset wont turn negative

ea7bca18 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/14 16:44
fcp: fix wrong write pointer offset when read returns less than DEFB bytes

2aa2f9f3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/14 02:51
kernel: remove debugalloc.c

90bd02d5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/14 18:33
mk9660: write data in alphabetical order

2e85e328 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/14 18:23
9660srv: keep data and metadata separate in the cache with a tag

f5688dd6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/13 14:37
9660srv: go back to 128k clusters

2559f92a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/13 02:28
inst: fix download task using ip/httpfile to mount a iso over http and prompt for installurl

41372f34 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/13 01:51
httpfile: fix evictblock() so we wont consume all the memory

39c9f1ab – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/12 22:56
libFLAC: fix compiler warnings by properly declaring void function arguments

bab59e57 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/12 22:38
python: HAVE_STDINT_H 1

737c3ede – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/12 22:36
ape: add stdint.h, fix SSIZE_MAX and add SIZE_MAX to limits.h

cd9da74c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/12 20:54
cpp: search source file directory first for quoted #include (thanks Ori_B)

a5efa0e2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/12 15:21
ether82563: fix multicast filter (based on openbsd em(4) driver)

cbd1ca68 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/10 22:42
page: make lookahead fetch work in backwards direction

1d5a2aa4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/10 22:35
tftpd: count only options we understand so we wont send empty oack message

0f5f226b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/10 22:34
etherrt2860: add multicast stub

2e5e5cde – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/10 22:33
etheriwl: add multicast stub

b4f9ca6c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/10 22:33
etherwpi: dont enable transmit power for invalid channels, add multicast stub

266057f0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/10 15:13
wifi: reflect current transmit rate in mbps

7cf2321f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/10 14:59
etherwpi: afra support

34a0f466 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/10 14:50
etheriwl: dont clear descriptors after completion

b5655b72 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/10 05:04
wifi: adjust transmit rate on error (for etheriwl), small mkfile changes

4ec93f94 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/10 19:56
kernel: use HDR_MAGIC constant to handle Exec header extension, make rebootcmd() handle AOUT_MAGIC macro

3ca9ac70 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/09 04:51
sysexec(): need () arround AOUT_MAGIC comparsion to handle #define hack on mips

e3217c6f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/09 04:34
sysexec(): make the mips compiler happy

9ab096a7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/09 04:03
kernel: reject bogus two byte "#!" shell scripts in sysexec()

8ed25f24 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/08 20:01
kernel: various cleanups of imagereclaim(), pagereclaim(), freepages(), putimage()

fcb9abcc – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/07 22:13
5e: enable VFP emulation by default, doubles only need to be 4 byte aligned

63879193 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/07 17:13
pc64: use unsigned long for kmapindex and mmu counts avoiding signed integer division

cd92790c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/07 15:53
ape: port libc smp tas() for arm

Next