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
*
Revert part of the last commit. UIPROTO_MASS_BBB was renamed to
joe
2002-01-02
2
-4
/
+4
*
Sync with NetBSD:
joe
2002-01-02
11
-84
/
+106
*
Remove the special casing for NetBSD and OpenBSD now that they
joe
2002-01-02
1
-4
/
+0
*
NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)
joe
2002-01-02
9
-67
/
+78
*
If the CLK_VAL register is 0 bits wide, the system does not support
msmith
2002-01-02
1
-10
/
+12
*
1. Lower the poll timeout for the ofw console driver from hz / 50 to hz / 4.
jake
2002-01-01
1
-2
/
+2
*
Update of the VIA 82c686b southbridge data corruption fix, also
sos
2002-01-01
1
-15
/
+19
*
- Do not uiomove with a mutex locked.
tanimura
2002-01-01
15
-425
/
+387
*
Save stack space by converting areq in sc->areq.
ambrisko
2001-12-31
1
-88
/
+84
*
Fix bugs in the structure for rx_frame by making gap length one byte and
ambrisko
2001-12-31
3
-42
/
+722
*
o Make the credential used by socreate() an explicit argument to
rwatson
2001-12-31
1
-1
/
+2
*
Synchronise with NetBSD.
joe
2001-12-31
1
-34
/
+79
*
Partial sync with NetBSD:
joe
2001-12-30
2
-189
/
+206
*
Reduce kernel stack usage of ccdinit() by MAXPATHLEN by using MALLOC(9).
phk
2001-12-30
1
-2
/
+7
*
Add PNP Id for Create Labs Phoneblaster.
sheldonh
2001-12-30
1
-0
/
+1
*
Sync with NetBSD (1.16 - 1.17)
joe
2001-12-29
1
-32
/
+13
*
Update with missing filenames, merged from NetBSD.
joe
2001-12-29
1
-1
/
+10
*
Fix missing comma in previous commit.
des
2001-12-28
1
-1
/
+1
*
Fixed locking bugs in rev.1.346:
bde
2001-12-28
1
-2
/
+6
*
put function return types on a line by themselves as per style(9)
alfred
2001-12-27
1
-32
/
+62
*
Add support for even more SiS chipsets.
sos
2001-12-25
2
-101
/
+74
*
Fix yet another fake slave problem for PCCARD devices.
sos
2001-12-25
1
-6
/
+11
*
Oops, wrong option name. It's should be ACPI_MAX_THREADS,
iwasaki
2001-12-25
1
-1
/
+1
*
Possibly typo fix (s/FXP_PORT_SOFTWARE_RESET/FXP_PORT_SELECTIVE_RESET/)
kuriyama
2001-12-24
1
-1
/
+1
*
Fix typo first, then controvert.
tanimura
2001-12-24
1
-1
/
+1
*
make mmapped vchans work
cg
2001-12-23
1
-0
/
+2
*
Back out an inappropriate backout. If Anyone wants to set the FIFO
dillon
2001-12-23
1
-1
/
+6
*
Backed out previous unapproved commit.
bde
2001-12-23
1
-6
/
+1
*
This problem has been in the serial driver for years, and I occassionally
dillon
2001-12-23
1
-1
/
+6
*
Add OS layer ACPI mutex and threading support.
iwasaki
2001-12-22
9
-114
/
+365
*
Fixes apparent hang at probe time due to an extremely long timeout
pb
2001-12-21
1
-1
/
+1
*
fix mmapped playback
cg
2001-12-21
1
-7
/
+6
*
Use the new resource_list_print_type() function to print resource list
tmm
2001-12-21
2
-48
/
+5
*
Save and restore state for suspend/resume.
orion
2001-12-21
1
-4
/
+35
*
Add support for the Intel 82443MX chipset
pirzyk
2001-12-21
2
-2
/
+3
*
-Remove unneeded include stddef.h
pdeuskar
2001-12-20
1
-1
/
+0
*
Actually make use of the md_version field of 'struct mdio'. In order
dd
2001-12-20
1
-0
/
+13
*
Make this driver a better citizen by moving dev creation and
imp
2001-12-19
1
-46
/
+45
*
Correct unexpected interrupt detection.
orion
2001-12-19
1
-1
/
+1
*
Fix the "conexant chips don't work in full duplexmode" problem. According
wpaul
2001-12-19
1
-4
/
+8
*
Fix compiler warning in dc_intr(): if the only code that does a "goto"
wpaul
2001-12-19
1
-0
/
+3
*
Nitlets.
orion
2001-12-19
1
-9
/
+8
*
Clear resume interrupts - these can occur during initialization and
orion
2001-12-19
1
-22
/
+38
*
Add another PS2 PNP id.
sheldonh
2001-12-19
1
-0
/
+1
*
Allow retrieval of the virtual address of the AGP aperture
mdodd
2001-12-19
2
-0
/
+2
*
Don't put variable declarations in header files, put prototypes.
mdodd
2001-12-19
2
-2
/
+6
*
Display the right message for the SiS 645 chipset.
jhb
2001-12-19
1
-0
/
+1
*
Fix comment for the SiS 645 chipset to be 645 instead of 635.
jhb
2001-12-19
1
-1
/
+1
*
Change the test for _MACHINE_ARCH == i386 into #ifdef __i386__ since it
joerg
2001-12-18
1
-2
/
+8
*
Don't use RFTHREAD when creating a kernel process.
jhb
2001-12-18
1
-1
/
+1
[next]