]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
Correct MDSRCS use in <arch>/string/Makefile.inc.
[FreeBSD/FreeBSD.git] / sys / compat /
2017-03-02 desUpgrade to OpenSSH 7.3p1.
2017-03-01 kibWith the removal of IA64, the only arch which uses...
2017-02-28 dchaginLinux epoll return EEXIST on case when op is EPOLL_CTL_...
2017-02-28 dchaginLinux epoll return ENOENT error in case when op is...
2017-02-28 dchaginFreeBSD does not have analgue for epill EPOLLPRI event...
2017-02-28 glebiusRemove SVR4 (System V Release 4) binary compatibility...
2017-02-27 dchaginReturn EINVAL when an invalid file descriptor specified.
2017-02-27 dchaginUnify eventfd ioctl method and use it for other similar...
2017-02-27 hselaskyImplement more bit operation functions in the LinuxKPI.
2017-02-27 hselaskyDefine __sum16 type in the LinuxKPI.
2017-02-26 dchaginReturn EINVAL in case when an invalid size of signal...
2017-02-26 dchaginRestore signal mask in epoll_pwait.
2017-02-26 dchaginReturn EINVAL when an invalid file descriptor is specified.
2017-02-26 dchaginImplement timerfd family syscalls.
2017-02-26 dchaginNostly style(9) changes, replace unused eventfd_truncate()
2017-02-26 dchaginReturn EOVERFLOW error in case then the size of tv_sec...
2017-02-25 traszFix linux_fstatfs() to return proper value for f_frsize...
2017-02-24 mmokhiAdd linux_preadv() and linux_pwritev() syscalls to...
2017-02-24 dchaginRevert r314217. Commit is not match that I have approved.
2017-02-24 mmokhiAdd linux_preadv() and linux_pwritev() syscalls to...
2017-02-24 hselaskyImplement more string functions in the LinuxKPI.
2017-02-24 hselaskyPrototype device structure to ensure LinuxKPI header...
2017-02-24 hselaskyImplement srcu_dereference() macro in the LinuxKPI.
2017-02-24 hselaskyImplement BIT_ULL() macro in the LinuxKPI.
2017-02-23 hselaskyImplement __test_and_clear_bit() and __test_and_set_bit...
2017-02-23 dchaginRight clock defines specified in linux_timer.h.
2017-02-22 hselaskyConvert magic values into macros in the LinuxKPI scatte...
2017-02-22 hselaskyOptimise unmapped LinuxKPI page allocations.
2017-02-22 hselaskyImprove LinuxKPI scatter list support.
2017-02-21 hselaskyReplace dummy implementation of RCU in the LinuxKPI...
2017-02-21 traszGet rid of foo_sys() in linuxulator code. It was comme...
2017-02-21 hselaskyStreamline the LinuxKPI spinlock wrappers.
2017-02-21 hselaskyAdd support for LinuxKPI tasklets.
2017-02-21 hselaskyMake the LinuxKPI task struct persistent accross system...
2017-02-20 traszAdd /proc/self/mounts to linprocfs; some linux binaries...
2017-02-20 desUpgrade to OpenPAM Radula.
2017-02-19 baptImport mandoc 1.4.1rc2
2017-02-19 traszThere are some Linux binaries that expect the system...
2017-02-19 dchaginImplement rt_tgsigqueueinfo system call used by glibc...
2017-02-18 dchaginStyle(9), some XXX comments fix. No functional changes.
2017-02-18 dchaginInitialize cap_rights before use.
2017-02-18 dchaginFinich r313684.
2017-02-17 hselaskyImplement GFP_DMA32 flag in the LinuxKPI.
2017-02-16 hselaskyAllow container_of() to be used with constant data...
2017-02-16 hselaskyImplement more LinuxKPI atomic functions and macros.
2017-02-16 hselaskyAllow passing a constant atomic_t to atomic_read().
2017-02-16 hselaskyWhitespace fix.
2017-02-16 traszImprove debugging output.
2017-02-14 dchaginReplace Linuxulator implementation of readdir(), getden...
2017-02-13 kibRework r313352.
2017-02-13 delphijMFV r313676: libpcap 1.8.1
2017-02-13 kibStyle: wrap long line.
2017-02-12 dchaginFix r313284.
2017-02-10 jhbRegenerate all the system call tables to drop "created...
2017-02-07 ngieImprove libnetbsd compatibility with NetBSD
2017-02-07 ngieMFhead@r313360
2017-02-06 traszAdd kern_vm_mmap2(), kern_vm_mprotect(), kern_vm_msync...
2017-02-05 dchaginUpdate syscall.master to 4.10-rc6. Also fix comments...
2017-02-05 traszFix linux_pipe() and linux_pipe2() to close file descri...
2017-02-05 traszAdd kern_cpuset_getaffinity() and kern_cpuset_getaffini...
2017-02-04 ngieMerge in changes from ^/vendor/NetBSD/tests/dist@r313245
2017-02-04 ngieMFhead@r313243
2017-02-02 jkimMFV: r313101
2017-02-02 mmMFV r313071:
2017-02-01 glebiusUpdate tcpdump to 4.9.0.
2017-01-31 traszAdd kern_pread() and kern_pwrite(), and use it in compa...
2017-01-31 traszFix linux_getppid() to debug the actual parent, even...
2017-01-31 traszReplace calls to sys_truncate() with kern_truncate().
2017-01-31 traszAdd kern_cpuset_getid() and kern_cpuset_setid(), and...
2017-01-30 traszAdd kern_listen(), kern_shutdown(), and kern_socket...
2017-01-30 traszAdd kern_lseek() and use it instead of sys_lseek()...
2017-01-30 traszReplace sys_ftruncate() with kern_ftruncate() in variou...
2017-01-28 baptRevert crap accidentally committed
2017-01-28 baptRevert r312923 a better approach will be taken later
2017-01-27 mjgIntroduce __read_mostly and __exclusive_cache_line...
2017-01-21 baptImport mandoc cvs snapshot 20170121 (pre 1.14)
2017-01-17 edCatch up with changes to structure member names.
2017-01-17 edRegenerate sources based on the system call tables.
2017-01-16 ngieMerge ^/vendor/NetBSD/tests/dist@r312294
2017-01-14 ngieCopy ^/vendor/NetBSD/tests/dist/lib/libc/hash/t_hmac...
2017-01-14 ngieCopy ^/vendor/NetBSD/tests/dist to contrib/netbsd-tests
2017-01-14 ngieMerge content currently under test from ^/vendor/NetBSD...
2017-01-13 ngieUpgrade NetBSD tests to 01.11.2017_23.20 snapshot
2017-01-10 mmMFV r311899:
2017-01-06 glebiusUse getsock_cap() instead of fgetsock().
2017-01-05 jkimMerge ACPICA 20161222.
2017-01-05 kibDo not allocate struct statfs on kernel stack.
2017-01-05 kibSome style fixes for getfstat(2)-related code.
2017-01-04 delphijRestructure libz, place vendor files in contrib/zlib...
2016-12-30 mmMFV r310796, r310797:
2016-12-30 cognetMerge CK as of commit 255a47553aa5e8d0bb5f8eec63acac7f4...
2016-12-27 jhbRegen after r310638.
2016-12-27 jhbRename the 'flags' argument to getfsstat() to 'mode...
2016-12-27 mmMFV r310622:
2016-12-26 hselaskyImplement more list header file functions.
2016-12-26 hselaskyFix LINT build.
2016-12-26 hselaskyImplement register and unregister chrdev in the LinuxKPI.
2016-12-25 hselaskyUse correct integer type when computing the maximum...
2016-12-25 hselaskyImprove LinuxKPI device support. Only delete own BSD...
2016-12-19 sjgMerge bmake-20161212
next