git: 9front

RSS feed

3a57a471 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/31 16:16
auth: various cleanups, use common readcons() from libauthsrv, zero keys after use

41716573 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/31 16:09
auth/secstore: use common readcons() routine from libauthsrv

fd1460f4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/31 16:06
auth/factotum: use common readcons() function from libauthsrv

3c622887 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/31 16:04
libauthsrv: export common readcons() routine and introduce PASSWDLEN constant

f0a33d3c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/24 11:13
auth/changeuser: fix misleading print (secret is 31 chars max, not 256)

bbf10e9a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/23 23:24
devtls, devssl: make sure channel has ORDWR mode and is not a mount chan on fdtochan()

1dc9c123 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/23 23:23
swap: make sure swap chan has ORDWR mode on fdtochan()

cb9a06f4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/23 22:21
make error handling in 9p service loops consistent

01811145 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/23 22:17
upas/fs: remove checkmboxrefs() debugging code, properly handle errors in 9p loop

20211ad5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/23 22:12
ndb/dns: remove procname statistics and restart feature, cleanup 9p service loop

1d720556 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/19 18:10
kernel: dont pprint() into 9p channels

cacd1d6d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/15 17:13
5c: fix int -> uvlong cast bug (thanks to qwx on his patience on a the trouble session to narrowing it down)

1ccf9cda – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/15 11:04
5a: ROL instruction

3715d213 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/10 17:41
libsec: add scrypt password based key derivation function

2cf91043 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/08 12:19
disk/prep: if no 9fat, reserve space for plan9 partition table in autopart (thanks Shamar)

6b9ae01f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/08 00:16
5l: ROR instruction

7ff3e878 – spew <devnull@localhost> authored on 2016/07/05 19:21
remove mpc.tab.h on mk clean

5824a886 – spew <devnull@localhost> authored on 2016/07/04 10:25
add history for libregexp

5ad10b74 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/02 17:15
9fs: remove juke, kfs and snap targets, caching for other and dump

7f9966ca – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/30 15:11
acpi: _ADR and _BBN might be methods, so use amleval() to evaluate the value

