index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
i386
/
ibcs2
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC 313564:
jhb
2017-05-10
3
-3
/
+8
*
MFC r303464 (by brooks@):
dchagin
2017-03-11
1
-8
/
+0
*
MFC r311452:
kib
2017-01-12
1
-10
/
+15
*
X86: use our nitems() macro when it is avaliable through param.h.
pfg
2016-04-19
1
-1
/
+1
*
x86: for pointers replace 0 with NULL.
pfg
2016-04-14
1
-3
/
+3
*
Implement vsyscall hack. Prior to 2.13 glibc uses vsyscall
dchagin
2016-01-09
1
-0
/
+1
*
Replace struct filedesc argument in getvnode with struct thread
mjg
2015-06-16
1
-4
/
+2
*
Implement lockless resource limits.
mjg
2015-06-10
1
-22
/
+6
*
In preparation for switching linuxulator to the use the native 1:1
dchagin
2015-05-24
1
-0
/
+1
*
On exec, single-threading must be enforced before arguments space is
kib
2015-05-10
1
-0
/
+14
*
Remove the no-at variants of the kern_xx() syscall helpers. E.g., we
kib
2014-11-13
5
-22
/
+32
*
Eliminate unnecessary memory allocation in sys_getgroups and its ibcs2 counte...
mjg
2014-10-21
1
-20
/
+15
*
Update kernel inclusions of capability.h to use capsicum.h instead; some
rwatson
2014-03-16
3
-3
/
+3
*
Remove redundant declarations of szsigcode and sigcode in
dim
2013-10-07
1
-2
/
+0
*
Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use
jhb
2013-09-09
1
-2
/
+2
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
3
-5
/
+14
*
Replace kernel virtual address space allocation with vmem. This provides
jeff
2013-08-07
1
-3
/
+3
*
Merge Capsicum overhaul:
pjd
2013-03-02
1
-4
/
+3
*
The r241025 fixed the case when a binary, executed from nullfs mount,
kib
2012-11-02
1
-2
/
+5
*
Remove the support for using non-mpsafe filesystem modules.
kib
2012-10-22
1
-8
/
+2
*
Revert previous commit...
kevlo
2012-10-10
1
-1
/
+1
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
1
-1
/
+1
*
Fix misuse of the kernel map in miscellaneous image activators.
kib
2012-02-17
1
-13
/
+3
*
Convert files to UTF-8
uqs
2012-01-15
5
-5
/
+5
*
Use strchr() and strrchr().
ed
2012-01-02
2
-3
/
+3
*
Regenerate system call tables.
ed
2011-11-19
3
-4
/
+4
*
Improve *access*() parameter name consistency.
ed
2011-11-19
2
-2
/
+2
*
Auto-generated code from sys_ prefixing makesyscalls.sh change
kmacy
2011-09-16
4
-97
/
+103
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
7
-68
/
+68
*
Second-to-last commit implementing Capsicum capabilities in the FreeBSD
rwatson
2011-08-11
3
-4
/
+9
*
Corrections for the iBCS2 support that seems to regressed from 4.x times.
kib
2011-08-02
1
-30
/
+34
*
Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.
ed
2011-07-17
1
-2
/
+2
*
Extend struct sysvec with new method sv_schedtail, which is used for an
dchagin
2011-03-08
1
-0
/
+1
*
Add macro DECLARE_MODULE_TIED to denote a module as requiring the
kib
2010-10-12
1
-1
/
+1
*
Regenerate
kib
2010-06-28
3
-131
/
+131
*
Reorganize syscall entry and leave handling.
kib
2010-05-23
1
-1
/
+4
*
Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.
ed
2010-03-28
1
-3
/
+3
*
Remove unused LIBCOMPAT keyword from syscalls.master.
ed
2010-02-08
1
-1
/
+0
*
Only allocate the space we need before calling kern_getgroups instead
brooks
2010-01-15
1
-3
/
+7
*
Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamic
brooks
2010-01-12
1
-2
/
+2
*
As jhb@ pointed out to me, r197057 was incorrect, not least because these
des
2009-09-10
1
-0
/
+6
*
There is an optimization in chmod(1), that makes it not to call chmod(2)
trasz
2009-07-08
1
-1
/
+2
*
Fix ibcs2_ipc.c build by adding missing limits.h include.
rwatson
2009-06-25
1
-0
/
+1
*
Change the ABI of some of the structures used by the SYSV IPC API:
jhb
2009-06-24
1
-2
/
+4
*
Use NGROUPS instead of NGROUPS_MAX as the limits on setgroups and
brooks
2009-06-20
1
-2
/
+2
*
Rework the credential code to support larger values of NGROUPS and
brooks
2009-06-19
1
-9
/
+24
*
Regen for added flags field.
jhb
2009-06-17
2
-78
/
+78
*
Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC
rwatson
2009-06-05
1
-2
/
+0
*
Regenerate generated syscall files following changes to struct sysent in
rwatson
2009-06-01
1
-128
/
+128
*
Place hostnames and similar information fully under the prison system.
jamie
2009-05-29
1
-11
/
+5
[next]