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
*
Add the ability to use ATAPI devices via CAM.
sos
2002-08-09
7
-36
/
+761
*
Add help about hint.acpi.0.disable.
iwasaki
2002-08-09
1
-0
/
+4
*
Make ppp(4) devices clonable and unloadable.
brooks
2002-08-09
12
-49
/
+96
*
Update ELAST.
phk
2002-08-09
1
-1
/
+2
*
While we're at it, add range checks similar to those in previous commit to
nectar
2002-08-09
1
-0
/
+8
*
Introduce a new error return code:
phk
2002-08-09
1
-0
/
+2
*
Fix wrong member variable ordering of struct acpi_bif.
iwasaki
2002-08-09
1
-1
/
+1
*
Restore autoloading of ACPI module.
obrien
2002-08-09
2
-0
/
+12
*
Add additional range checks for copyout targets.
rwatson
2002-08-09
2
-1
/
+5
*
Don't auto load ACPI -- it causes trouble with my laptop and is TOTALLY
obrien
2002-08-09
1
-8
/
+0
*
use the new interface to ether_input(), with eh = NULL and
luigi
2002-08-09
1
-7
/
+1
*
o Use pmap_page_is_mapped() in vm_page_protect() rather than the PG_MAPPED
alc
2002-08-08
1
-1
/
+1
*
Add support for SX cards using TBI such as Netgear GA621.
ambrisko
2002-08-08
2
-63
/
+249
*
Don't bogusly depend on pcic. pccard should be enough.
imp
2002-08-08
1
-1
/
+0
*
Only my brain can fart while fixing a previous brain fart.
bmilekic
2002-08-08
1
-2
/
+1
*
YIKES, I take the pointy-hat for a really big braino here. I
bmilekic
2002-08-08
1
-4
/
+3
*
Due to layering problems, remove the MAC checks from vn_rdwr() -- this
rwatson
2002-08-08
1
-13
/
+4
*
Use the hw.usb sysctl tree instead of debug.usb.
joe
2002-08-08
21
-22
/
+43
*
Add DVD+RW support to the ATA driver and burncd. This also closes
sos
2002-08-08
3
-14
/
+85
*
Do some work on keeping better track of stopped/continued state.
julian
2002-08-08
1
-0
/
+2
*
EAK! two status flags in teh proc structure were defined to the
julian
2002-08-08
1
-3
/
+3
*
Fixes for the D-Link DFE-580 card.
ambrisko
2002-08-07
2
-83
/
+111
*
Only attach one PHY device to a controller. NetBSD has similar code.
ambrisko
2002-08-07
1
-2
/
+5
*
- Adjust locking markup to match the proc markup.
jeff
2002-08-07
1
-16
/
+19
*
Correct a bug introduced in 1.26: M_PKTHDR is set in the 'flags'
rwatson
2002-08-07
1
-1
/
+1
*
Use the CPU_* OID constants instead of OID_AUTO for the clock-related
tmm
2002-08-07
2
-6
/
+12
*
o Introduce pmap_page_is_mapped(). Its purpose is to obsolete
alc
2002-08-07
1
-0
/
+1
*
Cache the credential provided during accton() for use in later accounting
rwatson
2002-08-07
1
-5
/
+17
*
o Introduce pmap_page_is_mapped(). Its purpose is to obsolete
alc
2002-08-07
3
-0
/
+3
*
Refresh the credential on the first initproc thread following divorcing
rwatson
2002-08-07
1
-0
/
+1
*
Use new interface for ether_input().
luigi
2002-08-07
1
-13
/
+4
*
Improve stack manipulation code of ACPI wakeup routine.
iwasaki
2002-08-07
2
-4
/
+4
*
Move code block added in 1.157 to a safer part of fork1().
mdodd
2002-08-07
1
-9
/
+9
*
Add Intersil and Symbol as vendors for 802.11 cards that the wi driver
imp
2002-08-07
3
-3
/
+3
*
Our awk does not implement the ARGIND variable, so we were attempting
iedowse
2002-08-06
1
-2
/
+1
*
Set the ident field of the struct kevent that is registered by _aio_aqueue()
alc
2002-08-06
1
-4
/
+5
*
Remove new console devices with cnremove before initializing them in
jake
2002-08-06
1
-0
/
+1
*
printf() formats fixes
fjoe
2002-08-06
2
-2
/
+2
*
Try harder to "set signal flags proprly [sic] for ast()". See rev.1.154.
bde
2002-08-06
1
-0
/
+1
*
Regen.
rwatson
2002-08-06
5
-11
/
+11
*
Rename mac_policy() to mac_syscall() to be more reflective of its
rwatson
2002-08-06
1
-1
/
+1
*
Don't automagically call vslock() from SYSCTL_OUT(). Instead, complain
truckman
2002-08-06
1
-4
/
+2
*
Connect bmtphy to the mii module build.
benno
2002-08-06
1
-1
/
+1
*
Handle PMTU discovery in syn-ack packets slightly differently;
silby
2002-08-05
1
-8
/
+6
*
Fix typo in vnode flags causing deadlock in msdosfs_fsync().
pb
2002-08-05
1
-1
/
+1
*
o The introduction of kevent() broke lio_listio(): _aio_aqueue() thought
alc
2002-08-05
1
-6
/
+6
*
Make driver portable:
fjoe
2002-08-05
4
-45
/
+56
*
Don't call softdep_slowdown() if soft updates are not active on the
iedowse
2002-08-05
1
-1
/
+1
*
back out one change that crept in (will be committed later)
fjoe
2002-08-05
1
-1
/
+1
*
style fixes
fjoe
2002-08-05
3
-26
/
+30
[next]