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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix braino in last commit.
phk
2002-07-30
1
-3
/
+0
*
Move ffs_isfreeblock() to ffs_alloc.c and make it static.
phk
2002-07-30
3
-26
/
+25
*
Regen after usbdevs rev.1.95.
sobomax
2002-07-30
2
-2
/
+18
*
Add ID for Luwen EasyDisk USB flash memory drive.
sobomax
2002-07-30
1
-0
/
+4
*
Add a quick check that device actually has sound capabilities. The problem
sobomax
2002-07-30
1
-1
/
+8
*
In endtsleep() and cv_timedwait_end(), a thread marked TDF_TIMEOUT may
tanimura
2002-07-30
2
-3
/
+21
*
- Add vfs_badlock_{print,panic} support to the remaining VOP_ASSERT_*
jeff
2002-07-30
1
-8
/
+20
*
- Add automatic post vop debug checks. These work in both the success and
jeff
2002-07-30
1
-5
/
+14
*
- Acknowledge recursive vnode locks in the vop_unlock specification. The
jeff
2002-07-30
1
-1
/
+1
*
o In vm_object_madvise() and vm_object_page_remove() replace
alc
2002-07-30
1
-15
/
+10
*
- Optimize wakeup() and its friends; if a thread waken up is being
tanimura
2002-07-30
5
-72
/
+92
*
o Lock page queue accesses by pmap_release_free_page().
alc
2002-07-30
2
-0
/
+4
*
Add definitions for statistical and high-resolution profiling. The calling
jake
2002-07-30
3
-66
/
+91
*
The data cache on UltraSPARC III is not directly mapped, so don't assert
jake
2002-07-30
1
-2
/
+0
*
Update docs to reflect change in count of procs reserved for root
silby
2002-07-30
1
-1
/
+1
*
Panic if the data cache has too many virtual colors (more than 2).
jake
2002-07-30
1
-0
/
+2
*
Use _ALIGN_DATA and _ALIGN_TEXT.
jake
2002-07-30
2
-4
/
+4
*
Rebuild of files generated from syscalls.master.
rwatson
2002-07-30
5
-17
/
+57
*
Prototype function arguments, only with MAC-specific structures
rwatson
2002-07-30
1
-6
/
+6
*
Hook up kern_mac.c to the build.
rwatson
2002-07-30
1
-0
/
+1
*
Stubs for the TrustedBSD MAC system calls to permit TrustedBSD MAC
rwatson
2002-07-30
9
-0
/
+837
*
o Introduce vm_page_sleep_if_busy() as an eventual replacement for
alc
2002-07-29
2
-0
/
+23
*
Remove a XXXKSE comment. the code is no longer a problem..
julian
2002-07-29
1
-1
/
+1
*
Create a new thread state to describe threads that would be ready to run
julian
2002-07-29
5
-21
/
+80
*
Create a new header <machine/_stdint.h> for storing MD parts of
mike
2002-07-29
28
-1620
/
+1198
*
If we are in hostap mode, do not go into promisc mode. This causes
imp
2002-07-29
1
-11
/
+33
*
Drop support for COPY, -c has been the default mode of install(1)
ru
2002-07-29
5
-11
/
+11
*
Use a common way to release locks before exit.
maxim
2002-07-29
1
-2
/
+4
*
- Add VBAD to the list of vnodes that are ignored on locking operations.
jeff
2002-07-29
1
-1
/
+1
*
- Backout the patch made in revision 1.75 of vfs_mount.c. The vputs here
jeff
2002-07-29
2
-3
/
+4
*
o Pass VM_ALLOC_WIRED to vm_page_grab() rather than calling vm_page_wire()
alc
2002-07-29
3
-33
/
+12
*
Revert rev 1.131.
silby
2002-07-29
1
-4
/
+2
*
whitespace commit: fix indentation in fxp_intr_body.
luigi
2002-07-29
1
-97
/
+97
*
Add routines needed for high resolution profiling.
jake
2002-07-29
2
-0
/
+84
*
Add a symbol for btext.
jake
2002-07-29
2
-0
/
+2
*
Remove a stale comment.
jake
2002-07-29
2
-8
/
+0
*
Use _ALIGN_TEXT. Implement __cyg_profile_func_enter and
jake
2002-07-29
2
-20
/
+138
*
Add _ALIGN_DATA and _ALIGN_TEXT macros.
jake
2002-07-29
1
-1
/
+9
*
Remove some stuff that snuck in last commit.
jake
2002-07-29
1
-5
/
+0
*
OK, dont rely on the upper layers handling iosize_max correctly,
sos
2002-07-28
4
-12
/
+10
*
o Modify vm_page_grab() to accept VM_ALLOC_WIRED.
alc
2002-07-28
2
-1
/
+5
*
Make a temporary copy of the output data in the generic sysctl handlers
truckman
2002-07-28
1
-6
/
+45
*
o Lock page queue accesses by vm_page_free().
alc
2002-07-28
1
-14
/
+19
*
Wire the sysctl output buffer before grabbing any locks to prevent
truckman
2002-07-28
9
-0
/
+15
*
Fix a bug introduced in previous commit. Due to the interaction of the
jake
2002-07-28
1
-2
/
+2
*
o Lock page queue accesses by vm_page_free().
alc
2002-07-28
1
-2
/
+8
*
Revert the previous delta; uintfptr_t needs to be available to
mike
2002-07-28
1
-0
/
+1
*
Lock page queue accesses by vm_page_free().
alc
2002-07-28
1
-0
/
+8
*
Correct misindentation of DRA_UID.
dd
2002-07-28
1
-1
/
+1
*
o Lock page queue accesses by vm_page_free().
alc
2002-07-28
1
-2
/
+3
[next]