]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
Upgrade to OpenPAM Tabebuia.
[FreeBSD/FreeBSD.git] / sys / compat /
2019-02-25 desUpgrade to OpenPAM Tabebuia.
2019-02-23 mmacyimport linux debugfs support
2019-02-23 mmacylinux/fs: simplify interop and correct definition of...
2019-02-22 mmacylkpi: allow late binding of linux_alloc_current
2019-02-12 mmMFV r344063:
2019-02-12 mariusMake taskqgroup_attach{,_cpu}(9) work across architectures
2019-02-10 kibImplement Address Space Layout Randomization (ASLR)
2019-02-09 kibNormalize the declaration of i386_read_exec variable.
2019-01-30 avosFix compilation with 'option NDISAPI + device ndis...
2019-01-25 hselaskyAdd full support for PCI_ANY_ID when matching PCI IDs...
2019-01-22 gonzo[ndis] Fix unregistered use of FPU by NDIS in kernel...
2019-01-21 emastelinuxulator: fix stack memory disclosure in linux_sigal...
2019-01-21 emastelinuxulator: fix stack memory disclosure in linux_ioctl...
2019-01-21 emastelinuxulator: fix stack memory disclosure in linux_ioctl_v4l
2019-01-17 mckusickCreate new EINTEGRITY error with message "Integrity...
2019-01-15 glebiusFix compilation failures on different arches that have...
2019-01-15 glebiusMake uz_allocs, uz_frees and uz_fails counter(9). This...
2019-01-13 cognetRegenerate sysent files after having modified syscalls...
2019-01-13 cognetamd64 is the only arch that doesn't require padding...
2019-01-11 manuImport DTS from Linux 4.20
2019-01-11 manuImport DTS includes from 4.19
2019-01-10 emasteUpdate to ELF Tool Chain r3668
2019-01-09 glebiusMechanical cleanup of epoch(9) usage in network stack.
2019-01-08 markjSpecify the correct option level when emulating SO_PEER...
2019-01-01 cemlinuxkpi: Remove extraneous NULL check on M_WAITOK...
2018-12-30 kibFix 32bit gcc builds after r342625.
2018-12-30 kibFix linux_destroy_dev() behaviour when there are still...
2018-12-30 kibImplement zap_vma_ptes() for managed device objects.
2018-12-30 kibUse IDX_TO_OFF().
2018-12-29 cemUpdate to Zstandard 1.3.8
2018-12-19 mjgRemove iBCS2, part2: general kernel
2018-12-18 brooksconst poison the `new` pointer of __sysctl.
2018-12-18 cyMFV r342175:
2018-12-11 mjgRemove unused argument to priv_check_cred.
2018-12-11 dimMerge ^/head r341764 through r341812.
2018-12-10 hselaskyRemove no longer needed ifdefs in the LinuxKPI, after...
2018-12-09 dimMerge ^/head r340918 through r341763.
2018-12-09 cyMFV r341618:
2018-12-07 kibRegen.
2018-12-07 kibAdd new file handle system calls.
2018-12-06 sjgUpdate bmake to version 20180919
2018-12-05 hselaskyRemove redundant declaration after r341517.
2018-12-05 hselaskyFix some build of LinuxKPI on some platforms after...
2018-12-05 slavashmlx5: Fix driver version location
2018-12-05 slavashibcore: ip6_dev_find() needs to know the scope ID.
2018-12-05 slavashlinuxkpi: Really check if PCI is offline
2018-12-05 slavashlinuxkpi: properly implement netif_carrier_ok().
2018-12-05 slavashlinuxkpi: Fix for use-after-free when tearing down...
2018-12-05 slavashlinuxkpi: implement idr_is_empty() and ida_is_empty().
2018-12-03 kibImprove procstat reporting for the linux cdev file...
2018-11-29 brooksAdd helper functions to copy strings into struct image_...
2018-11-25 dimMerge ^/head r340869 through r340917.
2018-11-24 markjPass malloc flags directly through kevent(2) subroutines.
2018-11-24 dimMerge ^/head r340427 through r340868.
2018-11-21 bwidawsklinuxkpi: Use pageproc instead of vmproc
2018-11-20 bwidawsklinuxkpi: Remove duplicated text
2018-11-20 bwidawsklinuxkpi: Add some basic swap functions
2018-11-20 jkimMerge OpenSSL 1.1.1a.
2018-11-20 tijlFix another user address dereference in linux_sendmsg...
2018-11-19 tijlDo proper copyin of control message data in the Linux...
2018-11-16 mjgproc: always store parent pid in p_oppid
2018-11-16 hselaskyDefine asm macro in the LinuxKPI.
2018-11-16 hselaskyImplement ktime_get_ts64() function macro in the LinuxKPI.
2018-11-14 dimMerge ^/head r340368 through r340426.
2018-11-14 brooksUse the main capabilities.conf for freebsd32.
2018-11-12 dimMerge ^/head r340235 through r340367.
2018-11-10 manuUpdate our devicetree to 4.19 for arm and arm64
2018-11-09 brooksRegen after r340302: Fix freebsd32 mknod(at).
2018-11-09 brooksFix freebsd32 mknod(at).
2018-11-09 brooksRegen after r340294: Fix a number of bugs in freebsd32...
2018-11-09 brooksFix a number of bugs in freebsd32's capabilities.conf.
2018-11-09 brooksRegen after r340274: Make freebsd32_utmx_op follow...
2018-11-09 brooksMake freebsd32_umtx_op follow the freebsd32_foo convention.
2018-11-09 brooksRegen after 340272: Make __sysctl follow the freebsd32_...
2018-11-09 brooksMake __sysctl follow the freebsd32_foo convention.
2018-11-07 dimMerge ^/head r340213 through r340234.
2018-11-07 dimMerge ^/head r340126 through r340212.
2018-11-07 brooksRegen after r340221: allow pointer return types.
2018-11-07 brooksmakesyscalls.sh: allow pointer return types.
2018-11-06 brooksRegen after r340199: Use declared types for caddr_t...
2018-11-06 brooksUse declared types for caddr_t arguments.
2018-11-06 oshogboRemove ppoll. freebsd32 doesn't define a ppoll syscall.
2018-11-06 oshogboRegenerate after r340195.
2018-11-06 oshogbocapsicum: Add ppoll and freebsd32_ppoll to compat32.
2018-11-06 tijlOn amd64 both Linux compat modules, linux.ko and linux6...
2018-11-04 vangyzenUpdate expat to 2.2.6
2018-11-04 dimMerge ^/head r339813 through r340125.
2018-11-02 brooksRegen after r340080: Add const to input-only char ...
2018-11-02 brooksAdd const to input-only char * arguments.
2018-11-01 brooksRegent after r340034: Use mode_t when the documented...
2018-11-01 brooksUse mode_t when the documented signature does.
2018-11-01 bwidawsklinuxkpi: Add GFP flags needed for ttm drivers
2018-10-30 hselaskyImplement the dump_stack() function in the LinuxKPI.
2018-10-30 hselaskyImplement __KERNEL_DIV_ROUND_UP() function macro in...
2018-10-29 hselaskyImplement dma_pool_zalloc() in the LinuxKPI.
2018-10-27 dimMerge ^/head r339670 through r339812.
2018-10-26 brooksMove 32-bit compat support for FIODGNAME to the right...
2018-10-25 kibImplement O_BENEATH and AT_BENEATH.
2018-10-25 mmMFV r339640,339641,339644:
2018-10-23 dimMerge ^/head r339015 through r339669.
next