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
*
Add FR support to sppp (MFCronyx).
rik
2004-12-28
5
-15
/
+688
*
nos->now typo reported by njl
imp
2004-12-27
1
-1
/
+1
*
Add note about where major numbers are now assigned
imp
2004-12-27
1
-0
/
+3
*
Formatting nits
imp
2004-12-27
1
-6
/
+6
*
Rewrite piece of code which I committed some time ago that allows to
pjd
2004-12-27
2
-12
/
+10
*
Fix mbuf leak.
pjd
2004-12-27
1
-1
/
+3
*
Attempt to slightly refine the print out from "show alllocks" -- list
rwatson
2004-12-27
1
-2
/
+2
*
Remove duplicate CHPRODUCTS entry.
imp
2004-12-27
1
-3
/
+2
*
MFi386: Restore cpu_reset proxy code to enable reset from ddb on an AP.
njl
2004-12-27
1
-4
/
+39
*
Reduce diffs to i386.
njl
2004-12-27
1
-16
/
+11
*
Restore the cpu_reset proxy code. It is needed if you want to reset the
njl
2004-12-27
1
-1
/
+41
*
Minor cleanup: Reduce stack usage in probe method. Outdent probe. Use
njl
2004-12-27
1
-41
/
+38
*
Remove trailing whitespace.
njl
2004-12-27
6
-10
/
+10
*
Note that access to the page's busy count is synchronized by the containing
alc
2004-12-27
1
-1
/
+1
*
Do not vput(9) unlocked vnode and do not VREF it with the sole purpose
kan
2004-12-27
1
-2
/
+0
*
- Unintentionally checked in a debugging panic. Remove that.
jeff
2004-12-26
1
-4
/
+0
*
- Remove a 4BSD specific hack since this will work on ULE too.
jeff
2004-12-26
1
-4
/
+0
*
- Fix a long standing problem where an ithread would not honor sched_pin().
jeff
2004-12-26
1
-127
/
+140
*
Add "show alllocks" command to DDB, which dumps a list of processes
rwatson
2004-12-26
1
-0
/
+42
*
Assert that the vm object is locked on entry to vm_page_sleep_if_busy();
alc
2004-12-26
1
-8
/
+3
*
tsleep => msleep
rik
2004-12-26
1
-2
/
+2
*
LCA is 21066 and 21068. Add EV7 (bloody optimist.. :)
wilko
2004-12-26
1
-2
/
+3
*
* Remove some code that's in a #ifndef FreeBSD that's no longer used.
darrenr
2004-12-26
1
-5
/
+0
*
* The #ifdef's to cause mutex's for freebsd to be declared were meant to pick
darrenr
2004-12-26
2
-19
/
+4
*
More minor diff reduction against netbsd:
imp
2004-12-26
1
-4
/
+5
*
- Run sched_userret() after thread_userret(). Before, sched_userret() would
jeff
2004-12-26
1
-5
/
+4
*
Minor merges from NetBSD (up through 1.388):
imp
2004-12-26
1
-27
/
+36
*
Add my copyright and update Jeff's copyright on UMA source files,
bmilekic
2004-12-26
5
-10
/
+20
*
- Wrap the thread count adjustment in sched_load_add() and sched_load_rem()
jeff
2004-12-26
1
-6
/
+30
*
- Remove earlier KTR_ULE tracepoints.
jeff
2004-12-26
1
-32
/
+14
*
- Define KTR points for KTR_SCHED.
jeff
2004-12-26
3
-0
/
+22
*
- Add KTR_SCHED to produce ktr data for sys/tools/sched/schedgraph.py.
jeff
2004-12-26
1
-2
/
+3
*
Remove an errant blank line apparently introduced in
rwatson
2004-12-25
1
-1
/
+0
*
In the dropafterack case of tcp_input(), it's OK to release the TCP
rwatson
2004-12-25
2
-2
/
+2
*
Revert parts of tcp_input.c:1.255 associated with the header predicted
rwatson
2004-12-25
2
-4
/
+14
*
fix comment
phk
2004-12-25
1
-1
/
+1
*
- Add genid field to the metadata which will allow to improve reliability a bit.
pjd
2004-12-25
3
-61
/
+206
*
Make _umtx_op() as more general interface, the final parameter needn't be
davidxu
2004-12-25
8
-13
/
+12
*
1. introduce umtx_owner to get an owner of a umtx.
davidxu
2004-12-25
2
-7
/
+21
*
Allow selection of a recording source on USB audio devices.
julian
2004-12-25
3
-8
/
+95
*
Allow recording on at least some USB audio devices.
julian
2004-12-25
3
-2
/
+73
*
Allow volume control on more channels/inputs
julian
2004-12-25
1
-18
/
+129
*
MFNetBSD:
julian
2004-12-25
4
-724
/
+1762
*
Darnit, through a maze of twisty passages, ipfilter needs to have PFIL_HOOKS
scottl
2004-12-25
1
-1
/
+1
*
Don't define PFIL_HOOKS. It's no longer required in RELENG_5 or HEAD.
scottl
2004-12-25
1
-1
/
+1
*
Sprinkle in some __FreeBSD_version checks so that this compiles again. Don't
scottl
2004-12-25
3
-3
/
+6
*
Get rid of #ifdef for legacy system. Move that into the MD code.
imp
2004-12-24
4
-6
/
+21
*
A few style(9) changes before more extensive changes:
imp
2004-12-24
2
-74
/
+65
*
Make the other pnp messages more explicit as well...
imp
2004-12-24
1
-1
/
+1
*
Note when we're done probing PNP. There's been several reports over the
imp
2004-12-24
1
-0
/
+2
[next]