]> git.lizzy.rs Git - plan9front.git/log
plan9front.git
7 years agopc: add cat() function
aiju [Thu, 1 Sep 2016 10:55:12 +0000 (10:55 +0000)]
pc: add cat() function

7 years agomptrunc: don't write to r->p[r->top]
aiju [Thu, 1 Sep 2016 10:46:37 +0000 (10:46 +0000)]
mptrunc: don't write to r->p[r->top]

7 years agopc: add rev function
aiju [Wed, 31 Aug 2016 13:00:50 +0000 (13:00 +0000)]
pc: add rev function

7 years agopc: add gcd, rand and minv; set base of logical operation results to 0
aiju [Mon, 29 Aug 2016 07:57:15 +0000 (09:57 +0200)]
pc: add gcd, rand and minv; set base of logical operation results to 0

7 years agolibmp: remove unused mpeuclid.c
cinap_lenrek [Mon, 29 Aug 2016 00:09:34 +0000 (02:09 +0200)]
libmp: remove unused mpeuclid.c

7 years agolibmp: allow passing nil to v,x,y results of mpextendedgcd(), simplify mpinvert()
cinap_lenrek [Mon, 29 Aug 2016 00:07:52 +0000 (02:07 +0200)]
libmp: allow passing nil to v,x,y results of mpextendedgcd(), simplify mpinvert()

7 years agolibmp: mpnrand(), what was i *THINKING*
cinap_lenrek [Sun, 28 Aug 2016 22:45:16 +0000 (00:45 +0200)]
libmp: mpnrand(), what was i *THINKING*

the prior implementation was unneccesarily complicated for
no good reason due to me misunderstanding how libc's nrand()
works. in contrast to libc, we already generate the *closest*
power-of-2 random number with mprand() in the sampling loop.

7 years agopython: remove automatic compiled module loading (.pyc files)
cinap_lenrek [Sun, 28 Aug 2016 15:39:18 +0000 (17:39 +0200)]
python: remove automatic compiled module loading (.pyc files)

7 years agolibmp: mpdiv(): fix divisor==quotient case (again)
cinap_lenrek [Sun, 28 Aug 2016 14:46:32 +0000 (16:46 +0200)]
libmp: mpdiv(): fix divisor==quotient case (again)

7 years agolibmp: timingsafe sign flip for small power-of-two negative divisor for mpdiv()
cinap_lenrek [Sun, 28 Aug 2016 14:33:52 +0000 (16:33 +0200)]
libmp: timingsafe sign flip for small power-of-two negative divisor for mpdiv()

7 years agomp.h: add mpasr
aiju [Sun, 28 Aug 2016 14:05:22 +0000 (16:05 +0200)]
mp.h: add mpasr

7 years agopc(1): SYNOPSIS...
aiju [Sun, 28 Aug 2016 11:59:16 +0000 (13:59 +0200)]
pc(1): SYNOPSIS...

7 years agopc(1): document -n option in manpage
aiju [Sun, 28 Aug 2016 11:49:26 +0000 (13:49 +0200)]
pc(1): document -n option in manpage

7 years agoadd pc(1)
aiju [Sun, 28 Aug 2016 11:40:01 +0000 (13:40 +0200)]
add pc(1)

7 years agompdiv: negative divisor has to flip sign of quotient
aiju [Sun, 28 Aug 2016 10:00:25 +0000 (12:00 +0200)]
mpdiv: negative divisor has to flip sign of quotient

7 years agomp: fix mptov and mptouv
aiju [Sun, 28 Aug 2016 09:38:29 +0000 (11:38 +0200)]
mp: fix mptov and mptouv

7 years agomp: fix mpnot and add mpasr
aiju [Sun, 28 Aug 2016 08:49:41 +0000 (10:49 +0200)]
mp: fix mpnot and add mpasr

7 years agomercurial: use new d_stat from dirent structure in osutil.listdir
cinap_lenrek [Sun, 28 Aug 2016 01:41:25 +0000 (03:41 +0200)]
mercurial: use new d_stat from dirent structure in osutil.listdir

7 years agoape: add d_stat struct in dirent struct allowing the avoidance of stats
cinap_lenrek [Sun, 28 Aug 2016 01:39:49 +0000 (03:39 +0200)]
ape: add d_stat struct in dirent struct allowing the avoidance of stats

7 years agotimmy: manpage
aiju [Sat, 27 Aug 2016 23:23:51 +0000 (01:23 +0200)]
timmy: manpage

7 years agostrtomp: update the returned char* even if there were no characters parsed
aiju [Sat, 27 Aug 2016 23:08:26 +0000 (01:08 +0200)]
strtomp: update the returned char* even if there were no characters parsed

7 years agostrtomp: fix mpbits() call in octal code
aiju [Sat, 27 Aug 2016 23:07:34 +0000 (01:07 +0200)]
strtomp: fix mpbits() call in octal code

7 years agofix wrong manpage section index generation for rc-httpd(8)
cinap_lenrek [Sat, 27 Aug 2016 20:37:08 +0000 (22:37 +0200)]
fix wrong manpage section index generation for rc-httpd(8)

7 years agorio(4): document text truncation
cinap_lenrek [Sat, 27 Aug 2016 19:28:21 +0000 (21:28 +0200)]
rio(4): document text truncation

7 years agorand(2), cons(3): clarify /dev/random behaviour
cinap_lenrek [Sat, 27 Aug 2016 19:27:52 +0000 (21:27 +0200)]
rand(2), cons(3): clarify /dev/random behaviour

7 years agomerge
cinap_lenrek [Sat, 27 Aug 2016 18:50:55 +0000 (20:50 +0200)]
merge

7 years agokernel: switch to fast portable chacha based seed-once random number generator
cinap_lenrek [Sat, 27 Aug 2016 18:42:31 +0000 (20:42 +0200)]
kernel: switch to fast portable chacha based seed-once random number generator

7 years agodevsdp: keep cipher states in secret memory
cinap_lenrek [Sat, 27 Aug 2016 18:39:36 +0000 (20:39 +0200)]
devsdp: keep cipher states in secret memory

7 years agoip/esp: allocate cipher states in secret memory
cinap_lenrek [Sat, 27 Aug 2016 18:38:33 +0000 (20:38 +0200)]
ip/esp: allocate cipher states in secret memory

7 years agodevtls: allocate cipher states in secret memory
cinap_lenrek [Sat, 27 Aug 2016 18:37:31 +0000 (20:37 +0200)]
devtls: allocate cipher states in secret memory

7 years agodevssl: allocate cipher states in secret memory
cinap_lenrek [Sat, 27 Aug 2016 18:37:14 +0000 (20:37 +0200)]
devssl: allocate cipher states in secret memory

7 years agowifi: update wifi.h header
cinap_lenrek [Sat, 27 Aug 2016 18:36:08 +0000 (20:36 +0200)]
wifi: update wifi.h header

7 years agowifi: allocate cipher states in secret memory, do AESstate key setup once
cinap_lenrek [Sat, 27 Aug 2016 18:35:39 +0000 (20:35 +0200)]
wifi: allocate cipher states in secret memory, do AESstate key setup once

7 years agokernel: add secalloc() and secfree() functions for secret memory allocation
cinap_lenrek [Sat, 27 Aug 2016 18:33:03 +0000 (20:33 +0200)]
kernel: add secalloc() and secfree() functions for secret memory allocation

The kernel needs to keep cryptographic keys and cipher states
confidential. secalloc() allocates memory from the secret pool
which is protected from debuggers reading the memory thru devproc.
secfree() releases the memory, overriding the data with garbage.

7 years agolibc: add poolisoverlap() and definitions for Pool *secrmem
cinap_lenrek [Sat, 27 Aug 2016 18:23:55 +0000 (20:23 +0200)]
libc: add poolisoverlap() and definitions for Pool *secrmem

7 years agoBfn: set +x
aiju [Fri, 26 Aug 2016 19:23:13 +0000 (21:23 +0200)]
Bfn: set +x

7 years agodocument Bfn
aiju [Thu, 25 Aug 2016 21:39:07 +0000 (23:39 +0200)]
document Bfn

7 years agofix Bfn botch
aiju [Thu, 25 Aug 2016 21:03:54 +0000 (23:03 +0200)]
fix Bfn botch

7 years agoadd Bfn script
aiju [Thu, 25 Aug 2016 20:36:39 +0000 (22:36 +0200)]
add Bfn script

7 years agomerge
cinap_lenrek [Sat, 20 Aug 2016 17:09:08 +0000 (19:09 +0200)]
merge

7 years agovga/igfx: add pci did's for kenjis intel graphics cards.
cinap_lenrek [Sat, 20 Aug 2016 17:06:57 +0000 (19:06 +0200)]
vga/igfx: add pci did's for kenjis intel graphics cards.

7 years agomerge
cinap_lenrek [Sat, 20 Aug 2016 16:51:07 +0000 (18:51 +0200)]
merge

7 years agovga/igfx: work in progress fdi link train for sandy bridge, properly calculate fdi...
cinap_lenrek [Sat, 20 Aug 2016 16:49:44 +0000 (18:49 +0200)]
vga/igfx: work in progress fdi link train for sandy bridge, properly calculate fdi and displayport lane count

7 years agofix awk format printing bugs (thanks aiju)
spew [Thu, 18 Aug 2016 13:52:58 +0000 (08:52 -0500)]
fix awk format printing bugs (thanks aiju)

7 years agodevmnt: fix mistake in mntrahread()
cinap_lenrek [Tue, 16 Aug 2016 16:06:22 +0000 (18:06 +0200)]
devmnt: fix mistake in mntrahread()

mntrahread() had the prefetch window condition wrong so
it would very agressively prefetch ignoring the prefetch
window.

7 years agowebfs: dont include http status in "needkey" error string
cinap_lenrek [Mon, 15 Aug 2016 07:07:34 +0000 (09:07 +0200)]
webfs: dont include http status in "needkey" error string

7 years agolibframe: consistent use of nil vs. 0
cinap_lenrek [Mon, 15 Aug 2016 06:40:04 +0000 (08:40 +0200)]
libframe: consistent use of nil vs. 0

7 years agolibflate: add bounds checking on decode array, add sanity checks in hufftab()
cinap_lenrek [Sun, 14 Aug 2016 23:07:28 +0000 (01:07 +0200)]
libflate: add bounds checking on decode array, add sanity checks in hufftab()

7 years agondb/cs: don't lookup AAAA records for IL, make sure translated address is IPv4 for...
cinap_lenrek [Sun, 14 Aug 2016 21:10:19 +0000 (23:10 +0200)]
ndb/cs: don't lookup AAAA records for IL, make sure translated address is IPv4 for IL, consistent use of nil vs. 0 for pointers

7 years agoip/il: dont attept to connect over IPv6, IL only supports IPv4 packets
cinap_lenrek [Sun, 14 Aug 2016 21:07:10 +0000 (23:07 +0200)]
ip/il: dont attept to connect over IPv6, IL only supports IPv4 packets

7 years ago6c: subsitute floating point registers eleminating MOVSD and MOVSS instructions in...
cinap_lenrek [Sun, 14 Aug 2016 16:52:18 +0000 (18:52 +0200)]
6c: subsitute floating point registers eleminating MOVSD and MOVSS instructions in peephole pass

7 years agoratrace: fix fork/exec race with "nohang" procctl (like a debugger)
cinap_lenrek [Wed, 10 Aug 2016 00:40:16 +0000 (02:40 +0200)]
ratrace: fix fork/exec race with "nohang" procctl (like a debugger)

7 years agodocument mplogic functions
aiju [Mon, 8 Aug 2016 20:19:29 +0000 (22:19 +0200)]
document mplogic functions

7 years agoauth/fgui: use pale colors
cinap_lenrek [Mon, 8 Aug 2016 05:48:55 +0000 (07:48 +0200)]
auth/fgui: use pale colors

7 years agolibcontrol: primitive text entry cut and paste with mouse
cinap_lenrek [Mon, 8 Aug 2016 05:37:57 +0000 (07:37 +0200)]
libcontrol: primitive text entry cut and paste with mouse

7 years agohgwebfs: make hgwebfs prompt for password
cinap_lenrek [Mon, 8 Aug 2016 03:35:06 +0000 (05:35 +0200)]
hgwebfs: make hgwebfs prompt for password

7 years agowebfs: avoid retry loops when we got a bad key in factotum
cinap_lenrek [Mon, 8 Aug 2016 03:32:20 +0000 (05:32 +0200)]
webfs: avoid retry loops when we got a bad key in factotum

7 years agowebfs: include factotum key query in error string for 401/407 Unauthorized status
cinap_lenrek [Mon, 8 Aug 2016 02:17:41 +0000 (04:17 +0200)]
webfs: include factotum key query in error string for 401/407 Unauthorized status

7 years agoauthsrv(6): document session secret key derivation for p9sk1 and dp9ik
cinap_lenrek [Mon, 8 Aug 2016 00:03:06 +0000 (02:03 +0200)]
authsrv(6): document session secret key derivation for p9sk1 and dp9ik

