Fix more __stdcall issues. Move the __stdcall into the function typedefs
[dragonfly.git] / sys / emulation / linux /
2004-07-11 David RhodusMerge in FreeBSD-SA-04:13.linux
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-21 Matthew Dillongcc-3.4 cleanups. Add missing break statements, deal...
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-06-03 Hiten PandyaRemove the compat macro textvp_fullpath(), and use...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-04-24 David RhodusRemove the VREF() macro and uses of it.
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-04-05 Matthew DillonQuake 3 server (running under linux emulation) was...
2004-03-11 Hiten PandyaLinux emulation system call update.
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-22 Joerg SonnenbergerFix compilation with -fno-common
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-31 Matthew DillonMAINTAINER lines in Makefile's are no longer applicable...
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2004-01-20 Matthew DillonResident executable support stage 1/4: Add kernel bits...
2004-01-09 Matthew DillonArg3 to kern_fcntl was incorrectly passed as NULL,...
2004-01-08 Jeroen Ruigrok/asmodaiSpell 'separate' and its siblings the way it is suppose...
2004-01-07 Matthew Dillon*** empty log message ***
2004-01-06 Matthew Dillonif_xname support Part 2/2: Convert remaining netif...
2003-12-20 Matthew DillonUSER_LDT is now required by a number of packages as...
2003-11-20 Matthew DillonThis is a major cleanup of the LWKT message port code...
2003-11-17 David P. Reese, Jr.Fix linux_getrlimit() and linux_old_getrlimit() which...
2003-11-16 Matthew DillonCleanup the linux exec code to match other recent fixes...
2003-11-16 David P. Reese, Jr.Fix a bug in signal translation introduced in last...
2003-11-15 Matthew DillonMisc cleanups to take care of GCC3.x warnings. Missing...
2003-11-15 David P. Reese, Jr.Implement linux_mmap2().
2003-11-15 David P. Reese, Jr.Implement linux_truncate64() and linux_ftruncate64().
2003-11-15 David P. Reese, Jr.Implement linux_truncate64() and linux_ftruncate64().
2003-11-14 David P. Reese, Jr.Remove an unused variable from last commit.
2003-11-14 David P. Reese, Jr.Kill two more stackgap allocations. One is in linux_sy...
2003-11-13 David P. Reese, Jr.Split mkfifo().
2003-11-12 David P. Reese, Jr.Split execve(). This required some interesting changes...
2003-11-10 Matthew DillonThe last major syscall separation commit completely...
2003-11-10 Matthew DillonFully synchronize sys/boot from FreeBSD-5.x, but add...
2003-11-03 David P. Reese, Jr.Split wait4(), setrlimit(), getrlimit(), statfs(),...
2003-10-24 David P. Reese, Jr.Remove the FreeBSD 3.x signal code. This includes...
2003-10-21 David P. Reese, Jr.Create the kern_fstat() and kern_ftruncate() in-kernel...
2003-10-17 David P. Reese, Jr.Create kern_readv() and kern_writev() and use them...
2003-10-15 David P. Reese, Jr.Rename do_dup() to kern_dup() and pull in some changes...
2003-10-13 David P. Reese, Jr.Implement socket() and shutdown() using the in-kernel...
2003-10-12 Matthew DillonFix bugs introduced from the last commit. The loadav...
2003-10-09 Matthew Dillonnamecache work stage 3a: Adjust the VFS APIs to include...
2003-10-08 David P. Reese, Jr.Introduce the function iovec_copyin() and it's friend...
2003-10-05 David Rhodus* Correct several integer underflows/overflows in linprocfs
2003-10-04 David P. Reese, Jr.Modify linux_{send,recv}msg() and linux_{set,get}sockop...
2003-09-29 Matthew DillonCleanup: get rid of the CNP_NOFOLLOW pseudo-flag. ...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-09-07 David P. Reese, Jr.Make the linux emulator use the newly split listen...
2003-09-07 David P. Reese, Jr.Change the split syscall naming convention from syscall...
2003-09-06 Matthew DillonAdjust linux emulation calls for bind and listen to...
2003-08-27 Robert Garrett__P removal
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: linkup emulation/ and...
2003-08-12 Matthew DillonSyscall messaging 4: Further expand the kernel-version...
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-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-06-26 Matthew Dillonproc->thread stage 5: BUF/VFS clearance! Remove the...
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: