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
*
Keep track of negotiated transfer parameters for each initiator<->target
gibbs
1999-03-05
4
-277
/
+668
*
Modify to deal with changes in the storage of user negotiation settings.
gibbs
1999-03-05
2
-8
/
+12
*
Add untested code to support the aha2930U2W.
gibbs
1999-03-05
2
-32
/
+50
*
Implement the control device for the "targ" target mode processor target
gibbs
1999-03-05
2
-81
/
+256
*
Silence errors.
gibbs
1999-03-05
1
-4
/
+11
*
Silence complaints about synchronize cache requests that fail with illegal
gibbs
1999-03-05
1
-5
/
+33
*
xpt_done has no reason to take a volatile ccb *.
gibbs
1999-03-05
1
-2
/
+2
*
Protect access to the EDT with splcam() to protect against corruption
gibbs
1999-03-05
1
-35
/
+96
*
Add constants and macros for dealing with XPT opcode group types.
gibbs
1999-03-05
1
-1
/
+9
*
Fixed bitrot in the types of fusword() and susword(). swords will
bde
1999-03-05
1
-3
/
+3
*
The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpu
bde
1999-03-05
10
-28
/
+28
*
Moved kernel declarations inside the KERNEL ifdef, and removed
bde
1999-03-05
1
-7
/
+7
*
Now all actual probing of both ATA & ATAPI devices are done after
sos
1999-03-05
8
-332
/
+301
*
Changed the type of quotactl()'s 4th arg from `char *' to `void *'
bde
1999-03-05
1
-2
/
+2
*
Fix an SMP-only TLB invalidation bug. Specifically, disable
alc
1999-03-05
2
-2
/
+10
*
exec_aout_imgact should lock the vm_map before calling vm_map_insert.
alc
1999-03-04
1
-6
/
+15
*
Make loader be able to load 1.2MB fd on machines w/ 1.44MB fdd.
kato
1999-03-04
1
-4
/
+7
*
Added an entry for 1.44MB fd.
kato
1999-03-04
1
-2
/
+2
*
Oops, forgot to read boot.config file.
kato
1999-03-04
1
-1
/
+2
*
Adopt syscons's recent change from key_t to keyent_t (this part of
joerg
1999-03-04
1
-2
/
+2
*
When SCSI IDs are not contiguous, the loader could not find correct
kato
1999-03-04
2
-9
/
+14
*
boot2 doesn't need to say 'Can't find file boot.config.'
kato
1999-03-04
1
-5
/
+2
*
Fix character code of backslash. PC98 should use 0xfc instead of 0x5c.
kato
1999-03-04
1
-2
/
+2
*
Sync with sys/i386/isa/sio.c revision 1.229.
kato
1999-03-04
2
-6
/
+14
*
Sync with sys/i386/conf/files.i386 revision 1.225.
kato
1999-03-04
2
-2
/
+4
*
Add the atapi fd driver (LS120 & ZIP drive support)
sos
1999-03-04
5
-5
/
+10
*
arprequest() allocates an mbuf with m_gethdr() but does not initialize
wpaul
1999-03-04
1
-1
/
+2
*
Added driver to support ATAPI floppies ie LS-120 & ZIP drives.
sos
1999-03-03
12
-612
/
+1159
*
The tunable parameter for the scheduler quantum was inverted.
julian
1999-03-03
2
-31
/
+25
*
Fixed null pointer panic for misconfigured master ports.
bde
1999-03-03
1
-3
/
+7
*
Added FE_8BIT_SUPPORT into the list. The fe driver includes opt_fe.h.
kato
1999-03-03
6
-6
/
+16
*
Slight cleanup of code resurected for union mounts..
julian
1999-03-03
2
-66
/
+70
*
To avoid a conflict for the vm_map's lock with vm_fault, release
alc
1999-03-02
1
-4
/
+33
*
Change SAVECONFIG ioctl: it now writes an int parameter.
grog
1999-03-02
1
-1
/
+1
*
Make comment match code.
julian
1999-03-02
1
-3
/
+2
*
Better logging when the Geometry register probe fails.
imp
1999-03-02
1
-3
/
+3
*
Remove inapropriate use of VOP_ISLOCKED()
julian
1999-03-02
1
-2
/
+2
*
Add new kernel option:
semenu
1999-03-02
2
-1
/
+7
*
Correct casts in vtophys and avtophys to be vm_offset_t.
dg
1999-03-02
2
-6
/
+6
*
Don't treat empty lines as end-of-file in include(). (I can't
dcs
1999-03-02
1
-2
/
+2
*
Merge with sys/i386/conf/files.i386 revision 1.224.
kato
1999-03-02
2
-2
/
+12
*
Sync with sys/i386/conf/Makefile.i386 revision 1.140.
kato
1999-03-02
2
-4
/
+4
*
Fix for LINE30 option. This option was not tested under new console
kato
1999-03-02
2
-4
/
+4
*
Correct some diagrams
grog
1999-03-02
1
-8
/
+10
*
sizespec: allow negative values (which signal error conditions).
grog
1999-03-02
1
-23
/
+36
*
Change the name of drive state "uninit" to "referenced": it only
grog
1999-03-02
1
-2
/
+2
*
Change printf() calls to log() calls.
grog
1999-03-02
1
-51
/
+99
*
Change printf() calls to log() calls.
grog
1999-03-02
3
-16
/
+24
*
Add keywords "size", synonym for "length", and "max".
grog
1999-03-02
1
-3
/
+8
*
Change printf() calls to log() calls.
grog
1999-03-02
1
-3
/
+4
[next]