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
*
Remove cmaj and bmaj args from DEV_DRIVER_MODULE.
phk
1999-07-04
27
-93
/
+50
*
Fixed corruption of the "blocked" list in lf_setlock() when tsleep()
bde
1999-07-04
1
-17
/
+20
*
Patch the WaveLAN/IEEE driver to detect and reject oversized received
wpaul
1999-07-04
2
-4
/
+38
*
Remove the 'tty' interrupt label. This is obsolete.
nyan
1999-07-04
2
-6
/
+6
*
Quick fix for breakage of bounds checking in rev.1.12. Only one
bde
1999-07-04
1
-2
/
+2
*
Minor nit - pn_cachesize is not a PN_RX_BUG_WAR varible.
peter
1999-07-04
1
-3
/
+3
*
Some cleanup and rearrangement. hw.physmem is now an absolute quantity;
jlemon
1999-07-04
2
-242
/
+196
*
The vfs.write_behind sysctl and related code support has been added to
mckusick
1999-07-04
1
-3
/
+40
*
The buffer queue mechanism has been reformulated. Instead of having
mckusick
1999-07-04
11
-247
/
+399
*
Add the semi-official Bulk protocol id 'P'
n_hibma
1999-07-03
1
-1
/
+6
*
Update pathnames for new location of soft-updates sources.
jdp
1999-07-03
1
-4
/
+4
*
Update comment for new location of soft-updates sources.
jdp
1999-07-03
3
-6
/
+6
*
Make the change similar to that suggested by Nick Hibma to avoid divide by
mjacob
1999-07-03
1
-3
/
+4
*
printf int/dev_t (pointer) warning
peter
1999-07-03
2
-6
/
+6
*
Delete stray static prototype.
peter
1999-07-03
1
-2
/
+1
*
Stop rfork(0) from panicing. (oops!!)
peter
1999-07-03
1
-2
/
+3
*
Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire
peter
1999-07-03
39
-217
/
+60
*
Improve compatibility with other systems by changing the default
imp
1999-07-03
10
-10
/
+100
*
Remove bogus argument to LIST_HEAD_INITIALIZER
n_hibma
1999-07-03
1
-2
/
+2
*
Delete the 'device-driver' suffix. It's been meaningless for a long time.
peter
1999-07-03
10
-677
/
+657
*
Only have the pci component compiled if pci is specified at config.
peter
1999-07-03
4
-16
/
+8
*
Move bt_isa.c to the cpu-independent isa section.
peter
1999-07-03
4
-348
/
+4
*
Fix warnings in last commit (dev_t is not an int, and not even int
peter
1999-07-03
4
-14
/
+16
*
A minor tweak to shut up gcc (on the Alpha) for two (false) warnings.
peter
1999-07-03
1
-2
/
+5
*
Added copyright.
kato
1999-07-03
8
-8
/
+200
*
Removed unused files.
kato
1999-07-03
2
-883
/
+0
*
Moved LCD controle routine for certain models of EPSON laptops into
kato
1999-07-03
2
-58
/
+10
*
Sync with sys/i386/i386/machdep.c revision 1.349.
kato
1999-07-03
2
-188
/
+268
*
Be more informative and try to ask the user in some instances if we can't
phk
1999-07-03
4
-22
/
+42
*
Bail after 5 attempts to read very noisy signals.
phk
1999-07-03
1
-4
/
+6
*
Warn about drivers which take over other drivers cdevsw entries, but still
phk
1999-07-03
1
-2
/
+12
*
Sync with sys/i386/conf/majors.i386 revision 1.78.
kato
1999-07-03
1
-1
/
+2
*
Sync with sys/i386/conf/Makefile.i386 revision 1.157.
kato
1999-07-03
2
-4
/
+10
*
Fixed regression of $Id$ to "from: $Header$" in previous commit.
bde
1999-07-03
1
-2
/
+1
*
An SMP-specific change: Add the lock prefix to RMW operations
alc
1999-07-03
8
-12
/
+38
*
sys/buf.h needs to have included sys/systm.h for spl prototypes.
green
1999-07-03
2
-2
/
+2
*
Well, don't try and probe 65535 luns- things just don't really work well
mjacob
1999-07-03
1
-1
/
+6
*
Bump maxusers to 32 to match the i386.
msmith
1999-07-03
2
-6
/
+6
*
Remove pre-CAM code. Add in getenv_int calls for variables isp_mem_map,
mjacob
1999-07-02
2
-650
/
+470
*
Remove all pre-CAM code. Fix breakage for SCCLUN when it is in fact
mjacob
1999-07-02
1
-427
/
+80
*
Merge defunct isp_freebsd_cam.h into this file. Do some appropriate
mjacob
1999-07-02
1
-84
/
+128
*
Roll revision levels. Add support for the Qlogic 2200 (warn about
mjacob
1999-07-02
1
-130
/
+707
*
Roll revision levels. Move DEFAULT_LOOPID definition to platform files.
mjacob
1999-07-02
1
-40
/
+63
*
Add in SNS and Fabric login/logout commands. Clean up ICBOPT defines.
mjacob
1999-07-02
1
-20
/
+51
*
This file is now obsolete.
mjacob
1999-07-02
1
-183
/
+0
*
Document the hw.physmem tunable. (There should be arch-specific tunable
msmith
1999-07-02
1
-0
/
+12
*
Lightly overhaul the memory sizing code again.
msmith
1999-07-02
2
-160
/
+254
*
roll firmware for FC
mjacob
1999-07-02
1
-11258
/
+11257
*
Make sure that stat(2) and friends always return a valid st_dev field.
phk
1999-07-02
14
-38
/
+28
*
Add keywords 'mirror' and 'stripe' when not in kernel mode.
grog
1999-07-02
2
-0
/
+4
[next]