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
*
Fix some memory bugs with regard to jumbo buffers. I made a mistake when
wpaul
2001-06-18
4
-16
/
+10
*
Added CTLTYPE_{UINT|LONG|ULONG} types.
pirzyk
2001-06-18
1
-9
/
+12
*
After one too many PRs on the subject, bite the bullet and define IOV_MAX
wollman
2001-06-18
5
-1
/
+18
*
stop csa from panicing in clkrun_hack() - we were using free'd memory
cg
2001-06-18
1
-4
/
+3
*
Lock Giant in postsig() for the KTRACE case as ktrpsig() needs Giant when
jhb
2001-06-18
1
-0
/
+4
*
Initialize mutexes needed early on all in the same place so that the
jhb
2001-06-18
2
-30
/
+12
*
- Add support for decoding syscall names. (Brought over from the new alpha
jhb
2001-06-18
2
-74
/
+122
*
Include sys/pcpu.h to get the prototype for globaldata_register() to quiet
jhb
2001-06-18
6
-0
/
+6
*
Call bus_teardown_intr when csa_attach fails after the interrupt has
tmm
2001-06-18
1
-31
/
+29
*
Use linker_reference_module() instead of hard-coding the digi_*
brian
2001-06-18
1
-14
/
+7
*
Add linker_reference_module().
brian
2001-06-18
2
-0
/
+30
*
Credit John Prince and Eric Hernes for their work.
brian
2001-06-18
3
-1
/
+9
*
call pfxlist_onlink_check() at the end of in6_tmpifadd(), to make sure
ume
2001-06-18
1
-0
/
+11
*
Don't remove the SI_CHEAPCLONE for unsupported minors
brian
2001-06-18
1
-1
/
+2
*
Remove the SI_CHEAPCLONE flag when hanging resources off the dev_t
brian
2001-06-18
1
-0
/
+2
*
use devclass_get_maxunit() correctly
cg
2001-06-18
3
-4
/
+4
*
revise dsp_clone() to return the first nonbusy channel instead of simply
cg
2001-06-17
4
-15
/
+17
*
fix a potential panic in dsp_clone() if no pcm devices were detected
cg
2001-06-17
1
-0
/
+2
*
Don't assume that resource type is ioport and rid equal 0.
nyan
2001-06-17
2
-10
/
+12
*
The final commit for the first phase of PowerPC support.
benno
2001-06-17
5
-44
/
+145
*
Allocate all resources using keyboard controller.
nyan
2001-06-17
2
-16
/
+74
*
Move cardbus and pccard bus bridge devices to near the bridge chips. This
imp
2001-06-17
1
-2
/
+2
*
MFGENERIC:
imp
2001-06-17
1
-12
/
+9
*
Move setugid() a little sooner to before we release tracing in case
peter
2001-06-16
1
-2
/
+3
*
Some people are having problems with insert/eject. Add some debug
imp
2001-06-16
1
-0
/
+4
*
Use INTR_TYPE_AV for the interrupt handlers because:
peter
2001-06-16
7
-8
/
+8
*
Add INTR_TYPE_AV so that we can get to the PI_AV priority in the ithread
peter
2001-06-16
2
-1
/
+5
*
Clean up some junk. The bogus trapframe on the stack was removed from the
peter
2001-06-16
1
-7
/
+0
*
use a global devclass for all drivers - i'm not entirely sure why this
cg
2001-06-16
30
-929
/
+936
*
less warning
ume
2001-06-16
2
-82
/
+82
*
Fix "alignemnt" typo.
alex
2001-06-16
6
-6
/
+6
*
This file was a horrible mixture of styles old and new.
markm
2001-06-16
1
-27
/
+16
*
OpenFirmware kernel support, as used by the PowerPC and hopefully other
benno
2001-06-16
3
-7
/
+357
*
This commit (along with one pending in sys/dev/ofw and one in sys/conf) give
benno
2001-06-16
25
-487
/
+606
*
Fix warnings:
jlemon
2001-06-16
1
-0
/
+1
*
Save the IRQ that we get in pci attachment.
imp
2001-06-16
3
-15
/
+15
*
Work around what looks like a bad make(1) bug. For some reason,
peter
2001-06-16
1
-5
/
+3
*
On PC-98, map IRQ 6 to IRQ 7 at the pcic level. That is, when we're
imp
2001-06-16
3
-4
/
+17
*
style(9) and remove a left over Alpha comment
obrien
2001-06-16
4
-54
/
+60
*
style cleanup
obrien
2001-06-16
2
-44
/
+46
*
Add PC-9821RA-E01. This appears that PC-9821 Ra20 has this either
imp
2001-06-16
1
-0
/
+1
*
style police
obrien
2001-06-16
1
-4
/
+5
*
This Intel derived file uses C++ style comments.
obrien
2001-06-16
1
-33
/
+37
*
Fix FreeBSD id style.
obrien
2001-06-16
2
-4
/
+10
*
style(9)
obrien
2001-06-16
1
-23
/
+18
*
Mind-o in last commit: s/==/>=/ when checking MTU size. *blush*
wpaul
2001-06-16
1
-1
/
+1
*
Fix the last serious bug I've been chasing:
wpaul
2001-06-16
1
-23
/
+41
*
style(9) + fix FreeBSD id's.
obrien
2001-06-16
5
-34
/
+41
*
Add CVS id.
obrien
2001-06-15
1
-1
/
+2
*
Bump FreeBSD_version to indicate locale renaming
ache
2001-06-15
1
-1
/
+1
[next]