kernel - Major signal path adjustments to fix races, tsleep race fixes, +more
[dragonfly.git] / sys / emulation / linux / linux_file.c
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2010-12-11 Matthew Dillonkernel - Remove CACHE_*MPLOCK* macros & sysctl
2010-06-12 Sascha WildnerFix typos in the licenses: withough -> without
2010-04-10 Sascha WildnerFix LINT build.
2010-04-09 Alex Hornunglinux emu - Refactor open code
2010-04-09 Alex Hornunglinux emu - support O_DIRECTORY for open syscall
2010-03-13 Alex Hornunglinux emulation - Major update
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-15 Matthew Dillonkernel - use new td_ucred in numerous places
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2009-09-03 Alex Hornunglinuxemu - fix typo
2009-08-26 Matthew DillonKernel - pass sysmsg through to ioctl.
2009-08-23 Nicolas Theryadd faccessat(2) syscall
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2008-09-28 Matthew DillonLinux emulation adjustments.
2007-11-20 Matthew DillonClean up some missing 32->64 bit cookie conversions...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-08-19 Matthew DillonVNode sequencing and locking - part 4/4 - subpart 1...
2006-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-06-03 Matthew DillonFix a bug in the linux emulator's getdents_common(...
2006-05-24 Matthew Dillonspinlock more of the file descriptor code. No apprecia...
2006-05-19 Matthew DillonConvert most manual accesses to filedesc->fd_files...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-05-05 Matthew DillonSimplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by...
2006-04-27 Sascha WildnerFix LINT build.
2006-04-26 Matthew DillonFix the range checking for all read and write system...
2005-08-27 Joerg SonnenbergerMake struct dirent contain a full 64bit inode. Allow...
2005-08-23 Joerg SonnenbergerBack out accidental commit.
2005-08-22 Joerg SonnenbergerGC unused macro.
2005-06-22 Matthew DillonFile descriptor cleanup stage 2, remove the separate...
2005-04-22 Sascha WildnerRemove DEC Alpha support.
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-09-30 Matthew DillonVFS messaging/interfacing work stage 7/99. BEGIN DESTA...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2003-11-15 David P. Reese, Jr.Implement linux_truncate64() and linux_ftruncate64().
2003-11-13 David P. Reese, Jr.Split mkfifo().
2003-11-10 Matthew DillonThe last major syscall separation commit completely...
2003-10-21 David P. Reese, Jr.Create the kern_fstat() and kern_ftruncate() in-kernel...
2003-10-17 David P. Reese, Jr.Create kern_readv() and kern_writev() and use them...
2003-10-15 David P. Reese, Jr.Rename do_dup() to kern_dup() and pull in some changes...
2003-08-15 Matthew DillonMake modules work again part 1: linkup emulation/ and...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-30 Matthew Dillonsyscall messaging 3: Expand the 'header' that goes...
2003-07-26 Matthew Dillonsyscall messaging 2: Change the standard return value...
2003-06-26 Matthew Dillonproc->thread stage 5: BUF/VFS clearance! Remove the...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: