summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* x86bios_alloc(): Unsign a counter.pfg2016-04-291-1/+1
* ndis(4): it's rather unrealistic to expect a size_t here.pfg2016-04-281-1/+1
* ndis(4): unsign some indexes to prevent overflows.pfg2016-04-281-5/+5
* osd(9): Change array pointer to array pointer type from void*cem2016-04-261-1/+1
* sys: extend use of the howmany() macro when available.pfg2016-04-261-1/+1
* linux_map_osrel doesn't need to be checked in linux_prison_set,jamie2016-04-251-8/+5
* Allow to build svr4 module with SYSV support separatelly from the kernel build.dchagin2016-04-231-25/+4
* Fix streams and svr4 module dependency. Both modules are complaining aboutdchagin2016-04-232-1/+15
* Cleanup redundant parenthesis from existing howmany()/roundup() macro uses.pfg2016-04-221-3/+2
* 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
OpenPOWER on IntegriCloud