kernel - Use atomic op for usched_global_cpumask
[dragonfly.git] / sys / kern / init_main.c
2012-10-11 Matthew Dillonkernel - Use atomic op for usched_global_cpumask
2012-09-10 Sascha Wildnerkernel: Use NULL instead of 0 for pointers, part 1/x.
2012-02-16 Sascha Wildnerkernel: Remove unused attributes from stuff that is...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-11-12 Matthew Dillonkernel = Fix tsleep(), remove MAILBOX signals, change...
2011-11-02 Matthew Dillonkernel - Major MP work on kq and signal processing
2011-10-18 Matthew Dillonkernel - Major SMP performance patch / VM system, bus...
2011-05-11 John Marinokernel ELF: Reimplement Elf Branding, .note.ABI-tag
2011-02-16 Matthew Dillonkernel - Fix MP refcount race in struct sigacts
2011-02-14 Matthew Dillonkernel - Make numerous proc accesses use p->p_token...
2011-02-11 Matthew Dillonkernel - Add per-process token, adjust signal code...
2011-02-02 Sepherosa Ziehauintr: Further delay MachIntrABI.finalize()
2011-02-02 Matthew Dillonkernel - Add kern.usched_global_cpumask
2010-12-11 Matthew Dillonkernel - Change the discrete mplock into mp_token
2010-12-09 Matthew Dillonkernel - Add support for up to 63 cpus ...
2010-12-03 Matthew Dillonkernel - Fix bug in x86-64 version of bzeront()
2010-11-30 Samuel J. Greearkernel - Provide descriptions for lwkt.* and debug...
2010-09-01 Matthew Dillonboot system and buildkernel - Additional work
2010-08-29 Matthew Dillonkernel - All lwkt thread now start out mpsafe part 2/2
2010-08-29 Matthew Dillonkernel - All lwkt thread now start out mpsafe part 1/2
2010-08-28 Matthew Dillonkernel - Change lwp_fork() to not hold the mplock in...
2010-03-23 Matthew Dillonvkernel64 - Cleanup, unbreak 32 bit
2010-03-21 Jordan Gordeevvkernel64: Add bug workaround.
2010-03-04 Matthew Dillonkernel - pmap (i386) - Reduce kmem use for foreign...
2010-01-03 Matthew Dillonkernel - kqueue - refactor kqueue_scan(), rename tick...
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-15 Matthew Dillonkernel - use new td_ucred in numerous places
2009-08-01 Matthew DillonDEVFS - Bring in Alex's GSOC kernel adjustments.
2009-06-05 Jordan Gordeevamd64: Remove or disable most uses of kprintf0().
2009-04-22 Matthew DillonFix vkernel issues - enable ithread preemption, races...
2008-12-27 Jordan GordeevBring in the remainder of the post-SoC amd64 enchilada.
2008-06-07 Michael NeumannCorrect typos.
2008-05-26 Nicolas TheryAllocate lwkt threads from objcache instead of custom...
2008-05-08 Matthew DillonRecode the resource limit core (struct plimit) to fix...
2008-01-06 Sascha WildnerRemove bogus checks after kmalloc(M_WAITOK) which never...
2007-11-19 Sascha WildnerRemove various references to sysinstall from the system.
2007-08-15 Matthew DillonConvert the lwp list into a red-black tree. This great...
2007-06-29 Matthew DillonImplement struct lwp->lwp_vmspace. Leave p_vmspace...
2007-05-02 Matthew DillonWhen thread0 is initialized it must also be LWKT schedu...
2007-05-01 Matthew DillonImplement kern.do_async_attach. default disabled. ...
2007-04-30 Matthew DillonReorder cpu interrupt enablement, do it in the code...
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2007-04-29 Matthew Dillon* Use SYSREF for vmspace structures. This replaces...
2007-03-01 Simon Schubert1:1 Userland threading stage 4.7/4:
2007-02-25 Simon SchubertGet rid of struct user/UAREA.
2007-02-16 Simon Schubert1:1 Userland threading stage 2.12/4:
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
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-27 Matthew DillonMake a chunk of low level initialization code for proc0...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-04 Matthew DillonMake int bootverbose and int cold declarations machine...
2006-11-07 Matthew DillonMisc cleanups and CVS surgery. Move a number of header...
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-11 Matthew DillonMove flag(s) representing the type of vm_map_entry...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-06-07 Matthew DillonRemove the asynchronous system call interface sendsys...
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-05-29 Matthew DillonFurther isolate the user process scheduler data by...
2006-05-25 Matthew DillonConvert almost all of the remaining manual traversals...
2006-05-23 Matthew DillonMove all the resource limit handling code into a new...
2006-05-19 Matthew DillonConvert most manual accesses to filedesc->fd_files...
2006-05-05 Matthew DillonSimplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by...
2005-11-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2005-11-08 Matthew DillonMake tsleep/wakeup MP SAFE part 1/2.
2005-10-26 Matthew DillonTemporary hack until corecode can fix it. There is...
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-08 Simon Schubert1:1 Userland threading stage 2.4/4:
2005-06-25 Matthew DillonAssociate a userland scheduler control structure with...
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-19 Matthew DillonAbstract out the routines which manipulate the mountlist.
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-10-04 Matthew DillonVFS messaging/interfacing work stage 7c/99: More firmin...
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-09-20 Matthew DillonM_NOWAIT -> M_WAITOK
2004-07-24 Matthew DillonUpdate the userland scheduler. Fix scheduler interacti...
2004-06-20 Hiten PandyaMove the 'p_start' field from struct pstats (Process...
2004-06-04 Matthew Dillonasync syscall work: The async syscall code got dated...
2004-05-10 Hiten PandyaRemove newline from panic(9) message, it is redundant.
2004-04-24 David RhodusRemove the VREF() macro and uses of it.
2004-04-01 Matthew DillonImplement a convenient gd_cpumask so we don't have...
2004-03-30 Matthew DillonSecond major scheduler patch. This corrects interactiv...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2003-11-10 Matthew DillonFully synchronize sys/boot from FreeBSD-5.x, but add...
2003-09-28 Matthew Dillonnamecache work stage 2: move struct namecache to its...
2003-09-24 Matthew Dillonoops, remove some namecache leakage that is not ready...
2003-09-24 Matthew DillonClean up thread priority and critical section handling...
2003-08-03 Hiten PandyaUse FOREACH_PROC_IN_SYSTEM() throughout.
2003-07-26 Robert GarrettRegister keyword removal
2003-07-10 Matthew DillonMP Implmentation 3/4: MAJOR progress on SMP, full userl...
next