7 years agomptrunc: normalize after mpassign to handle the case b==r
aiju [Sun, 7 Aug 2016 22:54:45 +0000 (00:54 +0200)]
mptrunc: normalize after mpassign to handle the case b==r

7 years agothread(2): threadgrp() -> threadgetgrp(), thanks jpm
cinap_lenrek [Sat, 6 Aug 2016 13:09:18 +0000 (15:09 +0200)]
thread(2): threadgrp() -> threadgetgrp(), thanks jpm

7 years agolibauthsrv: ANAMELEN -> PASSWDLEN
cinap_lenrek [Fri, 5 Aug 2016 17:09:42 +0000 (19:09 +0200)]
libauthsrv: ANAMELEN -> PASSWDLEN

7 years agolibauth: fix mount file-descriptor leak in auth_chuid()
cinap_lenrek [Thu, 4 Aug 2016 09:48:19 +0000 (11:48 +0200)]
libauth: fix mount file-descriptor leak in auth_chuid()

7 years agoauth/login: add dp9ik key to sub factotum, get rid of temporary /srv file
cinap_lenrek [Thu, 4 Aug 2016 09:47:12 +0000 (11:47 +0200)]
auth/login: add dp9ik key to sub factotum, get rid of temporary /srv file

7 years agoape/libauth: add PASSWDLEN constant to compile passtokey.c from native libauthsrv...
cinap_lenrek [Thu, 4 Aug 2016 08:38:20 +0000 (10:38 +0200)]
ape/libauth: add PASSWDLEN constant to compile passtokey.c from native libauthsrv (thanks lawler)

7 years agoauth: various cleanups, use common readcons() from libauthsrv, zero keys after use
cinap_lenrek [Sun, 31 Jul 2016 18:16:25 +0000 (20:16 +0200)]
auth: various cleanups, use common readcons() from libauthsrv, zero keys after use

7 years agoauth/secstore: use common readcons() routine from libauthsrv
cinap_lenrek [Sun, 31 Jul 2016 18:09:47 +0000 (20:09 +0200)]
auth/secstore: use common readcons() routine from libauthsrv

7 years agoauth/factotum: use common readcons() function from libauthsrv
cinap_lenrek [Sun, 31 Jul 2016 18:06:56 +0000 (20:06 +0200)]
auth/factotum: use common readcons() function from libauthsrv

7 years agolibauthsrv: export common readcons() routine and introduce PASSWDLEN constant
cinap_lenrek [Sun, 31 Jul 2016 18:04:02 +0000 (20:04 +0200)]
libauthsrv: export common readcons() routine and introduce PASSWDLEN constant

drawterm, factotum, secstore and the auth commands
all had ther own implementation of readcons. we
want to have one common function for this to avoid
the duplication, so putting that in libauthsrv.

introduce PASSWDLEN which makes the use more explicit
than ANAMELEN.

7 years agoauth/changeuser: fix misleading print (secret is 31 chars max, not 256)
cinap_lenrek [Sun, 24 Jul 2016 13:13:14 +0000 (15:13 +0200)]
auth/changeuser: fix misleading print (secret is 31 chars max, not 256)

7 years agodevtls, devssl: make sure channel has ORDWR mode and is not a mount chan on fdtochan()
cinap_lenrek [Sun, 24 Jul 2016 01:24:42 +0000 (03:24 +0200)]
devtls, devssl: make sure channel has ORDWR mode and is not a mount chan on fdtochan()

7 years agoswap: make sure swap chan has ORDWR mode on fdtochan()
cinap_lenrek [Sun, 24 Jul 2016 01:23:01 +0000 (03:23 +0200)]
swap: make sure swap chan has ORDWR mode on fdtochan()

7 years agomake error handling in 9p service loops consistent
cinap_lenrek [Sun, 24 Jul 2016 00:21:32 +0000 (02:21 +0200)]
make error handling in 9p service loops consistent

when we get eof, stop the loop immidiately and do not
rely on the read to eventually return an error.

when convM2S() fails to decode the message, error out
and stop the loop. there is no point in continuing.

7 years agoupas/fs: remove checkmboxrefs() debugging code, properly handle errors in 9p loop
cinap_lenrek [Sun, 24 Jul 2016 00:17:45 +0000 (02:17 +0200)]
upas/fs: remove checkmboxrefs() debugging code, properly handle errors in 9p loop

