]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
Make ipfw addr:kfib lookup algo use new routing KPI.
[FreeBSD/FreeBSD.git] / sys / compat /
2016-01-09 dchaginImplement vsyscall hack. Prior to 2.13 glibc uses vsyscall
2016-01-08 delphijMFV r293415:
2016-01-08 hselaskyLinuxKPI style changes:
2016-01-05 hselaskyImplement RCU mechanism using shared exclusive locks.
2016-01-05 delphijMFV r293125: less v481.
2015-12-31 hselaskyHandle when filedescriptors are closed before initializ...
2015-12-31 hselaskyMinor LinuxKPI code cleanup:
2015-12-31 hselaskyMake the kobject refcounting compliant with Linux....
2015-12-28 hselaskyReduce memory consumption when allocating kobject strin...
2015-12-26 dchaginReturn EINVAL in case of incorrect sigev_signo value...
2015-12-26 dchaginDo not allow access to emuldata for non Linux processes.
2015-12-21 hselaskyImplement drain_workqueue() function.
2015-12-21 hselaskyIn the zero delay case in queue_delayed_work() use...
2015-12-21 hselaskyMinor workqueue cleanup:
2015-12-21 hselaskyImplement sleepable RCU mechanism using shared exclusiv...
2015-12-21 hselaskyImplement ACCESS_ONCE(), WRITE_ONCE() and READ_ONCE().
2015-12-18 bruefferMerge OpenBSM 1.2 alpha 4.
2015-12-16 markjFix style issues around existing SDT probes.
2015-12-14 desUpgrade to Unbound 1.5.7.
2015-12-07 markjMFV r289003:
2015-12-03 jkimMerge OpenSSL 1.0.2e.
2015-12-03 hselaskyAdd some structures and defines which will be used...
2015-12-03 hselaskyRemove incorrect defines. The proper version of these...
2015-11-30 hselaskyAdd more functions and types to the LinuxKPI.
2015-11-28 kibRemove sv_prepsyscall, sv_sigsize and sv_sigtbl members...
2015-11-23 kibSplit kerne timekeep ABI structure vdso_sv_tk out of...
2015-11-16 ngieMFhead @ r290899
2015-11-13 hselaskyAdd assert and note about the size of "unsigned long...
2015-11-12 hselaskyBuild fixes:
2015-11-09 cemlinuxkpi/sysfs.h: Cast arg2 through intptr_t to avoid...
2015-11-07 baptMerge from head r290483
2015-11-03 hselaskyMake all the LinuxKPI include files compile standalone.
2015-11-01 baptMerge from head
2015-10-30 jkimMerge OpenSSL 1.0.2d.
2015-10-29 hselaskyFinish process of moving the LinuxKPI module into the...
2015-10-28 baptMerge from head
2015-10-27 baptUpdate libucl to latest git snapshot (20151027)
2015-10-23 sjgMerge bmake 20151020
2015-10-23 kibFix build for the KTR-enabled kernels.
2015-10-22 glebiusMFV ntp-4.2.8p4 (r289715)
2015-10-22 edRefactoring: move out generic bits from cloudabi64_sysv...
2015-10-18 rpauloUpdate hostapd/wpa_supplicant to version 2.5.
2015-10-16 mavMFV r289310:
2015-10-13 baptMerge from head
2015-10-13 ngieIntegrate tools/regression/acltools into tests/sys/acl
2015-10-12 peterUpdate from svn-1.8.14 to 1.9.2.
2015-10-10 ngieMFhead @ r289100
2015-10-08 edProperly format pointer size independent CloudABI syste...
2015-10-07 bdreweryRemove redundant RFFPWAIT/vfork(2) handling in Linux...
2015-10-02 ngieMFhead @ r288473
2015-10-01 dimMerge ^/head r288197 through r288456.
2015-09-30 markjMFV r288408:
2015-09-28 avgsave some bytes by using more concise SDT_PROBE<n>...
2015-09-28 ngieAdd initial testcases for bin/ls
2015-09-27 ngieMFhead @ r288313
2015-09-23 emasteBring LLVM libunwind snapshot into contrib/llvm/projects
2015-09-17 desUpgrade to Unbound 1.5.4.
2015-09-16 dimUpdate libc++ to 3.7.0 release.
2015-09-11 dimSince contrib/libc++'s ancestry was never correct,...
2015-09-10 dimUpdate compiler-rt to 3.7.0 release. This also include...
2015-09-06 dimUpdate llvm, clang and lldb to 3.7.0 release.
2015-09-06 dimUpdate lldb to upstream trunk r242221.
2015-09-05 dimMerge ^/head r286858 through r287489.
2015-09-02 traszFixes a panic triggered by threaded Linux applications...
2015-08-27 edDecompose linkat()/renameat() rights to source and...
2015-08-25 baptMerge from HEAD
2015-08-17 dimMerge ^/head r286697 through r286857.
2015-08-17 edDon't forget to invoke pre_execve() and post_execve().
2015-08-12 dimMerge ^/head r286422 through r286684.
2015-08-12 dimUpdate llvm/clang to r242221.
2015-08-12 edAdd the last remaining system calls: send() and recv().
2015-08-12 edUse CAP_EVENT instead of CAP_PDWAIT.
2015-08-12 edMake blocking CloudABI futex operations work.
2015-08-12 edMake poll() and kqueue() on CloudABI work.
2015-08-11 edFall back to O_RDONLY -- not O_WRONLY.
2015-08-11 edProperly convert the error number to CloudABI's indexing.
2015-08-11 edMake cap_rights_limit() work for CloudABI processes.
2015-08-10 ngieMFhead @ r286584
2015-08-07 dimMerge ^/head r285924 through r286421.
2015-08-06 edAdd file_open(): the underlying system call of openat().
2015-08-05 edCorrect the previous commit: remove the DECLARE_MODULE().
2015-08-05 edAdd DECLARE_MODULE() to the "cloudabi" kernel module.
2015-08-05 edMake fcntl(F_SETFL) work.
2015-08-05 edRegenerate the system call table.
2015-08-05 edImport the latest CloudABI system call definitions...
2015-08-05 edAdd the remaining pointer size independent CloudABI...
2015-08-05 edAllow the creation of polling descriptors (kqueues...
2015-08-05 edAllow the creation of kqueues with a restricted set...
2015-08-04 edLet the CloudABI futex code use umtx_keys.
2015-08-01 edAllow CloudABI processes to create shared memory objects.
2015-07-31 emasteAdd ELF Tool Chain's brandelf(1) to contrib
2015-07-31 edLimit rights on process descriptors.
2015-07-30 emasteAdd ELF Tool Chain's ar(1) and elfdump(1) to contrib
2015-07-29 edMake pipes in CloudABI work.
2015-07-29 edSplit up Capsicum to CloudABI rights conversion into...
2015-07-29 edImplement CloudABI's readdir().
2015-07-28 bdreweryMFV r285970:
2015-07-28 zbbImport Annapurna Labs Alpine HAL to sys/contrib/
2015-07-28 edImplement file attribute modification system calls...
2015-07-28 edImplement directory and FIFO creation.
next