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
*
- Add static to local functions and data where it was missing.
jeff
2003-10-31
1
-78
/
+222
*
Ensure that mp_ncpus is set to 1 if mp_cpu_probe() fails.
jhb
2003-10-30
1
-1
/
+3
*
Relock mntvnode_mtx if vget fails in vfs_stdsync. The loop is
kan
2003-10-30
1
-0
/
+1
*
Try to fetch thread mailbox address in page fault trap, so when thread
davidxu
2003-10-30
1
-1
/
+2
*
Add a temporary mechanism to disble INTR_MPSAFE from network interface
sam
2003-10-29
1
-0
/
+13
*
Removed mostly-dead code for setting switchtime after the idle loop
bde
2003-10-29
2
-11
/
+2
*
Removed sched_nest variable in sched_switch(). Context switches always
bde
2003-10-29
3
-7
/
+1
*
Introduce the notion of "persistent mbuf tags"; these are tags that stay
sam
2003-10-29
1
-0
/
+17
*
speedup stream socket recv handling by tracking the tail of
sam
2003-10-28
3
-41
/
+338
*
- Only change the run queue in sched_prio() if the kse is non null. threads
jeff
2003-10-28
1
-10
/
+2
*
- Don't set td_priority directly here, use sched_prio().
jeff
2003-10-27
1
-1
/
+1
*
- Use a better algorithm in sched_pctcpu_update()
jeff
2003-10-27
1
-56
/
+50
*
constify the second args to timevaladd() and timevalsub().
alfred
2003-10-26
1
-2
/
+2
*
Check (locked) before performing an advisory unlock following a failure
rwatson
2003-10-25
1
-1
/
+2
*
When generate a core dump, use advisory locking in an advisory way:
rwatson
2003-10-25
1
-6
/
+6
*
Allow MAC policies to block/revoke kern_alq write access to a file.
rwatson
2003-10-25
1
-2
/
+10
*
Convenience functions to generate notifications from the kernel. The ACPI
imp
2003-10-24
1
-19
/
+61
*
don't allow reading from files that haven't been open'd for reading.
jmg
2003-10-24
1
-2
/
+3
*
- Add a DDB command 'show intrcnt' to show the non-zero interrupt counts.
jhb
2003-10-24
1
-0
/
+165
*
Writes to p_flag in __setugid() no longer need Giant.
jhb
2003-10-23
1
-4
/
+0
*
Move the P_COWINPROGRESS flag from being a per-process p_flag to being a
jhb
2003-10-23
1
-1
/
+1
*
Add appropriate const poisoning to the assert_*locked() family so that I can
wollman
2003-10-23
1
-8
/
+8
*
mac_Finish break-out of kern_mac.c into parts:
rwatson
2003-10-22
1
-2756
/
+5
*
Variable cleanup following break-out of kern_mac.c into sys/security/mac:
rwatson
2003-10-22
1
-16
/
+10
*
Rename error_select() to mac_error_select(), and unstaticize so it
rwatson
2003-10-22
1
-5
/
+4
*
Change all SYSCTLS which are readonly and have a related TUNABLE
silby
2003-10-21
12
-24
/
+25
*
We need to initialize bp->b_offset and bp->b_iooffset
simokawa
2003-10-21
1
-0
/
+2
*
Don peril-sensitive sunglasses and mark pipe(2) as MPSAFE. I've beaten up
scottl
2003-10-21
3
-4
/
+4
*
Remove KASSERTS on B_PHYS for vmapbuf() and vunmapbuf(), B_PHYS is going
phk
2003-10-21
1
-3
/
+0
*
Remove md_bspstore from the MD fields of struct thread. Now that
marcel
2003-10-21
1
-1
/
+0
*
revert default for idle polling to zero until we can resolve the
sam
2003-10-20
1
-1
/
+1
*
- If a thread is not bound to a kse return 0 from sched_pctcpu().
jeff
2003-10-20
1
-0
/
+2
*
Initialize the buf's b_object in pbgetvp(). Clear it in pbrelvp(). (This
alc
2003-10-20
2
-1
/
+2
*
Mark dup as MPSAFE. Giant was pushed into dup ages ago, but it looks
dwmalone
2003-10-20
3
-4
/
+4
*
- Synchronize access to a vm page's valid field using the containing
alc
2003-10-20
1
-4
/
+10
*
Put the RSE backing store at a fixed address. This change is triggered
marcel
2003-10-20
1
-1
/
+1
*
falloc allocates a file structure and adds it to the file descriptor
dwmalone
2003-10-19
6
-27
/
+34
*
- Add vm object locking to vfs_clean_pages() and vfs_bio_set_validclean().
alc
2003-10-19
1
-2
/
+4
*
Tidy up loose ends in the idle process. Call the MI cpu_idle() function
peter
2003-10-19
1
-37
/
+5
*
Initialize b_iooffset before calling VOP_[SPEC]STRATEGY
phk
2003-10-18
1
-0
/
+3
*
Initialize b_iooffset before calling strategy
phk
2003-10-18
1
-0
/
+1
*
Don't report b_pblkno, it is going away.
phk
2003-10-18
1
-2
/
+2
*
Report bio_pblkbo instead of bio_blkno.
phk
2003-10-18
1
-3
/
+3
*
Make bioq_disksort() sort on the bio_offset field instead of bio_pblkno.
phk
2003-10-18
1
-9
/
+9
*
DuH!
phk
2003-10-18
1
-2
/
+2
*
I think rwatson got the sign wrong here...
phk
2003-10-18
1
-2
/
+2
*
Initialize bp->b_offset before calling VOP_STRATEGY()
phk
2003-10-18
1
-0
/
+2
*
Convert some if(bla) panic("foo") to KASSERTS to improve grep-ability.
phk
2003-10-18
1
-4
/
+2
*
The size and contents of the DEV_STRATEGY() macro has progressed to
phk
2003-10-18
1
-1
/
+17
*
Wrap db_active check in #ifdef DDB, as db_active is not defined ifndef
rwatson
2003-10-18
1
-0
/
+8
[next]