git: 9front

RSS feed

eb8a82e3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/28 04:42
merge

46903f74 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/28 04:41
libauthsrv: fix _asgetresp() for passwd

4b14dcfc – glenda <glenda@cirno.localdomain> authored on 2015/08/27 09:40
mp.h: third time's a charm

10a2d6e5 – glenda <glenda@cirno.localdomain> authored on 2015/08/27 09:35
mp.h: oops

b78a777e – glenda <glenda@cirno.localdomain> authored on 2015/08/27 09:34
mp.h: define mpnrand

364b2322 – mischief <mischief@offblast.org> authored on 2015/08/26 21:53
libsec: add TLS_RSA_WITH_AES_128_CBC_SHA256 and TLS_RSA_WITH_AES_256_CBC_SHA256 ciphers

4a15393a – mischief <mischief@offblast.org> authored on 2015/08/26 21:46
devtls: add sha256 mac

c1a07ddd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/26 01:59
libsec: add q parameter to dh_new() for subgroup support, sanitize dh parameters

a4f48a2e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/26 01:44
libmp: simplify mpnrand(), as mpnew() cannot return nil

224e5de4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/25 16:20
libmp: add mpnrand() function to generate uniform random number 0 ≤ x < n

ed9ca284 – mischief <mischief@offblast.org> authored on 2015/08/24 23:06
tput: check sbrk return value

bd664f7b – glenda <glenda@cirno.localdomain> authored on 2015/08/25 05:35
merge

d8804329 – glenda <glenda@cirno.localdomain> authored on 2015/08/25 05:35
fix fuckup

bbcec980 – mischief <mischief@offblast.org> authored on 2015/08/24 22:09
import E script from bell labs

0277a23a – mischief <mischief@offblast.org> authored on 2015/08/24 22:07
import E script from bell labs

59f9216d – mischief <mischief@offblast.org> authored on 2015/08/24 21:58
libc: import more endianness fixes (thanks cherry9)

b5675484 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/23 19:49
libsec: fix probably_prime() endless loop for n == 3

bbfd63df – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/21 20:21
remove convkeys2

2b2316f4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/21 19:40
init: remove dependency to <authsrv.h>

c914f678 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/21 19:38
tapefs: remove dependency to <authsrv.h>

34e97412 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/21 19:29
import(4): -o, -O flags gone

e2df0c6b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/21 19:23
remove srvold9p

47980b05 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/21 19:22
cpu, import: remove old9p support

62d1f094 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/21 19:21
remove old9p cpu service

a9fe714d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/21 18:46
cmd/auth: remove private /dev/random reading routines, use genrandom()

f7b715c1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/21 16:36
auth/changeuser: set the aes key in plan9 database, but not in securenet db

c696151b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/21 16:11
keyfs: fix typo (thanks jpm)

c4ddaa3d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/21 15:53
kernel/boot: do not handle kfs boot

3f552703 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/21 15:52
remove kfs and kfscmd

b6697cac – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/21 15:51
remove kfs references from manual

a185c3cd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/21 15:40
fshalt: remove kfs support

1549307c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/21 15:35
mkfs(8): dont mention kfs

15708af3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/21 15:32
disk/mkfs: rmeove kfs support

17fdd100 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/21 14:43
cwfs: remove 9p1 support

77ff7b94 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/20 23:32
authsrv: randomize aes key in mkkey(), not used yet.

98ad2e95 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/20 23:16
authsrv: more aes key stuff

35532ad7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/20 22:43
introduce AES key into nvram and keyfs

ca13eab7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/20 16:56
kfs: adjust to new libauthsrv

de9044af – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/20 16:44
cwfs: adjust for new libauthsrv changes

06967d5c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/20 11:47
libauthsrv: add missing files (thanks mischief)

66654626 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/19 20:45
libsec: add pbkdf2_hmac_sha1() (from wpapsk factotum module)

f4279319 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/08/19 17:07
merge

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

f0c29f82 – stanley lieber <stanley.lieber@gmail.com> authored on 2015/08/18 10:21
/lib/1oct1993: use words correctly (thanks, spew)

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)

Next