]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
Eliminate an unnecessary static variable: nkpt.
[FreeBSD/FreeBSD.git] / sys / compat /
2008-06-15 cokaneSilence warning about missing IoGetDeviceObjectPointer...
2008-06-14 wkoszekRemove obselete PECOFF image activator support.
2008-06-11 weongyofix a page fault that it occurred during ifp is NULL...
2008-06-08 rdivackyd_ino member of linux_dirent structure should be unsign...
2008-06-03 rdivackySwitch to emulating Linux 2.6 on default.
2008-06-02 edPush down the major/minor conversion for pts/%u to...
2008-05-30 weongyoFix a panic that a priority value which is passed to...
2008-05-29 obrienThis commit was generated by cvs2svn to compensate...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-15 weongyoFix a panic when it occurred during initializing the...
2008-05-13 rdivackyImplement robust futexes. Most of the code is modelled...
2008-05-09 rafanThis commit was generated by cvs2svn to compensate...
2008-05-08 cokaneThis commit was generated by cvs2svn to compensate...
2008-05-08 dfrThis commit was generated by cvs2svn to compensate...
2008-05-07 dfrThis commit was generated by cvs2svn to compensate...
2008-04-26 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-23 rdivackyImplement linux_truncate64() syscall.
2008-04-21 rdivackyThe vmspace->vm_daddr is constant until freed, there...
2008-04-21 mariusThis commit was generated by cvs2svn to compensate...
2008-04-21 delphijThis commit was generated by cvs2svn to compensate...
2008-04-09 rdivackyRemove using magic value of -1 to distinguish between...
2008-04-08 kibImplement the linux syscalls
2008-03-31 kibRegen
2008-03-31 kibAdd the freebsd32 compatibility shims for the *at(...
2008-03-31 kibAdd the support for the AT_FDCWD and fd-relative name...
2008-03-28 jbRemove files that have been repo copied to their new...
2008-03-26 dfrRegen.
2008-03-26 dfrAdd the new kernel-mode NFS Lock Manager. To use it...
2008-03-25 jhbRegen.
2008-03-25 jhbAdd entries for the cpuset-related system calls. The...
2008-03-25 ruFix build.
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-20 rdivacky o Add stub support for some new futex operations,
2008-03-20 delphijThis commit was generated by cvs2svn to compensate...
2008-03-19 obrienThis commit was generated by cvs2svn to compensate...
2008-03-17 antoineSimplify fcntl(SVR4_F_DUP2FD) code now that FreeBSD...
2008-03-16 rdivackyImplement sched_setaffinity and get_setaffinity using
2008-03-12 delphijThis commit was generated by cvs2svn to compensate...
2008-03-12 jeff - The P_SA flag has been removed. Don't reference...
2008-03-12 jeffRemove kernel support for M:N threading.
2008-03-07 syrinxThis commit was generated by cvs2svn to compensate...
2008-03-02 kibReturn ENOSYS instead of 0 for the unknown futex operat...
2008-02-22 kibSanitize arguments to linux_mremap().
2008-02-12 ruRegenerate for readlink(2).
2008-02-12 ruChange readlink(2)'s return type and type of the last...
2008-02-11 rafanThis commit was generated by cvs2svn to compensate...
2008-02-02 obrienThis commit was generated by cvs2svn to compensate...
2008-02-01 phkGive MEXTADD() another argument to make both void point...
2008-01-29 desThis commit was generated by cvs2svn to compensate...
2008-01-29 obrienThis commit was generated by cvs2svn to compensate...
2008-01-24 pjdChange type of kmem_used() and kmem_size() functions...
2008-01-20 rwatsonRegenerate.
2008-01-20 rwatsonUse audit events AUE_SHMOPEN and AUE_SHMUNLINK with...
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
2008-01-13 attilioVOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are...
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
2008-01-12 njlThis commit was generated by cvs2svn to compensate...
2008-01-10 attiliovn_lock() is currently only used with the 'curthread...
2008-01-09 obrienThis commit was generated by cvs2svn to compensate...
2008-01-08 jhbRegen for shm_open(2) and shm_unlink(2).
2008-01-08 jhbAdd a new file descriptor type for IPC shared memory...
2008-01-05 kibAfter applying LCONVPATH() to the path, do use the...
2007-12-30 rafanThis commit was generated by cvs2svn to compensate...
2007-12-30 jeffRemove explicit locking of struct file.
2007-12-29 kibPlug the leaks in the present (hopefully, soon to be...
2007-12-29 kibApply the LCONVPATH() to the (old) linux_stat() and...
2007-12-25 rwatsonAdd a new 'why' argument to kdb_enter(), and a set...
2007-12-21 desThis commit was generated by cvs2svn to compensate...
2007-12-11 obrienThis commit was generated by cvs2svn to compensate...
2007-12-10 jhbBah, remove last vestiges of some statfs conversion...
2007-12-08 scottlGrrr, remove an unused variable missed in the last...
2007-12-07 scottlDon't expect a return value from statfs_scale_blocks().
2007-12-06 jhbRegen.
2007-12-06 jhbAdd freebsd32 compat wrappers for msgctl() and __semctl...
2007-12-06 jhbAdd freebsd32 compat wrappers for msgctl() and _semctl...
2007-12-06 jhbMove 32-bit SYSV IPC structure definitions into freebsd...
2007-12-06 jhbMove several data structure definitions out of freebsd3...
2007-12-05 obrienThis commit was generated by cvs2svn to compensate...
2007-12-04 jkimRemove redundant checks for msgsnd(3) and msgrcv(3).
2007-12-03 thompsaImplement functions required by some ndis drivers.
2007-12-03 umeThis commit was generated by cvs2svn to compensate...
2007-12-03 dougbThis commit was generated by cvs2svn to compensate...
2007-12-02 dougbThis commit was generated by cvs2svn to compensate...
2007-12-02 thompsaCorrect the calculation for the number of 100ns interva...
2007-12-02 thompsaCorrect the nwbx_ies field type in struct ndis_wlan_bss...
2007-11-29 peterMove the shared cp_time array (counts %sys, %user,...
2007-11-29 jbRemove some compatibility stuff that we now get from...
2007-11-28 jbAdd more OpenSolaris compatibility headers.
2007-11-28 jbRemove an extern that is defined elsewhere.
2007-11-28 jbAdd compatibility cruft moved from under _SOLARIS_C_SOU...
2007-11-28 jbRemove a typedef which was just a hack to avoid includi...
2007-11-28 jbAdd a missing volatile so that the code compiles cleanly.
next