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
*
While we're at it, add range checks similar to those in previous commit to
nectar
2002-08-09
1
-0
/
+8
*
Add additional range checks for copyout targets.
rwatson
2002-08-09
1
-0
/
+2
*
Only my brain can fart while fixing a previous brain fart.
bmilekic
2002-08-08
1
-2
/
+1
*
YIKES, I take the pointy-hat for a really big braino here. I
bmilekic
2002-08-08
1
-4
/
+3
*
Due to layering problems, remove the MAC checks from vn_rdwr() -- this
rwatson
2002-08-08
1
-13
/
+4
*
Do some work on keeping better track of stopped/continued state.
julian
2002-08-08
1
-0
/
+2
*
Correct a bug introduced in 1.26: M_PKTHDR is set in the 'flags'
rwatson
2002-08-07
1
-1
/
+1
*
Use the CPU_* OID constants instead of OID_AUTO for the clock-related
tmm
2002-08-07
2
-6
/
+12
*
Cache the credential provided during accton() for use in later accounting
rwatson
2002-08-07
1
-5
/
+17
*
Refresh the credential on the first initproc thread following divorcing
rwatson
2002-08-07
1
-0
/
+1
*
Move code block added in 1.157 to a safer part of fork1().
mdodd
2002-08-07
1
-9
/
+9
*
Set the ident field of the struct kevent that is registered by _aio_aqueue()
alc
2002-08-06
1
-4
/
+5
*
Remove new console devices with cnremove before initializing them in
jake
2002-08-06
1
-0
/
+1
*
Try harder to "set signal flags proprly [sic] for ast()". See rev.1.154.
bde
2002-08-06
1
-0
/
+1
*
Regen.
rwatson
2002-08-06
2
-4
/
+4
*
Rename mac_policy() to mac_syscall() to be more reflective of its
rwatson
2002-08-06
1
-1
/
+1
*
Don't automagically call vslock() from SYSCTL_OUT(). Instead, complain
truckman
2002-08-06
1
-4
/
+2
*
o The introduction of kevent() broke lio_listio(): _aio_aqueue() thought
alc
2002-08-05
1
-6
/
+6
*
Check the far end before registering an EVFILT_WRITE filter on a pipe.
des
2002-08-05
1
-0
/
+3
*
- Move some logic from getnewvnode() to a new function vcanrecycle()
jeff
2002-08-05
1
-69
/
+95
*
- Move a VOP assert to the right place.
jeff
2002-08-05
1
-1
/
+1
*
Cleanup:
alfred
2002-08-05
1
-28
/
+24
*
Temporarily disable polling when no processes are active, while I
luigi
2002-08-04
1
-1
/
+1
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
12
-180
/
+253
*
o Convert a vm_page_sleep_busy() into a vm_page_sleep_if_busy()
alc
2002-08-04
1
-1
/
+3
*
Kernel modifications necessary to allow to follow fork()ed children.
mdodd
2002-08-04
1
-0
/
+10
*
o Convert two instances of vm_page_sleep_busy() to vm_page_sleep_if_busy()
alc
2002-08-03
1
-7
/
+6
*
Make the consumers of the linker_load_file() function use
mux
2002-08-02
2
-7
/
+4
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-08-01
2
-2
/
+28
*
Fix a comment.
julian
2002-08-01
2
-2
/
+2
*
Slight cleanup of some comments/whitespace.
julian
2002-08-01
4
-25
/
+55
*
Since we have the struct file data pointer cached in vp, use that
rwatson
2002-08-01
1
-1
/
+1
*
o Acquire the page queues lock before calling vm_page_io_finish().
alc
2002-08-01
1
-2
/
+4
*
Include file cleanup; mac.h and malloc.h at one point had ordering
rwatson
2002-08-01
12
-10
/
+12
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-08-01
1
-4
/
+39
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-08-01
1
-11
/
+21
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-08-01
2
-20
/
+190
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-08-01
1
-0
/
+9
*
Move the MAC label init/destroy stuff to more appropriate places so that
bmilekic
2002-08-01
1
-10
/
+20
*
Revert previous revision which accidentally snuck in with another commit.
jhb
2002-08-01
1
-1
/
+1
*
Revert previous revision which was accidentally committed and has not been
jhb
2002-08-01
1
-11
/
+9
*
If we fail to write to a vnode during a ktrace write, then we drop all
jhb
2002-08-01
4
-13
/
+18
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-08-01
2
-0
/
+24
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-08-01
1
-1
/
+42
*
Improve formatting and variable use consistency in extattr system
rwatson
2002-08-01
2
-6
/
+4
*
Simplify the logic to enter VFS_EXTATTRCTL().
rwatson
2002-08-01
2
-14
/
+4
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-08-01
1
-0
/
+12
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-08-01
1
-2
/
+9
*
When invoking NDINIT() in preparation for CREATE, set SAVENAME since
rwatson
2002-08-01
1
-1
/
+1
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-08-01
1
-1
/
+27
[next]