summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-09kernel: mount flag is int not ulong, reduce size of Mount struct by putting m...cinap_lenrek
2015-08-09kernel: pgrpcpy(), simplify Mount structurecinap_lenrek
2015-08-09kernel: fix Mheadachecinap_lenrek
2015-08-08rootstub: add spimcinap_lenrek
2015-08-08cdproto: add spimcinap_lenrek
2015-08-08add /spimcinap_lenrek
2015-08-08python: fix build for objtype=$spimcinap_lenrek
2015-08-08gs: fix build for objtype=spimcinap_lenrek
2015-08-08libmp: fix build for objtype=spimcinap_lenrek
2015-08-08ape: fix build for objtype=spimcinap_lenrek
2015-08-08fix library mkfiles for objtype=spimcinap_lenrek
2015-08-05libmach: remove redundant check for big endianmischief
2015-08-05libmach: remove useless error check from previous commitmischief
2015-08-05libmach: set correct endianness with little endian ELF32 mips binariesmischief
2015-08-06kernel: remove unused MAXCRYPT constant from portdat.hcinap_lenrek
2015-08-06vgaigfx: remove #define MB, theres a MB enum in portdat.hcinap_lenrek
2015-08-06kernel: have to validate argv[] again when copying to the new stackcinap_lenrek
2015-08-06kernel: limit argv[] strings to the USTKSIZE to avoid overflowcinap_lenrek
2015-08-06kernel: validnamedup() the name argument for segattach()cinap_lenrek
2015-08-06kernel: fix indention in validname0()cinap_lenrek
2015-08-06kernel: limit syscallfmt user strings to 64K (as in validname)cinap_lenrek
2015-08-06kernel: change vmemchr() length argument to ulong and simplifycinap_lenrek
2015-08-06kernel: use Etoolong[] constant instead of string literal in validname0()cinap_lenrek
2015-08-06kernel: make shargs() function static in sysproc.ccinap_lenrek
2015-08-06kernel: reject empty argv (argv[0] == nil) in sysexec()cinap_lenrek
2015-08-05init: do not run $home/lib/profile when cd $home failedcinap_lenrek
2015-08-05kfs: set permission of / to 0775 on reamcinap_lenrek
2015-08-05cwfs: set permission of / to 0775 on reamcinap_lenrek
2015-08-05pc, pc64: remove unused psaux driver, cleanup devkbdcinap_lenrek
2015-08-05devkbd: disable mosue/keyboard on shutdown, disable ps2 mouse on init, remove...cinap_lenrek
2015-08-04kernel: remove unused qstate() functioncinap_lenrek
2015-08-04devkbd: poll pc keyboard before blocking on kbd.qcinap_lenrek
2015-08-04python: use altzonecinap_lenrek
2015-08-04ape: implement altzone for tzset()cinap_lenrek
2015-08-04ape: fix mktime() againcinap_lenrek
2015-08-03resample: simplify getint()cinap_lenrek
2015-08-03libc: make atoi() not parse c-style octal and hex numberscinap_lenrek
2015-08-03crop: use strtol() instead of atoi()cinap_lenrek
2015-08-03bitsy: replace atoi() calls with strtol() when hex can be expctedcinap_lenrek
2015-08-03pc, pc64: replace atoi() calls with strtol() when hex can be expctecinap_lenrek
2015-08-03kernel: dont rely on atoi() parsing hex for netif/devbridgecinap_lenrek
2015-08-03webcookies: fix typocinap_lenrek
2015-08-039pcon: use strtol() to parse integerscinap_lenrek
2015-08-03libcontrol: use strtol() to parse integer argumentscinap_lenrek
2015-08-03libhttpd: use strtol to parse decimal character references in httpunesc()cinap_lenrek
2015-08-03snoopy: dont rely on atoi() being able to parse hexcinap_lenrek
2015-08-03bitsy/keyboard: do not rely on atoi() being able to parse hexcinap_lenrek
2015-08-03libauthsrv: readnvram() use vlong for nvroff, parse $nvlen/$nvoff with strtol...cinap_lenrek
2015-08-03webcookies: use strtol() to parse HH:MM:SScinap_lenrek
2015-08-03aux/vga: dont rely on atoi() being able to parse hexcinap_lenrek