]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
The code in linux_proc_exit() contains a race when multiple linux based
[FreeBSD/FreeBSD.git] / sys / compat /
2008-10-31 kibThe code in linux_proc_exit() contains a race when...
2008-10-28 traszIntroduce accmode_t. This is required for NFSv4 ACLs...
2008-10-23 desRetire the MALLOC and FREE macros. They are an abomina...
2008-10-22 jhbRegen for freebsd32_getdirentries().
2008-10-22 jhbSplit the copyout of *base at the end of getdirentries...
2008-10-19 kibCorrectly fill siginfo for the signals delivered by...
2008-10-14 kibMake robust futexes work on linux32/amd64. Use PTRIN...
2008-10-04 kibCurrent linux_fooaffinity() emulation fails, as the...
2008-10-04 kibChange the linprocfs <pid>/maps and procfs <pid>/map...
2008-10-02 zecStep 1.5 of importing the network stack virtualization...
2008-09-26 cognetAdvertise bit 26 as sse2.
2008-09-25 jhbAdd support for installing 32-bit system calls from...
2008-09-25 jhbSort includes and add multiple include guards.
2008-09-25 jhbRegen.
2008-09-25 jhbTidy up a few things with syscall generation:
2008-09-24 kibChange the static struct sysentvec and struct Elf_Brand...
2008-09-22 traszFix usage of mac_vnode_check_open() in linuxulator...
2008-09-22 obrienAdd freebsd32 compat shims for ioctl(2)
2008-09-22 obrienRegenerate for r183270.
2008-09-22 obrienAdd freebsd32 compat shims for ioctl(2)
2008-09-19 obrienRegenerate for r183188.
2008-09-19 obrienAdd freebsd32 compat shim for nmount(2).
2008-09-15 obrienstyle(9)
2008-09-15 obrienRegenerate for r183042.
2008-09-15 obrienFix bug in r100384 (rev 1.2) in which the 32-bit swapon...
2008-09-15 edAllow COMPAT_SVR4 to be built without COMPAT_43.
2008-09-13 thompsaAllow PAGE_SHIFT to already be defined.
2008-09-11 rdivackyThe ERESTART to EINTR conversion is already done in
2008-09-09 rdivackyGetdents requires padding with 2 bytes instead of 1...
2008-09-09 kibRemove superfluous copyin() of args, structures are...
2008-09-05 rpauloMerge ath again (addition of wisoc files).
2008-08-28 attilioDecontextualize the couplet VOP_GETATTR / VOP_SETATTR...
2008-08-25 julianWe left out V_static_len from ip_fw2.c
2008-08-25 julianAll opt_x.h includes go at the top of other includes.
2008-08-24 rwatsonRegenerate following r182123.
2008-08-24 rwatsonWhen MPSAFE ttys were merged, a new BSM audit event...
2008-08-22 robertoMerge ntpd & friends 4.2.4p5 from vendor/ntp/dist into...
2008-08-21 obrienAdd comments on NOARGS, NODEF, and NOPROTO.
2008-08-20 edUpdate system call tables.
2008-08-20 edIntegrate the new MPSAFE TTY layer to the FreeBSD opera...
2008-08-17 bzCommit step 1 of the vimage project, (network stack)
2008-08-01 desUpgrade to OpenSSH 5.1p1.
2008-07-23 edAdd TIOCPKT and TIOCSPTLCK to the Linuxolator.
2008-07-23 rdivackyFix linux_alarm, the linux behaviour is to limit the
2008-07-23 weongyowhen NDIS framework try to query/set informations NDIS...
2008-07-10 brooksstyle(9): put parentheses around return values.
2008-07-10 brooksRegen
2008-07-10 brooksid_t is a 64-bit integer and thus is passed as two...
2008-07-10 peterMerge gnu cpio 2.6 -> 2.8 changes. Unfortunately,...
2008-07-05 rwatsonIntroduce a new lock, hostname_mtx, and use it to synch...
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...
next