]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
Correct minor typos in SCTP man pages.
[FreeBSD/FreeBSD.git] / sys / compat /
2008-04-26 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-23 Roman DivackyImplement linux_truncate64() syscall.
2008-04-21 Roman DivackyThe vmspace->vm_daddr is constant until freed, there...
2008-04-21 Marius StroblThis commit was generated by cvs2svn to compensate...
2008-04-21 Xin LIThis commit was generated by cvs2svn to compensate...
2008-04-09 Roman DivackyRemove using magic value of -1 to distinguish between...
2008-04-08 Konstantin BelousovImplement the linux syscalls
2008-03-31 Konstantin BelousovRegen
2008-03-31 Konstantin BelousovAdd the freebsd32 compatibility shims for the *at(...
2008-03-31 Konstantin BelousovAdd the support for the AT_FDCWD and fd-relative name...
2008-03-28 John BirrellRemove files that have been repo copied to their new...
2008-03-26 Doug RabsonRegen.
2008-03-26 Doug RabsonAdd the new kernel-mode NFS Lock Manager. To use it...
2008-03-25 John BaldwinRegen.
2008-03-25 John BaldwinAdd entries for the cpuset-related system calls. The...
2008-03-25 Ruslan ErmilovFix build.
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-20 Roman Divacky o Add stub support for some new futex operations,
2008-03-20 Xin LIThis commit was generated by cvs2svn to compensate...
2008-03-19 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-03-17 Antoine BrodinSimplify fcntl(SVR4_F_DUP2FD) code now that FreeBSD...
2008-03-16 Roman DivackyImplement sched_setaffinity and get_setaffinity using
2008-03-12 Xin LIThis commit was generated by cvs2svn to compensate...
2008-03-12 Jeff Roberson - The P_SA flag has been removed. Don't reference...
2008-03-12 Jeff RobersonRemove kernel support for M:N threading.
2008-03-07 Shteryana ShopovaThis commit was generated by cvs2svn to compensate...
2008-03-02 Konstantin BelousovReturn ENOSYS instead of 0 for the unknown futex operat...
2008-02-22 Konstantin BelousovSanitize arguments to linux_mremap().
2008-02-12 Ruslan ErmilovRegenerate for readlink(2).
2008-02-12 Ruslan ErmilovChange readlink(2)'s return type and type of the last...
2008-02-11 Rong-En FanThis commit was generated by cvs2svn to compensate...
2008-02-02 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-02-01 Poul-Henning KampGive MEXTADD() another argument to make both void point...
2008-01-29 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2008-01-29 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-24 Pawel Jakub DawidekChange type of kmem_used() and kmem_size() functions...
2008-01-20 Robert WatsonRegenerate.
2008-01-20 Robert WatsonUse audit events AUE_SHMOPEN and AUE_SHMUNLINK with...
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-13 Attilio RaoVOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are...
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-12 Nate LawsonThis commit was generated by cvs2svn to compensate...
2008-01-10 Attilio Raovn_lock() is currently only used with the 'curthread...
2008-01-08 John BaldwinRegen for shm_open(2) and shm_unlink(2).
2008-01-08 John BaldwinAdd a new file descriptor type for IPC shared memory...
2008-01-05 Konstantin BelousovAfter applying LCONVPATH() to the path, do use the...
2007-12-30 Rong-En FanThis commit was generated by cvs2svn to compensate...
2007-12-30 Jeff RobersonRemove explicit locking of struct file.
2007-12-29 Konstantin BelousovPlug the leaks in the present (hopefully, soon to be...
2007-12-29 Konstantin BelousovApply the LCONVPATH() to the (old) linux_stat() and...
2007-12-25 Robert WatsonAdd a new 'why' argument to kdb_enter(), and a set...
2007-12-21 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2007-12-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-12-10 John BaldwinBah, remove last vestiges of some statfs conversion...
2007-12-08 Scott LongGrrr, remove an unused variable missed in the last...
2007-12-07 Scott LongDon't expect a return value from statfs_scale_blocks().
2007-12-06 John BaldwinRegen.
2007-12-06 John BaldwinAdd freebsd32 compat wrappers for msgctl() and __semctl...
2007-12-06 John BaldwinAdd freebsd32 compat wrappers for msgctl() and _semctl...
2007-12-06 John BaldwinMove 32-bit SYSV IPC structure definitions into freebsd...
2007-12-06 John BaldwinMove several data structure definitions out of freebsd3...
2007-12-05 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-12-04 Jung-uk KimRemove redundant checks for msgsnd(3) and msgrcv(3).
2007-12-03 Andrew ThompsonImplement functions required by some ndis drivers.
2007-12-03 Hajimu UMEMOTOThis commit was generated by cvs2svn to compensate...
2007-12-03 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-12-02 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-12-02 Andrew ThompsonCorrect the calculation for the number of 100ns interva...
2007-12-02 Andrew ThompsonCorrect the nwbx_ies field type in struct ndis_wlan_bss...
2007-11-29 Peter WemmMove the shared cp_time array (counts %sys, %user,...
2007-11-29 John BirrellRemove some compatibility stuff that we now get from...
2007-11-28 John BirrellAdd more OpenSolaris compatibility headers.
2007-11-28 John BirrellRemove an extern that is defined elsewhere.
2007-11-28 John BirrellAdd compatibility cruft moved from under _SOLARIS_C_SOU...
2007-11-28 John BirrellRemove a typedef which was just a hack to avoid includi...
2007-11-28 John BirrellAdd a missing volatile so that the code compiles cleanly.
2007-11-28 John BirrellRename the definition of lbolt to LBOLT to avoid a...
2007-11-26 Xin LIThis commit was generated by cvs2svn to compensate...
2007-11-16 Xin LIThis commit was generated by cvs2svn to compensate...
2007-11-14 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-11-07 Konstantin BelousovImplement LINUX_SIOCGIFCOUNT and LINUX_SIOCGIFINDEX...
2007-11-07 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2007-11-05 Pawel Jakub DawidekRemove "zfs:" prefix from lock and condvar names and...
2007-11-05 Konstantin BelousovFix for the panic("vm_thread_new: kstack allocation...
2007-11-05 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2007-11-01 Pawel Jakub Dawidek- Move crfree() outside MNT_ILOCK()/MNT_IUNLOCK() to...
2007-10-29 Robert WatsonThis commit was generated by cvs2svn to compensate...
2007-10-25 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-10-24 Robert WatsonMerge first in a series of TrustedBSD MAC Framework...
2007-10-20 Julian ElischerRename the kthread_xxx (e.g. kthread_create()) calls
2007-10-18 Darren ReedThis commit was generated by cvs2svn to compensate...
2007-10-18 Simon L. B. NielsenThis commit was generated by cvs2svn to compensate...
2007-10-16 Max LaierThis commit was generated by cvs2svn to compensate...
next