summaryrefslogtreecommitdiff
path: root/sys/miscfs
AgeCommit message (Expand)Author
2006-09-03add missing initializerschristos
2006-09-03add missing initializerschristos
2006-09-02add missing initializers.christos
2006-08-30Restore dependency on PTRACE for PROCFS.cube
2006-08-30revert previous as it breaks the build due to invalid syntaxjnemeth
2006-08-30fix missing initializerschristos
2006-08-29Make PTRACE and COREDUMP optional. Make the default (status quo) by puttingmatt
2006-08-11Pretending to be Elad's keyboard:christos
2006-07-23Use the LWP cached credentials where sane.ad
2006-07-22- genfs_getpages: in the case of PGO_LOCKED, check if we can acquireyamt
2006-07-22- in genfs_getpages, take g_glock earlier so that it can't beyamt
2006-07-13Fix alignement problems for fhandle_t, exposed by gcc4.1.martin
2006-06-24PR/33815: Nicolas Joly: /emul/linux/proc/#/stat always report currentchristos
2006-06-23remove useless genopchristos
2006-06-23For internal types call kernfs_default_xread() directly, as no entry inbouyer
2006-06-23Backout previous: of course the changebouyer
2006-06-23PR/33797: Geoff C. Wing: kernfs files are not supplying informationchristos
2006-06-13use KAUTH_PROCESS_CANSEE rather than CURTAIN where appropriate.yamt
2006-06-13remove unnecessary arguments from kauth_authorize_process.yamt
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-06-05Call to kauth_cred_getgroups() should use kauth_cred_ngroups() result,rpaulo
2006-06-05pcr_ngroups should be uint16_t.rpaulo
2006-05-14integrate kauth.elad
2006-04-12Coverity CID 2851: Check for NULL before freeing.christos
2006-04-11genfs_getpages:yamt
2006-04-04Coverity CID 1002: Yes, this could really be NULL, so check against it.christos
2006-04-04Coverity CID 1087: Clarify NULL test.christos
2006-04-04Coverity CID 1140: NULL dereference cannot happen, but protect against it.christos
2006-04-04Coverity CID 2413: NULL deref cannot happen, but nevertheless protect againstchristos
2006-03-30some cleanups after the introduction of GOP_SIZE_MEM flag.yamt
2006-03-14Allow optionnal /kern regular files to have custom read methods, the samebouyer
2006-03-05cleanup more SET/CLR/ISSET lossagechristos
2006-03-01merge yamt-uio_vmspace branch.yamt
2006-02-02PR/32692: Matthew Mondor: linux compatibility in /proc/self should pointchristos
2006-01-16Add genfs support for directories and softlinks next to regular files andreinoud
2006-01-11use nestiobuf api for genfs.yamt
2006-01-04- add simple functions to allocate/free a buffer for i/o.yamt
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-15fix lock/unlock mismatch in rev.1.115.yamt
2005-12-11merge ktrace-lwp.christos
2005-12-03genfs_compat_getpages: add minimum support of async get. ie. ignore them.yamt
2005-12-02genfs_gop_write: use devvp directly as genfs_getpages does.yamt
2005-12-02genfs_putpages: initialize marker pages only when needed.yamt
2005-11-30revert rev.1.111 as it isn't necessary or correct.yamt
2005-11-30Learn genfs that (struct buf *)->b_lblkno allways need to point to thereinoud
2005-11-29merge yamt-readahead branch.yamt
2005-11-23Fix 64 bit truncation problem reported by http://www.securitylab.netchristos
2005-11-12genfs_getpages:yamt
2005-11-02merge yamt-vop branch. remove following VOPs.yamt
2005-10-07Remove Veriexec bits from genfs, don't #if 0 them.elad