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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct and extend the description of the behaviour of rt_check().
luigi
2004-04-24
1
-7
/
+27
*
document the locking behaviour of the functions that access
luigi
2004-04-24
1
-3
/
+15
*
Add a VM_OBJECT_LOCK_ASSERT() call. Remove splvm() and splx() calls. Move
alc
2004-04-24
1
-7
/
+5
*
arpcom untangling:
luigi
2004-04-24
2
-3
/
+3
*
arpcom untangling:
luigi
2004-04-24
1
-5
/
+6
*
Connect ng_sppp to the build process.
rik
2004-04-24
3
-0
/
+3
*
arpcom untangling:
luigi
2004-04-24
3
-10
/
+7
*
Update the comment describing vm_page_grab() to reflect the previous
alc
2004-04-24
1
-6
/
+5
*
Push down the responsibility for zeroing a physical page from the
alc
2004-04-24
7
-13
/
+2
*
Try the simplify determining what is ata0 and ata1.
sos
2004-04-24
1
-17
/
+1
*
Disable interrupts while testing the timer. Not doing this unnecessarily
njl
2004-04-24
1
-6
/
+7
*
Change setup for SiS device to allow PCI native mode.
sos
2004-04-24
1
-4
/
+4
*
Add IC Book Labs Gunboat x2 and x4 series of serial adapters.
sobomax
2004-04-24
1
-0
/
+45
*
Fixed some style bugs (useless forward declarations of structs and
bde
2004-04-24
1
-6
/
+3
*
Fix build for non-COMPAT_FREEBSD4 configurations. Make the FreeBSD 4
marcel
2004-04-24
1
-0
/
+10
*
In cases where a file was resident in memory mmap(..., PROT_NONE, ...)
alc
2004-04-24
2
-5
/
+6
*
- Catch up with recent ATA changes.
grehan
2004-04-23
2
-6
/
+9
*
Wrap two long lines in the previous commit.
silby
2004-04-23
1
-2
/
+4
*
Correct an edge case in tcp_mss() where the cached path MTU
andre
2004-04-23
2
-4
/
+4
*
Make sure RFCOMM multiplexor channel does not hang in DISCONNECTING
emax
2004-04-23
1
-3
/
+6
*
Make sure Bluetooth stuff can be statically compiled into kernel
emax
2004-04-23
4
-0
/
+50
*
Clean up two printf()s that were on a line by themselves unintendedly
tmm
2004-04-23
1
-2
/
+2
*
Enable the led-toggling magic. Compiling files which are in the kernel into
philip
2004-04-23
3
-27
/
+2
*
Correct KASSERT()s that check for initialization of mutexes in ndis_detach(),
wpaul
2004-04-23
1
-2
/
+6
*
Add the comment of the previous commit to the source file directly.
andre
2004-04-23
1
-1
/
+5
*
Call ip_output() with IP_FORWARD flag to prevent it from overwriting the
andre
2004-04-23
1
-2
/
+2
*
Add a stopgap for the EBus breakage on sparc64 since the PCI code does
marius
2004-04-23
1
-0
/
+8
*
Add files required for the NETSMBCRYPTO option.
tjr
2004-04-23
1
-0
/
+3
*
Add the option versrcreach to verify that a valid route to the
andre
2004-04-23
2
-7
/
+32
*
Fix a potential race when purging expired hostcache entries.
andre
2004-04-23
1
-3
/
+3
*
Hook up acpi_asus and its manual page in two more places I managed to overlook
philip
2004-04-23
1
-1
/
+1
*
Push down Giant into vm_pager_get_pages(). The only get pages methods that
alc
2004-04-23
2
-0
/
+5
*
Start programming the bus numbers for the pci<->cardbus. When the
imp
2004-04-23
1
-1
/
+30
*
Utilize sf_buf_alloc() rather than pmap_qenter() (and sometimes
alc
2004-04-23
3
-21
/
+15
*
Set the INTR_MPSAFE flag.
wpaul
2004-04-22
1
-1
/
+1
*
There was a thread on "unusually high load averages" when running under
obrien
2004-04-22
1
-2
/
+2
*
Missed this out in my last commit. Makefile for the acpi_asus driver.
philip
2004-04-22
1
-0
/
+10
*
Add the ACPI Asus extras driver. Provides support for cool ACPI-controled
philip
2004-04-22
5
-0
/
+1263
*
Look out! vn_start_write() is able to return 0 and NULL 'mp'.
pjd
2004-04-22
2
-0
/
+4
*
Remove npx(4) reference for isa. While true, it is useless (since
imp
2004-04-22
1
-1
/
+2
*
Take out an unneeded variable I forgot to remove in the last commit,
silby
2004-04-22
1
-2
/
+3
*
Simplify random port allocation, and add net.inet.ip.portrange.randomized,
silby
2004-04-22
1
-27
/
+13
*
Ok, _really_ fix the Intel 2100B Centrino deadlock problems this time.
wpaul
2004-04-22
2
-41
/
+30
*
define some new fields in the physical drive structure and pad the
ps
2004-04-22
1
-0
/
+3
*
Fix the build. opt_asr.h is gone.
njl
2004-04-22
2
-2
/
+1
*
Fix stepping in ddb by not checking for a maximum interval. The ACPI-safe
njl
2004-04-22
1
-31
/
+32
*
Include <machine/pte.h> since it has been removed from <machine/param.h>.
grehan
2004-04-21
1
-0
/
+1
*
<machine/pte.h> has no business being here. Finally exposed by F77 build
grehan
2004-04-21
1
-2
/
+0
*
Remove more sead code.
scottl
2004-04-21
1
-91
/
+2
*
Don't indent preprocessor tokens.
scottl
2004-04-21
1
-70
/
+70
[next]