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
/
compat
/
svr4
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix kernel memory disclosure in svr4_sys_getdents64
emaste
2018-03-21
1
-0
/
+1
*
MFC 313564:
jhb
2017-05-10
4
-4
/
+0
*
MFC r303464 (by brooks@):
dchagin
2017-03-11
1
-4
/
+0
*
MFC r311452:
kib
2017-01-12
1
-16
/
+28
*
Merge r303263:
glebius
2016-08-02
1
-14
/
+5
*
Regen post r302096 and implement svr4_pipe().
brooks
2016-06-23
5
-7
/
+37
*
Declare a svr4 version of pipe() now that sys_pipe() is no more.
brooks
2016-06-23
1
-1
/
+1
*
Allow to build svr4 module with SYSV support separatelly from the kernel build.
dchagin
2016-04-23
1
-25
/
+4
*
Fix streams and svr4 module dependency. Both modules are complaining about
dchagin
2016-04-23
2
-1
/
+15
*
As <machine/vmparam.h> is included from <vm/vm_param.h>, there is no
skra
2016-02-22
2
-2
/
+0
*
Implement vsyscall hack. Prior to 2.13 glibc uses vsyscall
dchagin
2016-01-09
1
-0
/
+1
*
Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the struct
kib
2015-11-28
1
-3
/
+0
*
The si_status field of the siginfo_t, provided by the waitid(2) and
kib
2015-07-18
1
-2
/
+2
*
Move chdir/chroot-related fdp manipulation to kern_descrip.c
mjg
2015-07-11
1
-1
/
+1
*
svr4 emulator has custom sendsig() implementation, it does not use
kib
2015-06-29
1
-2
/
+2
*
Replace struct filedesc argument in getvnode with struct thread
mjg
2015-06-16
1
-6
/
+3
*
fd: make rights a mandatory argument to fget_unlocked
mjg
2015-06-16
1
-1
/
+2
*
Implement lockless resource limits.
mjg
2015-06-10
3
-28
/
+10
*
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
*
fd: remove filedesc argument from fdclose
mjg
2015-04-11
1
-2
/
+2
*
Adjust printf format specifiers for dev_t and ino_t in kernel.
gleb
2014-12-17
1
-7
/
+10
*
The process spin lock currently has the following distinct uses:
kib
2014-11-26
1
-8
/
+8
*
Remove the no-at variants of the kern_xx() syscall helpers. E.g., we
kib
2014-11-13
4
-20
/
+32
*
These don't belong in the modules directory.
imp
2014-11-06
2
-0
/
+53
*
Rename global cnt to vm_cnt to avoid shadowing.
bdrewery
2014-03-22
1
-2
/
+2
*
Update NetBSD Foundation copyrights to 2-clause BSD
emaste
2014-03-18
4
-28
/
+0
*
Update kernel inclusions of capability.h to use capsicum.h instead; some
rwatson
2014-03-16
5
-5
/
+5
*
Fix build.
glebius
2013-11-05
1
-7
/
+8
*
Drop support for historic ioctls and also undefine them, so that code
glebius
2013-11-05
1
-3
/
+13
*
- Provide necessary includes.
glebius
2013-10-29
1
-0
/
+1
*
Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use
jhb
2013-09-09
1
-3
/
+3
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
5
-13
/
+32
*
Merge Capsicum overhaul:
pjd
2013-03-02
4
-14
/
+13
*
Remove the support for using non-mpsafe filesystem modules.
kib
2012-10-22
1
-14
/
+4
*
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
-16
/
+10
*
Convert files to UTF-8
uqs
2012-01-15
1
-1
/
+1
*
Regenerate system call tables.
ed
2011-11-19
4
-5
/
+5
*
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
1
-59
/
+59
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
8
-34
/
+34
*
Second-to-last commit implementing Capsicum capabilities in the FreeBSD
rwatson
2011-08-11
5
-10
/
+28
*
Remove stray semicolon.
trasz
2011-04-10
1
-1
/
+1
*
Add accounting for most of the memory-related resources.
trasz
2011-04-05
1
-1
/
+3
*
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
*
Remove proc locking, it's not needed after r210132.
trasz
2010-07-17
1
-5
/
+1
*
Make svr4(4) version of poll(2) use the same limit of file descriptors as the
trasz
2010-07-15
1
-4
/
+1
[next]