aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/svr4
Commit message (Expand)AuthorAgeFilesLines
* The si_status field of the siginfo_t, provided by the waitid(2) andKonstantin Belousov2015-07-181-2/+2
* Move chdir/chroot-related fdp manipulation to kern_descrip.cMateusz Guzik2015-07-111-1/+1
* svr4 emulator has custom sendsig() implementation, it does not useKonstantin Belousov2015-06-291-2/+2
* Replace struct filedesc argument in getvnode with struct threadMateusz Guzik2015-06-161-6/+3
* fd: make rights a mandatory argument to fget_unlockedMateusz Guzik2015-06-161-1/+2
* Implement lockless resource limits.Mateusz Guzik2015-06-103-28/+10
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-241-0/+1
* On exec, single-threading must be enforced before arguments space isKonstantin Belousov2015-05-101-0/+14
* fd: remove filedesc argument from fdcloseMateusz Guzik2015-04-111-2/+2
* Adjust printf format specifiers for dev_t and ino_t in kernel.Gleb Kurtsou2014-12-171-7/+10
* The process spin lock currently has the following distinct uses:Konstantin Belousov2014-11-261-8/+8
* Remove the no-at variants of the kern_xx() syscall helpers. E.g., weKonstantin Belousov2014-11-134-20/+32
* These don't belong in the modules directory.Warner Losh2014-11-062-0/+53
* Rename global cnt to vm_cnt to avoid shadowing.Bryan Drewery2014-03-221-2/+2
* Update NetBSD Foundation copyrights to 2-clause BSDEd Maste2014-03-184-28/+0
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-165-5/+5
* Fix build.Gleb Smirnoff2013-11-051-7/+8
* Drop support for historic ioctls and also undefine them, so that codeGleb Smirnoff2013-11-051-3/+13
* - Provide necessary includes.Gleb Smirnoff2013-10-291-0/+1
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping useJohn Baldwin2013-09-091-3/+3
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-055-13/+32
* Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-024-14/+13
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-221-14/+4
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* Fix misuse of the kernel map in miscellaneous image activators.Konstantin Belousov2012-02-171-16/+10
* Convert files to UTF-8Ulrich Spörlein2012-01-151-1/+1
* Regenerate system call tables.Ed Schouten2011-11-194-5/+5
* Improve *access*() parameter name consistency.Ed Schouten2011-11-192-2/+2
* Auto-generated code from sys_ prefixing makesyscalls.sh changeKip Macy2011-09-161-59/+59
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-168-34/+34
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-115-10/+28
* Remove stray semicolon.Edward Tomasz Napierala2011-04-101-1/+1
* Add accounting for most of the memory-related resources.Edward Tomasz Napierala2011-04-051-1/+3
* Extend struct sysvec with new method sv_schedtail, which is used for anDmitry Chagin2011-03-081-0/+1
* Add macro DECLARE_MODULE_TIED to denote a module as requiring theKonstantin Belousov2010-10-121-1/+1
* Remove proc locking, it's not needed after r210132.Edward Tomasz Napierala2010-07-171-5/+1
* Make svr4(4) version of poll(2) use the same limit of file descriptors as theEdward Tomasz Napierala2010-07-151-4/+1
* RegenerateKonstantin Belousov2010-06-284-254/+254
* Reorganize syscall entry and leave handling.Konstantin Belousov2010-05-231-1/+4
* Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.Ed Schouten2010-03-281-9/+9
* Remove unused LIBCOMPAT keyword from syscalls.master.Ed Schouten2010-02-081-1/+0
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicBrooks Davis2010-01-121-1/+1
* Include <sys/tty.h> instead of <sys/termios.h>.Ed Schouten2009-11-281-1/+1
* As jhb@ pointed out to me, r197057 was incorrect, not least because theseDag-Erling Smørgrav2009-09-101-0/+6
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-1/+0
* There is an optimization in chmod(1), that makes it not to call chmod(2)Edward Tomasz Napierala2009-07-081-1/+2
* Change the ABI of some of the structures used by the SYSV IPC API:John Baldwin2009-06-241-29/+4
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hBjoern A. Zeeb2009-06-231-1/+0