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 using C99 sparse initialisers for the type methods array.
rik
2004-05-29
3
-67
/
+27
*
Add a new netgraph method to allow restoration of some
julian
2004-05-29
4
-12
/
+40
*
Missed these in the last commit.
julian
2004-05-29
3
-36
/
+31
*
In subr_ndis.c, when searching for keys in our make-pretend registry,
wpaul
2004-05-29
2
-5
/
+71
*
Format nits.
maxim
2004-05-29
1
-2
/
+2
*
Remove unneeded XXX comments botched in previous commit.
maxim
2004-05-29
1
-6
/
+1
*
Decrease sleep_delay default to 1 second now that the machines that
njl
2004-05-29
1
-2
/
+2
*
Throw the switch and enable use of the lowest idle states while online in
njl
2004-05-29
1
-1
/
+1
*
Style cleanups, don't set the device description before the probe routine
njl
2004-05-29
3
-49
/
+37
*
Remove componenst which are not part of GCC 3.3 and which are not likely
kan
2004-05-29
4
-115
/
+0
*
Fix the type of struct bbf's arc_count member: according to gcc's
tjr
2004-05-29
1
-1
/
+1
*
Enable MI bits for gcc -ftest-coverage -fprofile-arcs on amd64.
tjr
2004-05-29
1
-1
/
+2
*
Implement __bb_init_func. This is a fairly straightforward conversion
tjr
2004-05-29
1
-0
/
+19
*
Provide the _start_ctors and _stop_ctors symbols. As on i386, the addresses
tjr
2004-05-29
1
-0
/
+4
*
Switch to using C99 sparse initialisers for the type methods array.
julian
2004-05-29
52
-626
/
+472
*
Add trailing backslash missing from previous checkin.
thomas
2004-05-28
1
-1
/
+1
*
Support for optional initialization of the configuration slice by
thomas
2004-05-28
2
-1
/
+12
*
Decide how much space we need to print a pointer using
dwmalone
2004-05-28
1
-5
/
+1
*
Look up ${CUSTOMIZE} in ${.CURDIR} first, and then as a path name by itself,
thomas
2004-05-28
1
-3
/
+3
*
Add the integrated NICs on the Dell PowerEdge 1750 and 2650 to the list
simon
2004-05-28
1
-0
/
+4
*
Remove a broken micro-optimization from pmap_enter(). The ill effect
alc
2004-05-28
2
-16
/
+0
*
Reenable ithread preemption for interrupts that occur while executing in
jhb
2004-05-28
1
-2
/
+2
*
Include <net/ethernet.h> to have a prototype for ether_ntoa().
stefanf
2004-05-28
1
-0
/
+1
*
Include <sys/uio.h> for the complete type of struct iovec.
stefanf
2004-05-28
1
-0
/
+2
*
Don't assume that the current setting (_CRS) of a PCI link device is
jhb
2004-05-28
1
-7
/
+9
*
- introduce a new primary `-depth n', which tests whether
eik
2004-05-28
6
-28
/
+91
*
Style fixes.
njl
2004-05-28
1
-56
/
+54
*
Style.
maxim
2004-05-28
1
-35
/
+34
*
Unify the start/size parameters for the RSDP search area. Don't bother
njl
2004-05-28
2
-4
/
+6
*
Now that we properly disable GPEs before entering a sleep state, including
njl
2004-05-28
1
-1
/
+1
*
Style cleanups. "extern" is unneeded for function prototypes.
njl
2004-05-28
1
-74
/
+68
*
Update the new suspend/resume GPE methods to properly limit the GPE
njl
2004-05-28
4
-16
/
+65
*
Pass a pointer to the sleep state instead of casting gymnastics to pass
njl
2004-05-28
1
-4
/
+4
*
Fix paste-o.
njl
2004-05-28
1
-1
/
+1
*
Attach per-device sysctls to allow users to set whether or not a given
njl
2004-05-28
1
-0
/
+52
*
Remove a redundant include directive
scottl
2004-05-28
1
-2
/
+0
*
Fix LP64 environments: cast a pointer type to intptr_t before casting
marcel
2004-05-28
1
-2
/
+2
*
Don't nest includes here. There's no need and the subset included is lame.
imp
2004-05-28
1
-5
/
+0
*
Include required machine/bus.h
imp
2004-05-28
2
-0
/
+3
*
Define another HOTPLUG event.
ps
2004-05-28
1
-0
/
+1
*
Adding ixgb(4) for Intel 10GbE Adapters
tackerman
2004-05-28
2
-0
/
+107
*
First release of ixgb driver for the Intel(R) PRO/10GbE Family of Adapters. ...
tackerman
2004-05-28
13
-0
/
+6312
*
Add FreeBSD 4.10-RELEASE.
hrs
2004-05-28
1
-4
/
+10
*
give out a little more information in case of a missing dependency
eik
2004-05-28
1
-1
/
+6
*
Connect libarchive decompress support to the build.
kientzle
2004-05-27
3
-2
/
+7
*
FreeBSD-ify the manpage. Our inetd does not support bind-address:port syntax
mlaier
2004-05-27
1
-1
/
+3
*
Add ftp-proxy 8021/tcp in order to make the inetd.conf entry actually work.
mlaier
2004-05-27
1
-0
/
+1
*
Use rman_get_start in preference to reaching into the rman structure.
imp
2004-05-27
1
-1
/
+1
*
'gnutar' is now handled by the 'tar' reader, so
kientzle
2004-05-27
1
-2
/
+1
*
Call nfsm_clget_nolock() instead of nfsm_clget() when holding the NFS
rwatson
2004-05-27
1
-1
/
+1
[next]