Remove the (now non existant) i486_bzero assignment for I486_CPU.
[dragonfly.git] / sys / emulation /
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-30 Matthew DillonSecond major scheduler patch. This corrects interactiv...
2004-03-11 Hiten PandyaMega mdoc(7) update:
2004-03-11 Hiten PandyaLinux emulation system call update.
2004-03-04 Jeffrey HsuIntroduce access methods for making protocol requests.
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-22 Joerg SonnenbergerFix compilation with -fno-common
2004-02-16 Matthew DillonRemove duplicate declarations for -fno-common
2004-02-12 Joerg SonnenbergerAdd __DragonFly__
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 'weird' the way English expects it.
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-27 Matthew DillonCleanup POSIX real-time so the kernel compiles without...
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.Split mmap().
2003-11-14 David P. Reese, Jr.Move ogetkerninfo() to the compat tree without any...
2003-11-14 David P. Reese, Jr.Move ogethostname(), osethostname(), ogethostid(),...
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-11 David P. Reese, Jr.The recent lseek() fix didn't touch olseek(). I don...
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-04 David P. Reese, Jr.Unbreak svr4 damage from last changes to kern/kern_reso...
2003-11-03 David P. Reese, Jr.Split wait4(), setrlimit(), getrlimit(), statfs(),...
2003-10-31 Jeroen Ruigrok/asmodaiChange # comments to /* */ equivalents.
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 Matthew DillonUse the one remaining free termios control character...
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-10-03 David P. Reese, Jr.Modify kern_{send,recv}msg() to take struct uio's,...
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-19 David P. Reese, Jr.Separate all of the send{to,msg} and recv{from,msg...
2003-09-14 Matthew DillonRemove unused thread pointers.
2003-09-12 David P. Reese, Jr.Create an emulation/43bsd directory and move the recent...
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 Garrettfix __P
2003-08-27 Robert Garrett__P removal
2003-08-27 Robert Garrett__P removal
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...
next