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
*
clock.c:
bde
2003-09-07
3
-5
/
+37
*
Moved stop/start code for other CPUs to near the beginning/end of
bde
2003-09-07
1
-41
/
+41
*
Restored non-egregious casts so that this file compiles on i386's with
bde
2003-09-07
1
-3
/
+4
*
Restored a non-egregious cast so that this file compiles on i386's
bde
2003-09-07
1
-1
/
+1
*
Return EINVAL if the contested bit is not set on the umtx passed to
tjr
2003-09-07
1
-1
/
+2
*
Add support for the Coda 6.x venus<->kernel interface. This extends
tjr
2003-09-07
27
-686
/
+806
*
Now that PC98 has it's own MD file, use uart_cpu_${MACHINE}.c and
marcel
2003-09-07
1
-2
/
+1
*
MFp4: Revamped GENERIC (and hints). This is some much more pleasant
marcel
2003-09-07
2
-118
/
+84
*
Replace sio(4) with uart(4). Remove the sio(4) hints and only add
marcel
2003-09-07
2
-9
/
+5
*
msync(2) should be declared MP-safe.
alc
2003-09-07
6
-7
/
+7
*
Fix build breakage caused by the inclusion of <ddb/ddb.h> while
marcel
2003-09-07
1
-1
/
+2
*
Turning on warning for static LDT allocation.
davidxu
2003-09-07
1
-4
/
+0
*
Add proper pc98 MD files. Add a commented out cbus attachment for
imp
2003-09-07
2
-1
/
+3
*
add i8251
imp
2003-09-07
1
-0
/
+1
*
Better stab at MD code for pc98. The 8251 stuff is a total lie
imp
2003-09-07
4
-0
/
+976
*
Add uart(4). Shuffle the information about sio(4) flags and options
marcel
2003-09-07
1
-20
/
+39
*
Hook-up the uart(4) driver to the build. For a detailed description
marcel
2003-09-06
10
-2
/
+33
*
The uart(4) driver is an universal driver for various UART hardware.
marcel
2003-09-06
24
-0
/
+5902
*
Enhance puc(4) to support uart(4). This includes:
marcel
2003-09-06
7
-77
/
+336
*
add fast swi taskqueue spinlock to the order_list so witness doesn't complain
sam
2003-09-06
1
-0
/
+1
*
correct fast swi taskqueue spinlock name to be different from the sleep lock
sam
2003-09-06
1
-1
/
+1
*
Giant is no longer required by pipe_destroy_write_buffer(). Reduce
alc
2003-09-06
1
-9
/
+7
*
Bzero the right number of bytes.
phk
2003-09-06
1
-1
/
+1
*
Make indentation uniform.
dfr
2003-09-06
1
-16
/
+16
*
No need for a separate nfpm driver now - amdpm handles both.
dfr
2003-09-06
1
-1
/
+0
*
When recording resources for the amdpm driver, only describe the ports
dfr
2003-09-06
1
-101
/
+36
*
Load the kernel at a 64M instead of 5M. The advantage of this is that
marcel
2003-09-06
1
-1
/
+1
*
Add locking.
sam
2003-09-06
1
-135
/
+237
*
"fast swi" taskqueue support. This is a taskqueue that uses spinlocks
sam
2003-09-05
3
-3
/
+131
*
Print a message at boot for interrupt handlers created with INTR_MPSAFE
sam
2003-09-05
1
-4
/
+14
*
Fix a place where I forgot to change the code that checks whether
marcel
2003-09-05
4
-21
/
+9
*
change timeout to be MPSAFE
sam
2003-09-05
2
-5
/
+5
*
change timer to MPSAFE
sam
2003-09-05
2
-5
/
+5
*
o add experimental radiotap capture format
sam
2003-09-05
5
-13
/
+125
*
Add support for the experimental radiotap capture format. With this
sam
2003-09-05
3
-11
/
+112
*
Experimental bpf capture format for 802.11 devices. The link layer
sam
2003-09-05
1
-0
/
+185
*
Log involuntary context switches correctly.
peter
2003-09-05
1
-2
/
+2
*
Add locking. We use a single lock to guard the global vlan list and also
sam
2003-09-05
1
-17
/
+47
*
Oops. sizeof(long) = 8, not 4. Get the fxsave buffer inside mcontext
peter
2003-09-05
1
-2
/
+2
*
Mark the isa compat shims for BURN_BRIDGES for 6.0
peter
2003-09-05
2
-0
/
+12
*
Clean up some antique stuff. We do not support Weitek FPUs etc, and never
peter
2003-09-05
2
-20
/
+0
*
Remove now unused BOOTP tags related to NFS swap device.
phk
2003-09-05
1
-3
/
+0
*
Put the message about msgbuf cksum mismatch under bootverbose and tell
phk
2003-09-05
1
-2
/
+5
*
Fix off-by-one error in array bounds check.
phk
2003-09-05
1
-1
/
+1
*
Forgotten in previous commit to atapi-cd.c: Add #ifndef BURN_BRIDGES
phk
2003-09-05
1
-0
/
+2
*
Be less confusing in a comment.
phk
2003-09-05
1
-1
/
+1
*
Put the device cloning functions for disk-drivers under #ifndef BURN_BRIDGES.
phk
2003-09-05
4
-6
/
+52
*
Whacked out CIS configurations can cause us to not have any child. When
imp
2003-09-05
1
-2
/
+4
*
lock ip fragment queues
sam
2003-09-05
1
-0
/
+18
*
o add locking
sam
2003-09-05
1
-37
/
+67
[next]