git: 9front

RSS feed

afd0b2f7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/19 17:06
libauthsrv: generalize ticket service, not hardcoding ticket format and DES encryption

56550af5 – mischief <mischief@offblast.org> authored on 2015/08/17 21:24
aux/statusbar: use title as rio window title (thanks qrstuv)

a11d6191 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/17 18:27
libsec: TLS1.2 server support, make cipher list with most prefered first

59240008 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/17 17:16
libsec: TLS1.2 client support

a3426077 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/17 09:11
bullshit: app, deep-learning, responsive.

dfba71f1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/16 22:07
cc: improve (non-) side effect detection (thanks charle)

40e74e7f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/16 18:12
games/doom: fix array offsets for respawn angle (thanks qu7uux)

a7765f72 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/16 18:09
games/doom: fix gamma correction and key translation (thanks qu7uux)

24a98b3b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/16 18:08
games/doom: fix idclev cheat in doom2 and final doom (thanks qu7uux)

fed7d8c0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/16 18:07
games/doom: fix unterminated comment causing sound bugs (from qu7uux)

46631745 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/16 16:08
devether: duplicate flags when copying blocks (thanks erik quanstro)

e8c8f5d8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/16 15:29
vc: word align automatics

f17bb184 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/16 14:20
gs: fix alignment bug in image_render_interpolate()

f5ea6eb7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/16 09:41
6l: fix vlong byte order when running on big endian machine (thanks erik quanstro)

c3e243a4 – mischief <mischief@offblast.org> authored on 2015/08/15 20:04
libcontrol: fix label memory leak

9c110fe5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/15 23:19
mothra: fix crash

1947a96a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/15 22:54
rio(4): document "delete" wctl message (thanks mischief)

cb9aea46 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/15 22:38
libsec: fix mistake breaking tlsServer() (thanks sl)

3efd42d3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/15 21:47
cpu: cleanup ssl code, make sure -p works for any auth method

11a41811 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/15 17:36
import(4): clarify -E and -e options

ca272ad2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/15 13:51
libsec: TLS1.1 support (needs new devtls)

15e76c2b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/15 13:50
devtls: TLS1.1 explicit iv support

c673a4ae – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/14 10:45
kernel: try freebroken() *before* killbig() (thanks aiju)

50750b43 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/13 06:41
hjfs: fix deadlocks

8b220ec6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/11 13:56
hjfs: fix abort() in givebuf()

c21ce750 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/10 19:13
libc: fix wunlock() libthread deadlock

875b4e57 – mischief <mischief@offblast.org> authored on 2015/08/08 23:44
libc: fix spim endianness

9d10f138 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/10 06:11
mount, srv: add -N flag to skip authentication and attach anonymously as "none"

96959dc9 – stanley lieber <stanley.lieber@gmail.com> authored on 2015/08/08 20:36
fortunes: If you want to do the work, I will review the results.

d5d8452c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/09 23:52
lib9p: make reqqueueflush() use new threadint(), which will also cover channel operations

6570f6eb – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/09 23:48
libthread: use "interrupt" proc ctl message instead of posting a note for threadint()

9e913b56 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/09 23:20
libthread: fix mistake, make "all" the default target again

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

Next