]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
Fix a typo in comment.
[FreeBSD/FreeBSD.git] / sys / compat /
2015-07-24 edImplement the basic system calls that operate on pathnames.
2015-07-23 edAllow us to create UNIX sockets and socketpairs in...
2015-07-22 jkimMerge ACPICA 20150717.
2015-07-22 edRegenerate system call table.
2015-07-22 edImport upstream changes to the system call definitions.
2015-07-21 edMake clock_gettime() and clock_getres() work for CloudA...
2015-07-21 edMake thread creation work for CloudABI processes.
2015-07-20 edMake forking of CloudABI processes work.
2015-07-19 araujoAdd support to the jail framework to be able to mount...
2015-07-18 kibThe si_status field of the siginfo_t, provided by the...
2015-07-17 bennoMerge driver for PMC Sierra's range of SAS/SATA HBAs.
2015-07-17 edImplement CloudABI memory management system calls.
2015-07-16 edAdd a sysentvec for CloudABI on x86-64.
2015-07-16 edImplement CloudABI's exec() call.
2015-07-15 edImplement the trivial socket system calls: shutdown...
2015-07-15 edMake posix_fallocate() and posix_fadvise() work.
2015-07-14 edImplement the CloudABI random_get() system call.
2015-07-14 edRegenerate system call table for r285540.
2015-07-14 edImplement thread_tcb_set() and thread_yield().
2015-07-14 edImplement {,p}{read,write}{,v}().
2015-07-14 edLet proc_raise() call into pksignal() directly.
2015-07-11 edImplement normal and abnormal process termination.
2015-07-11 edUse FDDUP_NORMAL instead of hardcoding value 0.
2015-07-11 edAdd missing function parameter.
2015-07-11 mjglinprocfs: vref the vnode passed to vn_fullpath
2015-07-11 mjgCreate a dedicated function for ensuring that cdir...
2015-07-11 mjgMove chdir/chroot-related fdp manipulation to kern_desc...
2015-07-11 adrianRegenerate syscalls.
2015-07-10 mjgfd: split kern_dup flags argument into actual flags...
2015-07-09 jkimMerge OpenSSL 1.0.1p.
2015-07-09 edAdd implementations for some of the CloudABI file descr...
2015-07-09 edGenerate CloudABI system call table with proper $FreeBS...
2015-07-09 edImport the CloudABI datatypes and create a system call...
2015-07-08 pkelseyMFV r285191: tcpdump 4.7.4.
2015-07-07 gshapiroMerge sendmail 8.15.2 to HEAD
2015-07-05 mjgfd: make 'rights' a manadatory argument to fget* functions
2015-07-05 cyMFV ntp-4.2.8p3 (r284990).
2015-06-29 kibsvr4 emulator has custom sendsig() implementation,...
2015-06-20 dchaginAdd EPOLLRDHUP support.
2015-06-18 jkimMerge ACPICA 20150619.
2015-06-16 mjgReplace struct filedesc argument in getvnode with struc...
2015-06-16 mjgfd: make rights a mandatory argument to fget_unlocked
2015-06-13 sjgAdd META_MODE support.
2015-06-10 delphijMFV r284234:
2015-06-10 mjglinux: make sure to grab all cow structs when creating...
2015-06-10 mjgImplement lockless resource limits.
2015-06-08 jkimProperly initialize flags for accept4(2) not to return...
2015-06-06 dchaginFinish r283544. In exec case properly detach threads...
2015-06-02 vangyzenProvide vnode in memory map info for files on tmpfs
2015-05-27 sjgMerge sync of head
2015-05-26 sjgMerge from head
2015-05-25 dchaginWhen I merged the lemul branch I missied kib@'s r282708...
2015-05-24 dchaginLinux nanosleep() and clock_nanosleep() system calls...
2015-05-24 dchaginConvert SCM_TIMESTAMP in recvmsg().
2015-05-24 dchaginThe latest cp tool is trying to use the btrfs clone...
2015-05-24 dchaginFix an mbuf(9) leak in sendmsg() under failure conditio...
2015-05-24 dchaginImplement Linux specific syncfs() system call.
2015-05-24 dchaginProperly check tv_nsec value. The tv_nsec field can...
2015-05-24 dchaginSince FreeBSD supports SOCK_CLOEXEC & SOCK_NONBLOCK...
2015-05-24 dchaginImplement recvmmsg() and sendmmsg() system calls.
2015-05-24 dchaginReduce duplication between MD Linux code by moving...
2015-05-24 dchaginImplement epoll_pwait() system call.
2015-05-24 dchaginConvert signal number to native for VT_SETMODE ioctl...
2015-05-24 dchaginAdd utimensat() system call.
2015-05-24 dchaginSimplify linprocfs_doprocenviron(). Remove extra proc...
2015-05-24 dchaginConvert Linux signal number to the FreeBSD.
2015-05-24 dchaginConvert Linux sigsets before showing.
2015-05-24 dchaginRework signal code to allow using it by other modules...
2015-05-24 dchaginAdd support for /proc/<pid>/auxv.
2015-05-24 dchaginAdd vdso and stack names to the /proc/self/maps.
2015-05-24 dchaginAccording to Linux man sigaltstack(3) shall return...
2015-05-24 dchaginAdd EPOLLERR flag handling to epoll.
2015-05-24 dchaginAs fo_fill_kinfo() does not check fo_fill_kinfo to...
2015-05-24 dchaginAdd preliminary fallocate system call implementation
2015-05-24 dchaginDelete the duplicate of linux_to_native_clockid() function.
2015-05-24 dchaginDo not use struct l_timespec without conversion. While...
2015-05-24 dchaginAdd prototypes for static futex functions.
2015-05-24 dchaginAs for now our tmpfs is no longer being considered
2015-05-24 dchaginPrint out unsupported futex operation message only...
2015-05-24 dchaginAdd some clock mappings used in glibc 2.20.
2015-05-24 dchaginImprove ktr(9) records in thread managment code.
2015-05-24 dchaginUse local struct proc * varable instead of dereferencin...
2015-05-24 dchaginAvoid unnecessary em zeroing in non-exec path
2015-05-24 dchaginRemove the unnecessary cast.
2015-05-24 dchaginImplement ppoll() system call.
2015-05-24 dchagintd_sigmask of a newly created thread copied from td.
2015-05-24 dchaginUpdate Linux compat revision to 32.
2015-05-24 dchaginFix linux_common module build with KTR option.
2015-05-24 dchaginImplement eventfd system call.
2015-05-24 dchaginPut the correct value for the abi_nfdbits parameter...
2015-05-24 dchaginImplement epoll family system calls. This is a tiny...
2015-05-24 dchaginImplement F_DUPFD_CLOEXEC fcntl flag.
2015-05-24 dchaginAdd several fcntl flags.
2015-05-24 dchaginTo avoid code duplication move open/fcntl definitions...
2015-05-24 dchaginUse the BSD_TO_LINUX_SIGNAL() wherever there is no...
2015-05-24 dchaginConvert Linux wait options to the FreeBSD.
2015-05-24 dchaginSet WIFCONTINUED to the wait status if needed.
2015-05-24 dchaginRewrite linux_recvfrom. To avoid double conversion...
2015-05-24 dchaginAdd AT_RANDOM and AT_EXECFN auxiliary vector entries...
2015-05-24 dchaginChange linux faccessat syscall definition to match...
next