Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-03-17 | devfs: revert commit 4000 | qwx | |
induces a kernel panic under normal circumstances | |||
2018-03-17 | kernel: let /rc/bin/diskparts attach #k after #S partitions are loaded up | qwx | |
2018-03-17 | devfs: only set configed flag if config was read successfully | qwx | |
this is just to retry reading the configuration at least once after an error | |||
2018-03-14 | nvidia: add pci device id for GeForce 6200 AGB (thanks bitmapper) | cinap_lenrek | |
2018-03-10 | games/mines: build a better ghost trap | aiju | |
2018-03-09 | mptod/dtomp: add to mp.h | aiju | |
2018-03-09 | mp: add mptod and dtomp | aiju | |
2018-03-07 | add camv | aiju | |
2018-03-07 | nusb/cam: ctl message fixes | aiju | |
2018-03-07 | add nusb/cam | aiju | |
2018-03-07 | usb lib: add maxpkt and ntds to Altc struct | aiju | |
2018-03-07 | usbehci: catch interrupt in tsleep | aiju | |
2018-03-06 | usbehci: add uframes control request to return uframes one at a time | aiju | |
2018-03-05 | merge | cinap_lenrek | |
2018-03-05 | usbehci: fix medium- to low quality highspeed isochronous transfers | cinap_lenrek | |
everything was broken. strting with hsinit not even chaining the itd's into a ring. followed by broken buffer pointer pages. finally, the interrupt handler's read transaction length calculation was completely bugged, using the *FRAME* index to access descriptors csw[] fields and not reseting tdi->ndata thru the loop. minor stuff: iso->data needs to be freed with ctlr->dmafree() put ival in iso->ival so ctl message cannot override the endpoints pollival and screw up deallocation. | |||
2018-03-04 | sshfs: update qid and filename on Tcreate | aiju | |
2018-03-04 | merge | cinap_lenrek | |
2018-03-04 | igfx: add support for T510 (thanks mycroftiv) | cinap_lenrek | |