b57d1622 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/30 15:09
rc: implement 9atoms ` split {command} syntax extension

df0f5908 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/30 13:18
doom: use Kprint for pause function (from qu7uux)

e921399c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/30 13:16
ether8169: fix wrong mbps setting (from qu7uux)

d0040dcc – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/30 13:13
doom: fix blazing door sounds (from qu7uux)

95d72adf – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/30 07:58
vga/igfx: fix integer overflow in datam calculation (from qu7uux)

1db3102a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/29 21:07
acme(1): remove references to awd

569891ea – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/29 20:46
acme/win: implement /dev/wdir file in win to change directory tagline, remove awd

dbe3c337 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/29 20:45
rc: write /dev/wdir after printing the prompt, not after executing "cd" command

71969cc9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/26 20:36
merge

f6ca5def – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/26 20:36
ndb/dns: purge db records on refresh for resolvers, remove old debug and testing code

48712c36 – stanley lieber <stanley.lieber@gmail.com> authored on 2016/06/26 12:47
/sys/src/games/mkfile: add timmy

7637e18c – aiju <devnull@localhost> authored on 2016/06/23 17:12
added games/timmy

87e21591 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/26 14:14
rio: move the test if w is allowed to change cursor into wsetcursor()

c0be7437 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/26 12:38
5c: handle unused results for cgen64()

b7448d59 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/26 11:28
chacha: calculate rounds in separate function (helps registerizer), get rid of unrolled code

ab1a9b83 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/26 11:16
libc: native _addv() and _subv() routines for arm

5d354bf7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/26 11:13
kernel: more (arm) compiler friendly mul64fract()

fdc93a79 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/26 11:09
5c: support for bit ROL, native 64 bit arithmetic

601b2ec8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/26 11:00
cc: add OROL op to side effect free op list

fb8603de – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/20 19:11
merge

f844b554 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/20 19:09
audio/flacdec: exit on decode error, print error message

f43a4f0c – stanley lieber <stanley.lieber@gmail.com> authored on 2016/06/19 14:40
fortunes: Emacs now supports webkit.

b00c2e68 – aiju <devnull@localhost> authored on 2016/06/10 08:14
togif: -E flag to read animation from stdin

35b25772 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/09 19:12
8c, 6c: native ROL (cyclic shift) instruction support, improve peephole optimizers

9d878f9f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/09 19:03
?c: track ../cc/cc.h dependency and rebuild cc.a$O as neccesary

4edceec8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/05 11:15
aml(2): document amlintmask

50d011af – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/05 10:57
aml: define amlintmask and set it according to DSDT revision (64bit / 32bit)

ea2da76f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/04 17:11
aml: implement ToInteger() and Match() instructions

ab2b56b6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/04 15:10
webfs: less aggressive url normalization; never unescape reserved characters in path/query/fragment

7312a7c5 – stanley lieber <stanley.lieber@gmail.com> authored on 2016/06/01 17:45
etheriwl: add pcid 0x0082 for Intel Centrino Advanced-N 6205 variant

b823a0aa – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/01 20:12
mk: remove buggy and useless symtab functions (thanks qrstuv)

a29d7b1a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/01 14:31
mk: remove buggy and unneeded syminit() function (thanks qurstuv)

a026a83a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/29 14:23
libmemdraw: remove unused static variable from memimagedraw()

6b7202d8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/28 19:59
add polish keymap (thanks chomzee!)

a4c6ab79 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/27 14:56
awk: restore old buffering behaviour for printf

8b340f53 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/26 17:28
vgaigfx: check gtt to determine graphics memory size, add hw cursor support for g35 (thanks kenji)

48107906 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/26 06:02
etheriwl: add pci id for PRO/Wireless 5350 AGN (thanks Ori_B)

7e1f0acf – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/22 17:53
/sys/lib/dist/mkfile: efi iso/hybrid support

b6769ebd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/22 17:52
efi: ensure 8 byte alignment of buffer, as ReadBlocks() method will fail otherwise

c1e3d74b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/22 11:22
efi: allow access to iso filesystem on non-cdrom media (iso/hybrid)

37f04b90 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/20 05:56
9boot(8): third time's the charm (thanks archeus)

7037c593 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/19 15:51
9boot(8): fix typo

30df9130 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/19 15:49
9boot(8): document 9boothyb

1cb137e8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/19 15:17
dist/mkfile: generate iso/hybrid image for 9front.iso

3055c7e9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/19 14:48
9boot: add iso hybrid loader 9boothyb

b146e9a4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/18 11:25
libauthsrv: dont pass netroot to netmkaddr()'s defnet parameter in authdial() (thanks kenji arisawa)

98728b9e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/16 18:55
kernel: add srvtls and tlsclient to bootfs.proto for encrypting connection to the file server

27db6e2d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/16 18:49
add srvtls and the corresponding tcp17020 service

20bc2210 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/16 18:24
cc: prevent symbol buffer overflow

080b6698 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/16 18:02
cc: use UTFmax not 4 (djc)

96ab880c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/16 17:58
ndb/cs: fix memory leak (charles forsyth)

b1718f7e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/16 17:49
exportfs: disallow ORCLOSE in readonly mode (charles forsyth)

210f6386 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/16 17:11
avoid updating offset in pread; avoid diagnostic about vlong mask (charles forsyth)

03bf911f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/16 17:10
correct check for segment overlap (rmiller)

644e3d83 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/16 15:57
rc: simplify execfinit() / Xrdfn() using the globber to lookup /env/fn'#'*

6e2ab60c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/16 14:03
rc: fix double close() in addenv()

270e81bb – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/16 01:35
jpg: output partial image data when available (truncated files)

46cae619 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/15 20:46
rc: remove duplicate Xrdfn entry from fname[] array

25ecfe18 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/15 20:37
rc: remove historical unix and win32 ports

a353bb62 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/15 19:09
rc: fix shift regresison, sorry

9cc232cb – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/15 15:58
rc: remove pointless Memcpy(),Malloc(),Realloc() and efree() wrappers

bb394301 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/15 15:10
rc: fix inband globbing bugs, cleanup

4abdc17b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/14 14:14
rio: only the current window may change the cursor, fix typo screen->r vs w->screenr in drag()

fec2ad12 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/13 20:58
rio: second attempt...

b9bf4818 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/13 20:17
revert previous commit, not ready yet

d4258c86 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/13 19:46
rio: get rid of all mouse moves, fix cursor handling

80c98c5b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/13 07:14
merge

bdf520d2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/13 07:13
upas/marshal: strip trailing whitespace from header values

590bed48 – mischief <mischief@offblast.org> authored on 2016/05/12 20:10
lib: update pci database

4b0c17c8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/12 08:41
auth/rsa2x509: generate x509v3 cert as extension field might not otherwise not be expected

3489b573 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/11 23:17
auth/rsa2x509, auth/rsa2csr: allow appending SubjectAlternativeNames (SAN) to multi-domain certificate generation

74ea4566 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/10 22:10
devssl, devtls: fix permission checks

62d98654 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/08 02:05
ip/ipconfig, ip/ppp: preserve preexisting entries when writing /net/ndb

59bd46cb – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/08 01:19
vgaigfx: fix device id for Ivy Bridge (thanks Kenji)

0d97825f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/07 11:19
games/mahjongg: off by one in bmatch(), fix hint() redraw (thanks Kenji)

dfeab91a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/06 02:02
/lib/vgadb: add Panasonic CF-R7 LCD panel (thanks Kenji)

7081faa9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/05 19:31
add belarusian (by) keymap (thanks eric lindblad)

9759c25d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/05 19:22
remove š and Š from estonian keymap

ee4dcc70 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/05 14:54
kernel: fix cb->f[0] nil dereferences due to short control request

b7b3ddb8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/05 12:35
remove unmaintained omap4 (pandaboard) kernel

Next