| 2012-08-21 |
Matthew Dillon | Kernel - Fix numerous procfs/ptrace issues |
blob | commitdiff |
| 2011-11-26 |
John Marino | Initial import of binutils 2.22 on the new vendor branch |
blob | commitdiff | diff to current |
| 2011-11-16 |
Matthew Dillon | kernel - Fix bug in procfs_ioctl() |
blob | commitdiff | diff to current |
| 2011-11-16 |
Matthew Dillon | kernel - Fix races in procfs |
blob | commitdiff | diff to current |
| 2011-11-16 |
Matthew Dillon | kernel - Attempt to make procfs MPSAFE (3) |
blob | commitdiff | diff to current |
| 2011-11-16 |
Matthew Dillon | kernel - Attempt to make procfs MPSAFE |
blob | commitdiff | diff to current |
| 2011-11-15 |
Matthew Dillon | kernel - Major signal path adjustments to fix races... |
blob | commitdiff | diff to current |
| 2011-02-24 |
Antonio Huete Jimenez | procfs - Fix open() for procfs. |
blob | commitdiff | diff to current |
| 2011-02-14 |
Matthew Dillon | kernel - Make numerous proc accesses use p->p_token... |
blob | commitdiff | diff to current |
| 2011-01-17 |
Sascha Wildner | kernel: Use NELEM() where we can. |
blob | commitdiff | diff to current |
| 2010-08-30 |
Alex Hornung | spinlocks - Rename API to spin_{try,un,}lock |
blob | commitdiff | diff to current |
| 2010-03-24 |
Alex Hornung | cache_fullpath - Guess mountpoints if requested |
blob | commitdiff | diff to current |
| 2010-03-13 |
Alex Hornung | procfs - Use newly introduced textnch |
blob | commitdiff | diff to current |
| 2009-12-29 |
Matthew Dillon | kernel - Fix improper vgone() in procfs and races in... |
blob | commitdiff | diff to current |
| 2009-08-23 |
Nicolas Thery | procfs: refactor vop_access to use vop_helper_access |
blob | commitdiff | diff to current |
| 2008-12-15 |
Michael Neumann | suser_* to priv_* conversion |
blob | commitdiff | diff to current |
| 2007-11-20 |
Matthew Dillon | Make necessary changes to readdir/getdirentries to... |
blob | commitdiff | diff to current |
| 2007-08-13 |
Matthew Dillon | Remove the vpp (returned underlying device vnode) argum... |
blob | commitdiff | diff to current |
| 2007-08-08 |
Sascha Wildner | Adjust some comments with reality. |
blob | commitdiff | diff to current |
| 2007-05-06 |
Matthew Dillon | Use SYSREF to reference count struct vnode. v_usecount... |
blob | commitdiff | diff to current |
| 2007-02-19 |
Simon Schubert | 1:1 Userland threading stage 2.18/4: |
blob | commitdiff | diff to current |
| 2006-12-23 |
Sascha Wildner | Rename printf -> kprintf in sys/ and add some defines... |
blob | commitdiff | diff to current |
| 2006-12-20 |
Matthew Dillon | Rename sprintf -> ksprintf |
blob | commitdiff | diff to current |
| 2006-11-07 |
Matthew Dillon | More Machine-dependant/Machine-independant code and... |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2006-09-03 |
Matthew Dillon | Rename functions to avoid conflicts with libc. |
blob | commitdiff | diff to current |
| 2006-08-19 |
Matthew Dillon | VNode sequencing and locking - part 4/4 - subpart 1... |
blob | commitdiff | diff to current |
| 2006-08-12 |
Matthew Dillon | VNode sequencing and locking - part 3/4. |
blob | commitdiff | diff to current |
| 2006-07-18 |
Matthew Dillon | Remove several layers in the vnode operations vector... |
blob | commitdiff | diff to current |
| 2006-05-26 |
Matthew Dillon | * Fix a number of cases where too much kernel memory... |
blob | commitdiff | diff to current |
| 2006-05-24 |
Matthew Dillon | Move the code that inserts a new process into the allpr... |
blob | commitdiff | diff to current |
| 2006-05-06 |
Matthew Dillon | The thread/proc pointer argument in the VFS subsystem... |
blob | commitdiff | diff to current |
| 2006-05-05 |
Matthew Dillon | Simplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by... |
blob | commitdiff | diff to current |
| 2006-04-01 |
Matthew Dillon | Use the vnode v_opencount and v_writecount universally... |
blob | commitdiff | diff to current |
| 2006-03-24 |
Matthew Dillon | Major BUF/BIO work commit. Make I/O BIO-centric and... |
blob | commitdiff | diff to current |
| 2005-11-20 |
Matthew Dillon | Fix a bug in the last commit. The proc pointer can... |
blob | commitdiff | diff to current |
| 2005-11-19 |
Matthew Dillon | Protect allproc scans with PHOLD/PRELE, in particular... |
blob | commitdiff | diff to current |
| 2005-09-14 |
Matthew Dillon | Rename all the functions and structures for the old... |
blob | commitdiff | diff to current |
| 2005-08-16 |
Joerg Sonnenberger | Split the two parts of procfs_readdir into subroutines. |
blob | commitdiff | diff to current |
| 2005-02-15 |
Joerg Sonnenberger | Introduce vnodepv_entry_t as type for the vnodeopv_entr... |
blob | commitdiff | diff to current |
| 2004-11-12 |
Matthew Dillon | VFS messaging/interfacing work stage 9/99: VFS 'NEW... |
blob | commitdiff | diff to current |
| 2004-10-20 |
Matthew Dillon | Old API compatibility: The directory vnode passed to... |
blob | commitdiff | diff to current |
| 2004-10-12 |
Matthew Dillon | VFS messaging/interfacing work stage 8/99: Major rework... |
blob | commitdiff | diff to current |
| 2004-08-28 |
Matthew Dillon | VFS messaging/interfacing work stage 4/99. This stage... |
blob | commitdiff | diff to current |
| 2004-08-17 |
Matthew Dillon | VFS messaging/interfacing work stage 2/99. This stage... |
blob | commitdiff | diff to current |
| 2004-08-13 |
Matthew Dillon | VFS messaging/interfacing work stage 1/99. This stage... |
blob | commitdiff | diff to current |
| 2004-07-02 |
Joerg Sonnenberger | procfs_validfile does have a public prototyp, but doesn... |
blob | commitdiff | diff to current |
| 2004-06-14 |
Hiten Pandya | Make the procfs_validfile() function static. |
blob | commitdiff | diff to current |
| 2004-06-03 |
Hiten Pandya | Remove the compat macro textvp_fullpath(), and use... |
blob | commitdiff | diff to current |
| 2004-05-02 |
Chris Pressey | Style(9) cleanup to src/sys/vfs, stage 15/21: procfs. |
blob | commitdiff | diff to current |
| 2004-04-24 |
David Rhodus | Remove the VREF() macro and uses of it. |
blob | commitdiff | diff to current |
| 2004-03-01 |
Matthew Dillon | Newtoken commit. Change the token implementation as... |
blob | commitdiff | diff to current |
| 2003-09-23 |
Matthew Dillon | namecache work stage 1: namespace cleanups. Add a... |
blob | commitdiff | diff to current |
| 2003-09-01 |
Hiten Pandya | Respect ps_showallprocs when using the Proc file system. |
blob | commitdiff | diff to current |
| 2003-08-20 |
Robert Garrett | __P()!=wanted, remove old style prototypes from the... |
blob | commitdiff | diff to current |
| 2003-08-07 |
Matthew Dillon | kernel tree reorganization stage 1: Major cvs repositor... |
blob | commitdiff | diff to current |
| 2003-07-19 |
Matthew Dillon | Remove the priority part of the priority|flags argument... |
blob | commitdiff | diff to current |
| 2003-06-26 |
Matthew Dillon | proc->thread stage 5: BUF/VFS clearance! Remove the... |
blob | commitdiff | diff to current |
| 2003-06-25 |
Matthew Dillon | proc->thread stage 4: rework the VFS and DEVICE subsyst... |
blob | commitdiff | diff to current |
| 2003-06-23 |
Matthew Dillon | proc->thread stage 2: MAJOR revamping of system calls... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Add the DragonFly cvs id and perform general cleanups... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Initial import from FreeBSD RELENG_4: |
blob | commitdiff | diff to current |
|