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
*
- Switch to saving non-offseted pointer to TLS block in order too keep things...
gonzo
2012-03-06
2
-17
/
+4
*
Prepare for large TLS redo. Save pointer to the beginning of TLS area,
gonzo
2012-03-06
3
-20
/
+51
*
In the trap messages that aid the primitive debugging environment of MIPS,
jmallett
2012-03-06
1
-6
/
+14
*
Link EV_SET(3) to kqueue(2).
pjd
2012-03-05
1
-1
/
+1
*
The libmap.conf initialization is performed before TLS is functional.
kib
2012-03-05
1
-10
/
+15
*
Actually bump date, sigh.
pluknet
2012-03-05
1
-1
/
+1
*
Fix boot2 to handle boot config files that only contain a custom path to
jhb
2012-03-05
1
-6
/
+15
*
Fix three instances of a missing word.
jhb
2012-03-05
1
-3
/
+3
*
Fix few style nits.
jkim
2012-03-05
2
-2
/
+2
*
Fix typo. Bump .Dd for the previous change.
pluknet
2012-03-05
1
-1
/
+1
*
Make growfs(8) mostly style compliant. No functional changes,
trasz
2012-03-05
2
-616
/
+457
*
Print out process name and thread id in the debugging message.
ivoras
2012-03-05
1
-2
/
+3
*
Apply inlined vn_vget_ino() algorithm for ".." lookup in pseudofs.
kib
2012-03-05
1
-5
/
+32
*
Add DWC OTG module to ARM builds.
hselasky
2012-03-05
2
-1
/
+46
*
Fix for DWC OTG interrupt register programming.
hselasky
2012-03-05
3
-22
/
+44
*
Fix ng_ipfw(4) cookie number in example.
glebius
2012-03-05
1
-2
/
+2
*
Make the chroot shell more functional by providing devfs.
nwhitehorn
2012-03-05
1
-0
/
+1
*
Oops - used the wrong field.
adrian
2012-03-05
1
-1
/
+1
*
Add the thread id to the net80211 alq records.
adrian
2012-03-04
2
-1
/
+4
*
Fix style(9) issues.
adrian
2012-03-04
1
-10
/
+12
*
Fix a thinko in r232322, where gcc (and its tools) are not built during
dim
2012-03-04
1
-2
/
+2
*
Exclude USB drivers (except umass and ukbd) from main kernel image on i386
rmh
2012-03-04
3
-74
/
+0
*
Copy amd64 ptrace.h to x86 and merge with i386 ptrace.h. Replace
tijl
2012-03-04
5
-79
/
+61
*
Do not use INT64_C and UINT64_C to define 64 bit integer limits. They
tijl
2012-03-04
1
-6
/
+10
*
Respect phy-handle property in Ethernet nodes of the device tree.
raj
2012-03-04
8
-48
/
+75
*
Change SYSINIT priorities so that ip_mroute_modevent() is executed
zec
2012-03-04
1
-2
/
+2
*
Document pci_find_extcap() and pci_find_htcap().
jhb
2012-03-04
2
-0
/
+51
*
Rather than printing the output from route add for all FIBs just print them
bz
2012-03-04
1
-16
/
+30
*
In nd6_options() ignore the RFC 6106 options completely rather than printing
bz
2012-03-04
1
-0
/
+8
*
Correct typo in the RFC number for the constants based on IANA assignments
bz
2012-03-04
1
-2
/
+2
*
Remove unused #defines. All this is now retrieved from the device tree.
raj
2012-03-04
1
-126
/
+0
*
Permit the use of raidz3 in pc-sysinstall
eadler
2012-03-04
1
-1
/
+1
*
Fix race condition in KfRaiseIrql().
brucec
2012-03-04
1
-4
/
+6
*
Bump date as modified the man page
eadler
2012-03-04
1
-1
/
+1
*
Explicitly list dependency
eadler
2012-03-04
1
-0
/
+2
*
Remove outdated comment of seven years
eadler
2012-03-04
1
-7
/
+0
*
Remove reference to gcc's non-standard -fwritable-strings, which
eadler
2012-03-04
1
-7
/
+1
*
POSIX mandates that swab do nothing when len < 0
eadler
2012-03-04
2
-1
/
+6
*
Fix a variety of grammar issues and style nits.
eadler
2012-03-04
1
-74
/
+75
*
ehci tunables are only available when kernel is compiled with USB_DEBUG
eadler
2012-03-04
1
-1
/
+5
*
Reapply 227753 (xlocale cleanup), plus some fixes so that it passes build
theraven
2012-03-04
29
-444
/
+963
*
Add __aeabi_read_tp to the symbol list.
cognet
2012-03-04
1
-0
/
+1
*
PR: docs/158813
eadler
2012-03-04
1
-26
/
+29
*
pipe_read(): change the type of size to int, and remove signed clamp.
kib
2012-03-04
1
-4
/
+5
*
Instead of incomplete handling of read(2)/write(2) return values that
kib
2012-03-04
1
-12
/
+8
*
Remove unneeded cast to u_int. The values as small enough to fit into
kib
2012-03-04
1
-2
/
+1
*
Copy amd64 trap.h to x86 and replace amd64/i386/pc98 trap.h with stubs.
tijl
2012-03-04
4
-185
/
+102
*
Copy amd64 float.h to x86 and merge with i386 float.h. Replace
tijl
2012-03-04
4
-183
/
+105
*
Restore proper dot symbol creation for assembly files in the kernel build case.
andreast
2012-03-04
1
-13
/
+46
*
Properly restore curvnet context when returning early from
zec
2012-03-04
1
-1
/
+4
[next]