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
*
mdoc(7): Use the new feature of the .In macro.
ru
2003-09-08
1
-2
/
+2
*
Correct bzero length so we clear the entire key structure.
phk
2003-09-08
1
-1
/
+1
*
Correctly bzero the entire context, not just the first sizeof(void *) bytes.
phk
2003-09-08
1
-6
/
+6
*
Argh. This file was completely out of sync with mcontext/trapframe.
peter
2003-09-08
1
-11
/
+12
*
Hmm. Two copies of the mcontext...
peter
2003-09-08
1
-1
/
+1
*
Quiet down boot verbose and allow commands to be submitted to a target
ps
2003-09-08
1
-2
/
+1
*
In the !MNT_BYFSID case, return EINVAL from unmount(2) when the
iedowse
2003-09-08
1
-2
/
+9
*
Add another ID for the SiI3112a SATA chip as used on the Adaptec 1210SA.
sos
2003-09-08
2
-7
/
+13
*
Limit the size of the rebuild requests to be within safety.
sos
2003-09-08
1
-3
/
+6
*
Bump __FreeBSD_version for Coda 6.x venus<->kernel API support.
tjr
2003-09-08
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-09-08
34
-65
/
+95
*
#ifdef out the vague ATA disk detection code causing fake ATA disks
sos
2003-09-08
1
-0
/
+2
*
Handle shared channels better.
sos
2003-09-08
1
-11
/
+18
*
Update the PIO mode gathering code.
sos
2003-09-08
2
-8
/
+10
*
Dont re-arm the timeout twice on a timeout error.
sos
2003-09-08
1
-5
/
+0
*
Don't disable interrupts a second time. Remove an extraneous interrupt
njl
2003-09-08
1
-4
/
+1
*
Use pmap_extract_and_hold() in pipe_build_write_buffer(). Consequently,
alc
2003-09-08
1
-35
/
+11
*
Fix path of pci #includes that I botched.
wpaul
2003-09-08
1
-2
/
+2
*
Fix PATH: directive in sys/modules/re/Makefile, and add the re(4) driver to
wpaul
2003-09-08
1
-1
/
+1
*
Introduce a new pmap function, pmap_extract_and_hold(). This function
alc
2003-09-08
6
-0
/
+118
*
Take the support for the 8139C+/8169/8169S/8110S chips out of the
wpaul
2003-09-08
12
-1228
/
+2581
*
Untangle the code in this file to improve understandability. Both
marcel
2003-09-07
1
-159
/
+155
*
Remove the assumption that a bus_space_handle_t is an I/O address
marcel
2003-09-07
9
-48
/
+91
*
MFamd64/i386
alc
2003-09-07
2
-24
/
+38
*
Improved English, proper spacing and capitalization for the serial
marcel
2003-09-07
1
-25
/
+27
*
Revise the locking in mincore(2).
alc
2003-09-07
1
-5
/
+5
*
update my email address.
cg
2003-09-07
36
-37
/
+37
*
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
[next]