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
...
*
s/discriptors/descriptors/
cognet
2003-03-23
1
-1
/
+1
*
Remove unused mtx_lock_giant(), mtx_unlock_giant(), related globals
tjr
2003-03-23
2
-86
/
+0
*
We shouldn't assert that a vode is locked in vop_lock_post()
yar
2003-03-22
1
-1
/
+2
*
Use td_ucred of curthread instead of p_ucred of curproc. This required
jhb
2003-03-20
1
-17
/
+17
*
Backout the getcwd changes, a more comprehensive effort will be needed.
phk
2003-03-20
1
-375
/
+3
*
Adjust code for userland preemptive. Userland can set a quantum in
davidxu
2003-03-19
4
-76
/
+93
*
Unregisterize, ansify.
des
2003-03-19
1
-34
/
+10
*
Whitespace cleanup.
des
2003-03-19
2
-15
/
+15
*
long != int. Use SYSCTL_UINT for kern.devstat.generation. Fixes booting
jake
2003-03-18
1
-1
/
+1
*
Fix a race condition in socow_setup(): The page must be wired before
gallatin
2003-03-18
1
-4
/
+7
*
If devstat_new_entry() is passed a unit number of -1 assume that
phk
2003-03-18
1
-4
/
+12
*
Make devstat fully Giant agnostic:
phk
2003-03-18
1
-42
/
+135
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
8
-8
/
+0
*
Make devstat_new_entry() take a const void * rather than const char *
phk
2003-03-18
1
-5
/
+5
*
- Unlock the target bp and not the pager buf bp in a failure case in
jeff
2003-03-17
1
-1
/
+1
*
(This commit certainly increases the need for a wash&clean of vfs_cache.c,
phk
2003-03-17
1
-3
/
+375
*
Add a #define for the device name of the mmap device for devstat.
phk
2003-03-16
1
-1
/
+1
*
Pass the sf buf to MEXTADD() as the optional argument. This permits
alc
2003-03-16
2
-11
/
+6
*
One devstat_start_transaction_bio() is enough.
phk
2003-03-15
1
-7
/
+0
*
Run a revision of the devstat interface:
phk
2003-03-15
1
-40
/
+57
*
Add a devstat_start_transaction_bio() to match the
phk
2003-03-15
1
-0
/
+7
*
Export current time when returning from never blocked syscall.
davidxu
2003-03-14
2
-2
/
+16
*
Trim some trailing whitespace.
jhb
2003-03-13
1
-2
/
+2
*
Add a new userland-visible ktrace flag KTR_DROP and an internal ktrace flag
jhb
2003-03-13
1
-1
/
+6
*
- Cache a reference to the credential of the thread that starts a ktrace in
jhb
2003-03-13
5
-23
/
+58
*
In m_dup_pkthdr(), convert the supplied `how' argument into malloc
iedowse
2003-03-13
1
-1
/
+2
*
- Add a lock for protecting against msleep(bp, ...) wakeup(bp) races.
jeff
2003-03-13
2
-19
/
+42
*
- Remove a dead check for bp->b_vp == vp in vtruncbuf(). This has not been
jeff
2003-03-13
1
-14
/
+17
*
- Remove a race between fsync like functions and flushbufqueues() by
jeff
2003-03-13
3
-46
/
+32
*
Make sure we actually have a dev before dereferencing in case someone
alfred
2003-03-13
1
-1
/
+1
*
- Tune down read_max. For single disks we get no gain out of reading more
jeff
2003-03-13
1
-1
/
+1
*
Tidy up previous change: move comment about obtaining an exclusive
tjr
2003-03-13
1
-5
/
+4
*
Back out previous. The locking here needs a rethink.
tjr
2003-03-13
1
-15
/
+3
*
- Various little style fixes.
jhb
2003-03-12
1
-8
/
+5
*
- Avoid dropping the proc lock around a simple permissions check and just
jhb
2003-03-12
1
-18
/
+16
*
Acquire sched_lock around use of FOREACH_KSEGRP_IN_PROC, accesses
tjr
2003-03-12
1
-3
/
+15
*
In wait1(), remove the zombie process from zombproc before removing
tjr
2003-03-12
1
-5
/
+5
*
Trim an extra blank line that snuck into the last commit.
jhb
2003-03-11
1
-1
/
+0
*
Rename vfs_stdsync function to vfs_stdnosync which matches more
kan
2003-03-11
1
-1
/
+56
*
- Change witness_displaydescendants() to accept the indentation level as
jhb
2003-03-11
1
-21
/
+25
*
- Split the itismychild() function into two functions: insertchild()
jhb
2003-03-11
1
-42
/
+144
*
Trim useless "../" leading strings from filenames passed into witness.
jhb
2003-03-11
1
-0
/
+18
*
Adjust style of #ifdef's and #endif's to be more consistent and in line
jhb
2003-03-11
1
-7
/
+7
*
Do the lock order check skip for the LOP_TRYLOCK case after the check for
jhb
2003-03-11
1
-8
/
+8
*
Rework the eventhandler locking for hopefully the last time. The scheme
jhb
2003-03-11
1
-41
/
+108
*
Axe the useless MTX_SLEEPABLE flag. mutexes are not sleepable locks.
jhb
2003-03-11
2
-6
/
+2
*
Use a shorter and less redundant name for the sysctl tree lock.
jhb
2003-03-11
1
-1
/
+1
*
Use the KTR_LOCK mask for logging events via KTR in lockmgr() rather
jhb
2003-03-11
1
-4
/
+4
*
Trim leading "../" sequences from filenames.
jhb
2003-03-11
1
-0
/
+3
*
- Regularize variable usage in cluster_read().
jeff
2003-03-11
1
-92
/
+62
[prev]
[next]