RSS feed
1cb0ad40
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2017/02/06 16:51
libsec: import x509 and rsagen changes from 9front
f5683254
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2017/02/05 00:18
libsec: have rsagen() always produce postive !dk to avoid confusion
24964a29
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2017/02/04 22:02
libmp: fix mpmod() aliasing bug when n == r and x < 0 (thanks aiju, mischief)
64c6eaaa
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2017/02/03 20:35
aan: use unsigned message counters
e61ca3be
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2017/02/02 15:49
aan: fix ack logic, handle connection shutdown
0646450b
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2017/01/27 20:11
devmouse: fix off-by-one in mouseread() (thanks Sören)
dc90f87b
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2017/01/24 18:13
netbsd: *shaking head*
72775a71
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2017/01/21 11:46
gui-x11: cleanup error handling code, just call panic()
bdf96eb6
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2017/01/21 11:25
gui-x11: fix unexpected keyups on auto repeat
632d598b
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2017/01/15 19:29
Make.unix: linux presents our all time favorite: "guess your machine" game
023a0ce7
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2017/01/15 17:45
remove more old cruft
bc9f9803
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2017/01/15 17:44
devfs-win32: set atime and mtime of drive volume directories
c928f5c0
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2017/01/15 17:13
remove old unused cruft
04e6c5fd
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2017/01/15 17:12
set kerndate in main(), move global variables to cpu.c
fe1e2947
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2017/01/15 16:51
win32: fix seconds()
b4d00e3b
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2017/01/15 14:02
libsec: sync with 9front
a50be995
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/12/28 13:26
libmp: avoid temporary buffer allocation in mprand() (from 9front)
b75e3b2c
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/12/27 21:04
libsec: replace des based X9.17 genrandom() with chacha random number generator (from 9front)
9ca0eeaa
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/12/21 21:01
mpxor: sign should be 1/-1, not 0/-1 (from 9front)
f8adb5f7
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/12/16 15:29
remove unused kern/x file
911c9760
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/12/16 15:14
fix build on freebsd (thanks mveety)
4d702dce
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/12/16 15:12
get rid of unused kern/syscall.c
7daaecd5
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/12/16 14:51
adding Make.netbsd (thanks k0ga)
120319ea
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/12/10 11:12
devmouse: change msec argument of absmousetrack() to ulong
e49acd45
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/12/10 10:55
gui-x11: fix mistake
09820aa6
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/12/10 10:47
devmouse: provide absmousetrack() for os specific code instead of exposing te mouse info state
ae6b4b42
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/12/10 10:45
devcons, devkbd: use tas() to check for unuse
6b188c0b
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/12/10 10:42
tas: fix function prototype, tas takes int* and returns int
efbc81f6
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/12/08 19:12
devfs-*.c: fix memory leak on remove, implement ORCLOSE
0757b2cd
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/11/17 15:10
libmemdraw: cleanup fillpoly(), remove unused fillcolor hack
734ac7f2
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/11/17 14:55
libsec: remove unused get32() function
cc4362cf
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/11/17 14:51
libmemdraw: remove unused static drawbuf variables and ptrfn() declaration
525ffef1
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/11/17 13:22
libsec: remove unused aes_setupDec() function (thanks ftrvxmtrx)
01dc1e2c
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/11/17 13:14
devtls: remove unused get32() function
9f46d488
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/11/12 12:42
kern: make readblist() offset of type ulong as the rest
3b886fcd
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/11/12 10:54
kern: update qio and devmnt, remove mount cache stub
278bcb7e
– sl <devnull@localhost>
authored
on 2016/11/01 15:37
posix-mips: fix build (from OpenBSD port)
aa7b1a1a
– sl <devnull@localhost>
authored
on 2016/11/01 15:31
posix-power/Makefile: add CFLAGS (from OpenBSD port)
4983641c
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/10/30 10:14
merge
fbff9598
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/10/30 10:14
libsec: add secp384r1 curve parameters for tls
a84829ad
– sl <devnull@localhost>
authored
on 2016/10/27 19:48
Make.openbsd: fix for ppc and sparc64 build (thanks, jca)
e33e6673
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/09/18 13:05
use service names instead of numberic ports for ticket and secstore
4c2d87cd
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/09/18 12:51
cpu: allow passing remote command with the -c flag (use -h to pass cpu server)
b19ced51
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/09/18 12:02
devcons: remove cpunote file
b9cc4860
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/09/18 11:58
win32: fix semaphore leak in osproc()
7d7ddbc1
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/09/11 19:44
libc: bring strtod() in line with plan9's (ape) libc version
8294a496
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/09/11 09:30
replace custom randfill() with prng() calls, remove rand()/nrand() definitions from kernel
3d14bcb3
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/09/08 15:19
aan: dont break connection on write error...
35ab5a74
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/09/08 05:54
libmp: update mptov.c and mplogic.c from 9front
00c19a0e
– stanley lieber <stanley.lieber@gmail.com>
authored
on 2016/09/06 13:26
add Make.freebsd
2fdbfe6d
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/08/28 22:13
libmp: remove unused mpeuclid.c
cc706364
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/08/28 22:12
libmp: allow passing nil to v,x,y results of mpextendedgcd(), simplify mpinvert()
90baca83
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/08/28 20:46
libmp: mpnrand from 9front
3084c763
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/08/28 15:28
import secalloc()/secfre() from from 9front
88f161d1
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/08/28 14:02
libmp: sync with 9front
17da0b9d
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/08/27 23:44
strtomp: update the returned char* even if there were no characters parsed (from, fix mpbits() call in octal code
bc73cbac
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/08/21 10:03
kern/posix: remove srandom()/random() code for entropy gathering, will always use /dev/[u]random
62ab8e7c
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/08/21 10:02
kern/devip: add t9fs service
0f3bdd70
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/08/20 23:56
devssl, devtls: merge with 9front
fc582333
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/08/20 23:42
kern/win32: remove #include <libsec.h> (was there for sha1)
7d6b0ad1
– 23hiro <23hiro@gmail.com>
authored
on 2016/08/20 23:38
devip-posix.c: replace PADDRINFOA with addrinfo structs
313cf410
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/08/20 23:20
libmp: mptrunc: normalize after mpassign to handle the case b==r (from 9front)
c9ff32c9
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/08/20 23:12
devip: return multiple addresses in /net/cs for dial(), handle ipv6 for windows
d14cd19f
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/08/20 23:09
kern/win32: use RtlGenRandom() instead for randrom source, fix oserrstr()
58bf8cb8
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/08/06 13:47
libauthsrv: ANAMELEN -> PASSWDLEN
0594c6d1
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/07/31 16:47
update libauthsrv, use common readcons() function
354d513a
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/07/18 07:04
devmouse: implement swap, scrollswap and buttonmap mousectl
289afc11
– 23hiro <23hiro@gmail.com>
authored
on 2016/07/12 08:10
gui-x11: add scroll_lock key (thanks 9fuser)
6bfea395
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/06/21 19:40
merge
4ed08f43
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/06/21 19:39
gui-win32: fix clipping code
aa386f95
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/06/01 08:01
devcons: dont setterm(0) in printinit, ioctl causes process to get stopped when run in background on unix
261a80f0
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/05/30 04:35
remove unreachable sysfatal() calls after exportfs(), exits(nil) on eof in exportfs
6ffcc16c
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/05/30 00:55
reduce error verbosity, hang when panicing in graphics mode
50746b16
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/05/29 22:26
rcpu: post final hangup note to the group after rc exits
8bd7505d
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/05/29 21:14
devcons: simplify line editing logic
3a32c071
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/05/29 14:24
fix some compiler warnings
8d356984
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/05/28 22:21
do screeninit() in devdraw at attach time, fix type for setterm() prototype
a9725511
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/05/28 21:55
handle cooked mode eof
850af541
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/05/28 20:51
raw mode
94161e04
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/05/28 16:29
just read stdin for readcons() until i figured out tty raw processing
65d683ba
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/05/28 16:07
provide dummy _getch() function for unix, fix mouseinit() crash
c38bce11
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/05/28 14:49
add -G flag to disable graphics mode
78a654c8
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/04/26 09:44
make tuttle glenda icon for gui-x11
f85ef344
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/04/25 18:44
libsec: update ecc and tlshand (sync with 9front)
72da0579
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/04/19 20:42
don't leak /env/fn#server into the environment when using aan
691adfab
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/04/17 17:31
remove -C flag, cleanup
5b50d2da
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/04/17 16:33
remove -d flag (was unused)
c1f45eb4
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/04/17 16:21
add -O option to disable new rcpu protocol, accept -h option just like cpu
1077af5b
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/04/17 15:19
sync with 9front libsec and devtls, c2name() -> chanpath()
efa00ae6
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/04/14 21:53
merge
b86ca0bf
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/04/14 21:52
fix error print in p9any negotiation (thanks Kenji Arisawa)
eb34f4d4
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/04/11 10:25
gui-x11: simpler attempt on handling alt-compose cancel on window focus change
b9347940
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/04/10 22:19
reverting this megashit
40db9d53
– 23hiro <23hiro@gmail.com>
authored
on 2016/04/10 21:30
gux-x11: Alt key: if alt was pressed during focusout send a second alt to get out of composition mode on focusin.
fad4eb92
– sl <devnull@localhost>
authored
on 2016/04/06 13:18
gui-x11/x11.c: fix [thing] (thanks, k0ga)
8406d230
– aap <aap@papnet.eu>
authored
on 2016/04/05 10:58
changed cursor to plan 9 cursor
fa752996
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/04/03 19:24
devkbd: return multiple messages per /dev/kbd read (helps with high latency links)
b7491323
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/03/26 18:39
drawterm: fix auth method string (p9 vs p9any)
3b45a5cf
– aiju <aiju@phicode.de>
authored
on 2016/03/24 14:38
remove extraneous typedef from tlshand.c
3e13a4a3
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/03/17 19:01
term: only call flushmemscreen() when we got the drawlock
Next