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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
don't do mutex locking around kthread_create() call.
ume
2005-08-04
1
-4
/
+16
*
Initialize the if_addr mutex in if_alloc() rather than waiting until
jhb
2005-08-04
1
-1
/
+1
*
The check for invalid characters introduced in 1.9 incorrectly
roberto
2005-08-04
1
-1
/
+2
*
Make kernel build suceed when with "options CPU_DISABLE_SSE".
tobez
2005-08-04
1
-0
/
+2
*
Define LIBMEMSTAT so that vm_page.h won't perform a nested include of
rwatson
2005-08-04
1
-9
/
+1
*
Bug fix: a numeric flag specification in the substitute command would
dds
2005-08-04
1
-2
/
+8
*
Don't perform a nested include of opt_vmpage.h if LIBMEMSTAT is defined,
rwatson
2005-08-04
1
-1
/
+1
*
Wrap inlines in uma_int.h in #ifdef _KERNEL so that uma_int.h can be
rwatson
2005-08-04
1
-0
/
+2
*
Remove gbde_swap_enable option which doesn't work and doesn't really have to
pjd
2005-08-04
1
-2
/
+0
*
Correctly print system-wide PMC counts for short-lived command lines.
jkoshy
2005-08-04
1
-0
/
+3
*
Fix two bugs that interacted to cause page faults in softclock()
iedowse
2005-08-04
1
-1
/
+2
*
Fix commen typos.
stefanf
2005-08-03
1
-4
/
+4
*
- Remove duplicate setting from LIB32MAKE definition.
ru
2005-08-03
1
-12
/
+6
*
Add missing "not" in rev. 1.34.
ru
2005-08-03
1
-1
/
+1
*
Make delete-old* and friends useable for cross-builds.
ru
2005-08-03
3
-21
/
+15
*
Introduce in_multi_mtx, which will protect IPv4-layer multicast address
rwatson
2005-08-03
6
-18
/
+56
*
Add a few more system call timing cases:
rwatson
2005-08-03
1
-10
/
+65
*
Minor style nits.
imp
2005-08-03
1
-6
/
+4
*
Correct attribution in clause three to address the correct copyright
gibbs
2005-08-03
7
-21
/
+21
*
Add NO_PCVT
phk
2005-08-03
1
-0
/
+2
*
Add NO_CALENDAR
phk
2005-08-03
1
-1
/
+5
*
Don't install includes if NO_TOOLCHAIN
phk
2005-08-03
1
-0
/
+6
*
Add NO_SYSCONS.
phk
2005-08-03
1
-4
/
+20
*
Don't install groff if NO_GROFF
phk
2005-08-03
1
-0
/
+2
*
Don't install examples of NO_EXAMPLES
phk
2005-08-03
1
-0
/
+2
*
Don't install includes if NO_TOOLCHAIN
phk
2005-08-03
1
-0
/
+2
*
- Unlock before we call mac_destroy_vnode to prevent a lock order reversal.
jeff
2005-08-03
1
-0
/
+1
*
- Use lockmgr_printinfo rather than rolling our own. This introduces a
jeff
2005-08-03
1
-3
/
+1
*
- Fix a problem that slipped through review; the stack member of the lockmgr
jeff
2005-08-03
2
-6
/
+9
*
- Replace the series of DEBUG_LOCKS hacks which tried to save the vn_lock
jeff
2005-08-03
5
-79
/
+20
*
- Add support for saving stack traces and displaying them via printf(9)
jeff
2005-08-03
1
-0
/
+23
*
- Add support for saving stack traces and displaying them via printf(9)
jeff
2005-08-03
9
-0
/
+368
*
simplify use with non-ath devices; search the wlan sysctl nodes to
sam
2005-08-03
1
-7
/
+18
*
- Improve the definition of INKERNEL() to include the DMAP area and the
jeff
2005-08-03
1
-1
/
+2
*
Document 'kernel-toolchain'.
obrien
2005-08-03
1
-0
/
+3
*
Add usleep to the map files.
deischen
2005-08-03
2
-0
/
+4
*
In adjustrunqueue(), add code to handle thread migrating case for
davidxu
2005-08-03
1
-1
/
+6
*
Add a cancellation point for usleep().
deischen
2005-08-03
2
-2
/
+32
*
Back out change accidentally committed as Makefile:1.21 -- a local
rwatson
2005-08-03
1
-1
/
+0
*
Add a cancellation point for usleep().
deischen
2005-08-03
1
-0
/
+19
*
Make syslog() use the internal (non-cancellation point) _usleep().
deischen
2005-08-03
1
-1
/
+1
*
Make usleep() overridable by the thread libraries so they can provide
deischen
2005-08-03
1
-1
/
+4
*
Add namespace #defines for usleep.
deischen
2005-08-03
2
-0
/
+2
*
Modify device drivers supporting multicast addresses to lock if_addr_mtx
rwatson
2005-08-03
57
-4
/
+142
*
Modify network protocol consumers of the ifnet multicast address lists
rwatson
2005-08-02
3
-0
/
+6
*
Protect link layer network interface multicast address list manipulation
rwatson
2005-08-02
2
-120
/
+208
*
Cross-reference pw(8) into chpass(1), passwd(1), and vipw(8).
seanc
2005-08-02
3
-0
/
+3
*
Include a SYSUNINIT() to destroy the mutex in MTX_SYSINIT. This makes
jhb
2005-08-02
1
-1
/
+3
*
Add missing check for the NO_CRYPT build option.
ru
2005-08-02
1
-0
/
+2
*
polish various bits.
phk
2005-08-02
1
-36
/
+35
[prev]
[next]