| Age | Commit message (Expand) | Author |
| 2015-08-06 | kernel: change vmemchr() length argument to ulong and simplify | cinap_lenrek |
| 2015-08-06 | kernel: use Etoolong[] constant instead of string literal in validname0() | cinap_lenrek |
| 2015-08-06 | kernel: make shargs() function static in sysproc.c | cinap_lenrek |
| 2015-08-06 | kernel: reject empty argv (argv[0] == nil) in sysexec() | cinap_lenrek |
| 2015-08-05 | init: do not run $home/lib/profile when cd $home failed | cinap_lenrek |
| 2015-08-05 | kfs: set permission of / to 0775 on ream | cinap_lenrek |
| 2015-08-05 | cwfs: set permission of / to 0775 on ream | cinap_lenrek |
| 2015-08-05 | pc, pc64: remove unused psaux driver, cleanup devkbd | cinap_lenrek |
| 2015-08-05 | devkbd: disable mosue/keyboard on shutdown, disable ps2 mouse on init, remove... | cinap_lenrek |
| 2015-08-04 | kernel: remove unused qstate() function | cinap_lenrek |
| 2015-08-04 | devkbd: poll pc keyboard before blocking on kbd.q | cinap_lenrek |
| 2015-08-04 | python: use altzone | cinap_lenrek |
| 2015-08-04 | ape: implement altzone for tzset() | cinap_lenrek |
| 2015-08-04 | ape: fix mktime() again | cinap_lenrek |
| 2015-08-03 | resample: simplify getint() | cinap_lenrek |
| 2015-08-03 | libc: make atoi() not parse c-style octal and hex numbers | cinap_lenrek |
| 2015-08-03 | crop: use strtol() instead of atoi() | cinap_lenrek |
| 2015-08-03 | bitsy: replace atoi() calls with strtol() when hex can be expcted | cinap_lenrek |
| 2015-08-03 | pc, pc64: replace atoi() calls with strtol() when hex can be expcte | cinap_lenrek |
| 2015-08-03 | kernel: dont rely on atoi() parsing hex for netif/devbridge | cinap_lenrek |
| 2015-08-03 | webcookies: fix typo | cinap_lenrek |
| 2015-08-03 | 9pcon: use strtol() to parse integers | cinap_lenrek |
| 2015-08-03 | libcontrol: use strtol() to parse integer arguments | cinap_lenrek |
| 2015-08-03 | libhttpd: use strtol to parse decimal character references in httpunesc() | cinap_lenrek |
| 2015-08-03 | snoopy: dont rely on atoi() being able to parse hex | cinap_lenrek |
| 2015-08-03 | bitsy/keyboard: do not rely on atoi() being able to parse hex | cinap_lenrek |
| 2015-08-03 | libauthsrv: readnvram() use vlong for nvroff, parse $nvlen/$nvoff with strtol... | cinap_lenrek |
| 2015-08-03 | webcookies: use strtol() to parse HH:MM:SS | cinap_lenrek |
| 2015-08-03 | aux/vga: dont rely on atoi() being able to parse hex | cinap_lenrek |
| 2015-08-03 | devenv: simplify envremove(), cleanup | cinap_lenrek |
| 2015-08-02 | devenv: avoid indirection, keep Evalue's allocated in an array | cinap_lenrek |
| 2015-08-02 | 1c,2c,7c,kc,vc: honor suppress condition for outstring() in swt.c | cinap_lenrek |
| 2015-08-02 | ipv6on: fix search for ip attribute (thanks kenji arisawa) | cinap_lenrek |
| 2015-08-02 | pc, pc64: set *bootscreen= when framebuffer changes | cinap_lenrek |
| 2015-08-02 | kernel: cleanup qlock.c to use nil instead of 0 for pointers | cinap_lenrek |
| 2015-08-01 | mothra: show <source> tag within <video>/<audio> tags | cinap_lenrek |
| 2015-08-01 | mothra: fix nil crash on missing name/src attributes for source/video/audio/e... | cinap_lenrek |
| 2015-08-01 | mothra: enable compiler warnings and type checking, cleanup | cinap_lenrek |
| 2015-08-01 | mothra: fix double button hit | cinap_lenrek |
| 2015-08-01 | mothra: cleanup url handling | cinap_lenrek |
| 2015-08-01 | mothra: fix selurl() | cinap_lenrek |
| 2015-08-01 | jpg/ico: fix mkfile | cinap_lenrek |
| 2015-08-01 | mothra: support for inline images and <image> tag | cinap_lenrek |
| 2015-08-01 | webcookies: create lockfile with 0600 permission, always use create() with pe... | cinap_lenrek |
| 2015-08-01 | bio(2): Bterm() closes filedescriptor for Bfdopen() allocated buffer | cinap_lenrek |
| 2015-07-31 | jpg/ico: support for embedded png icons | cinap_lenrek |
| 2015-07-31 | webcookies: fix implicit path cookie handling | cinap_lenrek |
| 2015-07-31 | aux/vga: sandybridge support for igfx (unfinished) | cinap_lenrek |
| 2015-07-31 | iostats: add -C to usage | cinap_lenrek |
| 2015-07-30 | devmnt: fix mntcache() | cinap_lenrek |