git: 9front

RSS feed

5ce48f5a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/09 18:43
acid -k: fix intrcount() for amd64

3e0ff9f3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/09 18:24
acid -k: fix procenv() to new data structure

c71bc675 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/09 18:05
zunq: remove unused variables from devqspi

7becd97b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/09 17:48
kernel: move "setargs" field in Proc structure after "nargs" and "args"

59aac131 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/09 17:35
kernel: mount flag is int not ulong, reduce size of Mount struct by putting mflag field in what would be wasted as padding

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

1c021658 – 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

9a93f0a9 – 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()

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

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

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

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

67106e25 – 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

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

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

4e3bd796 – 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

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

32a955d8 – 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

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

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

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

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

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

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

25fff8b7 – 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

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

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

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

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

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

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

6456b145 – 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)

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

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

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

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

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

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

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

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

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

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

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

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

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

423a69ff – 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)

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

3c5a33ea – 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

177c5e76 – 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

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

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

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

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

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

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

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

Next