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 prototypes for the non-standard _unlocked functions.
tjr
2003-01-13
1
-0
/
+6
*
Add opt_geom.h to the list.
phk
2003-01-13
1
-1
/
+1
*
Remove the printf which announces the creation of malloc disks: it is
phk
2003-01-13
1
-1
/
+0
*
Fixed typo and style.
nyan
2003-01-13
1
-2
/
+2
*
Add check for AIO support before starting up.
njl
2003-01-13
1
-0
/
+27
*
Quirk for Sony USB disk-on-key device.
njl
2003-01-13
1
-0
/
+8
*
Enable rl(4). It is now fully working using busdma.
obrien
2003-01-13
1
-1
/
+1
*
Regenerate
obrien
2003-01-13
1
-1
/
+3
*
- Unbreak world. I did not notice that libkvm was still used in some places
jeff
2003-01-13
2
-7
/
+6
*
Correct an off-by-one error in the calculation of the number of interrupt
benno
2003-01-13
1
-1
/
+1
*
Lock the stream before calling __sfileno() to retrieve the file descriptor.
tjr
2003-01-13
1
-2
/
+10
*
Add missing word to "Return Values" section.
tjr
2003-01-13
1
-0
/
+1
*
Bow to the whining masses and change a union back into void *. Retain
dillon
2003-01-13
51
-243
/
+213
*
Make vm_page_alloc() return PG_ZERO only if VM_ALLOC_ZERO is specified.
alc
2003-01-12
1
-4
/
+5
*
MFen: Add `id' attribute to <sect1>.
hrs
2003-01-12
9
-27
/
+28
*
Merge the following from the English version:
hrs
2003-01-12
3
-58
/
+123
*
Add code to make md(4) a GEOM device driver instead of relying in
phk
2003-01-12
1
-4
/
+134
*
Partial support for the nVidia nForce2 chipset's on-board Broadcom/Altima PHY
obrien
2003-01-12
4
-0
/
+7
*
Merge the following from the English version:
hrs
2003-01-12
1
-152
/
+171
*
- Move ke_pctcpu and ke_cpticks into the scheduler specific datastructure.
jeff
2003-01-12
2
-17
/
+30
*
Forced commit; the previous commit's message should have been:
roam
2003-01-12
0
-0
/
+0
*
/tmp/msg
roam
2003-01-12
16
-31
/
+31
*
Shift things around a bit in preparation for future evilness.
phk
2003-01-12
1
-43
/
+48
*
Fix struct iovec documentation to match reality.
mike
2003-01-12
2
-2
/
+2
*
MFbed: translation update
ue
2003-01-12
1
-3
/
+3
*
Allowing nent < 0 in aio_suspend() and lio_listio() is just asking for
tjr
2003-01-12
1
-2
/
+2
*
Remove "XXX undocumented" comment from lio_listio().
tjr
2003-01-12
1
-1
/
+1
*
Add a manual page for the lio_listio() syscall. Still needs a bit
tjr
2003-01-12
2
-1
/
+177
*
Make compile cleanly when USB_DEBUG is defined.
imp
2003-01-12
1
-1
/
+2
*
vm_fault_copy_entry() needn't clear PG_ZERO because it didn't pass
alc
2003-01-12
1
-3
/
+0
*
vm_hold_load_pages() needn't clear PG_ZERO because it didn't pass
alc
2003-01-12
1
-1
/
+0
*
Fix the named script to find the correct pid file for the
mtm
2003-01-12
2
-2
/
+3
*
It turns out that we do not need to add a new ioctl to unbreak a
dillon
2003-01-12
2
-0
/
+43
*
Merged from sys/isa/fd.c revision 1.244.
nyan
2003-01-12
2
-0
/
+6
*
Change struct file f_data to un_data, a union of the correct struct
dillon
2003-01-12
51
-213
/
+231
*
Note that the 1E is the 1 Enterprise.
obrien
2003-01-11
1
-1
/
+1
*
Make iso.1 more readable.
obrien
2003-01-11
1
-4
/
+8
*
Bail out of fd_clone() if the parsed unit number doesn't match our
joerg
2003-01-11
2
-0
/
+6
*
Add support for the Intel 82820 UP-only AGP bridge.
anholt
2003-01-11
2
-0
/
+8
*
In vm_page_alloc(), fuse two if statements that are conditioned on the same
alc
2003-01-11
1
-8
/
+3
*
Cleanup the formatting from the last commit, convert everything to
dillon
2003-01-11
1
-8
/
+21
*
FBSDIDize and clean up whitespace nits.
des
2003-01-11
1
-30
/
+25
*
Read sanpei's mind, and unbreak the build.
des
2003-01-11
1
-2
/
+3
*
Change to correct card entry. RATOC REX-R280 is 10Base-T Ether Card,
shiba
2003-01-11
1
-1
/
+1
*
Regen.
shiba
2003-01-11
1
-3
/
+10
*
RATOC REX-R280(10Base-T Ether Card) and REX-9530(SCSI2 Card) have
shiba
2003-01-11
1
-1
/
+4
*
Fix kernel build.
mux
2003-01-11
1
-1
/
+1
*
Don't restrict MBR sectorsize to 512 bytes.
phk
2003-01-11
1
-20
/
+23
*
MFbed: translation update
ue
2003-01-11
8
-355
/
+308
*
Don't count mbufs with m_type == MT_HEADER or MT_OOBDATA as control data
tjr
2003-01-11
3
-6
/
+14
[next]