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
*
Remove BUGS section that no longer applies after recent changes to semaphore
trasz
2010-01-07
1
-8
/
+1
*
ip_var.h now needs to be before ip_fw_private.h
luigi
2010-01-07
1
-1
/
+1
*
we don't use dummynet_drain!
luigi
2010-01-07
1
-32
/
+5
*
Give some information on SF_MNOWAIT flag.
kib
2010-01-07
1
-2
/
+10
*
After adding an SDT provider for opencrypto in r199884 we should also
bz
2010-01-07
1
-1
/
+1
*
check that we have an ipv4 packet before swapping ip_len and ip_off.
luigi
2010-01-07
1
-2
/
+3
*
- s/unsecure/insecure/ as this is the correct keyword
danger
2010-01-07
1
-2
/
+2
*
Following up on a request from Ermal Luci to make
luigi
2010-01-07
4
-77
/
+72
*
put ip_var before ip_fw_private.h as this will be needed in
luigi
2010-01-07
1
-1
/
+1
*
some header shuffling to help decoupling ip_divert from ipfw
luigi
2010-01-07
5
-11
/
+6
*
This now passes a make universe with WARNS=6.
dwmalone
2010-01-07
1
-2
/
+0
*
This now passes a make universe with WARNS=6.
dwmalone
2010-01-07
1
-2
/
+0
*
This now passes a make universe with WARNS=6.
dwmalone
2010-01-07
1
-2
/
+0
*
put ip_len in correct order for ip_output().
luigi
2010-01-07
1
-1
/
+2
*
KASSERT that condition raised by Coverity cannot happen.
mckusick
2010-01-07
1
-0
/
+1
*
Eliminate unused variables (see r137912).
alc
2010-01-07
2
-4
/
+0
*
Don't forget to use fourth argument if O_CREAT is set in argument oflag.
davidxu
2010-01-07
2
-3
/
+5
*
Fix debug printf on 64bit arches.
thompsa
2010-01-07
1
-1
/
+1
*
Fix typos.
attilio
2010-01-07
1
-6
/
+6
*
Tweak comments.
attilio
2010-01-07
1
-0
/
+18
*
Add some error messages suggested in PR bin/138043. The code to
mckusick
2010-01-07
2
-3
/
+12
*
Sync to p4
thompsa
2010-01-07
4
-24
/
+213
*
Exclusive waiters sleeping with LK_SLEEPFAIL on and using interruptible
attilio
2010-01-07
1
-3
/
+25
*
Add new umass quirks for Western Digital MYBook and JMicron JM20337.
thompsa
2010-01-07
2
-1
/
+9
*
This corrects a bug that manifested itself as identifying the last
mckusick
2010-01-07
1
-1
/
+1
*
Space cleanup for revision 201689 committed separately for easier review.
delphij
2010-01-06
1
-35
/
+35
*
Instead of assuming all vdevs are healthy, check the newest vdev label
delphij
2010-01-06
2
-23
/
+78
*
Correct a typo.
bz
2010-01-06
1
-1
/
+1
*
Teach the (gpt)zfsboot and zfsloader raidz code to use its buffers
pjd
2010-01-06
1
-21
/
+29
*
Improve u3g device ejecting by providing additional methods for the eject
thompsa
2010-01-06
4
-221
/
+283
*
scratch_size was incorrectly passed as language ID when retrieving the language
thompsa
2010-01-06
1
-2
/
+1
*
Use _pthread_once() rather than _once() for localtime() and gmtime(). These
jhb
2010-01-06
1
-2
/
+2
*
Increase default block size from 4K to 64K. It was reduces 6 yeard ago,
mav
2010-01-06
1
-1
/
+1
*
Print leading zeros in the UFS2 FSID.
gavin
2010-01-06
1
-1
/
+1
*
Change the way in which zero stripesize is handled. Instead of reporting
mav
2010-01-06
3
-13
/
+10
*
len must be int, not size_t
rpaulo
2010-01-06
1
-1
/
+1
*
When restoring files, use the mode for the mode.
kientzle
2010-01-06
1
-2
/
+2
*
Fix build: getopt() returns int so use an integer to get the value.
delphij
2010-01-06
1
-2
/
+2
*
- Move potentially offensive quotes I committed recently to fortunes-o.
stas
2010-01-05
2
-14
/
+15
*
Add net80211 media status reporting.
rpaulo
2010-01-05
1
-8
/
+19
*
Be able to specify a certain date and/or time for which to calculate
edwin
2010-01-05
2
-15
/
+90
*
1) Mark usage as dead2.
dwmalone
2010-01-05
1
-17
/
+10
*
Shuffle parens to avoid type-punning warning.
dwmalone
2010-01-05
1
-1
/
+1
*
1) Make usage() as dead2 - it helps the compiler know that some vars
dwmalone
2010-01-05
1
-7
/
+8
*
Move the PCI-specific logic of removing a cardbus device into a
jhb
2010-01-05
3
-30
/
+42
*
New style function definitions.
dwmalone
2010-01-05
1
-8
/
+11
*
Change a char that is used as an index into an array into an unisgned char.
dwmalone
2010-01-05
2
-2
/
+2
*
Update acpi_ibm syctl nodes on resume.
iwasaki
2010-01-05
1
-0
/
+30
*
Do not rely on behaviour undefined by ANSI C, use thunks to adapt
kib
2010-01-05
2
-4
/
+33
*
Fix a double free().
brueffer
2010-01-05
1
-1
/
+1
[next]