Ben Gras 072d916c1c vfs: fix null deref, pfs: add fchmod()
. vfs read_only() assumes vnode->v_vmnt is non-NULL, but it can
	  be NULL sometimes
	. e.g. fchmod() on UDS triggered NULL deref; add a check and
	  add REQ_CHMOD to pfs so unix domain sockets can be fchmod()ded
	. add to test56

Change-Id: I83c840f101b647516897cc99fcf472116d762012
2013-04-19 17:06:56 +02:00
2013-04-12 18:55:40 +00:00
2013-04-12 18:55:40 +00:00
2013-04-09 16:43:13 +02:00
2013-03-14 11:33:10 +01:00
2013-04-12 18:55:40 +00:00
2013-04-12 18:55:39 +00:00
2013-04-12 18:55:39 +00:00
2013-04-08 08:37:04 +02:00
2013-02-26 09:44:20 +00:00
2013-04-12 18:55:40 +00:00
2013-04-12 18:55:39 +00:00
2013-04-12 18:55:40 +00:00
2010-01-21 10:16:05 +00:00
2013-04-04 12:50:12 +00:00
Description
A fun microkernel meant to match modern usecases
GPL-3.0 148 MiB
Languages
C 78.2%
Roff 10.2%
Assembly 4.6%
Shell 3.7%
Makefile 1.6%
Other 1.2%