kernel - use new td_ucred in numerous places
[dragonfly.git] / sys / platform / pc32 / i386 / sys_machdep.c
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-07-14 Matthew DillonMPSAFE - system calls set_tls_area() and get_tls_area...
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-01-06 Sascha WildnerRemove bogus checks after kmalloc(M_WAITOK) which never...
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2007-01-08 Matthew DillonModify the trapframe sigcontext, ucontext, etc. Add...
2006-12-28 Matthew DillonMake kernel_map, buffer_map, clean_map, exec_map, and...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-17 Matthew DillonRepo copy machine/pc32/i386/mem.c to kern/kern_memio...
2006-11-07 Matthew DillonRemove system dependancies on <machine/ipl.h>. Only...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-07-02 Simon Schubertonly compile function in the SMP case
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-02-28 Matthew DillonDo not set the pcb_ext field until the private TSS...
2005-11-04 Matthew DillonAllow 'options SMP' *WITHOUT* 'options APIC_IO'. That...
2005-10-07 Simon Schubert1:1 Userland threading stage 2.1/4:
2005-08-29 Matthew DillonGet rid of smp_rendezvous() and all associated support...
2005-06-03 Matthew DillonRemove spl*() calls from i386, replacing them with...
2005-05-23 Matthew DillonDo better range checking on the LDT. FreeBSD-SA-05...
2005-02-21 Matthew DillonImplement TLS support, tls manual pages, and link the...
2004-12-20 Joerg SonnenbergerRemove unecessary range check. start and num are unsign...
2004-04-22 Matthew DillonFix a race in user_ldt_free() against an interrupt...
2004-03-30 Matthew DillonSecond major scheduler patch. This corrects interactiv...
2003-12-20 Matthew DillonUSER_LDT is now required by a number of packages as...
2003-08-26 Robert Garrettwhat the heck one last one before i go take a nap...
2003-07-30 Matthew Dillonsyscall messaging 3: Expand the 'header' that goes...
2003-07-26 Matthew Dillonsyscall messaging 2: Change the standard return value...
2003-07-21 Matthew DillonLINT build test. Aggregated source code adjustments...
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-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-18 Matthew Dillonthread stage 4: remove curpcb, use td_pcb reference...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: