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
...
*
|
Explicitly tell the compiler that we don't care about the return value
rpaulo
2010-10-13
3
-20
/
+20
*
|
The canonical way to print __func__ when using KASSERT() is to write
rpaulo
2010-10-13
3
-10
/
+11
*
|
Purposely tell the compiler that we ignore the return value of ADDCARRY()
rpaulo
2010-10-13
1
-1
/
+1
*
|
Define YY_NO_INPUT. This makes aicasm buildable by clang with Werror
rpaulo
2010-10-13
2
-0
/
+2
*
|
Don't define the input() function ifdef YY_NO_INPUT.
rpaulo
2010-10-13
1
-0
/
+2
*
|
Use the RFC2606 domain example.com in examples.
brucec
2010-10-13
1
-2
/
+2
*
|
o) Make it possible to attach a PHY directly to an octe device rather than
jmallett
2010-10-13
8
-47
/
+815
*
|
sigqueue_collect_set() is no longer needed because other functions
davidxu
2010-10-13
1
-29
/
+7
*
|
Consistently use "STATIC" for all functions in order to be able to set
obrien
2010-10-13
17
-73
/
+77
*
|
Fix the krpc so that it can handle NFSv3,UDP mounts with a read/write
rmacklem
2010-10-13
3
-7
/
+20
*
|
Use AcpiReset() from ACPICA instead of rolling our own, which is actually
jkim
2010-10-13
2
-12
/
+11
*
|
Create the /bin/rmail symlink (which mailers such as postfix
markm
2010-10-12
1
-0
/
+4
*
|
Remove trailing ", " from `sysctl machdep.idle_available' output.
jkim
2010-10-12
3
-3
/
+6
*
|
Protect bge(4) from accessing invalid NIC internal memory regions
yongari
2010-10-12
1
-0
/
+8
*
|
If DEBUG is 3 or greater, disable STATICization of functions.
obrien
2010-10-12
3
-3
/
+8
*
|
Always set cm_complete_data before calling mps_config_complete().
mdf
2010-10-12
1
-1
/
+1
*
|
Fix a regression introduced in r213495. r213495 disabled mini
yongari
2010-10-12
1
-1
/
+1
*
|
Document the fact that bwn works really well on the laptop I'm using
joel
2010-10-12
1
-1
/
+2
*
|
Re-expose and briefly document taskqueue_run(9). The function is used
mdf
2010-10-12
3
-3
/
+17
*
|
Allow one to regression test 'sh' changes without having to install
obrien
2010-10-12
29
-82
/
+100
*
|
acpi_ec: changes in communication with hardware
avg
2010-10-12
1
-83
/
+89
*
|
generic_stop_cpus: prevent parallel execution
avg
2010-10-12
1
-45
/
+17
*
|
tmpfs + sendfile: do not produce partially valid pages for vnode's tail
avg
2010-10-12
1
-3
/
+6
*
|
zfs + sendfile: do not produce partially valid pages for vnode's tail
avg
2010-10-12
1
-3
/
+6
*
|
Fix monitor mode which is implemented by doing a firmware scan. This
bschmidt
2010-10-12
2
-1
/
+34
*
|
Format prototypes to follow style(9) more closely.
jh
2010-10-12
2
-22
/
+25
*
|
Small grammar nit in a printf message.
joel
2010-10-12
1
-1
/
+1
*
|
- Add support for xz compression to pkg_create, bzip2 remains the default
flz
2010-10-12
6
-8
/
+36
*
|
We already have dummy receive buffer in sc->buffer.
glebius
2010-10-12
1
-3
/
+6
*
|
Add macro DECLARE_MODULE_TIED to denote a module as requiring the
kib
2010-10-12
6
-7
/
+21
*
|
Add a flag TDF_TIDHASH to prevent a thread from being
davidxu
2010-10-12
2
-3
/
+13
*
|
Correct regression test to not show a false positive when run as root.
obrien
2010-10-11
1
-6
/
+9
*
|
Try and make the nfsrv_localunlock() function in the experimental
rmacklem
2010-10-11
1
-8
/
+36
*
|
The IFF_DRV_RUNNING flag is set at the end of bge_init_locked. But
yongari
2010-10-11
1
-9
/
+13
*
|
Remove one last reference of BGE_MI_MODE register for auto polling.
yongari
2010-10-11
1
-5
/
+15
*
|
Re-work the internal user ioctl command table, and support the FW_UPLOAD
mdf
2010-10-11
1
-36
/
+213
*
|
Add function prototypes for static functions.
mdf
2010-10-11
1
-0
/
+13
*
|
Add the XHCI USB controller to NOTES.
thompsa
2010-10-11
1
-0
/
+2
*
|
Fix a memory leak and locking inconsistency in mps(4) ioctl handling.
mdf
2010-10-11
1
-10
/
+22
*
|
camlib.c: update one overlooked comment
avg
2010-10-11
1
-3
/
+3
*
|
Fix up the COMPAT_FREEBSD32 ioctl logic for mps(4).
mdf
2010-10-11
2
-116
/
+199
*
|
Upgrade xz to git snapshot as of 20101010
mm
2010-10-11
73
-3829
/
+6479
|
\
\
|
*
|
Remove two non-vendor files as recommended.
mm
2010-10-11
2
-65
/
+0
|
*
|
Vendor import of xz (stripped)
mm
2010-10-11
70
-3822
/
+6535
*
|
|
Fix reference to nonexistent manpage getuid(3).
ed
2010-10-11
1
-2
/
+2
*
|
|
Remove stale reference to wtmp(5).
ed
2010-10-11
1
-2
/
+2
*
|
|
Do not setup interrupt endpoint for axe(4).
yongari
2010-10-11
2
-34
/
+0
*
|
|
Remove more unneeded files and directories from contrib/llvm. This
dim
2010-10-11
721
-162290
/
+0
*
|
|
Rework the analysis of the 'r' specifier. It turns out that we can't
rpaulo
2010-10-11
3
-1
/
+7
*
|
|
Add code to print the number and type of the CPU that is present in
gnn
2010-10-11
1
-0
/
+4
[prev]
[next]