summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-12ircrc: fix spurious autojoincinap_lenrek
2012-10-12ircrc(1): man page fixes, thanks papstanley lieber
2012-10-11hget(1): fix man page errors, add another examplestanley lieber
2012-10-12ircrc: 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-11add /rc/bin/formpost; add formpost to hget(1) man pagestanley lieber
2012-10-11cifsd: fix 64bit fileoffset bugcinap_lenrek
the low 32bit word got *sign-extended* on vlong conversion. m(
2012-10-11ircrc(1): fix errorstanley lieber
2012-10-11add /sys/man/1/ircrc, thanks papstanley lieber
2012-10-11kernel: try to catch some (rare) mistakescinap_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-116in4: fix exit status, less strict src filtering, logging (import from sources)cinap_lenrek
2012-10-10kenrel: simplify image cache by use of ccloseq()cinap_lenrek
2012-10-09vncv: cleanupcinap_lenrek
2012-10-09vncv: fork tcs with RFNOWAIT as we dont collect wait messagecinap_lenrek
2012-10-09vncv: snarfvers race, silly walks, add -l option for clipboard charsetcinap_lenrek
2012-10-09/sys/lib/acid/kernel: fix imagecache() and procenv()cinap_lenrek
2012-10-09mergecinap_lenrek
2012-10-09/sys/lib/acid/kernel: needacid("chan")cinap_lenrek
2012-10-08fortunesaiju
2012-10-07netaudit(8): englishstanley lieber
2012-10-08content-driven bullshitcinap_lenrek
2012-10-08netaudit changes and manual pagecinap_lenrek
2012-10-07hjfs(8): fix wordingstanley lieber
2012-10-07fortunes, rsc, rob: morestanley lieber
2012-10-07add /sys/man/8/hjfsstanley lieber
2012-10-07just-in-time-scale bullshitcinap_lenrek
2012-10-07fixed the bullshit in bullshitaiju
2012-10-07/sys/lib/acid/kernel: fix intrcount()cinap_lenrek
2012-10-06hjfs(4): fly your flagstanley lieber
2012-10-06fortunes, rob, rsc, theo, troll: updatesstanley lieber
2012-10-06pc kernel: make imagemem maxsize 10% less of mainmem maxsizecinap_lenrek
2012-10-06add /sys/man/4/hjfsstanley lieber
2012-10-06tftpfs(4) example typocinap_lenrek
2012-10-06httpfile(4) section name quotingcinap_lenrek
2012-10-06paint(1) fix bad cross referencecinap_lenrek
2012-10-05tftpfs(4): minor correctionsstanley lieber
2012-10-06tftpfs: add manpage, add -x optioncinap_lenrek
2012-10-06libfis: do not lie about logical sector unitscinap_lenrek
2012-10-05urlencode: encode null bytescinap_lenrek
2012-10-05urlencode: fix null byte hexdigit() bugcinap_lenrek
2012-10-05urlencode: decode + as spacecinap_lenrek
2012-10-05replace urlencode with c version that isnt broken for utf-8cinap_lenrek
2012-10-04add /rc/bin/urlencodestanley lieber
2012-10-03fixed ream code; added megabyte output to dfaiju
2012-10-03mergecinap_lenrek
2012-10-03liblex: fix allprint() definition (from sources)cinap_lenrek
2012-10-03hjfs: debug-chdeind and sync commands addedaiju
2012-10-03apply sources patch cc-cpp-c99-commcinap_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-03fixed debug-getblkaiju
2012-10-03hjfs debug commandsaiju
2012-10-03fixed potential bug in hjfsaiju