summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2
Commit message (Expand)AuthorAgeFilesLines
* MFC r293613:dchagin2016-01-161-0/+1
* MFC r283382:dchagin2016-01-091-0/+1
* MFC r282708:kib2015-05-241-0/+14
* Merge r263233 from HEAD to stable/10:rwatson2015-03-193-3/+3
* Remove redundant declarations of szsigcode and sigcode indim2013-10-071-2/+0
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-2/+2
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-053-5/+14
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-3/+3
* Merge Capsicum overhaul:pjd2013-03-021-4/+3
* The r241025 fixed the case when a binary, executed from nullfs mount,kib2012-11-021-2/+5
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-8/+2
* 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-13/+3
* Convert files to UTF-8uqs2012-01-155-5/+5
* Use strchr() and strrchr().ed2012-01-022-3/+3
* Regenerate system call tables.ed2011-11-193-4/+4
* Improve *access*() parameter name consistency.ed2011-11-192-2/+2
* Auto-generated code from sys_ prefixing makesyscalls.sh changekmacy2011-09-164-97/+103
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-167-68/+68
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-113-4/+9
* Corrections for the iBCS2 support that seems to regressed from 4.x times.kib2011-08-021-30/+34
* Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.ed2011-07-171-2/+2
* 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
* Regeneratekib2010-06-283-131/+131
* Reorganize syscall entry and leave handling.kib2010-05-231-1/+4
* Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.ed2010-03-281-3/+3
* Remove unused LIBCOMPAT keyword from syscalls.master.ed2010-02-081-1/+0
* Only allocate the space we need before calling kern_getgroups insteadbrooks2010-01-151-3/+7
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicbrooks2010-01-121-2/+2
* As jhb@ pointed out to me, r197057 was incorrect, not least because thesedes2009-09-101-0/+6
* There is an optimization in chmod(1), that makes it not to call chmod(2)trasz2009-07-081-1/+2
* Fix ibcs2_ipc.c build by adding missing limits.h include.rwatson2009-06-251-0/+1
* Change the ABI of some of the structures used by the SYSV IPC API:jhb2009-06-241-2/+4
* Use NGROUPS instead of NGROUPS_MAX as the limits on setgroups andbrooks2009-06-201-2/+2
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-191-9/+24
* Regen for added flags field.jhb2009-06-172-78/+78
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-2/+0
* Regenerate generated syscall files following changes to struct sysent inrwatson2009-06-011-128/+128
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-11/+5
* Regenerate system call tables to use SVN ids.ed2009-05-085-7/+12
* Regenerate ibcs2 system call table.ed2009-05-083-20/+12
* Burn TTY ioctl bridges in compat layers.ed2009-05-082-33/+2
* Introduce a new virtualization container, provisionally named vprocg, to holdzec2009-05-081-0/+1
* FreeBSD/i386 doesn't include a software FPU emulator anymore, so adjustjhb2009-02-231-3/+4
* Use shared vnode locks when invoking VOP_READDIR().jhb2009-02-131-2/+2
* Push down Giant inside sysctl. Also add some more assertions to the code.ed2008-12-291-6/+2
* Add sv_flags field to struct sysentvec with intention to provide descriptionkib2008-11-221-1/+2
* Change the static struct sysentvec and struct Elf_Brandinfo initializerskib2008-09-241-26/+27
OpenPOWER on IntegriCloud