shithub: riscv

RSS feed

23d217af – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/07 17:08
devloopback: simplify loopoput()

857f2528 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/07 17:05
ip: always pass a single block to Medium.bwrite(), avoid concatblock() calls in Dev.bwrite()

ea993877 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/07 16:40
ip/nullmedium: free passed block in nullbwrite()

59dd0af5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/07 16:39
ip/tcp: remove useless nil checks for padblock() and allocb() return value

c1fd7c21 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/05 16:08
kernel: fix missing ; in panic() call

963497f0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/05 16:05
kernel: avoid padblock copying for devtls/devssl/esp, cleanup debugging

240590ab – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/05 14:31
archacpi: fix format string warning on amd64

fa5bd712 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/05 14:26
devmnt: avoid memory copies of I/O rpc buffer by using bwrite()

5c1feb0e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/05 14:00
libc: move calloc() into its own compilation unit

bf9bada0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/01 05:50
winwatch: put previous label contents in edit buffer for relabling

95609d52 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/10/30 19:30
8c: fix double compiling FNX complex lvalue in cgen64()

62d31086 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/10/30 16:32
ape/libsec: add secp384r1 curve parameters for tls

ef8cbbba – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/10/29 22:17
merge

c9d55cad – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/10/29 22:15
libsec: add secp384r1 curve parameters for tls

cf5d2403 – spew <devnull@localhost> authored on 2016/10/26 10:01
winwatch: no more 'l' key labeling

d5992857 – spew <devnull@localhost> authored on 2016/10/25 18:53
winwatch: middle mouse button click also prompts for label

7b8c6ae4 – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2016/10/24 19:51
stats: alternatively read battery and temp from aux/acpi

1f3600c8 – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2016/10/24 19:50
aux/acpi: make it stats(8)-friendly

234137bc – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/10/24 16:56
fix bugs and cleanup cryptsetup code

f3feafc4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/10/23 13:18
auth/factotum: bound the number of srv processes to 16, error the 9p rpc when it is over limit

b728f50a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/10/23 13:16
lib9p: limit the number of srv processes kept arround 8

98dba9a4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/10/23 00:09
pc/archacpi: don't do acpi initialization in the kernel, provide generic acpimem routines

055f8370 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/10/22 20:31
ip: simplify code as packblock() and concatblock() will never error

75c6ab45 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/10/22 20:29
devip: simplify ipbwrite() by using retun value of qbwrite()

ef5c862c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/10/22 20:25
ip/icmp: only reply to echo request when directed to us and source is unicast

a8d00e5d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/10/21 20:35
gif: just read and decode the first image when -9 or -c flag is specified

6d97f77c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/10/21 20:04
libdraw: avoid dropping queued button change mouse events in emouse()

e5dc3ade – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/10/21 20:02
mothra: avoid flushimage() calls, event() will implicitely flush

3145ca7d – spew <devnull@localhost> authored on 2016/10/19 18:15
mpc: remove unused yylval type

26e00d01 – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2016/10/18 19:05
aux/acpi: batteries and CPU temp reading so far

e01577f8 – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2016/10/18 19:04
archacpi: optionally export acpi memory regions; properly initialize environment

06dd1826 – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2016/10/18 17:25
sam: revert showdata crap

d010b87b – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2016/10/18 16:27
sam: corner cases are hard

e19308ee – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2016/10/18 16:22
sam: fixup :(

dff69d59 – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2016/10/18 16:02
samterm: support "showdata" plumb action

40f69f4d – stanley lieber <stanley.lieber@gmail.com> authored on 2016/10/16 10:16
fortunes: does that me a dipshit

0a7a7175 – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2016/10/15 19:42
scram: remove _PTS(5). it just doesn't make any sense

277913c9 – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2016/10/15 19:34
scram: oops. word is 0xffff, not 0xff

375ad2d3 – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2016/10/15 19:10
scram: run _PTS(5) and disable GPEs before entering S5. x200s shuts down properly now

7392dce0 – stanley lieber <stanley.lieber@gmail.com> authored on 2016/10/10 09:43
fortunes: Angular uses the term "scope" in a manner akin to the fundamentals of co

b563ed75 – BurnZeZ <brz-9dev@feline.systems> authored on 2016/10/03 08:31
iwhois(1): make -n work, add .org, and a couple minor changes

062a4660 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/28 15:25
nusb/kb: set usage to 0 (undefined) for items exceeding usage list

9cb3e590 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/28 15:15
nusb/lib: fix wrong endpoint id when openep() finds already existing endpoint file

ab3492f0 – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2016/09/26 19:00
sam: putenv("%", ...): don't crash when no file is current

d8b4f954 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/22 07:04
sam: use $% instead of $f for filename to be consistent with acme

52cacba3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/22 06:49
sam: make current filename available to shell commands in $f (thanks aiju)

483e54a0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/21 17:57
ip(3): spelling, thanks sl