Age | Commit message (Expand) | Author |
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-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 |
2008-11-10 | same vmspace song and dance as in kern_sysctl.c 1.167; ok kurt | Theo de Raadt |
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-04-24 | remove useless defines for the vnode operations, and instead | Thordur I. Bjornsson |
2007-12-09 | MALLOC/FREE -> malloc/free | Hans-Joerg Hoexer |
2007-09-01 | replace the machine dependant bytes-to-clicks macro by the MI ptoa() | Martin Reindl |
2007-06-22 | declare "pid" as pid_t instead of long, and remove unneeded cast to pid_t | Jasper Lievisse Adriaanse |
2007-06-18 | ansify/de-register. | Jasper Lievisse Adriaanse |
2007-06-01 | pedro ok'd this ~3500 line diff which removes the vop argument | Theo de Raadt |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2007-01-01 | Allow reads of /proc/meminfo to be correctly terminated, okay thib@ | Pedro Martelletto |
2006-11-29 | Kernel stack can be swapped. This means that stuff that's on the stack | Miod Vallat |
2006-08-28 | Allow building procfs on systems that don't #define PT_STEP (such as sparc64). | Marc Aurele La France |
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat |
2005-12-11 | Replace procfs_domem() with a similar interface, process_domem(), which lives | Miod Vallat |
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-25 | This patch is mortly art's work and was done *a year* ago. Art wants to thank | Niklas Hallqvist |
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-10-19 | use queue.h provided macro when traversing the process list, no changes | Pedro Martelletto |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
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-05 | make sure uio_offset is a safe value, with suggestions from millert@ | Ted Unangst |
2004-03-03 | repair status by not repeating fields. fixes pr2101 from jim razmus | Ted Unangst |
2004-03-03 | save room for nul, so we can unmount later. pr2327 from peter werner | 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 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-04-28 | call lockmgr a bit earlier to avoid a race. | Ted Unangst |
2003-04-07 | sprintf elimination from rohee. | Ted Unangst |
2003-03-09 | Disallow ptrace if P_SUGIDEXEC flag is set (we already disallow if P_SUGID | Todd C. Miller |
2003-02-24 | use M_MISCFSMNT instead of M_UFSMNT for mount data | Ted Unangst |
2003-01-31 | Sigh. I comitted the wrong diff in the last vfs changes. | Artur Grabowski |
2003-01-31 | File system locking fixups, mostly from NetBSD: | Artur Grabowski |
2002-04-06 | Do not hide Pfpregs from a switch() if PT_[GS]ETFPREGS are not defined, | Miod Vallat |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |