Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-15 | ip/ipconfig: use unique ip/ipmask/ipgw values close to match for ndbconfig | cinap_lenrek | |
2018-04-14 | ndb/cs: remove paranoia debug toggle | cinap_lenrek | |
2018-04-14 | libc: allow /net/cs to specify local address for dial() | cinap_lenrek | |
2018-04-12 | add missing ethermii.h dependencies. patch from cinap_lenrek | kremlin | |
2018-04-12 | cpurc: remove obsolete device binds, run diskparts after $sysname is known. ↵ | cinap_lenrek | |
remove /env/boottime. document. | |||
2018-04-11 | ip/ipconfig: setup per local address default routes | cinap_lenrek | |
2018-04-11 | devip: make v4 ifc broadcast and multicast routes specific to address | cinap_lenrek | |
this allows one to access the same network via multiple interfaces, the local address then determines which interface is used. | |||
2018-04-10 | ip/gping: icmpv6 support | cinap_lenrek | |
2018-04-10 | devip: properly initialize the connection ignoreadvice and tos flags | cinap_lenrek | |
2018-04-10 | ip/traceroute: icmpv6 support | cinap_lenrek | |
2018-04-10 | ip/ping: stop doing clever things with dialstrings, just let cs/dial figure ↵ | cinap_lenrek | |
it out | |||
2018-04-08 | ip(3): troff magic | cinap_lenrek | |
2018-04-08 | ip(3): document changes on /net/arp and /net/iproute | cinap_lenrek | |
2018-04-08 | ip/ipconfig: fix v6 ndp code, use source specific default routes | cinap_lenrek | |
2018-04-08 | devip: implement source specific routing | cinap_lenrek | |
2018-04-08 | nusb/usbd: increase buffer size to capture port information | cinap_lenrek | |
due to the addition of uframes property, the buffer got truncated resulting in usbd not recognizing the number of roothub ports. | |||
2018-04-06 | remove duplicate -m definition in upasfs(4) (thanks rodri) | henesy | |
2018-04-02 | ape: improve assert macro | mischief | |
in a statement such as: if(expr) assert(a); else assert(b); the previous definition of assert would fail to compile, as the else would be dangling. with a ternary expression, this construct works fine. | |||
2018-04-02 | 9fs: break 9front case into several cases: 9front, 9bugs, 9contrib, 9grep | stanley lieber | |
2018-03-31 | forp(1): document [] and some bugs | aiju | |
2018-03-31 | forp: fix precedence for [] | aiju | |
2018-03-31 | gb*: reverse savegame field polarity | qwx | |
2018-03-31 | blit,c64,gb*: fix phaser coolant leak during resize | qwx | |
2018-03-28 | add forp(1) manpage | aiju | |
2018-03-28 | sat.h: update to include satget | aiju | |
2018-03-28 | forp: fix multiplication; change division to C semantics | aiju | |
2018-03-28 | add forp | aiju | |
2018-03-26 | libsat: fix one of the satmore() bugs | aiju | |
2018-03-23 | lock(2): fix typo | Alex Musolino | |
2018-03-22 | sat: satget: don't duplicate binary clauses | aiju | |
2018-03-22 | sat: satget: include unit literals | aiju | |
2018-03-22 | sat: add satget | aiju | |
2018-03-20 | sshfs: usage | aiju | |
2018-03-20 | resample(1): document -n option | aiju | |
2018-03-20 | man pages: SYNOPSYS typo | 23hiro | |
2018-03-20 | libsat: setmalloctag, fix incorrect allocation size | aiju | |
2018-03-19 | devip: pick source address for neighbor solicitations as of rfc4861 7.2.2, ↵ | cinap_lenrek | |
cleanup rfc4861 7.2.2: If the source address of the packet prompting the solicitation is the same as one of the addresses assigned to the outgoing interface, that address SHOULD be placed in the IP Source Address of the outgoing solicitation. this change adds ndbsendsol() which handles the source address selection and also handles the arp table locking; avoiding access to the arp entry after the arp table is unlocked. cleanups: - use ipmove() instead of memmove(). - useless extern qualifiers | |||
2018-03-18 | merge | cinap_lenrek | |
2018-03-18 | devip: more v6 improvements | cinap_lenrek | |
ipv4local() and ipv6local() now take remote address argument, returning the closest local address to the source. this implements the standartized source address selection rules instead of just returning the first local v4 or v6 address. the source address selection was broken for esp, rudp an udp, blindly assuming ifc->lifc->local being a valid v4 address. use ipv6local() instead. the v6 routing code used to lookup source address route to decide to drop the packet instead of checking the interface on the destination route. factor out the route hint from Conv and put it in Routehint structure. avoiding stack bloat in v4 routing. implement the same trick for v6 avoiding second route lookup in ipoput6. fix memory leak in icmpv6 router solicitation handling. remove old unfinished handling of multiple v6 routers. should implement source specific routes instead. avoid duplication, use common convipvers() function. use isv4() instead of memcmp v4prefix. | |||
2018-03-18 | ip/ipconfig: stop spamming the console about router receiving RA's | cinap_lenrek | |
2018-03-18 | add sat(1) command | aiju | |
2018-03-18 | satmore: don't try to override user defined variables | aiju | |
2018-03-18 | add #pragma incomplete to sat.h | aiju | |
2018-03-17 | nusb/ptp: set storage name to their human readable description string | mischief | |
2018-03-17 | devusb: fix format print warnings for ep->ntds and ep->uframes | cinap_lenrek | |
2018-03-17 | camv: fix display locking issues | cinap_lenrek | |
2018-03-17 | add libsat | aiju | |
2018-03-17 | mines(1): fix misleading HISTORY wording | aiju | |
2018-03-17 | pc64: fix _intrr(), avoid the linker moving _intrr() arround | cinap_lenrek | |
2018-03-17 | pc64: add magic _intrr() symbol for ktrace (thanks mischief) | cinap_lenrek | |