]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
Disable MSI-x for AHCI on Alpine plattform
[FreeBSD/FreeBSD.git] / sys / compat /
2016-03-31 hselaskyFix bugs in currently unused bit searching loop.
2016-03-30 jamieUse osd_reserve / osd_jail_set_reserved, which is known...
2016-03-29 glebiusThe sendfile(2) allows to send extra data from userspac...
2016-03-27 dchaginRevert r297310 as the SOL_XXX are equal to the IPPROTO_...
2016-03-27 dchaginiConvert Linux SOL_IPV6 level.
2016-03-27 dchaginWhitespaces and style(9) fix. No functional changes.
2016-03-26 dchaginWhen write(2) on eventfd object fails with the error...
2016-03-26 dchaginImplement O_NONBLOCK flag via fcntl(F_SETFL) for eventf...
2016-03-24 edRegenerate system call table after r297247.
2016-03-24 edReplace the CloudABI system call table by a machine...
2016-03-20 dchaginCheck bsd_to_linux_statfs() return value. Forgotten...
2016-03-20 dchaginReturn EOVERFLOW in case when actual statfs values...
2016-03-20 dchaginWhitespaces, style(9) fixes. No functional changes.
2016-03-20 dchaginImplement fstatfs64 system call.
2016-03-20 dchaginRework r296543:
2016-03-18 jhibbitsUse uintmax_t (typedef'd to rman_res_t type) for rman...
2016-03-16 obrienBring down 0.4.5 vendor files and other catchups with...
2016-03-12 jhbRegen.
2016-03-11 desUpgrade to OpenSSH 7.2p2.
2016-03-09 jhbRegen.
2016-03-09 jhbSimplify AIO initialization now that it is standard.
2016-03-09 aeAdd support for IPPROTO_IPV6 socket layer for getsockop...
2016-03-08 dchaginBetter english.
2016-03-08 dchaginPut a commit message from r296502 about Linux alarm...
2016-03-08 dchaginDoes not leak fp. While here remove bogus cast of fp...
2016-03-08 dchaginLinux accept() system call return EOPNOTSUPP errno...
2016-03-08 dchaginAccording to POSIX and Linux implementation the alarm...
2016-03-08 dchaginLink the newly created process to the corresponding...
2016-03-07 hselaskyRun the LinuxKPI PCI shutdown handler free of the Giant...
2016-03-03 dimMerge ^/head r296007 through r296368.
2016-03-03 hselaskyAdd more functions to the LinuxKPI.
2016-03-01 jkimMerge OpenSSL 1.0.2g.
2016-02-25 markjImprove error handling for posix_fallocate(2) and posix...
2016-02-24 dimMerge ^/head r295902 through r296006.
2016-02-24 edCall cap_rights_init() properly.
2016-02-23 edMake handling of mmap()'s prot argument more strict.
2016-02-22 dimMerge ^/head r295845 through r295901.
2016-02-22 skraAs <machine/vmparam.h> is included from <vm/vm_param...
2016-02-22 skraAs <machine/pmap.h> is included from <vm/pmap.h>, there...
2016-02-21 desImplement /proc/$$/limits.
2016-02-21 dimMerge ^/head r295601 through r295844.
2016-02-18 jkimSilence VPS-Studio errors (V512). These buffer underfl...
2016-02-13 dimUpdate llvm, clang and lldb to release_38 branch r260756.
2016-02-12 emasteUpdate ELF Tool Chain to upstream rev 3400
2016-02-11 dimMerge ^/head r295351 through r295543.
2016-02-11 desUse the new insecure-lan-zones option instead of listin...
2016-02-09 andrewUpdate our copy of the Linux dts files to be in sync...
2016-02-09 kibRename P_KTHREAD struct proc p_flag to P_KPROC.
2016-02-06 dimMerge ^/head r294961 through r295350.
2016-02-06 dimMerge compiler-rt release_38 branch r258968.
2016-02-04 mjgfork: plug a use after free of the returned process
2016-02-04 mjgfork: pass arguments to fork1 in a dedicated structure
2016-01-28 jkimMerge OpenSSL 1.0.2f.
2016-01-27 dimMerge ^/head r294777 through r294960.
2016-01-26 hselaskyUpdate and add various macros to the LinuxKPI and resol...
2016-01-26 hselaskyLinuxKPI list updates:
2016-01-26 hselaskyImplement ether_addr_equal(), ether_addr_equal_64bits...
2016-01-26 hselaskyImplement is_vlan_dev() and vlan_dev_vlan_id() for...
2016-01-26 hselaskyImplement bitmap_weight() and bitmap_equal() for the...
2016-01-26 hselaskyAdd more network related macros and functions to the...
2016-01-26 hselaskyAdd definition for the NETDEV_CHANGE event and tidy...
2016-01-26 hselaskyDefine __get_user() and __put_user() for the LinuxKPI.
2016-01-26 hselaskyAdd more LinuxKPI PCI related functions and defines.
2016-01-22 dimMerge ^/head r294169 through r294598.
2016-01-22 delphijMFV r294491: ntp 4.2.8p6.
2016-01-21 hselaskyImplement 64-bit atomic operations for the LinuxKPI.
2016-01-21 hselaskyLinuxKPI atomic fixes:
2016-01-21 hselaskyUse function macro instead of non-function macro to...
2016-01-21 hselaskyImplement idr_preload(), idr_preload_end(), idr_alloc...
2016-01-20 jhbInitialize vm_page_prot to VM_MEMATTR_DEFAULT instead...
2016-01-19 desUpgrade to OpenSSH 6.9p1.
2016-01-19 desUpgrade to OpenSSH 6.8p1.
2016-01-19 desUpgrade to OpenSSH 6.7p1, retaining libwrap support...
2016-01-17 dchaginPrevent double free of control in common sendmsg path...
2016-01-15 baptUpdate mandoc to 20160116
2016-01-15 dimMerge ^/head r293850 through r294089.
2016-01-15 hselaskyImplement support for PCI suspend, resume and shutdown...
2016-01-14 dimUpdate llvm, clang and lldb to trunk r257626, and updat...
2016-01-14 glebiusCall crextend() before copying old credentials to the...
2016-01-14 glebiusChange linux get_robust_list system call to match actua...
2016-01-13 ngieMFhead @ r293815
2016-01-11 dimMerge ^/head r293430 through r293685.
2016-01-10 dchaginUnlock process lock when return error from getrobustlis...
2016-01-09 dchaginImplement vsyscall hack. Prior to 2.13 glibc uses vsyscall
2016-01-08 dimMerge ^/head r293280 through r293429.
2016-01-08 delphijMFV r293415:
2016-01-08 hselaskyLinuxKPI style changes:
2016-01-06 dimMerge ^/head r293175 through r293279.
2016-01-06 dimUpdate clang to trunk r256945.
2016-01-06 dimUpdate llvm to trunk r256945.
2016-01-05 hselaskyImplement RCU mechanism using shared exclusive locks.
2016-01-05 delphijMFV r293125: less v481.
2016-01-04 emasteMerge LLDB 3.8
2015-12-31 dimMerge ^/head r292951 through r293015.
2015-12-31 ngieMFhead @ r293006
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-30 dimUpdate clang to trunk r256633.
2015-12-30 dimUpdate llvm to trunk r256633.
next