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 redundant yyparse declarations
bapt
2012-12-05
3
-3
/
+0
*
Don't call bus_dmamap_load in CAM_DIR_NONE case, since there is nothing
jimharris
2012-12-05
1
-13
/
+15
*
- Move definition of V_deembed_scopeid to scope6_var.h.
hrs
2012-12-05
6
-121
/
+73
*
The softclock_call_cc() is executing with the callout already removed
kib
2012-12-05
1
-29
/
+32
*
Check for lockmgr recursion in case of disown and downgrade and panic
attilio
2012-12-05
1
-2
/
+19
*
Use Bernard Baruch's full name.
eadler
2012-12-05
1
-2
/
+2
*
Simplify string duplication: use strdup instead of malloc + strcpy
eadler
2012-12-05
1
-6
/
+5
*
Avoid overflowing the file buffer
eadler
2012-12-05
1
-1
/
+1
*
Use strdup instead of malloc + strcpy
eadler
2012-12-05
1
-6
/
+4
*
Avoid overflow of file buffer
eadler
2012-12-05
1
-1
/
+1
*
Remove useless check for NULL prior to free.
eadler
2012-12-05
2
-4
/
+2
*
Remove hack to emulate effective uid and just use the EUID's name in the
eadler
2012-12-05
2
-8
/
+2
*
Remove pointless check for the existence of /usr/bin/less which exists
eadler
2012-12-05
1
-13
/
+1
*
Add ability to mergemaster to permit the user to type
eadler
2012-12-05
1
-0
/
+5
*
Connect organization.dot to the build
eadler
2012-12-05
1
-1
/
+2
*
if PACKAGESITE url scheme is not 'file://', always try to revolv SRV records and
bapt
2012-12-05
4
-9
/
+222
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
178
-593
/
+582
*
Remove dead code that clang refuses to compile.
rpaulo
2012-12-05
1
-10
/
+0
*
Fix a race between kern_setitimer() and realitexpire(), where the
kib
2012-12-04
3
-5
/
+2
*
Do not allocate buffer of the 255 bytes length on the stack.
kib
2012-12-04
1
-3
/
+6
*
Fix fallout from r243019, which broke parsing of shortened network
glebius
2012-12-04
1
-0
/
+7
*
- Fix LOR in sa6_recoverscope() in rt_msg2()[1].
hrs
2012-12-04
3
-41
/
+45
*
libc: Use the new 'e' fopen() mode option to simplify fstab.c.
jilles
2012-12-04
1
-11
/
+1
*
Use absolute path for /usr/libexec/ld-elf.so.1 symlink.
pjd
2012-12-04
1
-2
/
+2
*
Fix typo.
kib
2012-12-04
1
-1
/
+1
*
Do not change entire BINDIR, it might be needed later, just change
pjd
2012-12-04
1
-2
/
+2
*
Change /usr/libexec/ld-elf.so.1 to point at ../../libexec/ld-elf.so.1
pjd
2012-12-04
1
-1
/
+1
*
Flush stdout after RTM_IFANNOUNCE message.
glebius
2012-12-04
1
-0
/
+1
*
No need to be root when running with -t or -d.
glebius
2012-12-04
1
-2
/
+2
*
Document that bind(2) can fail with EAFNOSUPPORT.
kevlo
2012-12-04
1
-0
/
+2
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
133
-389
/
+389
*
Remove superfluous paragraph macro.
joel
2012-12-04
1
-1
/
+0
*
Remove snapshots.jp.freebsd.org. It stopped working years ago.
joel
2012-12-04
1
-1
/
+0
*
replace bit shifting loop with 1<<fls(n), improve comments.
alfred
2012-12-04
1
-6
/
+4
*
- Move EXAMPLES descriptions to before the actual command
bdrewery
2012-12-04
1
-12
/
+9
*
Fix typos in the previous commit.
jkim
2012-12-04
1
-2
/
+2
*
Tidy up bsd.cpu.mk for X86 CPUs:
jkim
2012-12-04
2
-36
/
+49
*
Document the interpretation of the negative value of ticks for
kib
2012-12-04
1
-1
/
+8
*
Methodise the BT diversity configuration function; so the AR9285
adrian
2012-12-04
3
-3
/
+12
*
Override the BT coex parameter function for the AR9285.
adrian
2012-12-04
1
-2
/
+3
*
Reformat/reindent.
adrian
2012-12-04
1
-59
/
+70
*
Add and tie in the AR5416 bluetooth coexistence methods into the HAL.
adrian
2012-12-03
2
-0
/
+26
*
Add the AR5416/AR9285 bluetooth coexistence code into the main kernel
adrian
2012-12-03
1
-0
/
+6
*
Add the btcoex code into the module compilation.
adrian
2012-12-03
1
-3
/
+3
*
Include if_ath_alq.c, which only gets actually compiled if ATH_DEBUG_ALQ
adrian
2012-12-03
1
-1
/
+1
*
Print the frame addresses for the backtraces on i386 and amd64. It
kib
2012-12-03
2
-12
/
+22
*
The vnode_free_list_mtx is required unconditionally when iterating
kib
2012-12-03
1
-4
/
+28
*
Note that the manual page of less(1) says:
delphij
2012-12-03
1
-1
/
+1
*
Remove the sysctl process_limit interface, after some
jfv
2012-12-03
1
-43
/
+7
*
- Remove snapshots.se.freebsd.org [1]
joel
2012-12-03
1
-1
/
+1
[next]