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
*
Delete the #if 0 (nearly) duplicate definitions of nfsproto.h. Having
peter
1998-05-13
1
-281
/
+1
*
Hold a reference to the vnode during the sillyrename cleanup. If we block
peter
1998-05-13
2
-2
/
+18
*
Move the *vpp initialization earlier so that it's set in all error cases.
peter
1998-05-13
2
-4
/
+4
*
Some temporary fixes to SMP to make it more scheduling and signal friendly.
dyson
1998-05-12
3
-9
/
+39
*
Fix alot of silly LINT that I left in the code.
dyson
1998-05-12
2
-4
/
+4
*
Backed out previous commit. It is invalid to call d_ioctl() on
bde
1998-05-12
3
-18
/
+7
*
Reserve major number 99 for vak's cronyx/tau serial driver.
jkh
1998-05-12
2
-2
/
+6
*
Sync with sys/i386/isa/wd.c revision 1.167.
kato
1998-05-12
1
-2
/
+3
*
Sync with sys/i386/conf/options.i386 revision 1.78.
kato
1998-05-12
2
-2
/
+4
*
Sync with sys/i386/conf/majors.i386 revision 1.40.
kato
1998-05-12
1
-1
/
+2
*
Add C++ support.
jb
1998-05-12
1
-0
/
+2
*
Fix the termination test in CIRCLEQ_FOREACH.
gibbs
1998-05-12
1
-2
/
+4
*
Add missing splx()
julian
1998-05-11
1
-1
/
+2
*
Submitted by: abial@nask.pl
julian
1998-05-11
1
-1
/
+10
*
Oops, only apply the CHS size from lbasize thing when disk reports
sos
1998-05-11
1
-2
/
+3
*
Change some tests from CPU_CLASS686 to CPU_686 as appropriate, and
dyson
1998-05-11
2
-16
/
+36
*
Fix the futimes/undelete/utrace conflict with other BSD's. Note that
dyson
1998-05-11
12
-205
/
+873
*
Support better performance with P6 architectures and in SMP
dyson
1998-05-11
9
-31
/
+217
*
Attempt to set write combining mode for graphics devices.
dyson
1998-05-11
12
-420
/
+268
*
Add support for the Yamaha YMF-719.
steve
1998-05-10
3
-3
/
+12
*
Treat all internet addresses as u_int32_t.
jb
1998-05-10
1
-15
/
+15
*
Add character major for 'loe' loopback pseudo-ethernet device.
msmith
1998-05-09
2
-2
/
+4
*
Fixed overflow in sysinit enum constants. In that little-used
bde
1998-05-09
1
-47
/
+47
*
Fix off by ane error in previous commit.
dt
1998-05-09
2
-4
/
+4
*
Translated to C (parameters in a function definition have the same scope
bde
1998-05-08
1
-2
/
+2
*
An effort to make SLICE/DEVFS play with SCSI.
julian
1998-05-07
1
-79
/
+102
*
Sync with sys/i386/isa/wd.c revision 1.166.
kato
1998-05-07
1
-31
/
+64
*
Sync with sys/i386/isa/fd.c revision 1.112.
kato
1998-05-07
2
-8
/
+10
*
In the words of the submitter:
msmith
1998-05-07
20
-417
/
+360
*
cleanup: remove duplicated dump code.
julian
1998-05-07
1
-125
/
+39
*
cleanup:
julian
1998-05-07
1
-184
/
+62
*
Unbotch whitespace and change switch with two cases to if.
eivind
1998-05-07
2
-24
/
+18
*
There is no dump routine for fd so give it an explicit NULL entry
julian
1998-05-06
3
-6
/
+9
*
Don't call a dump routine if there isn't one. (e.g. in floppy driver)
julian
1998-05-06
2
-4
/
+12
*
Add dump support to the DEVFS/slice code.
julian
1998-05-06
13
-32
/
+371
*
The CHIOGSTATUS ioctl of the SCSI media changer driver (sys/scsi/ch.c)
phk
1998-05-06
1
-2
/
+2
*
Sync with sys/i386/isa/wd.c revision 1.164.
kato
1998-05-06
1
-2
/
+7
*
As described by the submitter:
msmith
1998-05-06
27
-218
/
+24
*
Implement bus_dmamem_* functions and correct a few nits reported by Peter Wemm.
gibbs
1998-05-06
11
-132
/
+419
*
Now that we have a TAILQ_PREV() that returns the previous object, simplify
gibbs
1998-05-06
2
-36
/
+14
*
Change a couple of long types to int to match NetBSD so that termios
jb
1998-05-05
1
-3
/
+3
*
Fix the 4-8G LBA geometry it was wrong.
sos
1998-05-05
1
-2
/
+7
*
Include pc98.h instead of isa.h when PC98 is defined.
kato
1998-05-05
1
-1
/
+5
*
Deleted unused item.
kato
1998-05-05
2
-4
/
+2
*
Refuse accellerated opens on listening sockets that have not set
guido
1998-05-04
2
-4
/
+8
*
Correct an error that I made where the vtruncbuf was changed back
dyson
1998-05-04
1
-2
/
+2
*
Fix the shm panic. I mistakenly used the shadow_count to keep the object
dyson
1998-05-04
3
-7
/
+7
*
Sync with sys/i386/isa/sio.c revision 1.200.
kato
1998-05-04
2
-2
/
+4
*
Detect USR PnP x2 modem.
phk
1998-05-04
3
-3
/
+6
*
Added amd controller to support MELCO IFC-DP SCSI card.
kato
1998-05-04
3
-3
/
+6
[next]