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
...
*
Sync with usb4bsd:
alfred
2009-01-04
47
-840
/
+2426
*
Resolve some regressions related to tabs and linewrap handling.
ed
2009-01-03
4
-2
/
+34
*
Fix the OFW interrupt map parser to use its own idea of the number of interrupt
nwhitehorn
2009-01-03
8
-49
/
+35
*
Reapply the intpin correction part of r146420 which somehow
marius
2009-01-03
1
-0
/
+7
*
Added section type SHT_GNU_HASH. GNU-style .hash section is a new
kaiw
2009-01-03
1
-0
/
+1
*
Extend the struct vm_page wire_count to u_int to avoid the overflow
kib
2009-01-03
3
-6
/
+14
*
Allow the IP_MINTTL socket option to be set to 0 so that it can be
rwatson
2009-01-03
1
-1
/
+1
*
Call pcn_start_locked() instead of pcn_start() where the softc lock is
brueffer
2009-01-03
1
-1
/
+1
*
Some modules such as SCTP supplies a valid route entry as an input argument
qingli
2009-01-03
2
-37
/
+17
*
Fix a corner case in my previous commit.
ed
2009-01-02
1
-1
/
+2
*
Don't let /dev/console be revoked if the TTY below is being closed.
ed
2009-01-02
1
-0
/
+7
*
The log message should terminate with a newline instead
qingli
2009-01-02
1
-1
/
+1
*
Remove an unneeded assertion in libteken.
ed
2009-01-01
1
-1
/
+0
*
White space and comment tweaks.
rwatson
2009-01-01
1
-2
/
+2
*
Temporary workaround for the limitations of the mbuf flowid field: zero
rwatson
2009-01-01
1
-0
/
+2
*
- Currently the PMAP code is laid out to let the kernel TSB cover the
marius
2009-01-01
3
-2
/
+29
*
Replace syscons terminal renderer by a new renderer that uses libteken.
ed
2009-01-01
24
-989
/
+3117
*
Back out a non-style(9) change from r186668 to unbreak the kernels.
bz
2009-01-01
1
-1
/
+1
*
style(9)
obrien
2009-01-01
1
-1
/
+1
*
style(9)
obrien
2009-01-01
2
-12
/
+11
*
style(9)
obrien
2009-01-01
2
-22
/
+22
*
style(9)
obrien
2009-01-01
1
-315
/
+315
*
Resurrect shared map locks allowing greater concurrency during some map
alc
2009-01-01
2
-11
/
+84
*
Don't clobber sysctl_root()'s error number.
ed
2009-01-01
1
-2
/
+5
*
Fix white space botch: use carriage returns rather than tabs.
rwatson
2008-12-31
1
-1
/
+2
*
mark discovered neighbors QoS capable if they advertise wme
sam
2008-12-31
1
-0
/
+4
*
follow prevailing style
sam
2008-12-31
3
-3
/
+3
*
add some USB scanner IDs for recent Epson multifunction devices.
luigi
2008-12-31
2
-6
/
+27
*
Commit two files missed in previous commit: hook up audit_bsm_errno.c
rwatson
2008-12-31
2
-2
/
+5
*
Call au_errno_to_bsm() on the errno value passed into au_to_return32()
rwatson
2008-12-31
1
-1
/
+1
*
Merge OpenBSM alpha 4 from OpenBSM vendor branch to head, both
rwatson
2008-12-31
7
-99
/
+1100
|
\
|
*
Vendor import of OpenBSM 1.1 alpha4, which incorporates the following
rwatson
2008-12-28
8
-33
/
+357
*
|
When no driver attaches to a card, don't power down the card. We can
imp
2008-12-31
1
-1
/
+2
*
|
First pass at 64-bit elf support
imp
2008-12-31
1
-0
/
+117
*
|
Update or eliminate some stale comments.
alc
2008-12-31
2
-12
/
+5
*
|
Document the relationship between enum VM_GUEST and the vm_guest_sysctl_names
ivoras
2008-12-30
1
-1
/
+3
*
|
Avoid an unnecessary memory dereference in vm_map_entry_splay().
alc
2008-12-30
1
-3
/
+4
*
|
Add a VOP_VPTOCNP implementation for pseudofs which covers file systems
marcus
2008-12-30
1
-0
/
+79
*
|
Style change to vm_map_lookup(): Eliminate a macro of dubious value.
alc
2008-12-30
1
-11
/
+8
*
|
Added missing second part of cleaning j->ip[46] as requested by bz
pho
2008-12-30
1
-0
/
+2
*
|
Disable USB bluetooth (needs netgraph built in) and USB audio (doesn't
rpaulo
2008-12-30
1
-3
/
+3
*
|
Disable USB bluetooth (needs netgraph built in) and USB audio (doesn't
rpaulo
2008-12-30
1
-3
/
+3
*
|
Move the implementation of the vm map's fast path on address lookup from
alc
2008-12-30
1
-34
/
+23
*
|
Add a kernel config file so that users have less difficulty testing
rpaulo
2008-12-30
2
-0
/
+220
*
|
Make sure that unused j->ip[46] are cleared
pho
2008-12-30
1
-2
/
+4
*
|
Rename mbcnt to mbcnt_delta in uipc_send() -- unlike other local
rwatson
2008-12-30
1
-3
/
+3
*
|
Clear the pointers to the file in the struct filedesc before file is closed
kib
2008-12-30
1
-6
/
+8
*
|
In r185557, the check for existing negative entry for the given name
kib
2008-12-30
1
-22
/
+11
*
|
A number of small changes to make the 'save choice to disk' safer,
luigi
2008-12-30
2
-28
/
+27
*
|
Bump the odometer of the years, this time a bit early for 7.1R.
imp
2008-12-30
1
-2
/
+2
[prev]
[next]