kernel - Provide descriptions for lwkt.* and debug.* sysctl's
[dragonfly.git] / sys / kern / kern_descrip.c
2010-11-30 Samuel J. Greearkernel - Provide descriptions for lwkt.* and debug...
2010-10-31 Sascha Wildnerkernel: Remove most definitions of CDEV_MAJOR.
2010-10-18 Matthew Dillonkernel - Fix bug in unp_gc()
2010-08-30 Alex Hornungspinlocks - Rename API to spin_{try,un,}lock
2010-08-30 Matthew Dillonkernel - Switch to exclusive spinlocks in kern_descrip.c
2010-08-28 Matthew Dillonkernel - Call knote_fdclose() without the mplock.
2010-08-28 Matthew Dillonkernel - Fix badfo_kqfilter for badfileops
2010-08-22 Matthew Dillonkernel - close numerous kqueue MP and blocking races
2010-08-21 Matthew Dillonkernel - Fix system lockup w/ kqueue based select/poll...
2010-08-11 Matthew Dillonkernel - Adjust krate infrastructure
2010-08-10 Matthew Dillonkernel - Add per-user file descriptor limit
2010-01-03 Matthew Dillonkernel - kqueue - major refactoring
2009-12-27 Matthew Dillonkernel - Add per-mount token to replace mplock.
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-15 Matthew Dillonkernel - adjust falloc and arguments to dupfdopen,...
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-10-11 Stathis Kamperismqueues: kern_descrip.c: Make badfo*() functions non...
2009-10-02 Alex Hornungkern_descrip - Remove leftover debug from devfs
2009-08-26 Matthew DillonKernel - pass sysmsg through to ioctl.
2009-08-24 Matthew DillonRename msleep() to ssleep().
2009-08-20 Matthew DillonFix numerous compiler warnings and format conversion...
2009-08-01 Matthew DillonDEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
2009-08-01 Matthew DillonDEVFS - Bring in Alex's GSOC kernel adjustments.
2009-07-14 Matthew DillonMPSAFE - Document a few procedures as MPSAFE (non-opera...
2009-07-03 Matthew Dillonfrevoke - More fixes to fdfree()
2009-07-02 Matthew Dillonfile descriptor enumeration - Fix races
2009-06-24 Matthew DillonAMD64 - Fix many compile-time warnings. int/ptr type...
2009-05-15 Matthew DillonFix bug in recent commit - fcntl(... O_ASYNC) on tty...
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...
next