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
*
Make default ABI for as(1) to be the same as target platform.
gonzo
2012-03-23
2
-1
/
+11
*
Use suspend/resume methods provided by net80211. This ensures that the
bschmidt
2012-03-23
4
-35
/
+16
*
Also fix the parameter usage in set80211meshpeering().
bschmidt
2012-03-23
1
-1
/
+1
*
Fix pmap_kextract prototype to align it with pmap.c change
gonzo
2012-03-23
1
-1
/
+1
*
Before jumping to application's entry point set ra == pc in order
gonzo
2012-03-23
1
-1
/
+2
*
Call xpt_bus_register during attach context, then freeze and do not release
jimharris
2012-03-23
3
-12
/
+43
*
Expand contraction.
pluknet
2012-03-23
1
-1
/
+1
*
Don't cast a bus address to a uint8_t pointer just to add an offset to
jhb
2012-03-23
1
-1
/
+1
*
Remove superfluous extern keywords.
kib
2012-03-23
1
-10
/
+10
*
Centralize the calculation of the top source directory. This
kib
2012-03-23
1
-2
/
+3
*
Implement xstrdup() using strlen()/xmalloc()/memcpy() already
kib
2012-03-23
1
-7
/
+8
*
Work around the following clang warning in mps(4):
dim
2012-03-23
3
-1
/
+6
*
Silence alignment warnings from clang in libarchive's ppmd code (which
dim
2012-03-23
1
-0
/
+1
*
Update IFCAP_* macro descriptions.
pluknet
2012-03-23
1
-12
/
+39
*
Clean up from the old kern.polling.
pluknet
2012-03-23
1
-48
/
+10
*
Clean up of fs/fifofs include directory after fifo.h removal.
pluknet
2012-03-23
1
-2
/
+0
*
Make utmpx(3) thread safe if we support TLS.
ed
2012-03-23
2
-0
/
+9
*
- Actually fill the date of the Heimdal update.
stas
2012-03-23
1
-1
/
+1
*
- Take krb5_verify_user.3.gz out of ObsoleteFiles as it's still being
stas
2012-03-23
1
-2
/
+10
*
Check that scheme is not already registered. This may happens when a
ae
2012-03-23
1
-7
/
+16
*
Remove archive_entry_*_w(3) entries from ObsoleteFiles.inc. Since the
pluknet
2012-03-23
1
-2
/
+0
*
Document IFT_USB referenced by IFF_CANTCONFIG since the previous change,
pluknet
2012-03-23
1
-0
/
+2
*
Update IFF_* macro descriptions.
pluknet
2012-03-23
1
-8
/
+33
*
- Add new kerberos libraries to the list of optional obsolete files.
stas
2012-03-23
1
-1
/
+37
*
- Do not build libcom_err and compile_et when kerberos is disabled. They
stas
2012-03-23
4
-3
/
+16
*
Add pseudo-device for handling PMC interrupts and link everything
gonzo
2012-03-23
2
-0
/
+145
*
Add Octeon-related parts to libpmc
gonzo
2012-03-23
1
-0
/
+21
*
Add Octeon PMC hardware backend
gonzo
2012-03-23
1
-0
/
+195
*
Add list of Octeon's PMC counters obtained from cvmx-core.h
gonzo
2012-03-23
1
-0
/
+63
*
Add Octeon class and CPU type
gonzo
2012-03-23
1
-1
/
+3
*
Setup fake MODINFO variables for octeon kernel
gonzo
2012-03-23
1
-0
/
+2
*
Add some further debugging to try and aid tracking down what the state of
adrian
2012-03-22
1
-0
/
+19
*
Sprinkle some style(9) things around.
adrian
2012-03-22
1
-6
/
+12
*
Fix an incorrect parameter usage here.
adrian
2012-03-22
1
-1
/
+1
*
Improve FDT handling in loader(8) and make it more robust.
raj
2012-03-22
1
-24
/
+71
*
Correct a function prototype.
jkoshy
2012-03-22
1
-1
/
+1
*
Make reusable part of code have mips prefix, not mips24
gonzo
2012-03-22
1
-9
/
+10
*
Rework MIPS PMC code:
gonzo
2012-03-22
7
-606
/
+613
*
Move PMC hook invocation to cpu_intr. The idea is the same as with ast()
gonzo
2012-03-22
2
-20
/
+12
*
Fix base vaddr detection for ELF binaries. PT_LOAD with offset 0 is not
gonzo
2012-03-22
1
-2
/
+2
*
Fix PMC syscall on 64-bit big endian systems.
gonzo
2012-03-22
1
-1
/
+1
*
Add ACPI_LV_REPAIR debug level, available since ACPICA 20091214 (r200553).
jkim
2012-03-22
2
-1
/
+4
*
Update snd_cmi, snd_csa and snd_emu10kx status.
joel
2012-03-22
1
-4
/
+4
*
Small cleanup of the code. No functional change (in FreeBSD kernel).
tuexen
2012-03-22
1
-17
/
+20
*
Add snd_cmi, snd_csa and snd_emu10kx to GENERIC on i386 and amd64.
joel
2012-03-22
2
-0
/
+6
*
Fix return type of mips pmap_kextract()
jchandra
2012-03-22
1
-1
/
+1
*
Use xmalloc() instead of malloc() in the places where malloc() calls
kib
2012-03-22
5
-19
/
+20
*
Remove the fragments which are not needed on FreeBSD. The caltech
kib
2012-03-22
1
-18
/
+0
*
Mark the 'lapics' and 'ioapics' arrays here static since they are
jhb
2012-03-22
1
-2
/
+2
*
- Avoid use of deprecated KRB5 functions.
stas
2012-03-22
2
-15
/
+25
[next]