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
*
Remove -DNEW_LINKERSET, it is not used here anymore. This is now native.
peter
2001-06-21
4
-12
/
+0
*
Don't lock around swap_pager_swap_init() that is only called once during
jhb
2001-06-20
1
-0
/
+2
*
Fix some lock order reversals where we called free() while holding a proc
jhb
2001-06-20
2
-11
/
+14
*
Cosmetics:
joerg
2001-06-20
2
-66
/
+6
*
Change m_devget()'s outdated and unused `offset' argument to actually mean
bmilekic
2001-06-20
15
-90
/
+57
*
Preemption by an interrupt thread is an involuntary switch, not a voluntary
jhb
2001-06-20
1
-1
/
+1
*
Applied the patch to fix HARP ATM that was broken when KAME IPv6 came
pirzyk
2001-06-20
2
-1
/
+4
*
The serial console break-to-debugger support only functioned while
iedowse
2001-06-20
2
-2
/
+42
*
Constify (silence warnings introduced by last commit to sys/module.h)
des
2001-06-20
1
-7
/
+7
*
Allow individual ports to use alternate pin settings (swap dsr & cd)
brian
2001-06-20
2
-12
/
+89
*
Add DIGIIO_SETALTPIN and DIGIIO_GETALTPIN ioctl values
brian
2001-06-20
1
-5
/
+7
*
made sure to use the correct sa_len for rtalloc().
ume
2001-06-20
2
-4
/
+4
*
Close a race where we were releasing the unit resource at the start
brian
2001-06-20
1
-2
/
+4
*
Revert last change: it was unintended at this time.
imp
2001-06-20
1
-31
/
+37
*
Add new entries for:
imp
2001-06-20
2
-38
/
+35
*
Add B921600 (yes, some serial ports can do this, but generic sio not support
ache
2001-06-20
2
-0
/
+2
*
Put the scheduler, vmdaemon, and pagedaemon kthreads back under Giant for
jhb
2001-06-20
2
-19
/
+1
*
Constify the module name. This silences a few warnings ("initialization
des
2001-06-19
1
-2
/
+2
*
Actually document TCPDEBUG.
wollman
2001-06-19
2
-2
/
+6
*
Fix punctuation in comment.
wollman
2001-06-19
2
-4
/
+4
*
Suppress update ifnet.iflastchange when processing packets for SNMP
sumikawa
2001-06-19
1
-1
/
+0
*
Add IFT_L2VLAN for supported NDP type. IPv6 over VLAN works now.
sumikawa
2001-06-19
2
-0
/
+9
*
More verbose version of identifycpu() which also contains many more CPU
benno
2001-06-19
2
-48
/
+98
*
Convert the elf loader to the new linker set layout for elf files.
peter
2001-06-19
1
-6
/
+7
*
Fix some of the worst formatting bug (seperate commit)
peter
2001-06-19
1
-2
/
+4
*
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
[next]