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
*
Tidy up locking and memory allocation for the real mode emulator wrapper.
jkim
2010-08-10
1
-36
/
+26
*
Fix compilation error for 64-bit little endian build:
neel
2010-08-10
1
-2
/
+2
*
Fix (hopefully) the spelling of "queuing."
ivoras
2010-08-09
1
-1
/
+1
*
Bumping the read-ahead count once more, to value equivalent to 512 KiB on
ivoras
2010-08-09
1
-1
/
+1
*
Elaborate on how hirunningspace was chosen.
ivoras
2010-08-09
1
-2
/
+5
*
Tidy up printf() calls for debugging.
jkim
2010-08-09
1
-46
/
+30
*
Simplify the logic for handling ipi_selected() and ipi_cpu() in the
attilio
2010-08-09
2
-84
/
+52
*
Linux has no strlcpy().
pjd
2010-08-09
1
-2
/
+4
*
MFp4 CH180235:
bz
2010-08-09
1
-0
/
+17
*
Initialize a variable just before its use.
jkim
2010-08-09
1
-1
/
+1
*
Make ^L with cons25 and origin mode bit more sane.
ed
2010-08-09
1
-3
/
+9
*
Reduce diffs between VM86 and X86EMU wrappers for x86bios_alloc() and
jkim
2010-08-09
1
-23
/
+29
*
Attempt to autodetect the cype of chipset, rather than storing this
gavin
2010-08-09
1
-103
/
+88
*
Fix bind(2) and connect(2) support on Solaris.
pjd
2010-08-09
1
-10
/
+8
*
Fix file system type detection on Solaris.
pjd
2010-08-09
1
-1
/
+1
*
Small tweaks.
pjd
2010-08-09
2
-8
/
+8
*
No need to use grep to check if path start with /.
pjd
2010-08-09
1
-4
/
+6
*
Document newly added controller AR8151 and AR8152.
yongari
2010-08-09
1
-7
/
+15
*
Add support for Atheros AR8151/AR8152 PCIe gigabit/fast ethernet
yongari
2010-08-09
3
-99
/
+388
*
Add entries for some devices I have locally.
gavin
2010-08-09
1
-0
/
+25
*
Add F1 PHY found on Atheros AR8151 v2.0 PCIe gigabit ethernet
yongari
2010-08-09
2
-0
/
+2
*
Add descriptions to a handful of sysctl nodes.
gavin
2010-08-09
3
-7
/
+13
*
- Add full support for header / data digests.
des
2010-08-09
20
-1023
/
+909
*
"whereis netscape" gives empty output for quite a long time already.
fjoe
2010-08-09
1
-1
/
+1
*
Return EIO if vdev->v_phys_read is NULL.
mm
2010-08-09
1
-0
/
+3
*
It seems some old Sundace(now IC Plus Corp.) controllers do not
yongari
2010-08-09
1
-7
/
+20
*
Add a multipath oriented test.
mjacob
2010-08-09
3
-1
/
+436
*
The r208165 fixed a bug related to unsigned integer overflowing for the
attilio
2010-08-09
1
-4
/
+1
*
Back out r210975, which changed documentation to match the now backed-out
jamie
2010-08-08
1
-5
/
+5
*
Back out r210974. Any convenience of not typing "persist" is outweighed
jamie
2010-08-08
1
-2
/
+6
*
Remove unnecessary duplicate letters in mksyntax.c,
jilles
2010-08-08
1
-2
/
+2
*
The PL2302X can support any baud rate <= 6Mbps, allow any rate to be set.
gavin
2010-08-08
1
-12
/
+20
*
Don't pass sizeof(u_int) to an argument of SYSCLT_PROC that ends up not
dwmalone
2010-08-08
2
-2
/
+2
*
sh: Add more testcases for ${var:-word}.
jilles
2010-08-08
1
-0
/
+38
*
Merge r114010 of head/usr.bin/login/login.c into PicoBSD's login.c:
gavin
2010-08-08
1
-1
/
+2
*
Correct two error messages to match the failure they are reporting.
gavin
2010-08-08
1
-2
/
+2
*
Wrap some sun4u-only symbols.
marius
2010-08-08
1
-5
/
+3
*
- As it is not possible for sched_bind(9) to context switch with
marius
2010-08-08
5
-34
/
+113
*
loadandclear() for PTEs are not needed on MIPS. The PTEs are software
jchandra
2010-08-08
1
-3
/
+9
*
Add a termcap entry for rxvt-256color.
gavin
2010-08-08
1
-0
/
+3
*
License ACK is not required for the wpifw module nor when building
bschmidt
2010-08-08
1
-1
/
+1
*
Remove unneeded struct timezone passed to gettimeofday().
ed
2010-08-08
1
-5
/
+3
*
Small style(9) fix: use tabs instead of spaces.
ed
2010-08-08
1
-8
/
+8
*
Address an edge condition that we found at work, where the carp(4)
delphij
2010-08-08
1
-1
/
+2
*
Do not build real mode emulator for i386. We use VM86 again since r210877.
jkim
2010-08-08
2
-3
/
+5
*
Don't use struct timezone.
ed
2010-08-08
1
-4
/
+2
*
Remove unneeded use of struct timezone.
ed
2010-08-08
2
-6
/
+4
*
This isn't WARNS=6 safe. It fails to build on mips. Retore old
imp
2010-08-08
1
-0
/
+2
*
Fix -R when used with -p. Previously, the
kientzle
2010-08-08
3
-4
/
+18
*
Cache PCIY_PMG and PCIY_EXPRESS capability pointer to softc and use
yongari
2010-08-08
2
-10
/
+17
[next]