Age | Commit message (Expand) | Author |
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat |
2006-02-20 | Remove historical yet completely undocumented ``is this a tape'' ioctl for | Miod Vallat |
2005-12-31 | Split the d_type field of cdevsw entries into d_type and d_flags for clarity. | Miod Vallat |
2005-12-29 | Fix wrong optimization in spec_write() that goes: if we are about to do | Pedro Martelletto |
2005-12-11 | Replace procfs_domem() with a similar interface, process_domem(), which lives | Miod Vallat |
2005-12-06 | Remove fdescfs | Pedro Martelletto |
2005-11-24 | Remove kernfs, okay deraadt@. | Pedro Martelletto |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto |
2005-11-04 | Add an extra flags argument to uvm_io(), to specify whether we want to fix | Miod Vallat |
2005-05-31 | Protect the run queues with SCHED_LOCK, not just spl (ot nothing at all in | Artur Grabowski |
2005-05-29 | sched work by niklas and art backed out; causes panics | Theo de Raadt |
2005-05-26 | bye bye, rest in attic ad infinitum, amen | Pedro Martelletto |
2005-05-25 | This patch is mortly art's work and was done *a year* ago. Art wants to thank | Niklas Hallqvist |
2005-05-24 | better handling of disappearing devices, in spec_close(), don't try to | Pedro Martelletto |
2005-04-21 | careful strlcpy and snprintf return handling; ok pedro beck | Theo de Raadt |
2005-04-16 | Remove regs and fpregs pseudo-files from procfs. | Mark Kettenis |
2005-04-01 | calling pfind() and checking that the process doesn't exist is not | Pedro Martelletto |
2004-11-29 | Don't use seltrue() in poll ops since it requires v_rdev dereferencing | Alexander Yurchenko |
2004-11-18 | Better and simpler check for negative offset; from Christer Oberg | Todd C. Miller |
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 |