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
/
dev
Commit message (
Expand
)
Author
Age
Files
Lines
*
change the default mode from adhoc to bss (infrastructure)
assar
2001-03-12
1
-1
/
+1
*
change default from adhoc mode to BSS (infrastructure)
assar
2001-03-12
1
-1
/
+1
*
Add drivers for Intel 82553 and 82555 PHYs.
jlemon
2001-03-12
2
-0
/
+340
*
Regenerate.
jlemon
2001-03-12
1
-1
/
+8
*
Add some definitions for Intel 82553 PHYs
jlemon
2001-03-12
1
-0
/
+5
*
Don't require that mouse cursor must be visible before mouse paste.
ache
2001-03-12
2
-15
/
+7
*
Update default keyboard (PREV, PASTE)
ache
2001-03-12
1
-2
/
+2
*
Implement keyboard paste
ache
2001-03-11
3
-5
/
+17
*
This is an MFC candidate.
gibbs
2001-03-11
14
-397
/
+529
*
Very large makeover of the /dev/random driver.
markm
2001-03-10
7
-459
/
+505
*
Fix a botch where we wrote the year register with > 2 digits (and
mjacob
2001-03-09
1
-9
/
+6
*
Remove vn(4) driver.
phk
2001-03-09
1
-794
/
+0
*
Use a more BIOS friendly geometry.
phk
2001-03-09
1
-1
/
+1
*
Remember to actually program the MAC address into the unicast filter
wpaul
2001-03-07
1
-0
/
+7
*
Bring our local hack for wakeup back from
iwasaki
2001-03-07
1
-0
/
+88
*
Add GVC1601 - Rockwell V.34 Plug & Play Modem
sanpei
2001-03-07
1
-0
/
+1
*
Add IOD0081 - I-O DATA DEVICE,INC. IFML-560
sanpei
2001-03-07
1
-0
/
+1
*
Set si_iosize_max to 64K, even though the adapter seems to be able to do more.
scottl
2001-03-07
1
-11
/
+4
*
- Lock the process while sending it a signal.
jhb
2001-03-07
1
-2
/
+13
*
Grab the process lock while calling psignal and before calling psignal.
jhb
2001-03-07
4
-2
/
+15
*
Split out the ata probes in seperate files for each bus type.
sos
2001-03-06
6
-824
/
+922
*
Indent the comment about the Alpha palette evilness correctly.
jhb
2001-03-06
1
-5
/
+5
*
Cosmetic change to the probe printf's
sos
2001-03-06
3
-3
/
+3
*
#if 0 out a variable only used in #if 0'd code to quiet a warning.
jhb
2001-03-06
1
-0
/
+4
*
Fix longstanding mouse cursor bug: blinking and eating all CPU while near text
ache
2001-03-06
1
-0
/
+1
*
The SRM console gets the red and blue attributes backwards in the VGA
jhb
2001-03-05
1
-0
/
+12
*
increase timeouts for ad_wait_init()
cg
2001-03-05
1
-5
/
+5
*
MFS: don't ignore the result of mixer_init()
cg
2001-03-05
1
-56
/
+57
*
only mess with the power state on 5.x
cg
2001-03-05
1
-1
/
+2
*
MFS: add kobj.h to reduce diffs from -stable
cg
2001-03-05
1
-0
/
+1
*
MFS: don't pagefault in sndbuf_clear
cg
2001-03-05
1
-19
/
+9
*
MFS: #ifdef dynamic sysctl stuff to reduce diffs from -stable
cg
2001-03-05
1
-0
/
+2
*
MFS: add '# KOBJ' as the first line of each .m file to reduce diffs from
cg
2001-03-05
4
-0
/
+4
*
enable per-device sysctls unconditionally
cg
2001-03-05
1
-1
/
+1
*
nuke the splstack stuff, snd_mtx* will now be no-ops on 4.x
cg
2001-03-05
1
-29
/
+1
*
Add an AUE device ID: USB_PRODUCT_MELCO_LUATX5
peter
2001-03-05
1
-0
/
+1
*
pkh's TAILQ changes to if_mutliaddrs missed a counting loop.
dmlb
2001-03-04
1
-1
/
+2
*
more 32 to 16 bit handle conversions
mjacob
2001-03-04
1
-2
/
+2
*
More 32 to 16 bit handle stuff. Roll core minor version.
mjacob
2001-03-04
1
-2
/
+2
*
Remove a superfluous newline in a string (isp_prt adds this).
mjacob
2001-03-04
1
-2
/
+2
*
Harvest interrupt entropy off the floppy disk controller.
markm
2001-03-03
1
-1
/
+2
*
Take down a comment that is no longer true.
markm
2001-03-03
1
-4
/
+0
*
Add support for Dlink DL10022 to the ed driver. This is a mii part
imp
2001-03-03
5
-0
/
+277
*
Switch to using 16 bit handles instead of 32 bit handles.
mjacob
2001-03-02
6
-87
/
+150
*
Fix isp_print_qentry to print all four lines- it's been broken for months.
mjacob
2001-03-02
1
-2
/
+3
*
There were a few changes missed when this file was converted to
iedowse
2001-03-02
1
-3
/
+9
*
Turn on interrupt-entropy harvesting for all/any mass storage devices
markm
2001-03-01
30
-36
/
+42
*
Eliminate the use of the getenv_int stuff we'd been using (with a bitmap
mjacob
2001-03-01
1
-88
/
+110
*
Go to a default port and default node wwn model. Eliminate isp_name
mjacob
2001-03-01
1
-8
/
+8
*
Finally eliminate as many of the printf calls as possible (still leaving
mjacob
2001-03-01
1
-30
/
+42
[next]