Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-10 | kernel: make fversion()/mntversion() types consistent | cinap_lenrek | |
2014-01-20 | kernel: apply uintptr for ulong when a pointer is stored | cinap_lenrek | |
this change is in preparation for amd64. the systab calling convention was also changed to return uintptr (as segattach returns a pointer) and the arguments are now passed as va_list which handles amd64 arguments properly (all arguments are passed in 64bit quantities on the stack, tho the upper part will not be initialized when the element is smaller than 8 bytes). this is partial. xalloc needs to be converted in the future. | |||
2012-10-01 | devproc buffer overflow, strncpy | cinap_lenrek | |
in devproc status read handler the p->status, p->text and p->user could overflow the local statbuf buffer as they where copied into it with code like: memmove(statbuf+someoff, p->text, strlen(p->text)). now using readstr() which will truncate if the string is too long. make strncpy() usage consistent, make sure results are always null terminated. | |||
2011-07-28 | devshr: rename hook | aiju | |
2011-05-09 | kbdfs | cinap_lenrek | |
2011-03-30 | Import sources from 2011-03-30 iso image - lib | Taru Karttunen | |
2011-03-30 | Import sources from 2011-03-30 iso image | Taru Karttunen | |