summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4
Commit message (Expand)AuthorAgeFilesLines
* MFC 313564:jhb2017-05-104-4/+0
* MFC r303464 (by brooks@):dchagin2017-03-111-4/+0
* MFC r311452:kib2017-01-121-16/+28
* Merge r303263:glebius2016-08-021-14/+5
* Regen post r302096 and implement svr4_pipe().brooks2016-06-235-7/+37
* Declare a svr4 version of pipe() now that sys_pipe() is no more.brooks2016-06-231-1/+1
* 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
* As <machine/vmparam.h> is included from <vm/vm_param.h>, there is noskra2016-02-222-2/+0
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscalldchagin2016-01-091-0/+1
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structkib2015-11-281-3/+0
* The si_status field of the siginfo_t, provided by the waitid(2) andkib2015-07-181-2/+2
* Move chdir/chroot-related fdp manipulation to kern_descrip.cmjg2015-07-111-1/+1
* svr4 emulator has custom sendsig() implementation, it does not usekib2015-06-291-2/+2
* Replace struct filedesc argument in getvnode with struct threadmjg2015-06-161-6/+3
* fd: make rights a mandatory argument to fget_unlockedmjg2015-06-161-1/+2
* Implement lockless resource limits.mjg2015-06-103-28/+10
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-241-0/+1
* On exec, single-threading must be enforced before arguments space iskib2015-05-101-0/+14
* fd: remove filedesc argument from fdclosemjg2015-04-111-2/+2
* Adjust printf format specifiers for dev_t and ino_t in kernel.gleb2014-12-171-7/+10
* The process spin lock currently has the following distinct uses:kib2014-11-261-8/+8
* Remove the no-at variants of the kern_xx() syscall helpers. E.g., wekib2014-11-134-20/+32
* These don't belong in the modules directory.imp2014-11-062-0/+53
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-221-2/+2
* Update NetBSD Foundation copyrights to 2-clause BSDemaste2014-03-184-28/+0
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-165-5/+5
* Fix build.glebius2013-11-051-7/+8
* Drop support for historic ioctls and also undefine them, so that codeglebius2013-11-051-3/+13
* - Provide necessary includes.glebius2013-10-291-0/+1
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-3/+3
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-055-13/+32
* Merge Capsicum overhaul:pjd2013-03-024-14/+13
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-14/+4
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Fix misuse of the kernel map in miscellaneous image activators.kib2012-02-171-16/+10
* Convert files to UTF-8uqs2012-01-151-1/+1
* Regenerate system call tables.ed2011-11-194-5/+5
* Improve *access*() parameter name consistency.ed2011-11-192-2/+2
* Auto-generated code from sys_ prefixing makesyscalls.sh changekmacy2011-09-161-59/+59
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-168-34/+34
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-115-10/+28
* Remove stray semicolon.trasz2011-04-101-1/+1
* Add accounting for most of the memory-related resources.trasz2011-04-051-1/+3
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-081-0/+1
* Add macro DECLARE_MODULE_TIED to denote a module as requiring thekib2010-10-121-1/+1
* Remove proc locking, it's not needed after r210132.trasz2010-07-171-5/+1
* Make svr4(4) version of poll(2) use the same limit of file descriptors as thetrasz2010-07-151-4/+1
* Regeneratekib2010-06-284-254/+254
OpenPOWER on IntegriCloud