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
*
In the !MNT_BYFSID case, return EINVAL from unmount(2) when the
iedowse
2003-09-08
1
-2
/
+9
*
Use pmap_extract_and_hold() in pipe_build_write_buffer(). Consequently,
alc
2003-09-08
1
-35
/
+11
*
Return EINVAL if the contested bit is not set on the umtx passed to
tjr
2003-09-07
1
-1
/
+2
*
msync(2) should be declared MP-safe.
alc
2003-09-07
3
-4
/
+4
*
add fast swi taskqueue spinlock to the order_list so witness doesn't complain
sam
2003-09-06
1
-0
/
+1
*
correct fast swi taskqueue spinlock name to be different from the sleep lock
sam
2003-09-06
1
-1
/
+1
*
Giant is no longer required by pipe_destroy_write_buffer(). Reduce
alc
2003-09-06
1
-9
/
+7
*
"fast swi" taskqueue support. This is a taskqueue that uses spinlocks
sam
2003-09-05
1
-0
/
+118
*
Print a message at boot for interrupt handlers created with INTR_MPSAFE
sam
2003-09-05
1
-4
/
+14
*
Log involuntary context switches correctly.
peter
2003-09-05
1
-2
/
+2
*
Put the message about msgbuf cksum mismatch under bootverbose and tell
phk
2003-09-05
1
-2
/
+5
*
Use the quality to disable timecounters for which we deem Hz too low.
phk
2003-09-03
1
-6
/
+10
*
Move dynamic sysctl(8) variable creation for the cd(4) and da(4) drivers
ken
2003-09-03
1
-0
/
+32
*
move domain list mutex initialization to earlier in the boot sequence so
sam
2003-09-02
1
-2
/
+1
*
Implement MBUF_STRESS_TEST mark II.
silby
2003-09-01
1
-0
/
+84
*
o interlock domain list when adding domains
sam
2003-09-01
1
-8
/
+9
*
- Define a new flag for getblk(): GB_NOCREAT. This flag causes getblk() to
jeff
2003-08-31
1
-0
/
+8
*
- If there is no vp assume that BKGRDINPROG is not set and set RELPBUF in
jeff
2003-08-31
1
-1
/
+2
*
- In some cases bp->b_vp can be NULL in brelse, don't try to lock the
jeff
2003-08-31
1
-4
/
+6
*
Migrate the sf_buf allocator that is used by sendfile(2) and zero-copy
alc
2003-08-29
1
-99
/
+0
*
In bufdone(), change the format specifier for m->valid and m->dirty to
marcel
2003-08-28
1
-2
/
+3
*
Do not return with vnode interlock held.
kan
2003-08-28
1
-0
/
+2
*
- Move BX_BKGRDWAIT and BX_BKGRDINPROG to BV_ and the b_vflags field.
jeff
2003-08-28
2
-80
/
+89
*
Fix a mac_policy_list reference to be a mac_static_policy_list
rwatson
2003-08-26
1
-1
/
+1
*
Let SA process work under ULE scheduler, originally it would panic kernel.
davidxu
2003-08-26
3
-24
/
+49
*
Hold the page queues lock when performing vm_page_clear_dirty() and
alc
2003-08-23
1
-0
/
+2
*
Fix a logic error in osethostid() that was introduced in rev. 1.34:
tjr
2003-08-23
1
-3
/
+4
*
On ia64 time_t is 64 bit. Explicitly cast tv_sec to long and change
marcel
2003-08-23
1
-2
/
+2
*
Introduce two new MAC Framework and MAC policy entry points:
rwatson
2003-08-21
1
-0
/
+19
*
Change description of kern.osreldate from "Operating system release date" to
eivind
2003-08-21
1
-1
/
+5
*
Add mac_check_vnode_deleteextattr() and mac_check_vnode_listextattr():
rwatson
2003-08-21
3
-8
/
+38
*
Remove about 40 lines of #ifdef/#endif by using new macros
rwatson
2003-08-20
1
-70
/
+31
*
bde made a number of suggested improvements to the code. This commit
imp
2003-08-20
1
-20
/
+17
*
Fix an extreme edge case in leap second handling. We need to call
imp
2003-08-20
1
-4
/
+6
*
Change instances of callout_init that specify MPSAFE behaviour to
sam
2003-08-19
7
-8
/
+8
*
It is not an error to have no devices in the kernel: Return the
phk
2003-08-17
1
-4
/
+4
*
Use constants less throughout the code and instead use the objsize
bmilekic
2003-08-16
1
-6
/
+6
*
Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI
marcel
2003-08-16
1
-1
/
+1
*
Give timecounters a numeric quality field.
phk
2003-08-16
1
-8
/
+35
*
- Various style fixes in both code and comments.
jhb
2003-08-15
3
-66
/
+75
*
Add or finish support for machine dependent ptrace requests. When we
marcel
2003-08-15
1
-22
/
+13
*
if we got this far, we definately don't have an EBADF. Return a more
jmg
2003-08-15
1
-1
/
+1
*
add a read-only sysctl to display the number of entries in the fixed size
cg
2003-08-14
1
-5
/
+9
*
Update powerpc to use the (old thread,new thread) calling convention
grehan
2003-08-14
4
-18
/
+0
*
- The vm_object pointer in pipe_buffer is unused. Remove it.
alc
2003-08-13
1
-5
/
+2
*
Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon's
imp
2003-08-12
1
-3
/
+26
*
Remove extra space.
mux
2003-08-12
1
-1
/
+1
*
- Convert Alpha over to the new calling conventions for cpu_throw() and
jhb
2003-08-12
4
-5
/
+5
*
Pipespace() no longer requires Giant.
alc
2003-08-11
1
-2
/
+2
*
Drop Giant in recvit before returning an error to the caller to avoid
kan
2003-08-11
1
-1
/
+4
[next]