git: 9front

RSS feed

56f54dbb – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/24 22:52
ip/ppp: fix %.*s format in debug print

64fc5cfe – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/24 22:51
ip/pppoe: fix %.*s format in debug prints

373b8324 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/24 22:50
ip/socksd: fix %.*s format in dialstring

713dc36a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/24 22:49
ip/tftpd: fix %.*s format for homedir path

68817e5f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/24 22:48
ip/torrent: fix %.*s format in dialstring

61c6956d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/24 22:45
libpanel: fix %.*s format in pl_snarfentry()

d95417fa – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/24 22:41
nusb/audio: fix %.*s format usage

a863e6db – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/24 22:39
upas/fs: fix %.*s format usage

606beefd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/24 22:34
upas/ned: fix %.*s format in parsesearch(), improve mkfile

728bcbf9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/24 22:31
upas/scanmail: fix %.*s format in xprint(), improve mkfile

15575c53 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/24 22:29
upas/smtp: fix %.*s format for challenge in smtpcram()

6f435041 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/24 22:25
vt: fix %.*s in sendncars()

ef86c10f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/24 22:21
webfs: properly handle %.*s in url path and debug prints

8dba969c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/02/24 20:19
ssh: don't assume error messages are ASCII. format number of complete runes, not bytes.

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

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

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

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

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

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

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

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

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

4027b197 – 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

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

8137b4ee – 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()

af79a471 – 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()

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

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

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

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

5e269446 – 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

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

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

5aa5f7ef – 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()

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

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

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

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

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

97f1b5dd – 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*

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

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

c1e23565 – 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)

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

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

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

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

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

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

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

efa8aaf9 – 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.

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

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

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

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

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

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

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

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

1a6439e4 – 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)

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

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

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

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

f542b27e – 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

a9a42e96 – 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

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

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

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

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

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

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

4ec62786 – 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)

4413bdcf – 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

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

17e5fba6 – 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)

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

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

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

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

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

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

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

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

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

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

c6b1ae92 – 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

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

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

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

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

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

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

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

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

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

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

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

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

Next