Age | Commit message (Expand) | Author |
2004-10-26 | typo, from Joris Vink | Pedro Martelletto |
2004-10-19 | use queue.h provided macro when traversing the process list, no changes | Pedro Martelletto |
2004-09-01 | Make sure we don't call kernfs_xread() with a negative offset. | Todd C. Miller |
2004-07-22 | remove p arg from fdplock | Ted Unangst |
2004-07-11 | explicitly initialize a variable that is used to control the vnode | Pedro Martelletto |
2004-07-10 | make sure we pass vop_whiteout() a locked vnode, ok tedu@ | Pedro Martelletto |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-06-12 | fix ncpu vs ncpus glitch, spotted by Sven Dehmlow | Theo de Raadt |
2004-06-06 | portal_connect needs splsoftnet. | Ted Unangst |
2004-06-01 | use M_MISCFSMNT to allocate nullfs memory, ok tedu@ | Pedro Martelletto |
2004-05-28 | fix for: !(flags && FORCECLOSE) | Mike Pechkin |
2004-05-26 | typos | Pedro Martelletto |
2004-05-20 | remove more caddr_t | Ted Unangst |
2004-05-20 | Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpc | Mark Kettenis |
2004-05-18 | useless caddr_t casts removal, same sha1s | Pedro Martelletto |
2004-05-18 | fix memory leak, ok tedu@ | Pedro Martelletto |
2004-05-14 | Fix a bug that occurs when a FIFO is opened for writing with | Todd C. Miller |
2004-05-14 | use pool for namei pathbuf. testing ok millert@ tdeval@ | Ted Unangst |
2004-05-05 | make sure uio_offset is a safe value, with suggestions from millert@ | Ted Unangst |
2004-04-25 | useless casts | Ted Unangst |
2004-04-25 | if you don't want the parent, don't use WANTPARENT. from pedro martelletto | Ted Unangst |
2004-04-25 | only use um_cred for lookups, fixes pr 745. | Ted Unangst |
2004-04-25 | fix typos/spelling in comments, from pedro martelletto | Jolan Luff |
2004-04-23 | use CMSG macros. netbsd via pedro marteletto. | Ted Unangst |
2004-03-03 | allow force umount here too | Ted Unangst |
2004-03-03 | repair status by not repeating fields. fixes pr2101 from jim razmus | Ted Unangst |
2004-03-03 | support forced unmounts. pr2394 from peter werner | Ted Unangst |
2004-03-03 | save room for nul, so we can unmount later. pr2327 from peter werner | Ted Unangst |
2004-03-02 | prevent memory leak on revoke by freeing resources in a real reclaim | Ted Unangst |
2004-02-24 | FIFO fixes adapted from FreeBSD: | Todd C. Miller |
2004-02-21 | fiddle with filedesc lock to prevent recursion. crash and fix confirmed | Ted Unangst |
2004-01-28 | Don't rely on vp->v_usecount to tell when we can dispose of our resources | Todd C. Miller |
2003-12-09 | missing ar; form Alf Schlichting <leopold-bloom@foni.net> | Michael Shalayeff |
2003-11-29 | typos from Michael Coulter; | Jason McIntyre |
2003-11-15 | set boottime's time to boottime, handy for find. requested by markus. | Ted Unangst |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-10-24 | style(9)ed panics, from tom cosgrove. | Ted Unangst |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-14 | constify vfsops; tedu@ ok | Michael Shalayeff |
2003-08-11 | constify constant targets | Michael Shalayeff |
2003-08-11 | constify constant names | Michael Shalayeff |
2003-08-05 | make procfs support statfs args. lossage noticed and patch tested by jolan | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-12 | mapdata -> umapdata like it was before | Ted Unangst |
2003-05-12 | fix up locking and some issues with union. derived from netbsd | Ted Unangst |
2003-05-12 | replaced by layer_subr.c | Ted Unangst |
2003-05-12 | umapfs uses the new layer stuff now too. | Ted Unangst |
2003-05-12 | most of the fixes for nullfs. use the new common layer stuff in genfs. | Ted Unangst |
2003-05-12 | new files to support layered file systems. to be used in a bit. | Ted Unangst |