/dev/random was almost always returning 0 bytes. This was due to several
[dragonfly.git] / sys / kern /
2006-04-12 Matthew Dillon/dev/random was almost always returning 0 bytes. This...
2006-04-07 Matthew DillonDue to continuing issues with VOP_READ/VOP_WRITE ops...
2006-04-03 Matthew DillonBecause multiple opens of /dev/tty only issue one actua...
2006-04-03 Matthew DillonA number of structures related to UFS and QUOTAS have...
2006-04-01 Matthew DillonRequire that *ALL* vnode-based buffer cache ops be...
2006-04-01 Matthew DillonUse the vnode v_opencount and v_writecount universally...
2006-03-30 Matthew DillonFix a race condition between nlookup and vnode reclamat...
2006-03-29 Matthew DillonA VM object is now required for vnode-based buffer...
2006-03-29 Matthew DillonRemove VOP_GETVOBJECT, VOP_DESTROYVOBJECT, and VOP_CREA...
2006-03-27 Matthew DillonRemove NQNFS support. The mechanisms are too crude...
2006-03-27 Joerg SonnenbergerBe more jail friendly:
2006-03-27 Matthew DillonChange *_pager_allocate() to take off_t instead of...
2006-03-26 Sascha Wildnerstruct buf's b_bcount field has been changed from long...
2006-03-25 Sascha WildnerKTR_VERBOSE's logging was being done outside 'if (ktr_b...
2006-03-25 Matthew DillonUndo the last commit. At the moment we require access...
2006-03-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
2006-03-24 Matthew DillonAdd missing commit for the VM load heuristic and page...
2006-03-24 Matthew DillonBackout the rest of 1.29. There are a number of issues...
2006-03-23 David RhodusHold MP lock for getppid(). As noted by Dillon getppid...
2006-03-23 David RhodusMerge from FreeBSD.
2006-03-23 David RhodusMark a few more system calls MPSAFE.
2006-03-23 David RhodusProperly copy in userland scheduler name via copyinstr.
2006-03-22 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2006-03-21 Matthew DillonMake a slight adjustment to the last commit. Change...
2006-03-19 Matthew DillonFix a serious bug in the olddelta microseconds calculat...
2006-03-15 Matthew Dilloncache_fromdvp() uses a recursive algorithm to resolve...
2006-03-10 Matthew Dilloncluster_read() was very dangerously issuing a blind...
2006-03-09 David XuIf we got a SIGKILL signal in kern_sigtimedwait, call...
2006-03-07 Simon SchubertSwitch to building a libgdb and both gdb and kgdb.
2006-03-05 Matthew DillonReplace the global buffer cache hash table with a per...
2006-03-02 Matthew Dillonvfs_bio_awrite() was unconditionally locking a buffer...
2006-03-02 Matthew Dillonbuftimespinlock is utterly useless since the spinlock...
2006-03-02 Matthew DillonPass LK_PCATCH instead of trying to store tsleep flags...
2006-03-01 Matthew DillonA thread may be freed from a different cpu then it...
2006-02-21 Matthew Dillonbioops.io_start() was being called in a situation where...
2006-02-21 Matthew DillonReformulate some code which was #if 0'd out in the...
2006-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2006-02-13 Simon SchubertMerge from vendor branch OPENSSH:
2006-01-31 Matthew DillonBring in the parallel route table code and clean up...
2006-01-26 Matthew DillonAdd a missing #include <sys/lock.h> to fix a UP kernel...
2006-01-25 Matthew DillonThe random number generator was not generating sufficie...
2006-01-21 Matthew DillonSwitch the type and how argument declarations around...
2006-01-19 Simon SchubertProperly refcount module dependencies loaded by loader
2006-01-11 Simon SchubertMerge from vendor branch GDB:
2006-01-10 Simon SchubertFix a refcount bug which would appear when you kldunloa...
2006-01-04 Matthew DillonClean up unmount() by removing the vnode resolution...
2005-12-28 Matthew DillonMake wait*() behave the same as it did before we moved...
2005-12-27 Matthew DillonAfter much hair pulling the problem with dual BGE inter...
2005-12-23 Sascha WildnerFix parameter order in livelock message.
2005-12-23 Matthew DillonCleanup minor typeos.
2005-12-20 Matthew DillonClean up some minor typos in comments.
2005-12-12 Matthew DillonMove tsc_offsets[] to a new home to unbreak kernel...
2005-12-10 Matthew DillonAdd a feature and a sysctl (debug.ktr.testipicnt) to...
2005-12-10 Matthew DillonFix another interesting bug. td_threadq is shared...
2005-12-10 Matthew DillonAdd KTR logging for tsleep entry/exit and wakeup entry...
2005-12-10 Matthew DillonMake the KTR test logging work for UP as well as SMP.
2005-12-10 Matthew DillonFix UP build issues. Move tsc_offsets[] from mp_machde...
2005-12-10 Matthew DillonBeef up error reporting for a particular assertion...
2005-12-07 Matthew DillonAdd additional KTR lines to allow us to characterize...
2005-12-07 Matthew DillonAdd KTR_TESTLOG and debug.ktr.testlogcnt, which issues...
2005-12-07 Simon SchubertMerge from vendor branch CVS:
2005-12-06 Matthew DillonSynchronize the TSC between all cpus on startup and...
2005-12-06 Sepherosa Ziehauminor style change
2005-12-06 Sepherosa Ziehauremove duplicated `use'
2005-12-03 Simon SchubertMerge from vendor branch OPENSSL:
2005-12-03 Simon SchubertMerge from vendor branch CVS:
2005-12-02 Matthew DillonFix a process exit/wait race. The wait*() code was...
2005-12-02 Matthew DillonFix a bug in the big tsleep/wakeup cleanup commit....
2005-12-02 Matthew Dilloncred may be NULL due to a prior error code. crhold...
2005-12-01 Matthew DillonFor MPSAFE syscall operation, CURSIG->__cursig->issigna...
2005-12-01 Matthew DillonThe primary mbuf cluster management code needs to be...
2005-12-01 Matthew Dillontsleep_interlock() must be called prior to testing...
2005-12-01 Matthew DillonGet rid of the p_stat SZOMB state. p_stat can now...
2005-11-28 Matthew DillonMake all network interrupt service routines MPSAFE...
2005-11-26 Sepherosa ZiehauIn unregister_int():
2005-11-25 Matthew DillonFix a mbuf statistics bug.
2005-11-23 Matthew DillonFix some minor bugs in lwkt_serialize_handler*() which...
2005-11-23 Matthew DillonAdd a lwkt_serialize_try() API function.
2005-11-22 Matthew DillonConsolidate the initialization of td_mpcount into lwkt_...
2005-11-22 Matthew DillonDo not try to set up hardware vectors for software...
2005-11-21 Matthew DillonFollowup to last commit, cleanup some SMP/UP conditionals.
2005-11-21 Matthew DillonAdd a sysctl and tunable kern.syscall_mpsafe which...
2005-11-21 Matthew DillonStart working on making the printf() path MPSAFE, becau...
2005-11-21 Matthew DillonAdd a sysctl and tunable kern.intr_mpsafe which allows...
2005-11-21 Matthew DillonAdd a thread flag, TDF_MPSAFE, which is used during...
2005-11-21 Matthew DillonRemove inthand_add() and inthand_remove(). Instead...
2005-11-19 Matthew DillonProtect allproc scans with PHOLD/PRELE, in particular...
2005-11-19 Matthew DillonConvert the lockmgr interlock from a token to a spinloc...
2005-11-16 Matthew DillonContinue work on our pluggable scheduler abstraction...
2005-11-14 Matthew DillonTemporarily check for and correct a race in getnewbuf...
2005-11-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2005-11-13 Simon SchubertMerge from vendor branch LUKEMFTP:
2005-11-09 Matthew DillonRevert part of the last commit. We aren't ready for...
2005-11-08 Matthew DillonTurn around the spinlock code to reduce the chance...
2005-11-08 Matthew DillonMake tsleep/wakeup MP SAFE part 1/2.
2005-11-04 Matthew DillonFix the cpu the softclock thread(s) are created on...
2005-11-04 Matthew DillonSwitch to the BSP when doing a normal shutdown. ACPI...
2005-11-04 Matthew DillonFix a bug in the last commit. The wrong argument was...
2005-11-03 Matthew DillonReimplement IPI forwarding of FAST interrupts to the...
2005-11-02 Matthew DillonICU/APIC cleanup part 7/many.
next