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
/
kern
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix the type of the idtype argument to wait6() in syscalls.master.
jhb
2013-09-12
1
-1
/
+1
*
Provide pr_ctloutput method for AF_LOCAL/SOCK_SEQPACKET sockets.
glebius
2013-09-11
1
-0
/
+1
*
Fix build with gcc.
kib
2013-09-11
1
-0
/
+2
*
Implement sendfile(2) for the posix shared memory segment file descriptor,
kib
2013-09-11
2
-126
/
+250
*
Fix the length calculation for the final block of a sendfile(2)
des
2013-09-10
1
-5
/
+4
*
Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use
jhb
2013-09-09
8
-15
/
+14
*
In r243868, the error message buffer errmsg have been changed from
delphij
2013-09-09
1
-1
/
+1
*
Drain for the xbusy state for two places which potentially do
kib
2013-09-08
1
-0
/
+6
*
Sort properly.
pjd
2013-09-07
1
-1
/
+1
*
Fix panic in cap_rights_is_valid() when invalid rights are provided -
pjd
2013-09-07
1
-11
/
+24
*
Micro-optimize cpu_search(), allowing compiler to use more efficient inline
mav
2013-09-07
1
-2
/
+10
*
MFC
markm
2013-09-07
1
-5
/
+12
|
\
|
*
Add a vtprintf. It is to tprintf what vprintf is to printf.
np
2013-09-07
1
-5
/
+12
*
|
MFC
markm
2013-09-06
32
-649
/
+1063
|
\
\
|
|
/
|
*
Keep PRIV_KMEM_READ permitted inside jails as it is on the outside.
jamie
2013-09-06
1
-0
/
+7
|
*
Fixing a small typo.
hiren
2013-09-05
1
-1
/
+1
|
*
The vm_pageout_flush() functions sbusies pages in the passed pages
kib
2013-09-05
1
-2
/
+2
|
*
The fget() function now takes pointer to cap_rights_t, so change 0 to NULL.
pjd
2013-09-05
1
-1
/
+1
|
*
Handle cases where capability rights are not provided.
pjd
2013-09-05
1
-13
/
+20
|
*
Fix !CAPABILITIES build.
glebius
2013-09-05
1
-0
/
+2
|
*
Correct the logic broken in my last commit.
pjd
2013-09-05
1
-1
/
+1
|
*
Restore builds on architectures that don't support CAPABILITIES (mips).
sbruno
2013-09-05
1
-0
/
+4
|
*
This looks like a typo that breaks the build. Yell at me if this isn't the
sbruno
2013-09-05
1
-1
/
+1
|
*
Style fixes.
pjd
2013-09-05
1
-122
/
+122
|
*
Style fixes. Most fixes are about not treating integers and pointers as
pjd
2013-09-05
1
-165
/
+137
|
*
Regenerate after r255219.
pjd
2013-09-05
3
-41
/
+19
|
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
21
-294
/
+737
|
*
Trim a couple of panic messages.
jhb
2013-09-04
1
-8
/
+2
|
*
Fix socket buffer timeouts precision using the new sbintime_t KPI instead
davide
2013-09-01
3
-7
/
+6
|
*
Forced dismounts of NFS mounts can fail when thread(s) are stuck
rmacklem
2013-09-01
1
-1
/
+9
*
|
MFC
markm
2013-08-30
8
-59
/
+54
|
\
\
|
|
/
|
*
Simplify pause_sbt() logic. Don't call DELAY() if remainder is less
hselasky
2013-08-30
1
-7
/
+7
|
*
Move the definition of the struct unrhdr into a separate header file,
kib
2013-08-30
1
-27
/
+18
|
*
Fix some issues in change 254760 pointed out by Bruce Evans:
ken
2013-08-29
1
-11
/
+8
|
*
Don't return an error for socket timeouts that are too large. Just
jhb
2013-08-29
1
-7
/
+2
|
*
Pad m_hdr on 32bit architectures to to prevent alignment and padding
andre
2013-08-27
1
-0
/
+8
|
*
When allocating a pbuf for the cluster write, do not sleep waiting
kib
2013-08-27
1
-1
/
+3
|
*
Add the ability to display the default FIB number for a process to the
will
2013-08-26
1
-0
/
+2
|
*
fix up some comments and a white space issue...
jmg
2013-08-26
1
-6
/
+6
*
|
Snapshot; Do some running repairs on entropy harvesting. More needs to follow.
markm
2013-08-26
1
-1
/
+1
|
/
*
Give (*ext_free) an int return value allowing for very sophisticated
andre
2013-08-25
4
-9
/
+14
*
Adjust socow_iodone() after r254799.
andre
2013-08-25
1
-2
/
+2
*
After r254779 "error" must always be present in mb_ctor_pack(),
andre
2013-08-24
1
-4
/
+1
*
Rename the kld_unload event handler to kld_unload_try, and add a new
markj
2013-08-24
1
-26
/
+13
*
Remove unused m_free_fast(). The difference to m_free() is only
andre
2013-08-24
1
-1
/
+1
*
Set things up so that linker_file_lookup_set() is always called with the
markj
2013-08-24
1
-12
/
+20
*
Remove the kld lock macros and just use the sx(9) API. Add locking in
markj
2013-08-24
1
-67
/
+62
*
Remove some code that has been commented out since it was added in 2000.
markj
2013-08-24
1
-20
/
+0
*
Restructure the mbuf pkthdr to make it fit for upcoming capabilities and
andre
2013-08-24
2
-13
/
+10
*
Fix a printf format warning on 32-bit mips and powerpc.
ken
2013-08-24
1
-2
/
+2
[prev]
[next]