summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* We don't need to generate vnode_if.h anymoreimp2004-12-2924-27/+23
* No need to generate vnode_if.h anymoreimp2004-12-295-5/+5
* Move WINBOND 4 port hub to its proper location in the file. It belongsimp2004-12-291-1/+3
* Eliminate (now) unnecessary acquisition and release of the global pagealc2004-12-291-4/+0
* Access to the page's busy field is (now) synchronized by the containingalc2004-12-291-1/+0
* Add the Winbond made Hawking UH104 4-port hub.obrien2004-12-291-0/+6
* Rewrite ehci_abort_xfer() to use the method hinted at in the EHCI spec.julian2004-12-292-45/+108
* Pass an explicit pointer to the bus structure in the 'usb' device ivarjb2004-12-283-3/+3
* Remove debug code.pjd2004-12-281-10/+2
* - Up the WITNESS_COUNT macro from 200 to 1024 to support the growing numberjhb2004-12-281-2/+1
* - Plug a memory leak in ng_netflow_cache_init().glebius2004-12-281-5/+10
* Don't probe for a disk unless explicitly enabled by a tunable.grehan2004-12-281-0/+6
* 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
OpenPOWER on IntegriCloud