summaryrefslogtreecommitdiff
path: root/sys/man
AgeCommit message (Collapse)Author
2018-08-15ip/ipconfig: make ra6 daemon less chatty, log to /sys/log/ipconfig instead ↵cinap_lenrek
of /sys/log/v6routeradv
2018-08-10sdloop(3): import sdloop driver (thanks erik)mischief
2018-08-08plan9.ini(8) iwlwifi essid/bssid misleading23hiro
2018-08-06ip(3): document ipifc ipv6 connection and fix delay formattingmischief
2018-08-01acme: add spacesindent modespew
2018-07-25add games/dpic and games/todpicqwx
2018-07-24spelling23hiro
2018-07-14cwfs -a option misleading23hiro
2018-07-12add games/dmid and games/opl3qwx
2018-07-12wadfs(4): fix typoqwx
2018-07-10ndb/cs: add -6 flag for v6 only lookups and "ipv4" control message to toggle ↵cinap_lenrek
v4 lookups.
2018-06-28hgfs(4): fix typo (thanks piroko)cinap_lenrek
2018-06-27Persist 'k' command in mothra and add matching -k flag (thanks piroko)23hiro
"I sometimes find myself on either slow or data-capped network links where downloading images isn't ideal. Attached is a simple patch to mothra that changes the 'k' command to not only remove already-downloaded images from a page, but also toggle a state such that mothra won't attempt to download images on future visited sites until 'k' is toggled again. This also adds a '-k' flag to mothra which enables the flag at startup." --Jeremy O'Brien<neutral@fastmail.com> on 9fans
2018-06-26mus: fix note volume and channel selection; simplifyqwx
- fix overwriting channel 10 with channel 9 - fix using channel volume instead of last volume when setting note (fixes d_doom and others) - remove useless state
2018-06-22stats(8): document -z flag (thanks xcko)mischief
2018-06-13sysinfo: minor formatting fixaiju
2018-06-13emulators ui: add option for fixed factor scaling and bound scale verticallyqwx
2018-06-10dhcp6d: add minimal stateless DHCPv6 server for network boot and DNS ↵cinap_lenrek
configuration
2018-06-09add libttfaiju
2018-06-08avl(2): add avlmin/avlmax in synopsismischief
2018-06-03getuser(2): add source or sysname()cinap_lenrek
2018-06-03devenv: make #ec files not show up as world writablecinap_lenrek
2018-05-29sdram: properly support multiple ramdisks, so that ramdiskX corresponds to sdZXcinap_lenrek
2018-05-27mergecinap_lenrek
2018-05-27sdram: experimental ramdisk drivercinap_lenrek
this driver makes regions of physical memory accessible as a disk. to use it, ramdiskinit() has to be called before confinit(), so that conf.mem[] banks can be reserved. currently, only pc and pc64 kernel use it, but otherwise the implementation is portable. ramdisks are not zeroed when allocated, so that the contents are preserved across warm reboots. to not waste memory, physical segments do not allocate Page structures or populate the segment pte's anymore. theres also a new SG_CHACHED attribute.
2018-05-27sshfs(4): languageaiju
2018-05-27sshfs(4): don't drink and troffaiju
2018-05-27sshfs(4): replace the much maligned -r optionaiju
2018-05-24dc(1): add pi program as exampleaiju
2018-05-23ndb/dnsquery: handle .ip6.arpa names, don't mount the dns servicecinap_lenrek
2018-05-20fplot: draw axes; zoom more naturally; unzoomaiju
2018-05-18ssh:add -r for extra raw modespew
2018-05-13demote libemu to common codeqwx
- too small, nothing else that won't be under /games will use it - "libemu" as a name doesn't make sense here
2018-05-12add port of aiju's port of games/2600qwx
2018-05-12add libemuqwx
move redundant code from emulators to a common library
2018-05-11fix manpage cross referencescinap_lenrek
2018-05-10mergecinap_lenrek
2018-05-10ppp: set source specific default route regardless of primary flag, set link ↵cinap_lenrek
speed thru new ctl message when -b is specified
2018-05-10ip: add some primitive rate limiting knobs to counteract bufferbloatcinap_lenrek
2018-05-04pc: add $ operatoraiju
2018-05-03ipconfig(8): clarify -p and -P optionscinap_lenrek
2018-05-02remove ipv6on, update ipconfig(8)cinap_lenrek
2018-04-19devip: add "reflect" ctl message, fix memory leaks in icmpv6, fix source ↵cinap_lenrek
address for icmpttlexceeded, cleanup
2018-04-12cpurc: remove obsolete device binds, run diskparts after $sysname is known. ↵cinap_lenrek
remove /env/boottime. document.
2018-04-08ip(3): troff magiccinap_lenrek
2018-04-08ip(3): document changes on /net/arp and /net/iproutecinap_lenrek
2018-04-06remove duplicate -m definition in upasfs(4) (thanks rodri)henesy
2018-03-31forp(1): document [] and some bugsaiju
2018-03-28add forp(1) manpageaiju
2018-03-23lock(2): fix typoAlex Musolino