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