]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
This commit was generated by cvs2svn to compensate for changes in r157043,
[FreeBSD/FreeBSD.git] / sys / compat /
2006-03-23 desThis commit was generated by cvs2svn to compensate...
2006-03-22 desThis commit was generated by cvs2svn to compensate...
2006-03-22 gshapiroThis commit was generated by cvs2svn to compensate...
2006-03-21 netchildFix the LINT build on alpha:
2006-03-21 umeThis commit was generated by cvs2svn to compensate...
2006-03-20 netchildFix tinderbox on alpha.
2006-03-19 ruUnbreak COMPAT_LINUX32 option support on amd64.
2006-03-18 netchildFixup some problems in my previous commit (COMPAT_43).
2006-03-18 netchildGet rid of the need of COMPAT_43 in the linuxolator.
2006-03-17 hartiThis commit was generated by cvs2svn to compensate...
2006-03-14 muxThis commit was generated by cvs2svn to compensate...
2006-03-13 hartiThis commit was generated by cvs2svn to compensate...
2006-03-08 upsFix exec_map resource leaks.
2006-03-07 samThis commit was generated by cvs2svn to compensate...
2006-03-07 samThis commit was generated by cvs2svn to compensate...
2006-03-04 rwatsonThis commit was generated by cvs2svn to compensate...
2006-03-04 psuse strlcpy in cvtstatfs and copy_statfs instead of...
2006-03-03 muxThis commit was generated by cvs2svn to compensate...
2006-03-03 muxThis commit was generated by cvs2svn to compensate...
2006-02-28 psregen for 32bit sendfile
2006-02-28 psFix 32bit sendfile by implementing kern_sendfile so...
2006-02-27 hartiThis commit was generated by cvs2svn to compensate...
2006-02-19 umeThis commit was generated by cvs2svn to compensate...
2006-02-13 hartiThis commit was generated by cvs2svn to compensate...
2006-02-11 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-10 samThis commit was generated by cvs2svn to compensate...
2006-02-10 hartiThis commit was generated by cvs2svn to compensate...
2006-02-07 hartiThis commit was generated by cvs2svn to compensate...
2006-02-07 hartiThis commit was generated by cvs2svn to compensate...
2006-02-06 jhb- Always call exec_free_args() in kern_execve() instead...
2006-02-06 jeff - Remove ifdef disabled code that doesn't have a chanc...
2006-02-06 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-04 rwatsonRegenerate.
2006-02-04 rwatsonAudit FreeBSD 32-bit system calls on 64-bit FreeBSD...
2006-02-04 rwatsonThis commit was generated by cvs2svn to compensate...
2006-01-31 rwatsonThis commit was generated by cvs2svn to compensate...
2006-01-31 hartiThis commit was generated by cvs2svn to compensate...
2006-01-30 jeff - vn_lock with LK_RETRY can not return an error. ...
2006-01-26 cognetFix a typo : deivce => device
2006-01-26 cognetLinux compat bits needed to make linux programs use...
2006-01-20 ambriskoFix the build. When I added the lutimes the futimes...
2006-01-20 ambriskoRegen.
2006-01-20 ambriskoAdd 32bit version of lutimes so untar doesn't mess...
2006-01-16 samThis commit was generated by cvs2svn to compensate...
2006-01-12 ruThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-04 dougbThis commit was generated by cvs2svn to compensate...
2005-12-30 guidoThis commit was generated by cvs2svn to compensate...
2005-12-30 guidoThis commit was generated by cvs2svn to compensate...
2005-12-29 dougbThis commit was generated by cvs2svn to compensate...
2005-12-28 trhodesCast tv_sec to intmax_t and print with %jd in some...
2005-12-27 wollmanThis commit was generated by cvs2svn to compensate...
2005-12-27 glebiusAdd \n to log() message.
2005-12-26 sobomaxRemove kern.elf32.can_exec_dyn sysctl. Instead extend...
2005-12-23 ruRegen.
2005-12-23 ruFix build.
2005-12-23 phkRegenerate sysent with new abort2 system call.
2005-12-23 phkAdd missing 455-462 syscalls as unimplemented
2005-12-23 phkAdd abort2() systemcall.
2005-12-22 wollmanThis commit was generated by cvs2svn to compensate...
2005-12-15 jhbRemove linux_mib_destroy() (which I actually added...
2005-12-13 delphijIn Linux, kernel parameters passed to ioctl are by...
2005-12-11 mlaierFix calculation of meminfo's swaptotal and swapfree...
2005-12-08 ambriskoRegen for futimes.
2005-12-08 ambriskoAdd 32bit version of futimes so untar doesn't result...
2005-12-08 glebiusSuppress logging about unimplemented syscalls to one...
2005-12-07 obrienThis commit was generated by cvs2svn to compensate...
2005-12-06 peterCatch up to the system siginfo changes. Use a union...
2005-12-04 ruFix -Wundef.
2005-11-29 rodrigcRemove MNT_NODEV mount option. In RELENG_6, MNT_NODEV...
2005-11-23 wpaulSomehow memmove() got mapped to memset() in the patch...
2005-11-20 wpaulCorrect the API for Windows interupt handling a little...
2005-11-14 ruUnlike the rest of the world, NDIS code can access...
2005-11-13 wpaulRestore backwards source compatibility with 6.x and...
2005-11-13 samThis commit was generated by cvs2svn to compensate...
2005-11-11 ru- Store pointer to the link-level address right in...
2005-11-10 wpaulImplement RtlZeroMemory() and RtlCopyMemory(). This...
2005-11-07 wpaulChange the definition for EXT_NDIS to EXT_NET_DRV....
2005-11-06 wpaulThe latest version of the Intel 2200BG/2915ABG driver...
2005-11-06 psCopy out the number of iovecs in freebsd32_recvmsg...
2005-11-04 jkimThis commit was generated by cvs2svn to compensate...
2005-11-04 njlThis commit was generated by cvs2svn to compensate...
2005-11-02 psCalling setrlimit from 32bit apps could potentially...
2005-11-02 wpaulTests with my dual Opteron system have shown that it...
2005-11-02 hartiThis commit was generated by cvs2svn to compensate...
2005-11-02 andreRetire MT_HEADER mbuf type and change its users to...
2005-11-01 jkimThis commit was generated by cvs2svn to compensate...
2005-11-01 jkimThis commit was generated by cvs2svn to compensate...
2005-11-01 wpaulClean up one remaining 'multiple DPC thread' bogon...
2005-10-31 psReformat socket control messages on input/output for...
2005-10-26 peterRegenerate (with the correct #ifdef COMPAT_43 tests...
2005-10-26 peterThere is no 'freebsd3_' prefix for COMPAT_43 syscalls...
2005-10-26 wpaulMinor nit: in ntoskrnl_finddev(), only free the 'childr...
2005-10-26 wpaulClean up and apply the fix for PR 83477. The calculatio...
2005-10-26 wpaulGet rid of the timer tracking and reaping code in NdisM...
2005-10-24 wpaulFix handling of message table messages that got broken...
2005-10-24 obrienThis commit was generated by cvs2svn to compensate...
next