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
*
Fixed null setting of `rc_started'. This was fixed for the
bde
1999-06-04
2
-14
/
+4
*
Really fix cy-driver-related panics when SMP is configured. Rev.1.88 only
bde
1999-06-04
3
-9
/
+15
*
Fix the cdevsw_add change made by PHK.
roger
1999-06-04
2
-10
/
+10
*
Add remark about where bInterfaceProtocol number for USB Zip drive comes
n_hibma
1999-06-04
1
-1
/
+1
*
Oops, remove redundant comments.
kato
1999-06-04
1
-3
/
+3
*
Declare Crtat and Atrat because screen savers use these variables.
kato
1999-06-04
1
-1
/
+7
*
Modify the boot loader to recognize the -C flag and pass the RB_CDROM
ghelmer
1999-06-04
3
-3
/
+15
*
Add the 3Dfx Voodoo Banshee
mharo
1999-06-04
1
-1
/
+9
*
Plug a mbuf leak in tcp_usr_send(). pru_send() routines are expected
peter
1999-06-04
2
-8
/
+38
*
Remove a rather bogus search path reference..
peter
1999-06-03
3
-3
/
+3
*
GC unused prototype
peter
1999-06-03
1
-2
/
+1
*
Quieten the bt_isa_probe() messages since they get a bit much when
peter
1999-06-03
3
-9
/
+12
*
remove references to isa_device, it's no longer associated with interrupts.
peter
1999-06-03
2
-10
/
+2
*
Remove VM86 option.
kato
1999-06-03
1
-5
/
+4
*
Sync with sys/i386/i386/machdep.c revision 1.339.
kato
1999-06-03
2
-590
/
+1118
*
Sync with sys/i386/conf/files.i386 and options.i386 revisions 1.246
kato
1999-06-03
4
-8
/
+6
*
Fix PS/2 MouseMan+ protocol. We have been looking at a wrong place
yokota
1999-06-03
2
-4
/
+4
*
Use MACHINE_ARCH instead of MACHINE to check x86 architecture.
kato
1999-06-03
1
-2
/
+2
*
Backed out the previous backout. We may as well have a version of ucmpdi2.c
bde
1999-06-02
1
-2
/
+2
*
Back out last commit (did I get all of them?)
newton
1999-06-02
2
-0
/
+6
*
Remove vinum from the build until Greg reviews phk's cdevsw changes.
jb
1999-06-02
1
-2
/
+3
*
Unbreak memory sizing for SMP.
jlemon
1999-06-01
3
-23
/
+33
*
|| vs && confusion in cdevsw_add().
dt
1999-06-01
1
-2
/
+2
*
Remove an unused variable.
dt
1999-06-01
2
-4
/
+2
*
cdevsw_add(&cn_devsw), not cdevsw_add(&dev).
dt
1999-06-01
1
-3
/
+2
*
Change the warning message issued if pci_map_port() fails. I think this
wpaul
1999-06-01
1
-5
/
+5
*
Introduce the makebdev() function, it does the same as the makedev()
phk
1999-06-01
6
-25
/
+33
*
Null commit; note that there is a new memory sizing routine that uses
jlemon
1999-06-01
2
-2
/
+2
*
Unifdef VM86.
jlemon
1999-06-01
50
-977
/
+812
*
Make vm86 a standard component
jlemon
1999-06-01
7
-35
/
+12
*
Unifdef VM86
jlemon
1999-06-01
4
-25
/
+9
*
Updated to support new Meteor/PPB cards (PCI-PCI Bridge).
roger
1999-06-01
1
-0
/
+31
*
Shorten a detour around dev_t to get a udev_t created.
phk
1999-06-01
1
-3
/
+2
*
Fixed locations of include files.
kato
1999-06-01
4
-10
/
+10
*
Sync with sys/i386/isa/clock.c revision 1.136.
kato
1999-06-01
3
-66
/
+72
*
Correct dumb mistake in previous commit.
dfr
1999-06-01
2
-4
/
+4
*
Move fd driver back to files.${arch} since pc98 has a special fd driver.
dfr
1999-06-01
3
-3
/
+4
*
devsw and cdevsw_add() changes for i4b.
phk
1999-06-01
6
-77
/
+147
*
USB stopped working as of the recent cdevsw cleanup. This fixes that.
n_hibma
1999-06-01
3
-7
/
+8
*
Remove the stub driver. It's useless.
n_hibma
1999-06-01
1
-137
/
+0
*
usbd_get_request_status now only returns the value if the associated
n_hibma
1999-06-01
1
-4
/
+8
*
1) Remove the definition of usb_cdc_generic_descriptor_t. It is
n_hibma
1999-05-31
1
-7
/
+1
*
On the new Meteor cards, the Philips SAA 7116 is connected to the PCI bus
roger
1999-05-31
5
-5
/
+121
*
Don't use nblkdev.
dt
1999-05-31
1
-2
/
+2
*
Remove declaration of the nblkdev and nchrdev variables.
dt
1999-05-31
1
-3
/
+1
*
* Change include file locations.
dfr
1999-05-31
4
-26
/
+36
*
Remove fd driver from its old home and change files which include rtc.h
dfr
1999-05-31
12
-2835
/
+14
*
The fd driver has moved from i386/isa to isa.
dfr
1999-05-31
3
-4
/
+3
*
Simplify cdevsw registration.
phk
1999-05-31
130
-1200
/
+442
*
The PPSAPI group defines the polarity in draft 3, we guessed it wrong.
phk
1999-05-31
2
-4
/
+4
[next]