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 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
*
Lock proc lock before changing p_flag.
davidxu
2003-03-11
2
-0
/
+4
*
Fix signal delivering bug for threaded process.
davidxu
2003-03-11
3
-14
/
+16
*
Fix threaded process job control bug. SMP tested.
davidxu
2003-03-11
4
-84
/
+67
*
Remove trainling whitespace.
kan
2003-03-10
1
-16
/
+15
*
PHCC[1]:
phk
2003-03-10
2
-4
/
+4
*
Make malloc and mbuf allocation mode flags nonoverlapping.
phk
2003-03-10
2
-1
/
+33
*
Now that we have WITNESS_WARN(), we only call witness_list() from the
jhb
2003-03-10
1
-41
/
+29
*
Don't call make_dev() before we are ready for it.
phk
2003-03-09
1
-1
/
+9
*
Remove some unnecessary actions by the zero-copy setup and teardown code.
alc
2003-03-09
1
-10
/
+1
*
Note that MAJOR_AUTO is now the default if d_maj is not initialized. This
phk
2003-03-09
1
-1
/
+0
*
Add one little hack to allow us to make MAJOR_AUTO be zero:
phk
2003-03-09
2
-12
/
+9
*
Cosmetic change, make it QUEUE_MACRO_DEBUG friendly
davidxu
2003-03-09
1
-1
/
+1
*
Hold the proc lock while accessing p_procsig in trapsignal().
tjr
2003-03-09
1
-1
/
+2
*
Retire devstat_add_entry() as a public function and bump __FreeBSD_version
phk
2003-03-08
1
-1
/
+6
*
Introduce a device driver for /dev/devstat, this will allow us to mmap
phk
2003-03-08
1
-0
/
+112
*
Zero copy send and receive fixes:
ken
2003-03-08
1
-1
/
+1
*
Lock sched_lock before modifying td_flags.
davidxu
2003-03-08
2
-0
/
+4
*
Fix a spelling error.
bbraun
2003-03-07
1
-1
/
+1
*
Respect any passed in external lockmgr flags such as LK_NOWAIT in the
jhb
2003-03-07
1
-4
/
+2
*
Oops, fix the double faults people were seeing with the recent changes to
jhb
2003-03-06
1
-1
/
+1
[next]