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
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
Oops, the syntax didn't work that way...
sos
1999-09-22
1
-3
/
+5
*
Support quad & max speeds in wormcontrol.
sos
1999-09-22
1
-3
/
+3
*
Back out a portion of the last commit. DFLTPHYS and MAXPHYS cannot
dillon
1999-09-22
3
-28
/
+2
*
Spruce up the ADMtek driver: conver to newbus, miibus and add support
wpaul
1999-09-22
4
-4
/
+4
*
Change default block size for user VBLK device access from 2K to PAGE_SIZE
dillon
1999-09-22
3
-1
/
+45
*
Add md driver to LINT
phk
1999-09-21
2
-0
/
+2
*
Add an experimental Memory-Disk driver. This driver will allocate
phk
1999-09-21
1
-2
/
+2
*
Print out flags value
phk
1999-09-21
1
-0
/
+2
*
Set si_iosize_max rather than d_maxio.
phk
1999-09-20
1
-12
/
+7
*
Fix bug in pipe code relating to writes of mmap'd but illegal address
dillon
1999-09-20
1
-3
/
+6
*
Trying to set BAD144 handling on a CD is sufficiently "Dont Do That
phk
1999-09-20
3
-9
/
+0
*
Add a DSO_BAD144 flag which indicates that the driver actually understand
phk
1999-09-20
1
-1
/
+1
*
if_edreg.h moved...
phk
1999-09-20
1
-1
/
+1
*
Return immediately from apm_suspend() when APM BIOS wasn't initialized.
iwasaki
1999-09-20
2
-0
/
+6
*
On PIIX4 based SMP systems use the PMTMR register for timecounting.
phk
1999-09-20
2
-0
/
+89
*
Make if_ed work again on pci, isa, isapnp. The hack to make it work on
peter
1999-09-20
4
-1183
/
+2
*
Convert the VIA Rhine driver to miibus.
wpaul
1999-09-19
1
-1
/
+1
*
This is what was "fdfix2.patch," a fix for fd sharing. It's pretty
green
1999-09-19
4
-34
/
+31
*
Make `ed' PC-Cards work again. It has been over two weeks that laptop
obrien
1999-09-19
1
-470
/
+384
*
This adds support for the 3Com Megahertz 574B ethernet 16-bit PC-Card.
obrien
1999-09-19
1
-19
/
+54
*
Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()
phk
1999-09-18
4
-20
/
+4
*
Fix getcwd. It must return the length of the path including the terminating 0.
marcel
1999-09-17
1
-6
/
+19
*
wlinit() must be called to recalculate the multicast filter.
roberto
1999-09-15
1
-0
/
+2
*
The sense of probes has inverted. They return an error, rather than
peter
1999-09-13
1
-7
/
+7
*
Removed diskerr()'s unused d_name arg and updated callers. This fixes
bde
1999-09-13
1
-1
/
+1
*
Fix disordering introduced in my previous commit.
des
1999-09-13
2
-10
/
+10
*
"\t\t" -> " \t" as per rev. 1.611 (mangled in the previous commit)
des
1999-09-13
2
-4
/
+4
*
Correction: mem.c devices are "D_MEM" (and D_MEM is added.)
green
1999-09-12
1
-1
/
+1
*
Add the net.inet.tcp.restrict_rst and net.inet.tcp.drop_synfin sysctl
des
1999-09-12
2
-0
/
+28
*
Mainly stylistic fixes:
green
1999-09-12
1
-18
/
+13
*
Make the d_flags of mem devices D_DISK to signify that they are disk-like
green
1999-09-12
1
-1
/
+1
*
Change scheduling to use on the fly determination rather than presorting.
phk
1999-09-12
1
-156
/
+137
*
Some PnP BIOSsen return garbage in the high byte of the number-of-devices
msmith
1999-09-12
1
-0
/
+1
*
Make pmap_mapdev() deal with non-page-aligned requests.
peter
1999-09-11
2
-3
/
+18
*
Add the AMD driver.
gibbs
1999-09-11
3
-0
/
+9
*
Handle CAPABILITIESCHANGE event.
iwasaki
1999-09-11
2
-0
/
+6
*
Handle UserStandbyRequests as well as the other 3 members of the
nsayer
1999-09-11
2
-0
/
+16
*
System clock don't update, because C6's TSC stop count up when run
phk
1999-09-10
1
-0
/
+1
*
Add the CR4 values for P3 SIMD enabling support. FXSR tells the cpu that
peter
1999-09-10
1
-0
/
+2
*
Add text for the PN (Processor serial number) and XMM (extended SIMD/MMX2/
peter
1999-09-10
1
-17
/
+17
*
Look for the right ACPI signature.
msmith
1999-09-10
1
-1
/
+1
*
Invoke smp_rendezvous_action() using the a.out compatible asnames.h
msmith
1999-09-10
3
-2
/
+3
*
Changes to centralise the default blocksize behaviour.
julian
1999-09-09
5
-14
/
+8
*
Seperate the miibus pci ethernet drivers from the non-miibus drivers so
peter
1999-09-09
1
-6
/
+7
*
Zap EXPORTMFS, it's no longer an option. (mfs_vfsops.c rev 1.58)
peter
1999-09-08
2
-4
/
+0
*
Catch up with GENERIC. This file is creaming to be automatically
markm
1999-09-08
1
-10
/
+21
*
Make unused tape bmajors in past tense.
phk
1999-09-08
1
-3
/
+3
*
Don't register a bmajor.
phk
1999-09-08
2
-7
/
+2
*
Make sa/bdev, gd/bdev and gd/cdev as past-tense.
phk
1999-09-08
1
-3
/
+3
*
Restore old sio driver for Bruce. We'll fix the bus problems in nsio
peter
1999-09-08
1
-0
/
+1
[next]