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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use CAP_EVENT instead of CAP_PDWAIT.
ed
2015-08-12
2
-3
/
+4
*
Make blocking CloudABI futex operations work.
ed
2015-08-12
1
-0
/
+121
*
Make poll() and kqueue() on CloudABI work.
ed
2015-08-12
1
-4
/
+242
*
Fall back to O_RDONLY -- not O_WRONLY.
ed
2015-08-11
1
-1
/
+1
*
Properly convert the error number to CloudABI's indexing.
ed
2015-08-11
1
-1
/
+1
*
Make cap_rights_limit() work for CloudABI processes.
ed
2015-08-11
1
-0
/
+8
*
Add file_open(): the underlying system call of openat().
ed
2015-08-06
3
-3
/
+148
*
Correct the previous commit: remove the DECLARE_MODULE().
ed
2015-08-05
1
-8
/
+0
*
Add DECLARE_MODULE() to the "cloudabi" kernel module.
ed
2015-08-05
1
-0
/
+11
*
Make fcntl(F_SETFL) work.
ed
2015-08-05
1
-2
/
+19
*
Regenerate the system call table.
ed
2015-08-05
5
-22
/
+67
*
Import the latest CloudABI system call definitions and table.
ed
2015-08-05
2
-3
/
+18
*
Add the remaining pointer size independent CloudABI socket system calls.
ed
2015-08-05
2
-4
/
+120
*
Allow the creation of polling descriptors (kqueues) on CloudABI.
ed
2015-08-05
1
-0
/
+3
*
Allow the creation of kqueues with a restricted set of Capsicum rights.
ed
2015-08-05
1
-1
/
+1
*
Let the CloudABI futex code use umtx_keys.
ed
2015-08-04
1
-72
/
+11
*
Allow CloudABI processes to create shared memory objects.
ed
2015-08-01
1
-0
/
+6
*
Limit rights on process descriptors.
ed
2015-07-31
2
-5
/
+9
*
Make pipes in CloudABI work.
ed
2015-07-29
2
-2
/
+16
*
Split up Capsicum to CloudABI rights conversion into two separate routines.
ed
2015-07-29
1
-30
/
+85
*
Implement CloudABI's readdir().
ed
2015-07-29
1
-2
/
+174
*
Implement file attribute modification system calls for CloudABI.
ed
2015-07-28
1
-4
/
+79
*
Implement directory and FIFO creation.
ed
2015-07-28
1
-2
/
+24
*
Make fstat() and friends work.
ed
2015-07-28
3
-6
/
+336
*
Add a futex implementation for CloudABI.
ed
2015-07-27
4
-19
/
+1237
*
Regenerate system call table.
ed
2015-07-27
5
-13
/
+13
*
Sync in latest upstream system call definitions.
ed
2015-07-27
1
-3
/
+3
*
Implement the basic system calls that operate on pathnames.
ed
2015-07-24
3
-15
/
+166
*
Allow us to create UNIX sockets and socketpairs in CloudABI processes.
ed
2015-07-23
1
-4
/
+37
*
Regenerate system call table.
ed
2015-07-22
5
-8
/
+23
*
Import upstream changes to the system call definitions.
ed
2015-07-22
1
-2
/
+5
*
Make clock_gettime() and clock_getres() work for CloudABI programs.
ed
2015-07-21
2
-4
/
+87
*
Make thread creation work for CloudABI processes.
ed
2015-07-21
2
-2
/
+71
*
Make forking of CloudABI processes work.
ed
2015-07-20
1
-2
/
+10
*
Add support to the jail framework to be able to mount linsysfs(5) and
araujo
2015-07-19
2
-2
/
+2
*
The si_status field of the siginfo_t, provided by the waitid(2) and
kib
2015-07-18
4
-5
/
+5
*
Implement CloudABI memory management system calls.
ed
2015-07-17
1
-17
/
+107
*
Add a sysentvec for CloudABI on x86-64.
ed
2015-07-16
2
-0
/
+157
*
Implement CloudABI's exec() call.
ed
2015-07-16
1
-2
/
+11
*
Implement the trivial socket system calls: shutdown() and listen().
ed
2015-07-15
1
-4
/
+27
*
Make posix_fallocate() and posix_fadvise() work.
ed
2015-07-15
1
-5
/
+32
*
Implement the CloudABI random_get() system call.
ed
2015-07-14
1
-2
/
+17
*
Regenerate system call table for r285540.
ed
2015-07-14
5
-14
/
+14
*
Implement thread_tcb_set() and thread_yield().
ed
2015-07-14
3
-13
/
+15
*
Implement {,p}{read,write}{,v}().
ed
2015-07-14
1
-8
/
+87
*
Let proc_raise() call into pksignal() directly.
ed
2015-07-14
1
-16
/
+18
*
Implement normal and abnormal process termination.
ed
2015-07-11
1
-4
/
+51
*
Use FDDUP_NORMAL instead of hardcoding value 0.
ed
2015-07-11
1
-1
/
+1
*
Add missing function parameter.
ed
2015-07-11
1
-1
/
+1
*
linprocfs: vref the vnode passed to vn_fullpath
mjg
2015-07-11
1
-4
/
+22
[next]