Age | Commit message (Expand) | Author |
2012-09-10 | Cleanup VFS mount string handling: | Joel Sing |
2012-06-20 | Cleanup our filesystem pathconf() code a little bit to make it easier | Matthew Dempsky |
2012-04-10 | Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimit | Philip Guenthe |
2012-03-23 | Make rusage totals, itimers, and profile settings per-process instead | Philip Guenthe |
2012-03-10 | Add PS_EXITING to better differentiate between the process exiting and | Philip Guenthe |
2012-02-20 | First steps for making ptrace work with rthreads: | Philip Guenthe |
2011-12-24 | Remove the ability to ptrace via procfs, as no one is using it, so fixing | Philip Guenthe |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
2011-07-04 | Fix another kqfilter return value. | Nicholas Marriott |
2011-07-04 | Nuke the useless D_KQFILTER flag and just check that d_kqfilter is | Nicholas Marriott |
2011-07-04 | bread does nothing with its ucred argument. remove it. ok matthew | Ted Unangst |
2011-07-02 | kqueue attach functions should return an errno or 0, not a plain 1. Fix | Nicholas Marriott |
2011-04-05 | Remove portalfs. | Thordur I. Bjornsson |
2011-04-05 | Every single vop_default is set to eopnotsupp, so retire it | Thordur I. Bjornsson |
2011-04-02 | Move P_SUGID and P_SUGIDEXEC from struct proc to struct process, so | Philip Guenthe |
2010-12-21 | Bring back the "End the VOP experiment." diff, naddy's issues where | Thordur I. Bjornsson |
2010-09-23 | In procfs_root(), while the vn_lock on a newly-allocated vnode can not | Owain Ainsworth |
2010-09-10 | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) | Thordur I. Bjornsson |
2010-09-06 | End the VOP experiment. Instead of the ridicolusly complicated operation | Thordur I. Bjornsson |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-07-17 | Wrap kernel function declarations in #ifdef _KERNEL to eliminate warnings | Philip Guenthe |
2010-07-01 | remove crappy old README files | Ted Unangst |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |
2009-08-14 | - let this compile after soreceive() changes | Jasper Lievisse Adriaanse |
2009-08-13 | - remove super-obvious comments from $fs_vnodeop_entries[] | Jasper Lievisse Adriaanse |
2009-08-10 | lockmgr -> rwlock | Owain Ainsworth |
2009-07-09 | Remove the VREF() macro and replaces all instances with a call to verf(), | Thordur I. Bjornsson |
2009-06-25 | backout the buf_acquire() does the bremfree() since all callers | Thordur I. Bjornsson |
2009-06-06 | All caller of buf_acquire were doing bremfree before the call. | Artur Grabowski |
2009-04-22 | this rwlock conversion breaks procfs (in linux compat), as found out | Theo de Raadt |
2009-04-02 | Convert lockmgr to rwlock. Been in snaps for a while. | Owain Ainsworth |
2009-02-22 | fix PR 6082: do not create more fd's than will fit in the message on | Otto Moerbeek |
2008-11-10 | same vmspace song and dance as in kern_sysctl.c 1.167; ok kurt | Theo de Raadt |
2008-11-02 | - Use CMSG_DATA(), to correctly to get a descriptor, fixing | Thordur I. Bjornsson |
2008-07-24 | remove a bunch of bogus ARGSUSED | Thordur I. Bjornsson |
2008-06-12 | Bring biomem diff back into the tree after the nfs_bio.c fix went in. | Theo de Raadt |
2008-06-11 | back out biomem diff since it is not right yet. Doing very large | Theo de Raadt |
2008-06-10 | Buffer cache revamp | Bob Beck |
2008-06-09 | Update access(2) to have modern semantics with respect to X_OK and | Todd C. Miller |
2008-05-09 | procfs can use vop_generic_bmap too; | Thordur I. Bjornsson |
2008-05-08 | retire vn_default_error() and replace all instances | Thordur I. Bjornsson |
2008-05-03 | Introduce vop_generic_bmap(); use it where applicable. | Thordur I. Bjornsson |
2008-04-24 | remove useless defines for the vnode operations, and instead | Thordur I. Bjornsson |
2008-04-14 | garbage collect the now unused spec_ebadf(); | Thordur I. Bjornsson |
2008-04-12 | remove useless defines for the vnode operations, and instead | Thordur I. Bjornsson |
2008-04-12 | remove useless defines for the vnode operations, and instead | Thordur I. Bjornsson |
2008-04-08 | bring cloning up too date; Munge it so it will work with atleast | Thordur I. Bjornsson |
2007-12-27 | fifofs, deadfs and specfs all have the same "trivial lookup routine that | Thordur I. Bjornsson |
2007-12-09 | MALLOC/FREE -> malloc/free | Hans-Joerg Hoexer |
2007-12-09 | update pedro's email address, at his request; | Jason McIntyre |