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