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
/
amd64
Commit message (
Expand
)
Author
Age
Files
Lines
*
add wx0 driver
mjacob
2000-01-04
1
-0
/
+1
*
Move the "sti" instruction to right before the "hlt" to close a tiny
phk
2000-01-02
2
-4
/
+2
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
19
-39
/
+39
*
This commit adds device driver support for the ADMtek AN986 Pegasus
wpaul
1999-12-28
1
-0
/
+1
*
Don't include <isa/isavar.h> or compile code depending on it when isa
bde
1999-12-26
4
-1
/
+21
*
Replaced the INTRMASK and INTRUNMASK macros by "|" and "&~" operations.
bde
1999-12-26
3
-8
/
+4
*
Fixed breakage of read-only opening of /dev/*mem at securelevel > 0 in
bde
1999-12-26
1
-3
/
+4
*
Fixed races accessing the RTC. The races apparently caused
bde
1999-12-25
2
-8
/
+32
*
Fix minor typo in comments about WaveLAN/IEEE driver: 802.1 -> 802.11
wpaul
1999-12-23
1
-1
/
+1
*
Turn on the `sym' driver by default. It lives well beside the `ncr' driver
obrien
1999-12-22
1
-1
/
+1
*
Use the correct return value for MCA NMIs.
eivind
1999-12-21
2
-2
/
+2
*
Change incorrect NULLs to 0s
eivind
1999-12-21
1
-3
/
+3
*
Remove references to register_intr() etc in comments.
peter
1999-12-20
2
-2
/
+2
*
Zap the old isa_device specific register_intr() and unregister_intr()
peter
1999-12-20
3
-138
/
+0
*
Borrow phk's axe and chop off the old soundcard-CDROM devices. We get
billf
1999-12-19
1
-6
/
+0
*
Comment and order to reduce diffs. No functional change.
markm
1999-12-19
1
-1
/
+7
*
spell isa right on sn0 line
imp
1999-12-18
1
-1
/
+1
*
Driver for the smc91xx series of ethernet chips. Ported from PAO to
imp
1999-12-18
1
-0
/
+1
*
Reclaim UPAGES_HOLE (8k) that was chopped out of process address space.
peter
1999-12-11
1
-1
/
+1
*
Remove the if_ze and if_zp drivers.
phk
1999-12-10
1
-6
/
+0
*
Finally use the new ata driver.
sos
1999-12-08
1
-24
/
+9
*
Fold the pnp code into the base isa system to pave the way for PNPBIOS.
peter
1999-12-06
1
-1
/
+0
*
Need header <machine/smp.h> for prototype declaration of smp_rendezvous()
luoqi
1999-12-06
1
-0
/
+3
*
User ldt sharing.
luoqi
1999-12-06
6
-128
/
+220
*
Don't use a bogus bus number for Ross host-pci bridges.
dfr
1999-12-05
2
-0
/
+4
*
Reinstate the aic driver.
luoqi
1999-12-05
1
-0
/
+1
*
Add the if_dc driver and remove all of the al, ax, dm, pn and mx drivers
wpaul
1999-12-04
1
-5
/
+1
*
The address 0x472 is used for the SCSI HDD geometry information on
kato
1999-12-04
2
-4
/
+2
*
oszsigcode -> szosigcode
marcel
1999-12-04
4
-6
/
+6
*
Fix type of sf_addr.
marcel
1999-12-04
2
-4
/
+4
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
5
-11
/
+13
*
Remove the 'gzip' image activator. We're not using a.out anymore, so save
msmith
1999-12-03
1
-1
/
+0
*
Remove code to select APM version with flags to the apm0 device. This
jlemon
1999-12-02
1
-1
/
+1
*
Add the AMI MegaRAID and Mylex DAC960 drivers. Installation to arrays
msmith
1999-12-02
1
-0
/
+4
*
Make BOOTP work again.
dillon
1999-11-29
1
-1
/
+9
*
Sort PCI SCSI controlers.
obrien
1999-11-28
1
-4
/
+4
*
/sys adjustments to add the `sym' controler driver.
obrien
1999-11-28
1
-0
/
+1
*
Add a commented out 'ATA' driver config block to help assist -CURRENT
obrien
1999-11-27
1
-0
/
+12
*
Moved scheduling-related code to kern_synch.c so that it is easier to fix
bde
1999-11-27
3
-24
/
+3
*
Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation.
phk
1999-11-26
1
-1
/
+2
*
Fix out-of-date comment
julian
1999-11-26
2
-2
/
+8
*
Change the prototype of the strto* routines to make the second
archie
1999-11-24
1
-1
/
+1
*
Fix a confusion between osigcontext and ucontext_t in the previous commit.
green
1999-11-23
1
-6
/
+16
*
move INET6 option from GENERIC to LINT.
shin
1999-11-22
1
-1
/
+0
*
KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCP
shin
1999-11-22
1
-0
/
+1
*
Moved useracc() to top of sigreturn as to avoid panic
pho
1999-11-21
1
-4
/
+4
*
s/p_cred->pc_ucred/p_ucred/g
phk
1999-11-21
1
-1
/
+1
*
Use LIST_FOREACH to traverse the allproc list.
phk
1999-11-19
1
-2
/
+2
*
Optimize two cases in the MP locking code. First, it is not necessary
dillon
1999-11-19
2
-3
/
+3
*
If we have found pci devices via pci_cfgopen(), but don't find a
peter
1999-11-18
2
-0
/
+28
[next]