Clean up some minor typos in comments.
[dragonfly.git] / sys / kern /
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.
2005-11-02 Matthew DillonICU/APIC cleanup part 5/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 1/many.
2005-10-31 Matthew DillonAn exclusive lock on the vnode is required when running...
2005-10-30 Matthew DillonAdd another parameter to BUS_ADD_CHILD to allow childre...
2005-10-28 Matthew DillonCleanup some of the newbus infrastructure.
2005-10-27 Sepherosa ZiehauKill most of the "unused variable" warning
2005-10-27 Sepherosa Ziehau- convert {set, fill}_??regs() and ptrace_single_step...
2005-10-26 Sepherosa Ziehauunbreak kernel building by
2005-10-26 Matthew DillonFix a long-standing bug in the livelock code. An inter...
2005-10-26 Matthew DillonRedo the interrupt livelock code. Simplify the frequen...
2005-10-26 Matthew DillonTemporary hack until corecode can fix it. There is...
2005-10-25 Matthew DillonRemove the dummy IPI messaging routines for UP builds...
2005-10-24 Eirik NygaardBack out last change since Matt has issues will it...
2005-10-24 Eirik NygaardMake wakeup, tsleep and friends MP-safe.
2005-10-24 Matthew DillonAdd a missing BUF_UNLOCK in the last commit.
2005-10-24 Matthew DillonAdd two checks for potential buffer cache races.
2005-10-24 Sepherosa Ziehau- Move DEVICE_POLLING from opt_global.h to opt_polling...
2005-10-20 Matthew DillonOops, fix the polling enable name, it's supposed to...
2005-10-19 Sepherosa ZiehauChange kqueue_scan() interface to take "thread" instead...
2005-10-15 Matthew DillonImplement an emergency interrupt polling feature. ...
2005-10-13 Matthew DillonFix a bad panic check from the last commit in register_...
2005-10-13 Matthew DillonMove the polling systimer initialization code out of...
2005-10-13 Matthew DillonFix a bug where fsetfd() was not returning an error...
2005-10-13 Matthew DillonMajor cleanup of the interrupt registration subsystem.
2005-10-12 Matthew DillonMove a bunch of per-interrupt-thread variables from...
2005-10-12 Sepherosa Ziehau- Make device polling use seperate SYSTIMER instead...
2005-10-11 Simon Schubert1:1 Userland threading stage 2.8/4:
2005-10-09 Simon Schubert1:1 Userland threading stage 2.7/4:
2005-10-09 Simon Schubert1:1 Userland threading stage 2.6/4:
2005-10-09 Simon Schubert1:1 Userland threading stage 2.5/4:
2005-10-09 Simon SchubertCorrectly initialize n_threads.
2005-10-08 Simon Schubert1:1 Userland threading stage 2.4/4:
2005-10-08 Simon Schubert1:1 Userland threading stage 2.3/4:
2005-10-08 Simon Schubert1:1 Userland threading stage 2.2/4:
2005-10-08 Simon SchubertWhitespace cleanup.
2005-10-06 Simon SchubertDisable lwp_flag and lwp_stat for now so that it doesn...
2005-10-06 Simon SchubertSet up correct lpw->proc linkage
2005-10-05 Simon SchubertUserland 1:1 threading changes step 1/4+:
2005-10-01 Simon SchubertMerge from vendor branch GDB:
2005-09-29 Matthew DillonImplement sysctls to restrict a user's ability to hardl...
2005-09-29 Matthew DillonAdd a sysctl, kern.unprivileged_read_msgbuf (defaults...
2005-09-27 Matthew DillonBecause recalculate is only called once or twice for...
2005-09-21 Jeffrey HsuGive each CPU its own taskqueue thread so per-cpu data...
2005-09-17 Matthew DillonWith the new FSMID flag scheme we can optimize the...
2005-09-17 Matthew DillonAdd an argument to vfs_add_vnodeops() to specify VVF_...
2005-09-16 Matthew DillonSplit spinlock.h into spinlock.h and spinlock2.h so...
2005-09-14 Matthew DillonRename all the functions and structures for the old...
2005-09-12 Matthew DillonFix a token bug. A preempting interrupt thread blockin...
2005-09-12 Matthew DillonFix a serializer bug. The SMP serializer would in...
2005-09-12 Joerg SonnenbergerWhen testing whether a negative delta is smaller than...
next