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
*
wlinit() must be called to recalculate the multicast filter.
roberto
1999-09-15
2
-0
/
+4
*
Dangit: mispelled TORNADO in one place.
wpaul
1999-09-15
1
-1
/
+1
*
3Com has produced their own Linux driver for the 3c90x/3c90xB series cards.
wpaul
1999-09-15
2
-3
/
+9
*
Reorder.
des
1999-09-14
1
-4
/
+4
*
Fix some more disordering, as well as the description string for the
des
1999-09-14
3
-13
/
+13
*
Gdc and pckbd driver don't support pnp mode.
nyan
1999-09-14
4
-0
/
+16
*
Don't call if_up() here, just set IFF_UP.
ru
1999-09-14
1
-1
/
+1
*
Add comments, fix typos.
ru
1999-09-14
1
-2
/
+8
*
The sense of probes has inverted. They return an error, rather than
peter
1999-09-13
2
-14
/
+14
*
Register the right cdevsw on the master device.
phk
1999-09-13
1
-1
/
+1
*
Pull in the core bus drivers based on the machine type rather than
peter
1999-09-13
4
-64
/
+78
*
Get rid of a stray printf on boot. (BRDCTL = ...)
ken
1999-09-13
2
-2
/
+0
*
Moved the definition of `boottime' and its sysctl to the correct file.
bde
1999-09-13
3
-4
/
+8
*
Const poisoning from d_name.
bde
1999-09-13
1
-6
/
+5
*
Oops, I forgot to commit this together with the updates to the callers.
bde
1999-09-13
3
-6
/
+6
*
Removed diskerr()'s unused d_name arg and updated callers. This fixes
bde
1999-09-13
10
-17
/
+14
*
Const'ify devtoname() and d_name. This exposes some errors (2 non-benign).
bde
1999-09-13
3
-7
/
+11
*
Fix disordering introduced in my previous commit.
des
1999-09-13
3
-15
/
+15
*
Merge from sys/i386/conf/GENERIC revision 1.190.
kato
1999-09-13
2
-10
/
+16
*
"\t\t" -> " \t" as per rev. 1.611 (mangled in the previous commit)
des
1999-09-13
3
-6
/
+6
*
Bite the bullet and allocate the devsw entry at compile time.
phk
1999-09-12
4
-29
/
+22
*
Correction: mem.c devices are "D_MEM" (and D_MEM is added.)
green
1999-09-12
5
-11
/
+13
*
Add the net.inet.tcp.restrict_rst and net.inet.tcp.drop_synfin sysctl
des
1999-09-12
6
-0
/
+102
*
Mainly stylistic fixes:
green
1999-09-12
2
-36
/
+26
*
Make the d_flags of mem devices D_DISK to signify that they are disk-like
green
1999-09-12
3
-3
/
+3
*
Fixed missing changes from sys/isa/sio.c.
nyan
1999-09-12
2
-404
/
+220
*
Merge missing changes from sys/i386/conf/files.i386.
nyan
1999-09-12
2
-2
/
+4
*
Use a different tactic when creating the devsw so that disk_create()
phk
1999-09-12
3
-46
/
+30
*
Remove replace phygetvpbuf() with direct call to getpbuf();
phk
1999-09-12
1
-19
/
+1
*
Remove unneeded disk-related includes.
phk
1999-09-12
2
-5
/
+0
*
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
2
-0
/
+2
*
Make pmap_mapdev() deal with non-page-aligned requests.
peter
1999-09-11
4
-6
/
+36
*
Fix kernel compile with BRIDGE, but without DUMMYNET
nsayer
1999-09-11
1
-0
/
+3
*
Fixed some style bugs (mainly disorderd prototypes).
bde
1999-09-11
1
-14
/
+9
*
Get rid of MALLOC_INSTANTIATE and MALLOC_MAKE_TYPE(). Just handle the 3
bde
1999-09-11
2
-12
/
+7
*
Add the AMD driver.
gibbs
1999-09-11
5
-0
/
+14
*
Fix a compile warning.
gibbs
1999-09-11
1
-0
/
+1
*
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
*
regenerate to include proper "gererated from" taglines.
alfred
1999-09-11
6
-6
/
+6
*
Seperate the export check in VFS_FHTOVP, exports are now checked via
alfred
1999-09-11
49
-274
/
+910
*
Add $FreeBSD$ tags to generated files otherwise the checker won't let them
peter
1999-09-10
1
-0
/
+6
*
Create and use a dedicated malloc type for bus related stuff.
phk
1999-09-10
1
-21
/
+23
*
System clock don't update, because C6's TSC stop count up when run
phk
1999-09-10
2
-0
/
+2
*
Add the CR4 values for P3 SIMD enabling support. FXSR tells the cpu that
peter
1999-09-10
2
-0
/
+4
*
Add text for the PN (Processor serial number) and XMM (extended SIMD/MMX2/
peter
1999-09-10
2
-34
/
+34
*
- Optimization to the previous (rev 1.15) commit.
ru
1999-09-10
1
-9
/
+11
*
Update to driver 1.73
roger
1999-09-10
2
-8
/
+74
*
Look for the right ACPI signature.
msmith
1999-09-10
2
-2
/
+2
[next]