Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-12 | ircrc: fix spurious autojoin | cinap_lenrek | |
2012-10-12 | ircrc(1): man page fixes, thanks pap | stanley lieber | |
2012-10-11 | hget(1): fix man page errors, add another example | stanley lieber | |
2012-10-12 | ircrc: various improvements (thanks again pap!) | cinap_lenrek | |
the -t option was ineffective. this fixes is. fix incompatibility with 9vx as its tcp/status file returns slightly different format than Plan 9. strip annoying character from nickserv. | |||
2012-10-11 | add /rc/bin/formpost; add formpost to hget(1) man page | stanley lieber | |
2012-10-11 | cifsd: fix 64bit fileoffset bug | cinap_lenrek | |
the low 32bit word got *sign-extended* on vlong conversion. m( | |||
2012-10-11 | ircrc(1): fix error | stanley lieber | |
2012-10-11 | add /sys/man/1/ircrc, thanks pap | stanley lieber | |
2012-10-11 | kernel: try to catch some (rare) mistakes | cinap_lenrek | |
kstrcpy() did not null terminate for < 4 byte buffers. fixed, but i dont think there is any case where this can happen in practice. always set malloctag in kstrdup(), cleanup. always use ERRMAX bounded kstrcpy() to set up->errstr, q->err and note[]->msg. paranoia. instead of silently truncating interface name in netifinit(), panic the kernel if interface name is too long as this case is clearly a mistake. panic kernel when filename is too long for addbootfile() in devroot. this might happen if your kernel configuration is messed up. | |||
2012-10-11 | 6in4: fix exit status, less strict src filtering, logging (import from sources) | cinap_lenrek | |
2012-10-10 | kenrel: simplify image cache by use of ccloseq() | cinap_lenrek | |
2012-10-09 | vncv: cleanup | cinap_lenrek | |
2012-10-09 | vncv: fork tcs with RFNOWAIT as we dont collect wait message | cinap_lenrek | |
2012-10-09 | vncv: snarfvers race, silly walks, add -l option for clipboard charset | cinap_lenrek | |
2012-10-09 | /sys/lib/acid/kernel: fix imagecache() and procenv() | cinap_lenrek | |
2012-10-09 | merge | cinap_lenrek | |
2012-10-09 | /sys/lib/acid/kernel: needacid("chan") | cinap_lenrek | |
2012-10-08 | fortunes | aiju | |
2012-10-07 | netaudit(8): english | stanley lieber | |
2012-10-08 | content-driven bullshit | cinap_lenrek | |
2012-10-08 | netaudit changes and manual page | cinap_lenrek | |
2012-10-07 | hjfs(8): fix wording | stanley lieber | |
2012-10-07 | fortunes, rsc, rob: more | stanley lieber | |
2012-10-07 | add /sys/man/8/hjfs | stanley lieber | |
2012-10-07 | just-in-time-scale bullshit | cinap_lenrek | |
2012-10-07 | fixed the bullshit in bullshit | aiju | |
2012-10-07 | /sys/lib/acid/kernel: fix intrcount() | cinap_lenrek | |
2012-10-06 | hjfs(4): fly your flag | stanley lieber | |
2012-10-06 | fortunes, rob, rsc, theo, troll: updates | stanley lieber | |
2012-10-06 | pc kernel: make imagemem maxsize 10% less of mainmem maxsize | cinap_lenrek | |
2012-10-06 | add /sys/man/4/hjfs | stanley lieber | |
2012-10-06 | tftpfs(4) example typo | cinap_lenrek | |
2012-10-06 | httpfile(4) section name quoting | cinap_lenrek | |
2012-10-06 | paint(1) fix bad cross reference | cinap_lenrek | |
2012-10-05 | tftpfs(4): minor corrections | stanley lieber | |
2012-10-06 | tftpfs: add manpage, add -x option | cinap_lenrek | |
2012-10-06 | libfis: do not lie about logical sector units | cinap_lenrek | |
2012-10-05 | urlencode: encode null bytes | cinap_lenrek | |
2012-10-05 | urlencode: fix null byte hexdigit() bug | cinap_lenrek | |
2012-10-05 | urlencode: decode + as space | cinap_lenrek | |
2012-10-05 | replace urlencode with c version that isnt broken for utf-8 | cinap_lenrek | |
2012-10-04 | add /rc/bin/urlencode | stanley lieber | |
2012-10-03 | fixed ream code; added megabyte output to df | aiju | |
2012-10-03 | merge | cinap_lenrek | |
2012-10-03 | liblex: fix allprint() definition (from sources) | cinap_lenrek | |
2012-10-03 | hjfs: debug-chdeind and sync commands added | aiju | |
2012-10-03 | apply sources patch cc-cpp-c99-comm | cinap_lenrek | |
When running "?c -p ...", ensure the backend cpp recognizes C++ comments. 2c(1) states that the compilers recognize // comments, and the bare compilers do. But if you invoke the compiler with '-p', the backend cpp process doesn't handle // comments properly unless you also give ?c the undocumented '-+' option (which it passes through to cpp). | |||
2012-10-03 | fixed debug-getblk | aiju | |
2012-10-03 | hjfs debug commands | aiju | |
2012-10-03 | fixed potential bug in hjfs | aiju | |