summaryrefslogtreecommitdiff
path: root/sys/miscfs
AgeCommit message (Expand)Author
2005-05-31Protect the run queues with SCHED_LOCK, not just spl (ot nothing at all inArtur Grabowski
2005-05-29sched work by niklas and art backed out; causes panicsTheo de Raadt
2005-05-26bye bye, rest in attic ad infinitum, amenPedro Martelletto
2005-05-25This patch is mortly art's work and was done *a year* ago. Art wants to thankNiklas Hallqvist
2005-05-24better handling of disappearing devices, in spec_close(), don't try toPedro Martelletto
2005-04-21careful strlcpy and snprintf return handling; ok pedro beckTheo de Raadt
2005-04-16Remove regs and fpregs pseudo-files from procfs.Mark Kettenis
2005-04-01calling pfind() and checking that the process doesn't exist is notPedro Martelletto
2004-11-29Don't use seltrue() in poll ops since it requires v_rdev dereferencingAlexander Yurchenko
2004-11-18Better and simpler check for negative offset; from Christer ObergTodd C. Miller
2004-10-26typo, from Joris VinkPedro Martelletto
2004-10-19use queue.h provided macro when traversing the process list, no changesPedro Martelletto
2004-09-01Make sure we don't call kernfs_xread() with a negative offset.Todd C. Miller
2004-07-22remove p arg from fdplockTed Unangst
2004-07-11explicitly initialize a variable that is used to control the vnodePedro Martelletto
2004-07-10make sure we pass vop_whiteout() a locked vnode, ok tedu@Pedro Martelletto
2004-06-24This moves access to wall and uptime variables in MI code,Thorsten Lockert
2004-06-12fix ncpu vs ncpus glitch, spotted by Sven DehmlowTheo de Raadt
2004-06-06portal_connect needs splsoftnet.Ted Unangst
2004-06-01use M_MISCFSMNT to allocate nullfs memory, ok tedu@Pedro Martelletto
2004-05-28fix for: !(flags && FORCECLOSE)Mike Pechkin
2004-05-26typosPedro Martelletto
2004-05-20remove more caddr_tTed Unangst
2004-05-20Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpcMark Kettenis
2004-05-18useless caddr_t casts removal, same sha1sPedro Martelletto
2004-05-18fix memory leak, ok tedu@Pedro Martelletto
2004-05-14Fix a bug that occurs when a FIFO is opened for writing withTodd C. Miller
2004-05-14use pool for namei pathbuf. testing ok millert@ tdeval@Ted Unangst
2004-05-05make sure uio_offset is a safe value, with suggestions from millert@Ted Unangst
2004-04-25useless castsTed Unangst
2004-04-25if you don't want the parent, don't use WANTPARENT. from pedro martellettoTed Unangst
2004-04-25only use um_cred for lookups, fixes pr 745.Ted Unangst
2004-04-25fix typos/spelling in comments, from pedro martellettoJolan Luff
2004-04-23use CMSG macros. netbsd via pedro marteletto.Ted Unangst
2004-03-03allow force umount here tooTed Unangst
2004-03-03repair status by not repeating fields. fixes pr2101 from jim razmusTed Unangst
2004-03-03support forced unmounts. pr2394 from peter wernerTed Unangst
2004-03-03save room for nul, so we can unmount later. pr2327 from peter wernerTed Unangst
2004-03-02prevent memory leak on revoke by freeing resources in a real reclaimTed Unangst
2004-02-24FIFO fixes adapted from FreeBSD:Todd C. Miller
2004-02-21fiddle with filedesc lock to prevent recursion. crash and fix confirmedTed Unangst
2004-01-28Don't rely on vp->v_usecount to tell when we can dispose of our resourcesTodd C. Miller
2003-12-09missing ar; form Alf Schlichting <leopold-bloom@foni.net>Michael Shalayeff
2003-11-29typos from Michael Coulter;Jason McIntyre
2003-11-15set boottime's time to boottime, handy for find. requested by markus.Ted Unangst
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-10-24style(9)ed panics, from tom cosgrove.Ted Unangst
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-08-14constify vfsops; tedu@ okMichael Shalayeff