summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add FR support to sppp (MFCronyx).rik2004-12-285-15/+688
* nos->now typo reported by njlimp2004-12-271-1/+1
* Add note about where major numbers are now assignedimp2004-12-271-0/+3
* Formatting nitsimp2004-12-271-6/+6
* Rewrite piece of code which I committed some time ago that allows topjd2004-12-272-12/+10
* Fix mbuf leak.pjd2004-12-271-1/+3
* Attempt to slightly refine the print out from "show alllocks" -- listrwatson2004-12-271-2/+2
* Remove duplicate CHPRODUCTS entry.imp2004-12-271-3/+2
* MFi386: Restore cpu_reset proxy code to enable reset from ddb on an AP.njl2004-12-271-4/+39
* Reduce diffs to i386.njl2004-12-271-16/+11
* Restore the cpu_reset proxy code. It is needed if you want to reset thenjl2004-12-271-1/+41
* Minor cleanup: Reduce stack usage in probe method. Outdent probe. Usenjl2004-12-271-41/+38
* Remove trailing whitespace.njl2004-12-276-10/+10
* Note that access to the page's busy count is synchronized by the containingalc2004-12-271-1/+1
* Do not vput(9) unlocked vnode and do not VREF it with the sole purposekan2004-12-271-2/+0
* - Unintentionally checked in a debugging panic. Remove that.jeff2004-12-261-4/+0
* - Remove a 4BSD specific hack since this will work on ULE too.jeff2004-12-261-4/+0
* - Fix a long standing problem where an ithread would not honor sched_pin().jeff2004-12-261-127/+140
* Add "show alllocks" command to DDB, which dumps a list of processesrwatson2004-12-261-0/+42
* Assert that the vm object is locked on entry to vm_page_sleep_if_busy();alc2004-12-261-8/+3
* tsleep => msleeprik2004-12-261-2/+2
* LCA is 21066 and 21068. Add EV7 (bloody optimist.. :)wilko2004-12-261-2/+3
* * Remove some code that's in a #ifndef FreeBSD that's no longer used.darrenr2004-12-261-5/+0
* * The #ifdef's to cause mutex's for freebsd to be declared were meant to pickdarrenr2004-12-262-19/+4
* More minor diff reduction against netbsd:imp2004-12-261-4/+5
* - Run sched_userret() after thread_userret(). Before, sched_userret() wouldjeff2004-12-261-5/+4
* Minor merges from NetBSD (up through 1.388):imp2004-12-261-27/+36
* Add my copyright and update Jeff's copyright on UMA source files,bmilekic2004-12-265-10/+20
* - Wrap the thread count adjustment in sched_load_add() and sched_load_rem()jeff2004-12-261-6/+30
* - Remove earlier KTR_ULE tracepoints.jeff2004-12-261-32/+14
* - Define KTR points for KTR_SCHED.jeff2004-12-263-0/+22
* - Add KTR_SCHED to produce ktr data for sys/tools/sched/schedgraph.py.jeff2004-12-261-2/+3
* Remove an errant blank line apparently introduced inrwatson2004-12-251-1/+0
* In the dropafterack case of tcp_input(), it's OK to release the TCPrwatson2004-12-252-2/+2
* Revert parts of tcp_input.c:1.255 associated with the header predictedrwatson2004-12-252-4/+14
* fix commentphk2004-12-251-1/+1
* - Add genid field to the metadata which will allow to improve reliability a bit.pjd2004-12-253-61/+206
* Make _umtx_op() as more general interface, the final parameter needn't bedavidxu2004-12-258-13/+12
* 1. introduce umtx_owner to get an owner of a umtx.davidxu2004-12-252-7/+21
* Allow selection of a recording source on USB audio devices.julian2004-12-253-8/+95
* Allow recording on at least some USB audio devices.julian2004-12-253-2/+73
* Allow volume control on more channels/inputsjulian2004-12-251-18/+129
* MFNetBSD:julian2004-12-254-724/+1762
* Darnit, through a maze of twisty passages, ipfilter needs to have PFIL_HOOKSscottl2004-12-251-1/+1
* Don't define PFIL_HOOKS. It's no longer required in RELENG_5 or HEAD.scottl2004-12-251-1/+1
* Sprinkle in some __FreeBSD_version checks so that this compiles again. Don'tscottl2004-12-253-3/+6
* Get rid of #ifdef for legacy system. Move that into the MD code.imp2004-12-244-6/+21
* A few style(9) changes before more extensive changes:imp2004-12-242-74/+65
* Make the other pnp messages more explicit as well...imp2004-12-241-1/+1
* Note when we're done probing PNP. There's been several reports over theimp2004-12-241-0/+2
OpenPOWER on IntegriCloud