7 years agondb/dns: remove procname statistics and restart feature, cleanup 9p service loop
cinap_lenrek [Sun, 24 Jul 2016 00:12:17 +0000 (02:12 +0200)]
ndb/dns: remove procname statistics and restart feature, cleanup 9p service loop

given that the memory leaks have been fixed, theres no need
for the obscure restart feature which is not reliable anyway.

remove the code updating procname on each 9p request.

handle convM2S error by exiting the service loop, dont read
9p channel after eof.

7 years agokernel: dont pprint() into 9p channels
cinap_lenrek [Tue, 19 Jul 2016 20:10:52 +0000 (22:10 +0200)]
kernel: dont pprint() into 9p channels

when fd 2 (stderr) points to a mount channel, dont
cause protocol confusion by dumping error strings
into it.

7 years ago5c: fix int -> uvlong cast bug (thanks to qwx on his patience on a the trouble sessio...
cinap_lenrek [Fri, 15 Jul 2016 19:13:35 +0000 (21:13 +0200)]
5c: fix int -> uvlong cast bug (thanks to qwx on his patience on a the trouble session to narrowing it down)

we used to not sign extend if the destination was unsigned
uvlong, which is wrong. we have to sign extend only based
on the signedness of the source (it gets propagated to vlong)

this bug hit in hjfs in the newentry() function, causing file
creation to fail with "create -- phase error":

newentry(...)
{
uvlong sj;
int si;
...

sj = si = -1;

...
}

7 years ago5a: ROL instruction
cinap_lenrek [Fri, 15 Jul 2016 13:04:32 +0000 (15:04 +0200)]
5a: ROL instruction

7 years agolibsec: add scrypt password based key derivation function
cinap_lenrek [Sun, 10 Jul 2016 19:41:57 +0000 (21:41 +0200)]
libsec: add scrypt password based key derivation function

7 years agodisk/prep: if no 9fat, reserve space for plan9 partition table in autopart (thanks...
cinap_lenrek [Fri, 8 Jul 2016 14:19:15 +0000 (16:19 +0200)]
disk/prep: if no 9fat, reserve space for plan9 partition table in autopart (thanks Shamar)

usually, the plan9 partition table is contained in
the first 9fat partition after the pbs/fat header,
but when no 9fat partition is requested, we have
to make sure partitions wont overlap the partition
table (start at sector offset >= 2).

7 years ago5l: ROR instruction
cinap_lenrek [Fri, 8 Jul 2016 02:16:37 +0000 (04:16 +0200)]
5l: ROR instruction

7 years agoremove mpc.tab.h on mk clean
spew [Wed, 6 Jul 2016 04:21:36 +0000 (23:21 -0500)]
remove mpc.tab.h on mk clean

7 years agoadd history for libregexp
spew [Mon, 4 Jul 2016 19:25:08 +0000 (14:25 -0500)]
add history for libregexp

7 years ago9fs: remove juke, kfs and snap targets, caching for other and dump
cinap_lenrek [Sat, 2 Jul 2016 19:15:39 +0000 (21:15 +0200)]
9fs: remove juke, kfs and snap targets, caching for other and dump

8 years agoacpi: _ADR and _BBN might be methods, so use amleval() to evaluate the value
cinap_lenrek [Thu, 30 Jun 2016 17:11:06 +0000 (19:11 +0200)]
acpi: _ADR and _BBN might be methods, so use amleval() to evaluate the value

8 years agorc: implement 9atoms ` split {command} syntax extension
cinap_lenrek [Thu, 30 Jun 2016 17:09:27 +0000 (19:09 +0200)]
rc: implement 9atoms ` split {command} syntax extension

8 years agodoom: use Kprint for pause function (from qu7uux)
cinap_lenrek [Thu, 30 Jun 2016 15:18:30 +0000 (17:18 +0200)]
doom: use Kprint for pause function (from qu7uux)

the pause function is different from just accessing the menu: it pauses both
single and multiplayer games, stops music and sound, and is recorded in demos
(does not cause a desync, unlike menu access).
this uses Kprint rather than Kbreak because Kbreak is e.g. Kctl+pause on some
keyboards.

8 years agoether8169: fix wrong mbps setting (from qu7uux)
cinap_lenrek [Thu, 30 Jun 2016 15:16:11 +0000 (17:16 +0200)]
ether8169: fix wrong mbps setting (from qu7uux)

the first time rtl8169link is called (from rtl8169pnp), the link isn't up, so
setting edev->mbps based on Phystatus register is skipped. edev->mbps is then
still set at the default 100, and that ends up being what devether uses.
this is why some rtl8169 cards are misprinted as 100Mbps in kmesg.
later, after rtl8169link is called again from rtl8169interrupt, the link is up
and edev->mbps is set to the correct value (as shown by e.g. /net/ether0/stats).

so instead, set speed regardless of link status.

8 years agodoom: fix blazing door sounds (from qu7uux)
cinap_lenrek [Thu, 30 Jun 2016 15:13:47 +0000 (17:13 +0200)]
doom: fix blazing door sounds (from qu7uux)

blazing doors are a "fast" door type with its own sound effects, introduced in
doom2. doom2 map 2 has one right at the beginning.

this fixes two bugs:
- when a closing blazing door is completely shut, the closing sound effect is
  erroneously played again (the first time being when it began closing). this
  gives the impression of two doors closing.
- when reopening a closing blazing door (standing underneath a blazing door
  while it's closing), the sound effect for regular doors opening is played,
  instead of the one for blazing doors, because of a missing case in the switch
  statement.

8 years agovga/igfx: fix integer overflow in datam calculation (from qu7uux)
cinap_lenrek [Thu, 30 Jun 2016 09:58:40 +0000 (11:58 +0200)]
vga/igfx: fix integer overflow in datam calculation (from qu7uux)

data[mn] and link[mn] are 24-bit values.
in the expression 'm = (n * ((freq * bpp)/8)) / (lsclk * lanes)',
uvlongs are used to prevent integer overflow, but since freq, bpp, lsclk and
lanes are all ints, the cast to uvlong does not happen until it's too late,
getting a wrong value.
instead, use u32int for m and n, and use casts where necessary.

example of bad calculation:
freq = 141400000
lsclk = 270000000
lanes = 2
bpp = 18
→ 0x7f3ee1ca6 (correct value: 0x4b69d0)

8 years agoacme(1): remove references to awd
cinap_lenrek [Wed, 29 Jun 2016 23:07:03 +0000 (01:07 +0200)]
acme(1): remove references to awd

8 years agoacme/win: implement /dev/wdir file in win to change directory tagline, remove awd
cinap_lenrek [Wed, 29 Jun 2016 22:46:52 +0000 (00:46 +0200)]
acme/win: implement /dev/wdir file in win to change directory tagline, remove awd

8 years agorc: write /dev/wdir after printing the prompt, not after executing "cd" command
cinap_lenrek [Wed, 29 Jun 2016 22:45:37 +0000 (00:45 +0200)]
rc: write /dev/wdir after printing the prompt, not after executing "cd" command

8 years agomerge
cinap_lenrek [Sun, 26 Jun 2016 22:36:54 +0000 (00:36 +0200)]
merge

8 years agondb/dns: purge db records on refresh for resolvers, remove old debug and testing...
cinap_lenrek [Sun, 26 Jun 2016 22:36:04 +0000 (00:36 +0200)]
ndb/dns: purge db records on refresh for resolvers, remove old debug and testing code

when ndb/dns runs as a resolver only (cfg.cachedb == 0),
we still want to purge the "local#" db records to reread
dns server configuration or react to changed ip addresses.

removing old poolcheck and dncheck code, these bugs have
been fixed a long time ago.

8 years ago/sys/src/games/mkfile: add timmy
stanley lieber [Sun, 26 Jun 2016 20:47:19 +0000 (16:47 -0400)]
/sys/src/games/mkfile: add timmy

8 years agoadded games/timmy
aiju [Thu, 23 Jun 2016 19:12:06 +0000 (21:12 +0200)]
added games/timmy

8 years agorio: move the test if w is allowed to change cursor into wsetcursor()
cinap_lenrek [Sun, 26 Jun 2016 16:14:34 +0000 (18:14 +0200)]
rio: move the test if w is allowed to change cursor into wsetcursor()

the onscreen cursor shows the cursor of the current
focused window or the window it points at. if there
is no window, then we set the default cursor (nil).

8 years ago5c: handle unused results for cgen64()
cinap_lenrek [Sun, 26 Jun 2016 14:38:46 +0000 (16:38 +0200)]
5c: handle unused results for cgen64()

8 years agochacha: calculate rounds in separate function (helps registerizer), get rid of unroll...
cinap_lenrek [Sun, 26 Jun 2016 13:28:01 +0000 (15:28 +0200)]
chacha: calculate rounds in separate function (helps registerizer), get rid of unrolled code