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
path:
root
/
sys
/
conf
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate potential overflows by allocating softc dynamically,
phk
2003-05-31
2
-2
/
+2
*
Make this compile with WITNESS enabled. It wants the syscall names.
peter
2003-05-31
1
-0
/
+1
*
Port acpica to amd64.
peter
2003-05-31
1
-0
/
+3
*
Update the kernel compile flags inside the .if ${MACHINE_ARCH} == "amd64"
peter
2003-05-30
1
-1
/
+2
*
Add ddb machdep bits.
peter
2003-05-30
2
-0
/
+9
*
Major pmap rework to take advantage of the larger address space on amd64
peter
2003-05-23
1
-1
/
+1
*
Another x86-64 comment fixup
peter
2003-05-19
1
-1
/
+1
*
s/x86_64/amd64/ in comments in header.
peter
2003-05-19
1
-3
/
+3
*
Add the MUTEX_NOINLINE option that explicitely de-inlines the mutex
scottl
2003-05-18
1
-0
/
+1
*
Revamp of the syscall path, exception and context handling. The
marcel
2003-05-16
3
-2
/
+18
*
Sync the linker script with the one used by default for userland. Since
marcel
2003-05-16
1
-76
/
+82
*
Run $S/kern/genassym.sh with the correct NM.
obrien
2003-05-16
1
-1
/
+1
*
Clear up that COMPAT_43 may not do the same thing on every architecture
jmallett
2003-05-15
1
-1
/
+10
*
Add BASIC i386 binary support for the amd64 kernel. This is largely
peter
2003-05-14
2
-1
/
+22
*
Add files for the 'ips' driver.
scottl
2003-05-11
1
-0
/
+5
*
garbage collect the reserved major for the ips disk device. GEOM makes
scottl
2003-05-11
1
-1
/
+0
*
Remove special hacks for FSF cross tools now that it builds natively.
peter
2003-05-10
1
-13
/
+0
*
We are now in 5.1-BETA
scottl
2003-05-06
1
-2
/
+2
*
Put descriptive comments on the GEOM_* options
phk
2003-05-05
1
-9
/
+9
*
Use C99 for the kernel.
obrien
2003-05-03
1
-1
/
+1
*
Add RealTek RTL8150 USB to fast Ethernet controller driver.
akiyama
2003-05-03
2
-0
/
+6
*
Spell cpu_switch correctly.
peter
2003-05-03
1
-1
/
+1
*
Rename amd64/*.s to amd64/*.S
peter
2003-05-03
1
-5
/
+5
*
- Move decoding pc98_partition function into geom_pc98_enc.c.
nyan
2003-05-01
2
-0
/
+2
*
Sync up with the files in the hammer branch in the p4 tree to get basic
peter
2003-05-01
4
-114
/
+219
*
Add AMD64 hooks
peter
2003-04-30
1
-0
/
+9
*
Help out with linting. Print the ${LINT} command line. This makes
markm
2003-04-30
1
-1
/
+1
*
Catch up with the new acpi files.
njl
2003-04-29
1
-21
/
+24
*
Sort lines.
marcel
2003-04-29
1
-44
/
+44
*
Update to reflect tw removal.
imp
2003-04-27
2
-2
/
+0
*
Update the DRM to the latest from DRI CVS. Includes some bugfixes and removal
anholt
2003-04-25
1
-1
/
+0
*
Update GEOM::SUN to use the decoding functions in geom_sunlabel_enc.c
phk
2003-04-21
2
-0
/
+2
*
Add device driver support for the ASIX Electronics AX88172 USB 2.0
wpaul
2003-04-20
1
-0
/
+1
*
Separate the encoding/decoding functions for struct disklabel into a
phk
2003-04-17
6
-0
/
+6
*
Add dev/firewire/fwdma.c.
simokawa
2003-04-17
1
-0
/
+1
*
Bump the config version to force people to upgrade their config(8)
phk
2003-04-15
7
-7
/
+7
*
NO_COMPAT_FREEBSD4 is no longer used.
jhb
2003-04-15
1
-1
/
+0
*
Re-add MUTEX_DEBUG and MUTEX_PROFILING, which got hosed by rejected
rwatson
2003-04-15
1
-0
/
+2
*
Improve consistency, ordering, style of options:
rwatson
2003-04-15
1
-49
/
+32
*
Express bus dependency a little more clearly.
mdodd
2003-04-15
1
-31
/
+31
*
Add MAC_ALWAYS_LABEL_MBUF to options; this permits the administrator
rwatson
2003-04-14
1
-1
/
+7
*
add EHCI (USB 2.0) controller support.
ticso
2003-04-14
2
-0
/
+4
*
Driver for Granch SBNI16 SHDSL modem
fjoe
2003-04-13
2
-0
/
+3
*
Options that go into homonymous headers shouldn't specify the header name.
des
2003-04-12
6
-11
/
+11
*
Move the functions for encoding decoding struct dos_partition into
phk
2003-04-12
3
-0
/
+3
*
Rename MBUF_FRAG_TEST to MBUF_STRESS_TEST as it will be extended
silby
2003-04-12
2
-7
/
+6
*
Clarify NO_SWAPPING description.
mike
2003-04-11
1
-2
/
+3
*
Convert the SMP_TSC kernel option into a loader tunable. Also enable
des
2003-04-10
1
-1
/
+0
*
- Add PCI support (Adaptec AHA-2920/A,Future Domain TMC-18XX/3260).
mdodd
2003-04-07
1
-0
/
+2
*
Add SMP_TSC option, which can be used on SMP systems where the TSCs
tegge
2003-04-04
1
-0
/
+1
[next]