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
*
Sync code with the error report: calloc(number, 1) is equivalent to
pjd
2005-08-19
1
-1
/
+1
*
Remove parameter names, the identifiers were in the user namespace.
stefanf
2005-08-19
1
-5
/
+3
*
Correct a performance bug in revision 1.462. The effect of the bug is to
alc
2005-08-19
1
-14
/
+7
*
Forced commit to note that the preceeding commit also makes it possible
cperciva
2005-08-19
0
-0
/
+0
*
Pad the strings sccs[], version[], and osrelease[] up to a minimum of
cperciva
2005-08-19
1
-3
/
+10
*
Correct typos found by ispell.
murray
2005-08-19
2
-2
/
+2
*
Add missing braces around bpf_filter which were missed when I
csjp
2005-08-18
1
-2
/
+4
*
Add a new switch -h for interface stats mode, which prints all interface
glebius
2005-08-18
4
-10
/
+29
*
Mark the callouts as MPSAFE as if_bridge has been giant-free since day 1.
thompsa
2005-08-18
2
-8
/
+9
*
Refer to the OpenBSD dhclient instead of the ISC dhclient.
brooks
2005-08-18
1
-3
/
+7
*
Various fixups to locking:
jhb
2005-08-18
2
-49
/
+33
*
Be more specific about supported chipsets.
joel
2005-08-18
3
-6
/
+48
*
Fixup locking and mark MPSAFE:
jhb
2005-08-18
2
-140
/
+154
*
New release notes: snd_t4dwave(4) manual page added.
joel
2005-08-18
2
-2
/
+6
*
This commit was generated by cvs2svn to compensate for changes in r149245,
dougb
2005-08-18
1
-2
/
+4
|
\
|
*
Update the vendor branch with a patch to this file that was
dougb
2005-08-18
1
-2
/
+4
|
*
Remove files from the vendor branch that were [re]moved in 9.3.1
dougb
2005-03-17
26
-16519
/
+0
*
|
When we started calling if_findindex() from if_alloc() with an empty
brooks
2005-08-18
1
-56
/
+16
*
|
(forced)
sobomax
2005-08-18
0
-0
/
+0
*
|
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
*
|
Change the modem description of the previous commit to something that is
keramida
2005-08-18
1
-2
/
+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
*
|
Add ELSA MicroLink 56k USB to the list of supported umodem devices.
keramida
2005-08-18
1
-0
/
+3
*
|
For the record: Previous commit fixes...
pjd
2005-08-18
0
-0
/
+0
*
|
Fix bogus check. It was possible to panic the kernel by giving 0 length.
pjd
2005-08-18
1
-2
/
+4
*
|
Use larger buffers to read lines from the vendor list.
des
2005-08-18
1
-3
/
+16
*
|
added a missing unlock (just do the same thing as in netinet/raw_ip.c)
suz
2005-08-18
1
-0
/
+1
*
|
Whitespace cleanup.
des
2005-08-18
1
-13
/
+13
*
|
In order to support CARP interfaces kernel was taught to handle more
glebius
2005-08-18
1
-2
/
+12
*
|
While revision 1.26 fixed the code to really subtract 3600 due to
stefanf
2005-08-18
1
-3
/
+1
*
|
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
5
-36
/
+81
*
|
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
*
|
Document umask's -S option.
stefanf
2005-08-17
1
-3
/
+8
*
|
Remove an unnecessicary bzero that was zeroing the softc's struct ifnet
brooks
2005-08-17
1
-1
/
+0
*
|
Typo: s/adverisement/advertisement/.
keramida
2005-08-17
1
-1
/
+1
*
|
- 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
*
|
Bump .Dd before someone notice.
joel
2005-08-17
1
-1
/
+1
[next]