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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add pci_resume() to reestablish interrupt routing after
iwasaki
2003-09-17
3
-2
/
+35
*
Pick up softc from dev_t rathern than through newbus gymnastics.
phk
2003-09-17
2
-22
/
+24
*
Since it is static these days, there is no reason to uppercase the
phk
2003-09-17
2
-8
/
+8
*
Remove GIANT_REQUIRED from vm_object_shadow().
alc
2003-09-17
1
-2
/
+0
*
When calling vget() on a vnode-backed vm object, acquire the vnode
alc
2003-09-17
1
-2
/
+3
*
Fix a `cast to pointer from integer of different size' warning.
marcel
2003-09-17
1
-1
/
+1
*
Fix 3 'cast to pointer from integer of different size' warnings.
marcel
2003-09-17
2
-12
/
+18
*
In uart_intr() loop until all interrupts have been handled. Previously
marcel
2003-09-17
4
-19
/
+57
*
Only build the ebus driver on sparc64. It includes a header directly
marcel
2003-09-17
1
-1
/
+5
*
Fix a typo in r1.8: The GTLB enable/flush bit is 1<<7, not 1<<8.
anholt
2003-09-17
2
-2
/
+2
*
Add locking to the hardware drivers. I intended to figure out more
marcel
2003-09-17
7
-27
/
+117
*
Fixed world breakage in previous commit. Somehow the wrong include was
bde
2003-09-17
1
-1
/
+1
*
Add locking.
sam
2003-09-17
1
-164
/
+309
*
Minor fixups + add locking.
sam
2003-09-17
1
-65
/
+120
*
Minor overhaul and add locking.
sam
2003-09-17
1
-305
/
+409
*
New release/errata note: SA-03:12.
bmah
2003-09-16
3
-0
/
+22
*
Microsoft Remote Desktop Protocol uses 3389/tcp.
obrien
2003-09-16
1
-0
/
+1
*
Add NEC PA-WL/54AG.
shiba
2003-09-16
2
-0
/
+2
*
Add acpi to the build on ia64. The support for ACPI 2.0x has gotten
marcel
2003-09-16
1
-0
/
+4
*
Correctly wrap the producer queue index when dequeuing commands. This wasn't
scottl
2003-09-16
1
-1
/
+5
*
When ignoring interrupts (due to no running request set) then try
sos
2003-09-16
1
-20
/
+19
*
Rearrange the probe a bit first try ATAPI signatures then ATA.
sos
2003-09-16
1
-12
/
+20
*
Properly cast longs to off_t so we dont loose precision.
sos
2003-09-16
1
-1
/
+1
*
Update the OpenSSH addendum string for the buffer handling fix.
nectar
2003-09-16
1
-1
/
+1
*
Added definitions of most of the interesting 16950 register numbers
bde
2003-09-16
1
-0
/
+41
*
Added definitions for some 16650 features (mostly misfeatures). This
bde
2003-09-16
1
-0
/
+7
*
Fixed a minor error in the description of the EFR and a major error in
bde
2003-09-16
1
-8
/
+17
*
Help those attempting to upgrade from static to dynamic root.
ru
2003-09-16
1
-0
/
+11
*
Sorted register numbers together with the correspoding register bits.
bde
2003-09-16
1
-33
/
+35
*
Don't repeat selected defines from ns16550.h or sioreg.h. Just
bde
2003-09-16
2
-40
/
+2
*
Don't include another driver's private reg.h file (sioreg.h). Including
bde
2003-09-16
2
-2
/
+0
*
Moved the definitions of the bits in the ns*50 registers from sioreg.h
bde
2003-09-16
2
-85
/
+85
*
This commit was generated by cvs2svn to compensate for changes in r120113,
nectar
2003-09-16
1
-5
/
+8
|
\
|
*
Do not record expanded size before attempting to reallocate associated
nectar
2003-09-16
1
-5
/
+8
*
|
Don't read the MAC address from a copy of the EEPROM in the softc
mbr
2003-09-16
2
-8
/
+6
*
|
Get rid of a nasty error message that tells us
mbr
2003-09-16
1
-4
/
+13
*
|
Fix a typo. Also turn on PTHREAD_SCOPE_SYSTEM after fork().
davidxu
2003-09-16
2
-2
/
+4
*
|
Remove a comment that questioned why the size of the FPU
deischen
2003-09-16
2
-20
/
+2
*
|
From OpenBSD:
fenner
2003-09-15
1
-1
/
+1
*
|
Statically compile in sound as we don't have modules yet.
obrien
2003-09-15
1
-0
/
+2
*
|
Maintain a history of data associated with received frames and use this to
sam
2003-09-15
2
-5
/
+77
*
|
Generalize the per-node RSSI data so drivers can do more interesting
sam
2003-09-15
3
-4
/
+17
*
|
Bump the EC timeout from 50 to 100 ms. I believe the underlying issue is
njl
2003-09-15
1
-1
/
+1
*
|
Catch up with libpthread/support/Makefile.inc,v 1.6 and revert
ru
2003-09-15
1
-5
/
+1
*
|
Correctly reset ich[3-5] sound cards on resume. This fixes audio playback
njl
2003-09-15
1
-0
/
+30
*
|
o do not filter received frames based on type or length; pass 'em all up
sam
2003-09-15
1
-13
/
+3
*
|
Change input handling to not expect drivers to filter short frames.
sam
2003-09-15
1
-6
/
+24
*
|
add definitions for various control frames and a minimum-sized frame that
sam
2003-09-15
1
-0
/
+51
*
|
Release a previous lease if there is any, instead of
mbr
2003-09-15
1
-1
/
+1
*
|
Note the addition of `-C 60' to inetd_flags in etc/defaults/rc.conf.
nectar
2003-09-15
1
-0
/
+6
[next]