| 2012-08-17 |
Matthew Dillon | kernel - Adjust UFS and HAMMER to use uiomovebp() |
blob | commitdiff |
| 2011-12-06 |
Sascha Wildner | kernel: Replace all usage of MALLOC()/FREE() with kmall... |
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-04-30 |
Sascha Wildner | kernel: Fix some printf format warnings on x86_64. |
blob | commitdiff | diff to current |
| 2009-09-05 |
Alexander Polakov | Stage 2/5: Change msdosfs to use libiconv in case. |
blob | commitdiff | diff to current |
| 2009-08-26 |
Matthew Dillon | Kernel - fix access checks |
blob | commitdiff | diff to current |
| 2009-08-23 |
Nicolas Thery | msdosfs: refactor vop_access to use vop_helper_access |
blob | commitdiff | diff to current |
| 2009-08-19 |
Matthew Dillon | AMD64 - Refactor uio_resid and size_t assumptions. |
blob | commitdiff | diff to current |
| 2009-07-12 |
Michael Neumann | priv: Introduce and use PRIV_VFS_SETATTR in xxx_setattr() |
blob | commitdiff | diff to current |
| 2009-05-06 |
Matthew Dillon | Add kernel-layer support for chflags checks, remove... |
blob | commitdiff | diff to current |
| 2009-04-07 |
Sascha Wildner | Generally use NULL instead of explicitly casting 0... |
blob | commitdiff | diff to current |
| 2009-04-02 |
Matt Dillon | Fix permissions check for utimes() - owner can call... |
blob | commitdiff | diff to current |
| 2009-02-22 |
Nicolas Thery | msdosfs: remove useless code. |
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-11-02 |
Matthew Dillon | Modify struct vattr: |
blob | commitdiff | diff to current |
| 2007-08-28 |
Matthew Dillon | Add vop_stdgetpages() and vop_stdputpages() and replace... |
blob | commitdiff | diff to current |
| 2007-08-21 |
Matthew Dillon | getpages/putpages fixup part 1 - Add support for UIO_NO... |
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 | Fix some remaining issues with MSDOSFS_DEBUG and add... |
blob | commitdiff | diff to current |
| 2007-08-08 |
Sascha Wildner | Adjust some comments with reality. |
blob | commitdiff | diff to current |
| 2007-05-09 |
Matthew Dillon | Give the device major / minor numbers their own separat... |
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-22 |
Simon Schubert | 1:1 Userland threading stage 4.2/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-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-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-24 |
Matthew Dillon | vfsync() is not in the business of removing buffers... |
blob | commitdiff | diff to current |
| 2006-04-07 |
Matthew Dillon | Due to continuing issues with VOP_READ/VOP_WRITE ops... |
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-29 |
Matthew Dillon | Remove VOP_GETVOBJECT, VOP_DESTROYVOBJECT, and VOP_CREA... |
blob | commitdiff | diff to current |
| 2006-03-24 |
Matthew Dillon | Fix numerous translation problems in msdosfs, related... |
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-02-17 |
Matthew Dillon | Make the entire BUF/BIO system BIO-centric instead... |
blob | commitdiff | diff to current |
| 2006-01-13 |
Sascha Wildner | * Remove (void) casts for discarded return values. |
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-25 |
Simon Schubert | A break was still hanging around from the conversion of |
blob | commitdiff | diff to current |
| 2005-08-19 |
Joerg Sonnenberger | Convert to vop_write_dirent. |
blob | commitdiff | diff to current |
| 2005-04-15 |
Matthew Dillon | Implement Red-Black trees for the vnode clean/dirty... |
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-12-22 |
Matthew Dillon | Make sure that cn_flags is properly updated to account... |
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-11-03 |
Matthew Dillon | Remove incorrect cache_purge() calls in *_rmdir() ... |
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-04-17 |
Chris Pressey | Style(9) cleanup to src/sys/vfs, stage 9/21: msdosfs. |
blob | commitdiff | diff to current |
| 2004-04-14 |
Matthew Dillon | uio_td might be NULL, do not indirect through uio_td... |
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-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-26 |
Robert Garrett | Register keyword removal |
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-07-06 |
Matthew Dillon | MP Implementation 1/2: Get the APIC code working again... |
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-19 |
Matthew Dillon | thread stage 5: Separate the inline functions out of... |
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 |
|