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
*
Check if we control device. Else we will go to panic cause we don't have
rik
2004-06-09
1
-1
/
+1
*
When adding files to the repo, it is very important to not forget
imp
2004-06-09
1
-0
/
+65
*
Step 1 in moving EISA devices to kobj/newbus. Use kobj methods for
imp
2004-06-09
4
-14
/
+39
*
Add some special case code to fix a problem with the BCM5704 in TBI (fiber)
wpaul
2004-06-09
2
-0
/
+71
*
Fix a panic happening when m_getm() is called with len < MCLBYTES.
mux
2004-06-09
1
-1
/
+1
*
Replace handrolled CRC calculation with ether_crc32_[lb]e().
naddy
2004-06-09
32
-796
/
+78
*
Add a comment explaining td_critnest's initial state and its life from that
jmallett
2004-06-09
1
-0
/
+13
*
Rename struct pt_ioctl to "ptsc" and pointers to it from "pti" to "pt"
phk
2004-06-09
1
-65
/
+65
*
Ditch K&R function style
phk
2004-06-09
1
-63
/
+15
*
Reference count struct tty.
phk
2004-06-09
3
-24
/
+104
*
Fix a race in destruction of sessions.
phk
2004-06-09
1
-2
/
+3
*
Move PTY private defines into PTY private files.
phk
2004-06-09
2
-3
/
+4
*
style.Makefile(5)
obrien
2004-06-09
2
-12
/
+12
*
Only match cards that claim to be network cards. I've had two
imp
2004-06-09
1
-0
/
+10
*
Introduce a netisr to deliver kernel-generated routing, avoiding
rwatson
2004-06-09
3
-4
/
+54
*
Replace convoluted and broken CRC calcuation with ether_crc32_le().
naddy
2004-06-09
1
-41
/
+6
*
* Fix multicast reception.
naddy
2004-06-09
1
-28
/
+10
*
Recognise NOINET6 as an indication to not build IPv6 enabled source even
darrenr
2004-06-08
2
-2
/
+4
*
Remove an #if section originally written for Sun compilers.
stefanf
2004-06-08
1
-8
/
+0
*
Avoid assignments to cast expressions.
stefanf
2004-06-08
2
-4
/
+4
*
Implement the BREAK_TO_DEBUGGER option for sab(4).
joerg
2004-06-08
1
-0
/
+11
*
1. struct tty => struct tty *tty.
rik
2004-06-08
1
-95
/
+110
*
Remove remnants of PGINPROF.
tjr
2004-06-08
2
-43
/
+0
*
In pmap_extract_and_hold(), there is no need to mask off PG_FRAME because
peter
2004-06-08
1
-4
/
+5
*
Fix my silly typo in asm statement in previous commit.
peter
2004-06-08
1
-1
/
+1
*
Argh. Remove stray number that slipped into the previous commit.
peter
2004-06-08
1
-1
/
+0
*
Reapply rev 1.151 after enable sse/fpuinit order fixed in mp_machdep.c
peter
2004-06-08
1
-0
/
+4
*
Set up the fpu *after* enabling SSE mode on AP's
peter
2004-06-08
1
-3
/
+3
*
Initial PG_NX support (no-execute page bit)
peter
2004-06-08
9
-154
/
+151
*
Mask pte's with PG_FRAME before passing it to PHYS_TO_VM_PAGE().. PG_NX
peter
2004-06-08
2
-17
/
+17
*
Use trunc_page(va) when we mean it rather than anding it with PG_FRAME
peter
2004-06-08
1
-2
/
+2
*
Fix a serious problem that manifested during swap, and a few other times.
peter
2004-06-07
1
-18
/
+60
*
Be a little more consistent in the naming of the PML4 defines.
peter
2004-06-07
1
-3
/
+3
*
Now that mbufs are allocated using uma,
julian
2004-06-07
1
-4
/
+0
*
Correct a resource leak introduced in recent accept locking changes:
rwatson
2004-06-07
1
-4
/
+4
*
Remove accidental change.
njl
2004-06-07
1
-1
/
+1
*
Avoid printing extraneous warning messages when trying to switch a device
njl
2004-06-07
2
-17
/
+17
*
Make linesw[] an array of pointers to linedesc instead of an array of
phk
2004-06-07
4
-74
/
+70
*
Use ldisc_[de]register() instead of frobbing linesw[] directly.
phk
2004-06-07
1
-1
/
+2
*
Remove references to L1 in the comments, according to Alan they are
netchild
2004-06-07
2
-7
/
+7
*
Reformat the comments for cam_hdr so that they can be read.
scottl
2004-06-07
1
-8
/
+7
*
Split kern_thread.c into 2 parts. kern_kse.c and kern_thread.c
julian
2004-06-07
2
-1209
/
+14
*
- Use PCI_INVALID_IRQ macro rather than a magic number.
jhb
2004-06-07
1
-2
/
+1
*
Add an entry to the PCI ID list to support the serial interface on the
wpaul
2004-06-07
1
-0
/
+1
*
Fix format string.
pjd
2004-06-07
1
-2
/
+2
*
According to SUSv3, sigwait is different with sigwaitinfo, sigwait
davidxu
2004-06-07
1
-5
/
+12
*
Don't allow for duplicated entries creation.
pjd
2004-06-07
1
-5
/
+11
*
Nuke a cryptic and useless diagnostic printf().
truckman
2004-06-07
1
-1
/
+0
*
Remove unused code.
pjd
2004-06-07
2
-12
/
+2
*
allow more than MLEN bytes for ancillary data to meet the
ume
2004-06-07
1
-1
/
+9
[next]