__P() removal
[dragonfly.git] / sys / emulation /
2003-08-26 Matthew DillonRemove additional KKASSERT(p)'s that we do not need...
2003-08-26 Matthew DillonRemove unnecessary KKASSERT(p) checks for procedures...
2003-08-25 Matthew DillonRemove now unused proc p variables.
2003-08-22 Matthew DillonModify the header dependancy ordering so the bsd.kmod...
2003-08-21 Matthew DillonSeparate system call generation out from the Makefile...
2003-08-20 Matthew DillonLinux needs %edx to be 0 on entry. It registers it...
2003-08-15 Matthew DillonMake modules work again part 1: forgot a file in 'emula...
2003-08-15 Matthew DillonMake modules work again part 1: linkup emulation/ and...
2003-08-12 Matthew DillonSyscall messaging 4: Further expand the kernel-version...
2003-08-11 David RhodusThe iBCS2 system call translator for statfs(2) did...
2003-08-09 David RhodusFix compile error.
2003-08-08 David Rhodus Don't map LINUX_POSIX_VDISABLE to _POSIX_VDISABLE...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-08-05 Hiten PandyaBackout my ``proc cleanup'' brain damage.
2003-08-05 Hiten PandyaUm, ok. I should have slept a little more.
2003-08-03 Hiten PandyaLINT cleanup: remove redundant ``struct proc *p'' decla...
2003-08-01 Robert GarrettEnable SSE by default, add nob to turn it off
2003-07-30 Matthew Dillonsyscall messaging 3: Expand the 'header' that goes...
2003-07-29 Matthew DillonRemove KKASSERT(p)'s, 'p' (curproc) no longer exists...
2003-07-29 Hiten PandyaNo need to comment out unused thread/proc declarations...
2003-07-29 Hiten PandyaComment out the unused proc/thread declarations.
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Matthew Dillonsyscall messaging 2: Change the standard return value...
2003-07-26 Robert Garrettregister keyword removal
2003-07-24 Matthew DillonRegenerate all system calls
2003-07-24 Matthew DillonPreliminary syscall messaging work. Adjust all <syscal...
2003-07-23 Matthew DillonLINT pass. Cleanup missed proc->thread conversions...
2003-07-22 Matthew DillonDEV messaging stage 2/4: In this stage all DEV commands...
2003-07-21 Matthew DillonLINT build test. Aggregated source code adjustments...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-03 Matthew DillonSplit the struct vmmeter cnt structure into a global...
2003-07-01 Matthew DillonRemove pre-ELF underscore prefix and asnames macro...
2003-06-26 Matthew Dillonproc->thread stage 5: BUF/VFS clearance! Remove the...
2003-06-25 Matthew Dillonproc->thread stage 4: post commit cleanup. Fix minor...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage2: post-commit fixes/cleanup(2)
2003-06-23 Matthew Dillonproc->thread stage2: post-commit fixes/cleanup
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: