shithub: riscv

RSS feed

cce5422e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/14 21:16
ip/tinc: fix mistake from previous commit

dc6772fc – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/13 13:56
libip: prefer v4 over v6 for myipaddr()

06912e53 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/13 12:42
devip: remove unused eipconvtet.c and ptclbsum.c files

57ed5cc3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/13 03:46
devip: ipv6 loopback ::1 has link-local scope

cf509514 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/12 23:47
merge

c0176a50 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/12 23:45
ip/ipconfig: format ipmask with %M instead of %I

0ed8f6ff – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/12 23:04
libip: don't reject ipmask in v6 form for v4 address

ffdbfdf9 – BurnZeZ <devnull@localhost> authored on 2019/02/12 22:24
postscript: use PI

45213ee6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/12 16:44
ip/ipconfig, ndb/dns, libndb: handle parseipmask() errors

d551a83a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/12 16:43
libip: return -1 in parseipmask() and parseipandmask() when mask is not ipv4 and v4 argument was set

7102a232 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/11 18:43
devip: use parseipandmask() for ipifc and route control message parsing

b1c9ddb3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/11 18:42
ndb/dns: provide v4 argument to parseipmask(), use snprint() instead of sprint()

fd277c05 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/11 18:40
upas/smtpd: implement ipv6 support for ip blacklist, replace v4parsecidr() with parseipandmask()

50e617f8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/11 18:38
ratfs: implement ipv6 support, replace v4parsecidr() with parseipandmask()

168dabc1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/11 18:36
ip/rip: use new parseipandmask() function

595fbddb – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/11 18:34
ip/ayiya: use parseipandmask(), use ipvmp() instead of equivip6()

97d45a54 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/11 18:33
ip/6in4: use parseipandmask(), use ipvmp() instead of equivip6()

584343aa – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/11 18:32
ip/tinc: use new parseipandmask() to parse subnets, use ipcmp()/ipmove(), remove prefixlen

7a129309 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/11 18:30
ip/dhcpd: provide v4 argument for parseipmask()

7c3db1d6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/11 18:29
ip/ipconfig: use new parseipandmask() function

a7c01127 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/11 18:28
libndb: provide parseipmask() v4 argument in subnet(), use snprint() instead of sprint()

0af11f97 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/11 18:26
libip: replace v4parsecidr() with new parseipandmask()

66b9196f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/08 17:28
segment(3): use bind -c in examples (thanks henesy)

01b6aa0f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/05 18:10
cifs: merge with steve simons latest version. thank you very much!

a2abe177 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/05 15:53
cifs: fix pruning of . and .. directory entries (thanks steve simon)

31637404 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/01 18:31
bcm: include sdmmc in pi kernel configuration

cefc849a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/01/30 13:22
devdraw: get rid of softscreen==0xa110c hack and make attachscreen() return Memdata*

8e1218ac – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/01/30 13:05
bcm: list devswap only once in devtab array

5b5416aa – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/01/28 18:29
devdraw: simplify drawgen()

8152e9d0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/01/27 17:12
devip: tcp: Don't respond to FIN-less ACKs during TIME-WAIT (thanks Barret Rhoden)

63a0d519 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/01/24 15:30
dhcpd(8), ndb(6): group related ndb attributes together

4e91e4a2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/01/24 15:29
ip/dhcpd: remove undocumented dhcpgroup mechanism, group related ndb attributes together

eb7eea0b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/01/23 16:28
troff: fix -ms mug (thanks aksr)

d1a0091b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/01/23 15:58
dhcpd(8), ndb(6): update documentation (thanks k0ga)

c58df62d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/01/23 15:57
ip/dhcpd: send vendor ndb attribute if available (thanks k0ga)

ad6e6444 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/01/23 15:49
ip/dhcpd: add rootserverip read in lookupip() (thanks k0ga)

3cf63ee1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/01/23 15:47
ip/dhcpd: change swap to rootserver (thanks k0ga)

058951bb – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/01/22 17:08
devtls: remove static "already" flag in tlsinit(). this function is only run once.

26d36c3a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/01/22 17:06
devswap: simplify, don't panic when writing swapfile fails

4b2f3113 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/01/22 16:55
pc64: properly handle faulterror in faultamd64()

927e342a – Alex Musolino <alex@musolino.id.au> authored on 2019/01/22 10:11
upas/fs: remove unused function pop3log

b9745c60 – aiju <aiju@phicode.de> authored on 2019/01/20 07:55
merge

116b0753 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/01/20 07:02
rc: clear out redirections on "rfork F" (RFCFDG)

62bedca1 – aiju <devnull@localhost> authored on 2019/01/19 22:07
dtracy: fix &&

83aa7ba7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/01/13 12:17
ether82563: fix bugus FCA write and link detection for i217

998d4785 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/01/12 16:07
ether82563: work arround spurious jumbo packets on i217 (thanks k0ga)

1759a174 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/01/12 15:07
/sys/lib/plumb/basic: make plumbing page bookmarks work with relative paths (thanks Tobias Heinicke)

0de56a99 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/01/12 14:37
ether82563: use 9018 byte mtu from datasheet for i217, i218, i219

9ba89d63 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/01/12 10:35
merge

53275c70 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/01/12 10:34
ether82563, ether82598, etherx550: round rbsz to multiple of 1K

9f755671 – qwx <devnull@localhost> authored on 2019/01/08 08:22
torrent: avoid trying to fetch blocks past file

d0f824ed – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/01/03 21:51
pc, pc64: properly track dependencies for mem.h on autogenerated apbootstrap.h and reboot.h targets

c88ed648 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/01/02 05:26
upas/fs: don't put messages on the lru that cannot be uncached

de8580ed – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/01/02 05:22
upas/fs: include mkupas in mkfile last to get default target

2c6cc121 – Alex Musolino <alex@musolino.id.au> authored on 2018/12/30 19:00
upas/fs: fix infinite loop in putcache (again)

f464b7ff – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2018/12/28 06:46
rsa(8): add example for tinc(8) (thanks k0ga, qwx)

83b854df – aiju <devnull@localhost> authored on 2018/12/28 05:26
dtracy: fix conditional branch generation

ca10fcca – BurnZeZ <devnull@localhost> authored on 2018/12/25 23:51
remove function prototype that leaked into last commit

c650a7db – BurnZeZ <devnull@localhost> authored on 2018/12/25 23:47
tcs: clean up old port code, and avoid writing 0 to stdout

27921a1b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2018/12/26 00:04
mk: fix closing random fd from uninitialized stack variable (thanks BurnZeZ, mycroftiv)

1b619dea – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2018/12/24 14:06
nusb/disk: revert previous attempts and just not issue capacity command when theres no media present

ee9b2955 – Ori Bernstein <ori@eigenstate.org> authored on 2018/12/23 18:10
Make the check work.

c80f22f7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2018/12/24 00:10
nusb/disk: implement 64 bit lba read/write commands (16 byte commands)

2aec1f8a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2018/12/24 00:05
nusb/disk: fix typo "("

bb151fa7 – Ori Bernstein <ori@eigenstate.org> authored on 2018/12/23 14:44
Don't unnecessarily unstall devices.

ec1c1b9b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2018/12/23 20:21
dossrv: cleanup

1e0b65c8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2018/12/23 17:43
dossrv: make GLONG() return ulong, handle getsect() error in dostat()

d843bc8e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2018/12/23 12:48
etherx550: add intel 10GB ethernet controlller x550 driver (thanks joe9)

426c9893 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2018/12/23 12:41
ether82598: fix multicast filter (thanks aiju, joe9)

4a634d21 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2018/12/22 15:49
dossrv: use 64 bit vlong for sectors

9fe13773 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2018/12/15 15:39
dtracy: avoid pointer to integer truncation warning on amd64

192a222f – aiju <devnull@localhost> authored on 2018/12/15 06:57
fplot: fix operator associativity

31141024 – aiju <devnull@localhost> authored on 2018/12/13 11:15
fplot: add min/max operators

c7304ea0 – aiju <devnull@localhost> authored on 2018/12/13 05:42
dtracy: get rid of DTName struct, support more than three parts in a probe name, wildcard matching

dae5a441 – aiju <devnull@localhost> authored on 2018/12/13 05:38
pc(1): reference counting bug

c69bf6e0 – Alex Musolino <alex@musolino.id.au> authored on 2018/12/13 07:00
merge

b830824c – Alex Musolino <alex@musolino.id.au> authored on 2018/12/13 06:59
upas/fs: remove now unnecessary "force" argument to cachefree

eb5676d4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2018/12/12 14:33
upas/fs: handle errors from fetch for cachebody()/cacheheaders()

9b194f23 – Alex Musolino <alex@musolino.id.au> authored on 2018/12/12 07:51
merge

b836802f – Alex Musolino <alex@musolino.id.au> authored on 2018/12/12 07:48
upas/fs: fix infinite loop in putcache

4c68cfa4 – stanley lieber <stanley.lieber@gmail.com> authored on 2018/12/11 07:57
fortunes: [9fans] ..... UNSUBSCRIBE_HELP NEEDED

40d6302b – aiju <devnull@localhost> authored on 2018/12/11 04:20
forgotten files

a6517fb4 – aiju <devnull@localhost> authored on 2018/12/11 04:17
kernel: change peek to return number of characters left rather than 0/-1

cc066d81 – aiju <devnull@localhost> authored on 2018/12/11 04:09
dtracy: catch page faults

6f304201 – aiju <devnull@localhost> authored on 2018/12/11 02:44
add dtracy support to mkdevc and enable dtracy with plan9.ini

e93a8571 – BurnZeZ <devnull@localhost> authored on 2018/12/10 00:18
sshfs: add exits(nil) to threadmain

ca851bbb – aiju <devnull@localhost> authored on 2018/12/09 16:43
dtracy: call dtptrigger with a struct pointer rather than a list of arguments; put return value in arg9

b96be173 – aiju <devnull@localhost> authored on 2018/12/08 13:04
dtracy: fix lexer bug

722a1a33 – aiju <devnull@localhost> authored on 2018/12/08 12:24
fix dtracy man page

6056a46c – aiju <devnull@localhost> authored on 2018/12/08 11:35
add dtracy manpage

58fa2944 – aiju <devnull@localhost> authored on 2018/12/08 10:07
dtracy: add support for aggregations

03e60450 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2018/12/07 11:32
rio: get rid of window delete thread, fix mysterious disappearing windows

96b1debb – BurnZeZ <devnull@localhost> authored on 2018/12/06 20:41
add entries for il rcpu

c6d4cd09 – BurnZeZ <devnull@localhost> authored on 2018/12/06 01:53
ptrap(4): fix formatting

4415dde6 – aiju <devnull@localhost> authored on 2018/12/06 05:56
forp: change indexing to verilog-like semantics

023f5eca – BurnZeZ <devnull@localhost> authored on 2018/12/06 02:11
acid: fix transcript

64d0d3b8 – aiju <devnull@localhost> authored on 2018/12/06 04:32
libmp: fix mptouv behaviour to match mptoui

17b80cbc – aiju <devnull@localhost> authored on 2018/12/06 04:32
libmp: add tests for integer conversions

7e477cc7 – aiju <devnull@localhost> authored on 2018/12/05 05:26
mptov: make it actually work

68910930 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2018/12/04 22:59
kernel: remove unused static variable "sofar" from timerintr() (thanks mischief)

Next