| 2012-08-26 |
Sascha Wildner | kernel/linprocfs: Implement /proc/devices. |
blob | commitdiff |
| 2012-08-24 |
Matthew Dillon | linprocfs - Fix process exit / procfs vnode access... |
blob | commitdiff | diff to current |
| 2012-08-23 |
Matthew Dillon | linprocfs - Fix missing PRELE()s. |
blob | commitdiff | diff to current |
| 2012-08-21 |
Sascha Wildner | kernel/linprocfs: Fix accessing files in /proc (such... |
blob | commitdiff | diff to current |
| 2012-08-16 |
Sascha Wildner | kernel/linprocfs: Add a missing header for spin_{,un... |
blob | commitdiff | diff to current |
| 2012-08-16 |
Matthew Dillon | Kernel - Fix numerous procfs/ptrace issues |
blob | commitdiff | diff to current |
| 2012-01-03 |
Sascha Wildner | kernel: Use NULL for pointers. |
blob | commitdiff | diff to current |
| 2011-11-26 |
John Marino | Initial import of binutils 2.22 on the new vendor branch |
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-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-03-24 |
Alex Hornung | cache_fullpath - Guess mountpoints if requested |
blob | commitdiff | diff to current |
| 2010-03-13 |
Alex Hornung | linprocfs - Introduce /proc/mounts |
blob | commitdiff | diff to current |
| 2010-03-13 |
Alex Hornung | linux emulation - Major update |
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-05-06 |
Matthew Dillon | Use SYSREF to reference count struct vnode. v_usecount... |
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-24 |
Matthew Dillon | Start consolidating process related code into kern_proc... |
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 |
| 2006-01-31 |
Simon Schubert | Pull the fix from procfs_vnops.c:1.27 also to linprocfs |
blob | commitdiff | diff to current |
| 2006-01-22 |
Sascha Wildner | Add some casts to silence warnings. |
blob | commitdiff | diff to current |
| 2005-12-10 |
Sascha Wildner | Ansify function definitions. |
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 | Honor process visibility for jailed processes and ps_sh... |
blob | commitdiff | diff to current |
| 2005-08-15 |
Joerg Sonnenberger | Split the two parts of linprocfs_readdir into subroutines. |
blob | commitdiff | diff to current |
| 2005-08-15 |
Joerg Sonnenberger | Rip off PROCFS_ZOMBIE, it wasn't even a knob to play... |
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-09-09 |
Matthew Dillon | With vnode locking now mandatory a number of bugs have... |
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-08-13 |
Matthew Dillon | Oops, undo portions of the last commit, some extra... |
blob | commitdiff | diff to current |
| 2004-08-13 |
Matthew Dillon | Close a kernel mem disclosure bug in linprocfs. The... |
blob | commitdiff | diff to current |
| 2004-06-03 |
Hiten Pandya | Remove the compat macro textvp_fullpath(), and use... |
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-08-27 |
Robert Garrett | __P removal |
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 |
|