Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-15 | ip/ipconfig: make ra6 daemon less chatty, log to /sys/log/ipconfig instead ↵ | cinap_lenrek | |
of /sys/log/v6routeradv | |||
2018-08-10 | sdloop(3): import sdloop driver (thanks erik) | mischief | |
2018-08-08 | plan9.ini(8) iwlwifi essid/bssid misleading | 23hiro | |
2018-08-06 | ip(3): document ipifc ipv6 connection and fix delay formatting | mischief | |
2018-08-01 | acme: add spacesindent mode | spew | |
2018-07-25 | add games/dpic and games/todpic | qwx | |
2018-07-24 | spelling | 23hiro | |
2018-07-14 | cwfs -a option misleading | 23hiro | |
2018-07-12 | add games/dmid and games/opl3 | qwx | |
2018-07-12 | wadfs(4): fix typo | qwx | |
2018-07-10 | ndb/cs: add -6 flag for v6 only lookups and "ipv4" control message to toggle ↵ | cinap_lenrek | |
v4 lookups. | |||
2018-06-28 | hgfs(4): fix typo (thanks piroko) | cinap_lenrek | |
2018-06-27 | Persist '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-26 | mus: fix note volume and channel selection; simplify | qwx | |
- 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-22 | stats(8): document -z flag (thanks xcko) | mischief | |
2018-06-13 | sysinfo: minor formatting fix | aiju | |
2018-06-13 | emulators ui: add option for fixed factor scaling and bound scale vertically | qwx | |
2018-06-10 | dhcp6d: add minimal stateless DHCPv6 server for network boot and DNS ↵ | cinap_lenrek | |
configuration | |||
2018-06-09 | add libttf | aiju | |
2018-06-08 | avl(2): add avlmin/avlmax in synopsis | mischief | |
2018-06-03 | getuser(2): add source or sysname() | cinap_lenrek | |
2018-06-03 | devenv: make #ec files not show up as world writable | cinap_lenrek | |
2018-05-29 | sdram: properly support multiple ramdisks, so that ramdiskX corresponds to sdZX | cinap_lenrek | |
2018-05-27 | merge | cinap_lenrek | |
2018-05-27 | sdram: experimental ramdisk driver | cinap_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-27 | sshfs(4): language | aiju | |
2018-05-27 | sshfs(4): don't drink and troff | aiju | |
2018-05-27 | sshfs(4): replace the much maligned -r option | aiju | |
2018-05-24 | dc(1): add pi program as example | aiju | |
2018-05-23 | ndb/dnsquery: handle .ip6.arpa names, don't mount the dns service | cinap_lenrek | |
2018-05-20 | fplot: draw axes; zoom more naturally; unzoom | aiju | |
2018-05-18 | ssh:add -r for extra raw mode | spew | |
2018-05-13 | demote libemu to common code | qwx | |
- too small, nothing else that won't be under /games will use it - "libemu" as a name doesn't make sense here | |||
2018-05-12 | add port of aiju's port of games/2600 | qwx | |
2018-05-12 | add libemu | qwx | |
move redundant code from emulators to a common library | |||
2018-05-11 | fix manpage cross references | cinap_lenrek | |
2018-05-10 | merge | cinap_lenrek | |
2018-05-10 | ppp: set source specific default route regardless of primary flag, set link ↵ | cinap_lenrek | |
speed thru new ctl message when -b is specified | |||
2018-05-10 | ip: add some primitive rate limiting knobs to counteract bufferbloat | cinap_lenrek | |
2018-05-04 | pc: add $ operator | aiju | |
2018-05-03 | ipconfig(8): clarify -p and -P options | cinap_lenrek | |
2018-05-02 | remove ipv6on, update ipconfig(8) | cinap_lenrek | |
2018-04-19 | devip: add "reflect" ctl message, fix memory leaks in icmpv6, fix source ↵ | cinap_lenrek | |
address for icmpttlexceeded, cleanup | |||
2018-04-12 | cpurc: remove obsolete device binds, run diskparts after $sysname is known. ↵ | cinap_lenrek | |
remove /env/boottime. document. | |||
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-06 | remove duplicate -m definition in upasfs(4) (thanks rodri) | henesy | |
2018-03-31 | forp(1): document [] and some bugs | aiju | |
2018-03-28 | add forp(1) manpage | aiju | |
2018-03-23 | lock(2): fix typo | Alex Musolino | |