Add kernel-layer support for chflags checks, remove (most) from the VFS layer.
[dragonfly.git] / sys / kern / kern_descrip.c
2009-05-06 Matthew DillonAdd kernel-layer support for chflags checks, remove...
2009-04-03 Matthew DillonRevoke reimplementation - primary commit part 2/2.
2009-04-03 Matthew DillonRevoke reimplementation - primary commit part 1/2.
2009-03-31 Matthew DillonUse atomic_fetchadd_int() in fdrop() instead of the...
2008-08-31 Aggelos EconomopoulosSet fp to NULL on EINVAL
2007-02-18 Simon Schubert1:1 Userland threading stage 2.15/4:
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
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-19 Simon Schubert1:1 Userland threading stage 2.9/4:
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-08-02 Matthew DillonGet rid of some unused fields in the fileops and adjust...
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2006-06-14 Matthew Dillonfcntl(.., F_SETFL, ..) should only do an FIOASYNC ioctl...
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-05-27 Matthew DillonGreatly reduce the MP locking that occurs in closef...
2006-05-26 Matthew Dillon* Make falloc() MPSAFE. filehead (the file list) and...
2006-05-26 Matthew DillonMore MP work.
2006-05-25 Matthew DillonConvert almost all of the remaining manual traversals...
2006-05-24 Matthew Dillonspinlock more of the file descriptor code. No apprecia...
2006-05-22 Matthew DillonFix a minor bug in fdcopy() in the last commit, Consoli...
2006-05-22 Matthew DillonDo a major cleanup of the file descriptor handling...
2006-05-22 Matthew DillonGive struct filedesc and struct file a spinlock, and...
2006-05-19 Matthew DillonConvert most manual accesses to filedesc->fd_files...
2006-05-19 Matthew DillonConsolidate the file descriptor destruction code used...
2006-05-18 Matthew DillonRemove the last vestiges of UF_MAPPED. All the removed...
2006-05-07 Matthew DillonRemove the internal F_FLOCK flag. Either F_POSIX or...
2006-05-06 Matthew DillonThe fdrop() procedure no longer needs a thread argument...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-05-02 Matthew DillonFix a bug in close(). When a descriptor is closed...
2005-12-01 Matthew DillonGet rid of the p_stat SZOMB state. p_stat can now...
2005-11-19 Matthew DillonProtect allproc scans with PHOLD/PRELE, in particular...
2005-10-13 Matthew DillonFix a bug where fsetfd() was not returning an error...
2005-10-09 Simon Schubert1:1 Userland threading stage 2.5/4:
2005-07-23 Joerg SonnenbergerRemove partial NetBSD support. It's pointless to have...
2005-07-13 Matthew DillonMake shutdown() a fileops operation rather then a socke...
2005-06-22 Matthew DillonThe recent file descriptor work is significant enough...
2005-06-22 Matthew DillonFile descriptor cleanup stage 2, remove the separate...
2005-06-21 Jeffrey HsuReplace the linear search in file descriptor allocation...
2005-06-06 Matthew DillonRemove spl*() calls from kern, replacing them with...
2005-04-08 Joerg SonnenbergerSimply the loop based on the knowledge that fd <= fdp...
2005-04-08 Joerg SonnenbergerAdd closefrom(2) syscall. It closes all file descriptor...
2005-02-02 Matthew DillonFix a hard-to-find bugaboo in the struct file list...
2005-01-14 Matthew Dillonfalloc() was not returning an error code on failure.
2005-01-13 Matthew Dillonproc0 is still used by e.g. smbfs to fork off a kernel...
2005-01-13 Matthew DillonOops, undo accidental commit. The last commit was...
2005-01-13 Matthew DillonWhen re-connecting an already connected datagram socket...
2004-11-24 Joerg SonnenbergerAdd the basic of libkcore. Switch pstat to use kcore...
2004-11-18 Joerg SonnenbergerAdd a new system library, libkinfo. It is intended...
2004-11-18 Matthew DillonLots of bug fixes to the checkpointing code. The big...
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-09-28 Matthew DillonVFS messaging/interfacing work stage 6/99. Populate...
2004-07-29 Matthew DillonWork to allow pure threads to issue VFS lookups: Only...
2004-06-12 Matthew DillonANSIfy the remaining K...
2004-05-21 David RhodusCleanup pass. Removed code that is not needed anymore.
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-13 Matthew Dillondevice switch 1/many: Remove d_autoq, add d_clone ...
2004-04-24 David RhodusRemove the VREF() macro and uses of it.
2004-04-21 Matthew DillonFollowup commit, redo the way the root file descriptor...
2004-04-21 Hiten PandyaMerge: FreeBSD (RELENG_4) kern_descrip.c rev. 1.81...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-01-17 Matthew DillonFix an off-by-one error in fdfree() related to flock...
2003-10-21 David P. Reese, Jr.Create the kern_fstat() and kern_ftruncate() in-kernel...
2003-10-15 David P. Reese, Jr.Rename do_dup() to kern_dup() and pull in some changes...
2003-10-13 Matthew DillonFix miscellanious kern_fp.c bugs.
2003-10-13 Matthew DillonAugment falloc() to support thread-only file pointers...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-08-26 Robert Garrett__P() removal
2003-07-30 Matthew Dillonsyscall messaging 3: Expand the 'header' that goes...
2003-07-29 Matthew Dillonfileops messaging stage 1: add port and feature mask...
2003-07-26 Matthew Dillonsyscall messaging 2: Change the standard return value...
2003-07-24 Matthew DillonPreliminary syscall messaging work. Adjust all <syscal...
2003-07-21 Matthew DillonDEV messaging stage 1/4: Rearrange struct cdevsw and...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-26 Matthew DillonIntroduce cratom(), remove crcopy().
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: