kernel - use new td_ucred in numerous places
[dragonfly.git] / sys / kern / init_main.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...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-07-03 Matthew DillonSplit the struct vmmeter cnt structure into a global...
2003-06-30 Matthew DillonAdd threads to the process-retrieval sysctls so they...
2003-06-30 Matthew DillonMisc interrupts/LWKT 1/2: threaded interrupts 2: Major...
2003-06-28 Matthew Dillonsmp/up collapse stage 2 of 2: cleanup the globaldata...
2003-06-28 Matthew Dillonsmp/up collapse stage 1 of 2: Make UP use the globaldat...
2003-06-27 Matthew Dillongo back to using gd_cpuid instead of gd_cpu.
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage3: make time accounting threads based...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-22 Matthew Dillonthread stage 10: (note stage 9 was the kern/lwkt_rwlock...
2003-06-21 Matthew Dillonthread stage 8: add crit_enter(), per-thread cpl handli...
2003-06-20 Matthew Dillonthread stage 7: Implement basic LWKTs, use a straight...
2003-06-19 Matthew Dillonthread stage 5: Separate the inline functions out of...
2003-06-18 Matthew Dillonthread stage 4: remove curpcb, use td_pcb reference...
2003-06-18 Matthew Dillonthread stage 3: create independant thread structure...
2003-06-18 Matthew Dillonthread stage 1: convert curproc to curthread, embed...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: