Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-04 | Make 'g' grep recursively by default. | Ori Bernstein | |
2019-04-07 | uptime: rewrite in awk | BurnZeZ | |
2019-03-27 | inst/startether: skip ipv6 auto configuration when nora6 was specified | cinap_lenrek | |
2019-03-27 | plan9.ini: add nora6= option to disable automatic ipv6 configuration | cinap_lenrek | |
2018-12-07 | add entries for il rcpu | BurnZeZ | |
2018-11-27 | fshalt: wait for fileservers command file to vanish | cinap_lenrek | |
cwfs and hjfs create ther /srv command files with ORCLOSE flag, so they get removed once the fileserver terminates. we can use this to check that the fileserver has in fact finished halting without making assumtions about the time it should maximally take for any fileserver to write out its buffers to disk. | |||
2018-11-13 | rcpu: fix pvar to initialize empty variables (thanks mycroftiv) | cinap_lenrek | |
2018-10-21 | doom: fix music for patch wads | qwx | |
revert last change, which used games/wadfs to expose genmidi and music lumps. replacements from patch wads were never seen that way. instead, write genmidi and music lumps to /tmp and play them from there. | |||
2018-10-10 | hget: do a HEAD request to check if the file is already complete (thanks ↵ | cinap_lenrek | |
miscief) when we continue a download, make sure the file isnt already complete, as otherwise the server might respond with a 416 as the range request will out of range. | |||
2018-10-03 | cpurc: filter ipv6 loopback address for automatic ip address setup (thanks fhs) | cinap_lenrek | |
2018-09-16 | cpurc: handle multiple auth servers | cinap_lenrek | |
2018-09-16 | netaudit: handle multiple ip addresses | cinap_lenrek | |
2018-08-15 | inst/startether: fix typo | cinap_lenrek | |
2018-08-15 | ipv6 autoconfiguration on ethernet | cinap_lenrek | |
for ip autoconfiguration, setup ipv6 link local addresses and do SLAAC in parallel to DHCP. | |||
2018-08-10 | valley: call srand so that actual random phrases are used | mischief | |
2018-08-02 | win: bind the text file properly instead of a special case in " | spew | |
2018-07-14 | screenrc: bind '#v' when not already done (for cpu servers) | cinap_lenrek | |
2018-07-12 | add games/dmid and games/opl3 | qwx | |
2018-06-18 | play(1): handle file names containing consecutive spaces | Alex Musolino | |
2018-05-26 | Bfn improvements | aiju | |
2018-05-19 | dontkill: explicitely set exit status to '' | cinap_lenrek | |
2018-05-02 | remove ipv6on, update ipconfig(8) | cinap_lenrek | |
2018-05-02 | termrc: fix mistake | cinap_lenrek | |
2018-05-01 | termrc: put #u in front for endpoint renaming to be effective, handle ↵ | cinap_lenrek | |
multipe ether= tuples in ndb | |||
2018-04-12 | cpurc: remove obsolete device binds, run diskparts after $sysname is known. ↵ | cinap_lenrek | |
remove /env/boottime. document. | |||
2018-04-02 | 9fs: break 9front case into several cases: 9front, 9bugs, 9contrib, 9grep | stanley lieber | |
2018-02-27 | g: revert accidental change, document missing file type | glenda | |
2018-02-26 | games/mix: fix incorrect line numbers | glenda | |
2018-02-07 | fstype: make copy of first sector in /env to avoid unaligned reads on the ↵ | cinap_lenrek | |
disk (for devfs) devfs crypto partitions do not support unaligned reads, so we make a copy of the first in /env/block and then slice it to find filesystem signatures. thanks mykhal for reporting the issue. | |||
2018-01-07 | rconnect: support -t timeout for aan like in drawterm; also rcpu, rexport/import | 23hiro | |
2018-01-05 | inst: determine kernel for bootsetup from $bootfile and $cputype | cinap_lenrek | |
2018-01-05 | sysinfo: #c/swap -> #¶/swap | cinap_lenrek | |
2017-11-19 | inst/mounthjfs: use /dev/swap instead of #c/swap to determine memory size ↵ | cinap_lenrek | |
(thanks aap) | |||
2017-10-04 | check for fs= in netaudit | aiju | |
2017-09-10 | rename pcf kernel to pc, remove pcf, pccpuf, pccpu64 kernels, update ↵ | cinap_lenrek | |
documentation there isnt much of a point in keep maintaining separate kernel configurations for terminal and cpu kernels as the role can be switched with service=cpu boot parameter. to make stuff cosistent, we will just have one "pc" kernel and one "pc64" kernel configuration now. | |||
2017-08-08 | sysinfo: run aux/icanhasvmx with verbose flag | cinap_lenrek | |
2017-08-08 | sysinfo: only dump #r/nvram on amd64,386 | cinap_lenrek | |
right now, theres no kernel that stores hostowner keys in #r/nvram, but this could change in the future. so only dump #r/nvram on the pc where we know that its not used to hold keys. | |||
2017-08-05 | inst: don't hardcode /net/ether0, might have usb ethernet | cinap_lenrek | |
2017-08-04 | inst: get rid of ppp configuration | cinap_lenrek | |
2017-08-04 | inst: get rid of halt, just run fshalt in finish directly | cinap_lenrek | |
2017-08-04 | inst: post newfs fileservers under /srv/$fstype.newfs to avoid conflict with ↵ | cinap_lenrek | |
preexisting local filesystem | |||
2017-07-17 | hpost: delimit @filenames by newline so files with whitespace aren’t mangled | BurnZeZ | |
2017-07-17 | hpost: fix field content mangling when newlines are present | BurnZeZ | |
2017-06-04 | newt: pipe output of h comnmand through $pager | stanley lieber | |
2017-06-02 | ircrc: strip backspaces, preventing backspace spam (thanks doppler) | cinap_lenrek | |
2017-05-28 | newt: add !cmd | stanley lieber | |
2017-05-26 | newt: honor environment variables $editor and $pager | stanley lieber | |
2017-05-01 | inst/configether: in manual network configuration, ask for dns server | cinap_lenrek | |
2017-04-19 | change cpurc to look for service folder in /cfg/$sysname and /cfg/default | aiju | |
2017-04-19 | disable all services except 17019, 17020 by default | aiju | |