RSS feed
e10ae983
– cinap_lenrek
– 2017-05-19T19:27:30-04:00
gui-win32: fix WM_SCROLLWHEEL mouse position
e3a4e2d5
– cinap_lenrek
– 2017-05-09T16:19:58-04:00
allocate 2 ulongs for secalloc() to keep it 8 byte aligned (use first ulong for magic constant)
b2e55f09
– cinap_lenrek
– 2017-05-07T12:14:35-04:00
kernel: fix namelenerror(), avoid memrchr() and make it static (from 9front)
d6760dce
– cinap_lenrek
– 2017-04-29T15:35:02-04:00
get rid of drawdebug cruft
2c92a6e0
– cinap_lenrek
– 2017-04-23T13:21:02-04:00
libsec: update thumbprint implementation from 9front
1583a55d
– cinap_lenrek
– 2017-04-04T18:25:04-04:00
kern: merge with chan.c, dev.c, pgrp.c from 9front, fix waserror() botch in devwalk()
cdb9a6e1
– cinap_lenrek
– 2017-04-04T13:02:25-04:00
tlshand: simplify tlsReadN() (from 9front)
43866763
– cinap_lenrek
– 2017-04-03T19:59:45-04:00
tlshand: sync with 9front
15e68cc2
– cinap_lenrek
– 2017-04-02T20:49:08-04:00
tlshand: fix ECDHE and DHE for SSLv3 (from 9front)
d60c87d4
– cinap_lenrek
– 2017-03-18T20:13:32-04:00
devdraw: get rid of screen blanking state
2da0defa
– aiju
– 2017-03-14T19:44:48-04:00
translate xkb dead accent codes into corresponding unicode characters
f2c70311
– cinap_lenrek
– 2017-02-25T17:33:24-05:00
devfs-posix: fix syntax error...
0f3766f4
– cinap_lenrek
– 2017-02-25T17:03:59-05:00
implement setting atime and mtime in fswstat for unix and windows
333472c8
– cinap_lenrek
– 2017-02-10T19:29:59-05:00
libsec: update tlshand from 9front...
298b974e
– cinap_lenrek
– 2017-02-10T16:53:18-05:00
libsec: import from 9front
6f175d28
– cinap_lenrek
– 2017-02-09T18:21:28-05:00
libsec: import changed from 9front
1cb0ad40
– cinap_lenrek
– 2017-02-06T15:51:02-05:00
libsec: import x509 and rsagen changes from 9front
f5683254
– cinap_lenrek
– 2017-02-04T23:18:45-05:00
libsec: have rsagen() always produce postive !dk to avoid confusion
24964a29
– cinap_lenrek
– 2017-02-04T21:02:48-05:00
libmp: fix mpmod() aliasing bug when n == r and x < 0 (thanks aiju, mischief)
64c6eaaa
– cinap_lenrek
– 2017-02-03T19:35:35-05:00
aan: use unsigned message counters
e61ca3be
– cinap_lenrek
– 2017-02-02T14:49:05-05:00
aan: fix ack logic, handle connection shutdown
0646450b
– cinap_lenrek
– 2017-01-27T19:11:00-05:00
devmouse: fix off-by-one in mouseread() (thanks Sören)
dc90f87b
– cinap_lenrek
– 2017-01-24T17:13:37-05:00
netbsd: *shaking head*
72775a71
– cinap_lenrek
– 2017-01-21T10:46:35-05:00
gui-x11: cleanup error handling code, just call panic()
bdf96eb6
– cinap_lenrek
– 2017-01-21T10:25:43-05:00
gui-x11: fix unexpected keyups on auto repeat
632d598b
– cinap_lenrek
– 2017-01-15T18:29:04-05:00
Make.unix: linux presents our all time favorite: "guess your machine" game
023a0ce7
– cinap_lenrek
– 2017-01-15T16:45:25-05:00
remove more old cruft
bc9f9803
– cinap_lenrek
– 2017-01-15T16:44:41-05:00
devfs-win32: set atime and mtime of drive volume directories
c928f5c0
– cinap_lenrek
– 2017-01-15T16:13:40-05:00
remove old unused cruft
04e6c5fd
– cinap_lenrek
– 2017-01-15T16:12:32-05:00
set kerndate in main(), move global variables to cpu.c
fe1e2947
– cinap_lenrek
– 2017-01-15T15:51:30-05:00
win32: fix seconds()
b4d00e3b
– cinap_lenrek
– 2017-01-15T13:02:22-05:00
libsec: sync with 9front
a50be995
– cinap_lenrek
– 2016-12-28T12:26:24-05:00
libmp: avoid temporary buffer allocation in mprand() (from 9front)
b75e3b2c
– cinap_lenrek
– 2016-12-27T20:04:30-05:00
libsec: replace des based X9.17 genrandom() with chacha random number generator (from 9front)
9ca0eeaa
– cinap_lenrek
– 2016-12-21T20:01:25-05:00
mpxor: sign should be 1/-1, not 0/-1 (from 9front)
f8adb5f7
– cinap_lenrek
– 2016-12-16T14:29:45-05:00
remove unused kern/x file
911c9760
– cinap_lenrek
– 2016-12-16T14:14:30-05:00
fix build on freebsd (thanks mveety)
4d702dce
– cinap_lenrek
– 2016-12-16T14:12:49-05:00
get rid of unused kern/syscall.c
7daaecd5
– cinap_lenrek
– 2016-12-16T13:51:49-05:00
adding Make.netbsd (thanks k0ga)
120319ea
– cinap_lenrek
– 2016-12-10T10:12:45-05:00
devmouse: change msec argument of absmousetrack() to ulong
e49acd45
– cinap_lenrek
– 2016-12-10T09:55:57-05:00
gui-x11: fix mistake
09820aa6
– cinap_lenrek
– 2016-12-10T09:47:48-05:00
devmouse: provide absmousetrack() for os specific code instead of exposing te mouse info state
ae6b4b42
– cinap_lenrek
– 2016-12-10T09:45:02-05:00
devcons, devkbd: use tas() to check for unuse
6b188c0b
– cinap_lenrek
– 2016-12-10T09:42:01-05:00
tas: fix function prototype, tas takes int* and returns int
efbc81f6
– cinap_lenrek
– 2016-12-08T18:12:43-05:00
devfs-*.c: fix memory leak on remove, implement ORCLOSE
0757b2cd
– cinap_lenrek
– 2016-11-17T14:10:21-05:00
libmemdraw: cleanup fillpoly(), remove unused fillcolor hack
734ac7f2
– cinap_lenrek
– 2016-11-17T13:55:00-05:00
libsec: remove unused get32() function
cc4362cf
– cinap_lenrek
– 2016-11-17T13:51:45-05:00
libmemdraw: remove unused static drawbuf variables and ptrfn() declaration
525ffef1
– cinap_lenrek
– 2016-11-17T12:22:00-05:00
libsec: remove unused aes_setupDec() function (thanks ftrvxmtrx)
01dc1e2c
– cinap_lenrek
– 2016-11-17T12:14:54-05:00
devtls: remove unused get32() function
9f46d488
– cinap_lenrek
– 2016-11-12T11:42:27-05:00
kern: make readblist() offset of type ulong as the rest
3b886fcd
– cinap_lenrek
– 2016-11-12T09:54:14-05:00
kern: update qio and devmnt, remove mount cache stub
278bcb7e
– sl
– 2016-11-01T19:37:32-04:00
posix-mips: fix build (from OpenBSD port)
aa7b1a1a
– sl
– 2016-11-01T19:31:27-04:00
posix-power/Makefile: add CFLAGS (from OpenBSD port)
4983641c
– cinap_lenrek
– 2016-10-30T09:14:48-04:00
merge
fbff9598
– cinap_lenrek
– 2016-10-30T09:14:21-04:00
libsec: add secp384r1 curve parameters for tls
e33e6673
– cinap_lenrek
– 2016-09-18T11:05:21-04:00
use service names instead of numberic ports for ticket and secstore
4c2d87cd
– cinap_lenrek
– 2016-09-18T10:51:53-04:00
cpu: allow passing remote command with the -c flag (use -h to pass cpu server)
b19ced51
– cinap_lenrek
– 2016-09-18T10:02:33-04:00
devcons: remove cpunote file
b9cc4860
– cinap_lenrek
– 2016-09-18T09:58:09-04:00
win32: fix semaphore leak in osproc()
7d7ddbc1
– cinap_lenrek
– 2016-09-11T17:44:20-04:00
libc: bring strtod() in line with plan9's (ape) libc version
8294a496
– cinap_lenrek
– 2016-09-11T07:30:26-04:00
replace custom randfill() with prng() calls, remove rand()/nrand() definitions from kernel
3d14bcb3
– cinap_lenrek
– 2016-09-08T13:19:18-04:00
aan: dont break connection on write error...
35ab5a74
– cinap_lenrek
– 2016-09-08T03:54:25-04:00
libmp: update mptov.c and mplogic.c from 9front
00c19a0e
– stanley
– 2016-09-06T17:26:33-04:00
add Make.freebsd
2fdbfe6d
– cinap_lenrek
– 2016-08-28T20:13:02-04:00
libmp: remove unused mpeuclid.c
cc706364
– cinap_lenrek
– 2016-08-28T20:12:42-04:00
libmp: allow passing nil to v,x,y results of mpextendedgcd(), simplify mpinvert()
90baca83
– cinap_lenrek
– 2016-08-28T18:46:51-04:00
libmp: mpnrand from 9front
3084c763
– cinap_lenrek
– 2016-08-28T13:28:16-04:00
import secalloc()/secfre() from from 9front
88f161d1
– cinap_lenrek
– 2016-08-28T12:02:13-04:00
libmp: sync with 9front
17da0b9d
– cinap_lenrek
– 2016-08-27T21:44:07-04:00
strtomp: update the returned char* even if there were no characters parsed (from, fix mpbits() call in octal code
bc73cbac
– cinap_lenrek
– 2016-08-21T08:03:23-04:00
kern/posix: remove srandom()/random() code for entropy gathering, will always use /dev/[u]random
62ab8e7c
– cinap_lenrek
– 2016-08-21T08:02:01-04:00
kern/devip: add t9fs service
0f3bdd70
– cinap_lenrek
– 2016-08-20T21:56:03-04:00
devssl, devtls: merge with 9front
fc582333
– cinap_lenrek
– 2016-08-20T21:42:33-04:00
kern/win32: remove #include <libsec.h> (was there for sha1)
7d6b0ad1
– 23hiro
– 2016-08-20T21:38:25-04:00
devip-posix.c: replace PADDRINFOA with addrinfo structs
313cf410
– cinap_lenrek
– 2016-08-20T21:20:35-04:00
libmp: mptrunc: normalize after mpassign to handle the case b==r (from 9front)
c9ff32c9
– cinap_lenrek
– 2016-08-20T21:12:39-04:00
devip: return multiple addresses in /net/cs for dial(), handle ipv6 for windows
d14cd19f
– cinap_lenrek
– 2016-08-20T21:09:57-04:00
kern/win32: use RtlGenRandom() instead for randrom source, fix oserrstr()
58bf8cb8
– cinap_lenrek
– 2016-08-06T11:47:38-04:00
libauthsrv: ANAMELEN -> PASSWDLEN
0594c6d1
– cinap_lenrek
– 2016-07-31T14:47:43-04:00
update libauthsrv, use common readcons() function
354d513a
– cinap_lenrek
– 2016-07-18T05:04:49-04:00
devmouse: implement swap, scrollswap and buttonmap mousectl
289afc11
– 23hiro
– 2016-07-12T06:10:15-04:00
gui-x11: add scroll_lock key (thanks 9fuser)
6bfea395
– cinap_lenrek
– 2016-06-21T17:40:48-04:00
merge
4ed08f43
– cinap_lenrek
– 2016-06-21T17:39:51-04:00
gui-win32: fix clipping code
261a80f0
– cinap_lenrek
– 2016-05-30T02:35:39-04:00
remove unreachable sysfatal() calls after exportfs(), exits(nil) on eof in exportfs
6ffcc16c
– cinap_lenrek
– 2016-05-29T22:55:26-04:00
reduce error verbosity, hang when panicing in graphics mode
50746b16
– cinap_lenrek
– 2016-05-29T20:26:08-04:00
rcpu: post final hangup note to the group after rc exits
8bd7505d
– cinap_lenrek
– 2016-05-29T19:14:33-04:00
devcons: simplify line editing logic
3a32c071
– cinap_lenrek
– 2016-05-29T12:24:39-04:00
fix some compiler warnings
8d356984
– cinap_lenrek
– 2016-05-28T20:21:22-04:00
do screeninit() in devdraw at attach time, fix type for setterm() prototype
a9725511
– cinap_lenrek
– 2016-05-28T19:55:05-04:00
handle cooked mode eof
850af541
– cinap_lenrek
– 2016-05-28T18:51:08-04:00
raw mode
94161e04
– cinap_lenrek
– 2016-05-28T14:29:53-04:00
just read stdin for readcons() until i figured out tty raw processing
65d683ba
– cinap_lenrek
– 2016-05-28T14:07:43-04:00
provide dummy _getch() function for unix, fix mouseinit() crash
c38bce11
– cinap_lenrek
– 2016-05-28T12:49:39-04:00
add -G flag to disable graphics mode
78a654c8
– cinap_lenrek
– 2016-04-26T07:44:18-04:00
make tuttle glenda icon for gui-x11
f85ef344
– cinap_lenrek
– 2016-04-25T16:44:03-04:00
libsec: update ecc and tlshand (sync with 9front)
72da0579
– cinap_lenrek
– 2016-04-19T18:42:50-04:00
don't leak /env/fn#server into the environment when using aan
691adfab
– cinap_lenrek
– 2016-04-17T15:31:08-04:00
remove -C flag, cleanup
Next