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
*
Add missing brackets.
davidxu
2005-08-19
1
-1
/
+1
*
Allow to change number of iterations for PKCS#5v2. It can only be used
pjd
2005-08-19
1
-2
/
+21
*
- Add a missing period.
pjd
2005-08-19
1
-3
/
+3
*
Avoid code duplication and implement bitcount32() function in systm.h only.
pjd
2005-08-19
5
-113
/
+55
*
Fix a LOR between sched_lock and sleep queue lock.
davidxu
2005-08-19
2
-7
/
+8
*
Move up code for testing KEF_HOLD to avoid ke_cpu being changed unexpectly
davidxu
2005-08-19
1
-8
/
+8
*
Correct a performance bug in revision 1.462. The effect of the bug is to
alc
2005-08-19
1
-14
/
+7
*
Pad the strings sccs[], version[], and osrelease[] up to a minimum of
cperciva
2005-08-19
1
-3
/
+10
*
Add missing braces around bpf_filter which were missed when I
csjp
2005-08-18
1
-2
/
+4
*
Mark the callouts as MPSAFE as if_bridge has been giant-free since day 1.
thompsa
2005-08-18
2
-8
/
+9
*
Various fixups to locking:
jhb
2005-08-18
2
-49
/
+33
*
Fixup locking and mark MPSAFE:
jhb
2005-08-18
2
-140
/
+154
*
When we started calling if_findindex() from if_alloc() with an empty
brooks
2005-08-18
1
-56
/
+16
*
Fixup locking for sf(4) and mark MPSAFE:
jhb
2005-08-18
4
-106
/
+166
*
- don't forget to save freqency when priority is raised.
ume
2005-08-18
1
-3
/
+2
*
don't forget to update curr_priority. even when frequency is
ume
2005-08-18
1
-0
/
+1
*
Define the target for opt_compat.h only if KERNBUILDDIR
yar
2005-08-18
1
-0
/
+5
*
Add aliases for atomic operations on 64-bit integers just like other
jhb
2005-08-18
1
-0
/
+20
*
In re_shutdown() mark interface as down since otherwise we will panic if
sobomax
2005-08-18
1
-0
/
+7
*
Don't break local style.
yar
2005-08-18
1
-1
/
+2
*
Fix bogus check. It was possible to panic the kernel by giving 0 length.
pjd
2005-08-18
1
-2
/
+4
*
added a missing unlock (just do the same thing as in netinet/raw_ip.c)
suz
2005-08-18
1
-0
/
+1
*
In order to support CARP interfaces kernel was taught to handle more
glebius
2005-08-18
1
-2
/
+12
*
Add a "comconsole_speed" loader variable that can be used to change
iedowse
2005-08-18
4
-11
/
+136
*
Add the ability to specify the boot2 serial console speed in
iedowse
2005-08-18
4
-32
/
+59
*
Add VIA/ACE "PadLock" support as a crypto(9) driver.
pjd
2005-08-18
4
-0
/
+519
*
Rename variables:
rodrigc
2005-08-18
1
-12
/
+13
*
Remove an unnecessicary bzero that was zeroing the softc's struct ifnet
brooks
2005-08-17
1
-1
/
+0
*
- Use htole32() instead of using bswap32() conditional on #if BYTE_ORDER.
jhb
2005-08-17
2
-38
/
+16
*
Remove the unused TULIP_CSR_{READ,WRITE}BYTE macros.
jhb
2005-08-17
2
-18
/
+0
*
Use callout_init_mtx() to simplify the stats callout.
jhb
2005-08-17
1
-8
/
+2
*
Add callout_drain()'s to foo_detach() after calling foo_stop() to make sure
jhb
2005-08-17
2
-0
/
+2
*
Fix locking in el(4) and mark mpsafe.
jhb
2005-08-17
1
-45
/
+79
*
don't raise cpu speed over the value when passive cooling is in
ume
2005-08-17
1
-11
/
+24
*
- fix race condition using sx lock.
ume
2005-08-17
1
-14
/
+24
*
Always run dedicated kernel thread (even when we have hardware support).
pjd
2005-08-17
1
-114
/
+37
*
We should now return 0.
pjd
2005-08-17
1
-1
/
+1
*
Add support for working around controllers that cannot do DMA in 48bit mode.
sos
2005-08-17
5
-35
/
+97
*
Use the bio field instead of the driver field as intended.
sos
2005-08-17
1
-2
/
+2
*
Use device_printf() and if_printf() and remove ste_unit from the softc.
jhb
2005-08-17
2
-24
/
+19
*
Even if crypto_dispatch() return an error, request is not canceled and
pjd
2005-08-17
1
-12
/
+2
*
Catch up to ic_curchan changes by making the same change here that was made
jhb
2005-08-17
1
-1
/
+1
*
We don't need to clear allocated memory. This will speed-up things a bit.
pjd
2005-08-17
1
-1
/
+1
*
In the ufsdirhash_build() failure case for corrupted directories
iedowse
2005-08-17
1
-2
/
+3
*
Handle device drivers with D_NEEDGIANT in a way which does not
phk
2005-08-17
3
-33
/
+156
*
Assert proper key size also in userland by defining KASSERT in !_KERNEL case.
pjd
2005-08-17
1
-2
/
+2
*
In vop_stdpathconf(ap) also default for _PC_NAME_MAX and _PC_PATH_MAX.
phk
2005-08-17
1
-0
/
+6
*
Ensure that file flags such as schg, sappnd (and others) are honored
csjp
2005-08-17
1
-8
/
+8
*
Unbreak the world build (in sbin/gbde). This file is used by both
cperciva
2005-08-17
1
-0
/
+2
*
Fixup locking in if_my(4) and mark it MPSAFE:
jhb
2005-08-16
2
-104
/
+96
[next]