summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* linprocfs_doproclimits: Initialize error return before usecem2016-04-201-0/+2
* linprocfs: Don't print uninitialized valuescem2016-04-201-2/+3
* kernel: use our nitems() macro when it is available through param.h.pfg2016-04-191-1/+1
* compat/linux: for pointers replace 0 with NULL.pfg2016-04-151-1/+1
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* More complete implementation of /proc/self/limits.dchagin2016-04-102-42/+76
* Make CloudABI's way of doing TLS more friendly to userspace emulators.ed2016-04-063-5/+17
* Fix indentation oops.pfg2016-04-031-3/+3
* Move Linux specific times tests up to guarantee the values are defined.dchagin2016-04-031-2/+3
* tcp/lro: Change SLIST to LIST, so that removing an entry is O(1)sephe2016-04-011-0/+1
* Make Position Independent Executables work for CloudABI.ed2016-03-311-0/+1
* Regenerate system call table after r297468.ed2016-03-314-7/+7
* Sync in the latest CloudABI system call definitions.ed2016-03-313-20/+20
* Add wait_event_interruptible_timeout to linuxkpi.np2016-03-313-10/+57
* Fix bugs in currently unused bit searching loop.hselasky2016-03-311-2/+2
* Use osd_reserve / osd_jail_set_reserved, which is known to succeed.jamie2016-03-301-31/+16
* The sendfile(2) allows to send extra data from userspace before the fileglebius2016-03-291-1/+14
* Revert r297310 as the SOL_XXX are equal to the IPPROTO_XX except SOL_SOCKET.dchagin2016-03-271-2/+0
* iConvert Linux SOL_IPV6 level.dchagin2016-03-271-0/+2
* Whitespaces and style(9) fix. No functional changes.dchagin2016-03-271-29/+11
* When write(2) on eventfd object fails with the error EAGAIN do not returndchagin2016-03-261-0/+2
* Implement O_NONBLOCK flag via fcntl(F_SETFL) for eventfd object.dchagin2016-03-261-1/+18
* Regenerate system call table after r297247.ed2016-03-244-23/+23
* Replace the CloudABI system call table by a machine generated version.ed2016-03-2422-388/+94
* Check bsd_to_linux_statfs() return value. Forgotten in r297070.dchagin2016-03-201-3/+7
* Return EOVERFLOW in case when actual statfs values are large enough anddchagin2016-03-201-1/+15
* Whitespaces, style(9) fixes. No functional changes.dchagin2016-03-201-6/+6
* Implement fstatfs64 system call.dchagin2016-03-201-0/+21
* Rework r296543:dchagin2016-03-201-18/+19
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-181-2/+2
* Regen.jhb2016-03-121-16/+16
* Regen.jhb2016-03-095-133/+49
* Simplify AIO initialization now that it is standard.jhb2016-03-091-14/+14
* Add support for IPPROTO_IPV6 socket layer for getsockopt/setsockopt calls.ae2016-03-092-0/+88
* Better english.dchagin2016-03-081-1/+1
* Put a commit message from r296502 about Linux alarm() system calldchagin2016-03-081-0/+5
* Does not leak fp. While here remove bogus cast of fp->f_data.dchagin2016-03-081-2/+5
* Linux accept() system call return EOPNOTSUPP errno instead of EINVALdchagin2016-03-081-1/+12
* According to POSIX and Linux implementation the alarm() system calldchagin2016-03-081-4/+1
* Link the newly created process to the corresponding parent asdchagin2016-03-081-0/+12
* Run the LinuxKPI PCI shutdown handler free of the Giant mutex.hselasky2016-03-071-2/+5
* Add more functions to the LinuxKPI.hselasky2016-03-034-3/+16
* Improve error handling for posix_fallocate(2) and posix_fadvise(2).markj2016-02-251-6/+7
* Call cap_rights_init() properly.ed2016-02-241-1/+1
* Make handling of mmap()'s prot argument more strict.ed2016-02-231-9/+27
* As <machine/vmparam.h> is included from <vm/vm_param.h>, there is noskra2016-02-223-3/+0
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toskra2016-02-224-4/+0
* Implement /proc/$$/limits.des2016-02-211-0/+64
* Silence VPS-Studio errors (V512). These buffer underflows are intentional.jkim2016-02-181-2/+2
* Rename P_KTHREAD struct proc p_flag to P_KPROC.kib2016-02-091-1/+1
OpenPOWER on IntegriCloud