Add kernel-layer support for chflags checks, remove (most) from the VFS layer.
[dragonfly.git] / sys / emulation / linux / linux_misc.c
2009-05-06 Matthew DillonAdd kernel-layer support for chflags checks, remove...
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2007-06-26 Matthew DillonRepo-copy numerous files from sys/emulation/posix4...
2007-05-09 Matthew DillonGive the device major / minor numbers their own separat...
2007-02-25 Simon SchubertGet rid of struct user/UAREA.
2007-02-21 Simon Schubert1:1 Userland threading stage 2.20/4:
2007-01-06 Matthew DillonUse Maxmem instead of physmem. physmem is used only...
2007-01-01 Simon Schubert1:1 Userland threading stage 2.10/4:
2006-12-28 Matthew DillonMake kernel_map, buffer_map, clean_map, exec_map, and...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-10-27 Matthew DillonMajor namecache work primarily to support NULLFS.
2006-09-11 Matthew DillonMove flag(s) representing the type of vm_map_entry...
2006-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
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...
2005-10-08 Simon SchubertAdd linux_nosys which handles non-existing syscalls...
2005-06-10 Matthew Dillonspl->critical section conversion.
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-17 Joerg Sonnenbergertimeout/untimeout ==> callout_* for p->p_ithandle
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-01-07 Matthew Dillon*** empty log message ***
2003-11-17 David P. Reese, Jr.Fix linux_getrlimit() and linux_old_getrlimit() which...
2003-11-13 David P. Reese, Jr.Split mkfifo().
2003-11-03 David P. Reese, Jr.Split wait4(), setrlimit(), getrlimit(), statfs(),...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
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-29 Matthew DillonRemove KKASSERT(p)'s, 'p' (curproc) no longer exists...
2003-07-29 Hiten PandyaNo need to comment out unused thread/proc declarations...
2003-07-29 Hiten PandyaComment out the unused proc/thread declarations.
2003-07-26 Matthew Dillonsyscall messaging 2: Change the standard return value...
2003-07-03 Matthew DillonSplit the struct vmmeter cnt structure into a global...
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: